Files
translation-value-sets/ru/shipment_method_set.php
2023-02-09 18:59:17 +00:00

8 lines
173 B
PHP

<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'Неизвестно',
'car' => 'На машине',
'ship' => 'На корабле',
);