Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,13 +1,19 @@
<?PHP
$position_set['left'] = 'Bal';
$position_set['top_left'] = 'Bal felső';
$position_set['top'] = 'Felső';
$position_set['top_right'] = 'Jobb felső';
$position_set['right'] = 'Jobb';
$position_set['bottom_right'] = 'Jobb alsó';
$position_set['bottom'] = 'Alsó';
$position_set['bottom_left'] = 'Bal alsó';
$position_set['center'] = 'Közép';
$position_set['rear_side'] = 'Hátoldal';
$position_set['edge'] = 'Szegély';
$position_set['other'] = 'Egyéb';
declare(strict_types = 1);
array (
'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',
),
)