Files
translation-value-sets/hi/position_set.php
2025-07-11 06:37:45 +00:00

30 lines
1.3 KiB
PHP

<?PHP
declare(strict_types = 1);
$position_set = array (
'left' => 'बाएं',
'top_left' => 'बाएं से बाएं',
'top' => 'शीर्ष',
'top_right' => 'ठीक तरह से ऊपर',
'right' => 'सही',
'bottom_right' => 'नीचे दाएं',
'bottom' => 'तल',
'bottom_left' => 'तली छोड़ें',
'center' => 'केंद्र',
'rear_side' => 'पीछे की ओर',
'edge' => 'किनारा',
'other' => 'अन्य',
'inside' => 'अंदर',
'underside' => 'नीचे',
'topside' => 'जहाज़ की छत पर',
'front_front' => 'पूरा सामने',
'rear_left' => 'पीछे की ओर: बाईं ओर',
'rear_top_left' => 'पीछे की ओर: ऊपर बाईं ओर',
'rear_top' => 'पीछे की ओर: ऊपर',
'rear_top_right' => 'पीछे की ओर: ऊपर दाईं ओर',
'rear_right' => 'पीछे की ओर: दाएँ',
'rear_bottom_right' => 'पीछे की ओर: नीचे दाईं ओर',
'rear_bottom' => 'पीछे की ओर: नीचे',
'rear_bottom_left' => 'पीछे की ओर: नीचे बाईं ओर',
'rear_center' => 'पीछे की ओर: मध्य',
);