Approval.
This commit is contained in:
@ -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' => 'ಹಿಂಭಾಗಃ ಮಧ್ಯಭಾಗ',
|
||||
);
|
||||
|
Reference in New Issue
Block a user