Files
translation-value-sets/te/shipment_method_set.php
2025-06-30 16:21:25 +00:00

8 lines
194 B
PHP

<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'తెలియదు',
'car' => 'కారు ద్వారా',
'ship' => 'ఓడ ద్వారా',
);