translation-value-sets/kn/shipment_method_set.php

8 lines
190 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
2025-02-14 16:35:19 +00:00
'unknown' => 'ಅಪರಿಚಿತ',
'car' => 'ಕಾರಿನ ಮೂಲಕ',
'ship' => 'ಹಡಗಿನಿಂದ',
2025-02-11 01:02:14 +00:00
);