Approval.

This commit is contained in:
2023-02-09 18:59:17 +00:00
committed by md translation bot
parent 604d64c160
commit 00cb8e7a04
5 changed files with 25 additions and 25 deletions

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'Unknown',
'car' => 'By car',
'ship' => 'By ship',
'unknown' => 'Невідомо',
'car' => 'На машині',
'ship' => 'Кораблем',
);