Approval.

This commit is contained in:
2025-07-11 06:37:45 +00:00
committed by md translation bot
parent bd508e24ff
commit 0be5ccf2d4
64 changed files with 639 additions and 639 deletions

View File

@@ -1,29 +1,29 @@
<?PHP
declare(strict_types = 1);
$position_set = array (
'left' => 'Left',
'top_left' => 'Top left',
'top' => 'Top',
'top_right' => 'Top right',
'right' => 'Right',
'bottom_right' => 'Bottom right',
'bottom' => 'Bottom',
'bottom_left' => 'Bottom left',
'center' => 'Center',
'rear_side' => 'Rear side',
'edge' => 'Edge',
'other' => 'Other',
'inside' => 'Inside',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
'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' => 'पीछे की ओर: मध्य',
);