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'] = 'Links';
$position_set['top_left'] = 'Oben links';
$position_set['top'] = 'Oben';
$position_set['top_right'] = 'Oben rechts';
$position_set['right'] = 'Rechts';
$position_set['bottom_right'] = 'Unten rechts';
$position_set['bottom'] = 'Unten';
$position_set['bottom_left'] = 'Unten links';
$position_set['center'] = 'Mittig';
$position_set['rear_side'] = 'Rückseite';
$position_set['edge'] = 'Rand';
$position_set['other'] = 'Weiteres';
declare(strict_types = 1);
array (
'position_set' =>
array (
'left' => 'Links',
'top_left' => 'Oben links',
'top' => 'Oben',
'top_right' => 'Oben rechts',
'right' => 'Rechts',
'bottom_right' => 'Unten rechts',
'bottom' => 'Unten',
'bottom_left' => 'Unten links',
'center' => 'Mittig',
'rear_side' => 'Rückseite',
'edge' => 'Rand',
'other' => 'Weiteres',
),
)