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