From 5bb2ccd9c35892467e5621db86b2d5cf66c07832 Mon Sep 17 00:00:00 2001 From: GhostlyDark <31742919+GhostlyDark@users.noreply.github.com> Date: Thu, 2 May 2024 17:26:10 +0200 Subject: [PATCH] locale.js: Update German localization --- js/locale.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/js/locale.js b/js/locale.js index 6dbcf4a..8e10968 100644 --- a/js/locale.js +++ b/js/locale.js @@ -215,9 +215,10 @@ const LOCALIZATION={ }, 'de':{ 'creator_mode': 'Erstellmodus', - 'settings': 'Settings', - 'alternate_output_name': 'Use patch name for output', - 'light_theme': 'Light theme', + 'settings': 'Einstellungen', + 'alternate_output_name': 'Output ist Name vom Patch', + 'fix_checksum': 'Prüfsumme im ROM Header korrigieren', + 'light_theme': 'Helles Design', 'apply_patch': 'Patch anwenden', 'rom_file': 'ROM-Datei:', @@ -228,6 +229,7 @@ const LOCALIZATION={ 'applying_patch': 'Patch wird angewandt...', 'downloading': 'Herunterladen...', 'unzipping': 'Entpacken...', + 'fix_checksum_prompt': 'Prüfsumme im ROM Header korrigieren?', 'create_patch': 'Patch erstellen', 'original_rom': 'Originale ROM:',