Approval.

This commit is contained in:
2025-10-09 09:24:33 +00:00
committed by md translation bot
parent 55f334dd18
commit 4fbf5b51c4
7 changed files with 65 additions and 65 deletions

View File

@@ -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' => 'Vlevo',
'top_left' => 'Vlevo nahoře',
'top' => 'Nahoře',
'top_right' => 'Vpravo nahoře',
'right' => 'Právo',
'bottom_right' => 'Vpravo dole',
'bottom' => 'Dno',
'bottom_left' => 'Vlevo dole',
'center' => 'centrum',
'rear_side' => 'Zadní strana',
'edge' => 'Okraj',
'other' => 'Ostatní',
'inside' => 'Uvnitř',
'underside' => 'Spodní strana',
'topside' => 'Vrchní strana',
'front_front' => 'Celá přední strana',
'rear_left' => 'Zadní strana: le',
'rear_top_left' => 'Zadní strana: vlevo nahoře',
'rear_top' => 'Zadní strana: horní',
'rear_top_right' => 'Zadní strana: vpravo nahoře',
'rear_right' => 'Zadní strana: pravá',
'rear_bottom_right' => 'Zadní strana: vpravo dole',
'rear_bottom' => 'Zadní strana: spodní',
'rear_bottom_left' => 'Zadní strana: vlevo dole',
'rear_center' => 'Zadní strana: střed',
);