translation-value-sets/hu/position_set.php
2025-02-03 16:29:56 +00:00

30 lines
877 B
PHP

<?PHP
declare(strict_types = 1);
$position_set = array (
'left' => 'Bal',
'top_left' => 'Bal felső',
'top' => 'Felső',
'top_right' => 'Jobb felső',
'right' => 'Jobb',
'bottom_right' => 'Jobb alsó',
'bottom' => 'Alsó',
'bottom_left' => 'Bal alsó',
'center' => 'Közép',
'rear_side' => 'Hátoldal',
'edge' => 'Szegély',
'other' => 'Egyéb',
'inside' => 'Belül',
'underside' => 'Alsó oldal',
'topside' => 'Felső oldal',
'front_front' => 'Teljes front',
'rear_left' => 'Hátoldal: bal',
'rear_top_left' => 'Hátoldal: bal felső',
'rear_top' => 'Hátoldal: felső',
'rear_top_right' => 'Hátoldal: jobb felső',
'rear_right' => 'Hátoldal: jobb',
'rear_bottom_right' => 'Hátoldal: jobb alsó',
'rear_bottom' => 'Hátoldal: alsó',
'rear_bottom_left' => 'Hátoldal: bal alsó',
'rear_center' => 'Hátoldal: közép',
);