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