From fc2e769e983546ec8211c7562a6c0c83746ad049 Mon Sep 17 00:00:00 2001 From: Lucanoria <111222774+Lucanoria@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:03:49 +0200 Subject: [PATCH] Added German Translation --- .../resources/assets/cmdkeybind/lang/de_de.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/assets/cmdkeybind/lang/de_de.json diff --git a/src/main/resources/assets/cmdkeybind/lang/de_de.json b/src/main/resources/assets/cmdkeybind/lang/de_de.json new file mode 100644 index 0000000..e1f54e5 --- /dev/null +++ b/src/main/resources/assets/cmdkeybind/lang/de_de.json @@ -0,0 +1,16 @@ +{ + "key.cmdkeybind.config.title": "Kommand Makros", + "key.cmdkeybind.config.category.main": "Main", + "key.cmdkeybind.config.sub.macro": "Makro", + "key.cmdkeybind.config.macro.key": "Taste", + "key.cmdkeybind.config.macro.keymod": "Modifikator-Taste", + "key.cmdkeybind.config.macro.command": "Kommand", + "key.cmdkeybind.config.enabled": "Aktiviert", + "key.cmdkeybind.config.macrotype": "Art des Makros", + "key.cmdkeybind.config.delay": "Verzögerung (Milliseconds)", + "key.cmdkeybind.config.repetitions": "Wiederholungen", + "key.cmdkeybind.config.add": "Makro hinzufügen", + "key.cmdkeybind.config.remove": "Entfernen", + "key.categories.cmdkeybind": "Makros", + "key.cmdkeybind.config.openmacrokeybind": "Makro Konfigurationsfenster öffnen" +}