mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
locale.js: Update German localization
This commit is contained in:
parent
1a41b57a70
commit
5bb2ccd9c3
1 changed files with 5 additions and 3 deletions
|
@ -215,9 +215,10 @@ const LOCALIZATION={
|
||||||
},
|
},
|
||||||
'de':{
|
'de':{
|
||||||
'creator_mode': 'Erstellmodus',
|
'creator_mode': 'Erstellmodus',
|
||||||
'settings': 'Settings',
|
'settings': 'Einstellungen',
|
||||||
'alternate_output_name': 'Use patch name for output',
|
'alternate_output_name': 'Output ist Name vom Patch',
|
||||||
'light_theme': 'Light theme',
|
'fix_checksum': 'Prüfsumme im ROM Header korrigieren',
|
||||||
|
'light_theme': 'Helles Design',
|
||||||
|
|
||||||
'apply_patch': 'Patch anwenden',
|
'apply_patch': 'Patch anwenden',
|
||||||
'rom_file': 'ROM-Datei:',
|
'rom_file': 'ROM-Datei:',
|
||||||
|
@ -228,6 +229,7 @@ const LOCALIZATION={
|
||||||
'applying_patch': 'Patch wird angewandt...',
|
'applying_patch': 'Patch wird angewandt...',
|
||||||
'downloading': 'Herunterladen...',
|
'downloading': 'Herunterladen...',
|
||||||
'unzipping': 'Entpacken...',
|
'unzipping': 'Entpacken...',
|
||||||
|
'fix_checksum_prompt': 'Prüfsumme im ROM Header korrigieren?',
|
||||||
|
|
||||||
'create_patch': 'Patch erstellen',
|
'create_patch': 'Patch erstellen',
|
||||||
'original_rom': 'Originale ROM:',
|
'original_rom': 'Originale ROM:',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue