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