translation-value-sets/kn/position_set.php

30 lines
1.3 KiB
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$position_set = array (
2025-02-14 16:35:19 +00:00
'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' => 'ಹಿಂಭಾಗಃ ಮಧ್ಯಭಾಗ',
2025-02-11 01:02:14 +00:00
);