Approval.

This commit is contained in:
2024-12-09 13:57:17 +00:00
committed by md translation bot
parent 78c35964fb
commit f33074a662
49 changed files with 295 additions and 22 deletions

View File

@ -14,4 +14,16 @@ $position_set = array (
'edge' => 'Pinggir',
'other' => 'Lain',
'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',
);