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

@ -21,4 +21,5 @@ $marking_types = array (
'scarified' => 'Geritzt',
'cast' => 'Guss',
'painted' => 'Gemalt',
'drawn' => 'Gezeichnet',
);

View File

@ -14,4 +14,16 @@ $position_set = array (
'edge' => 'Rand',
'other' => 'Weiteres',
'inside' => 'Innen',
'underside' => 'Unterseite',
'topside' => 'Oberseite',
'front_front' => 'Volle Frontseite',
'rear_left' => 'Rückseite: Links',
'rear_top_left' => 'Rückseite: Oben links',
'rear_top' => 'Rückseite: Oben',
'rear_top_right' => 'Rückseite: Oben rechts',
'rear_right' => 'Rückseite: Rechts',
'rear_bottom_right' => 'Rückseite: Unten rechts',
'rear_bottom' => 'Rückseite: Unten',
'rear_bottom_left' => 'Rückseite: Unten links',
'rear_center' => 'Rückseite: Mittig',
);