From 79a362ba18459416b67f9fcfe7f8a406f0d0ad98 Mon Sep 17 00:00:00 2001 From: BlueSkyBlackBird Date: Wed, 5 Oct 2022 23:30:18 +0200 Subject: [PATCH] Added german translation --- lang/de.json | 17 +++++++++++++++++ lang/en.json | 6 +++--- module.json | 5 +++++ 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 lang/de.json diff --git a/lang/de.json b/lang/de.json new file mode 100644 index 0000000..c29ca57 --- /dev/null +++ b/lang/de.json @@ -0,0 +1,17 @@ +{ + "MonksHotbarExpansion.number-rows.name": "Anzahl der Leisten", + "MonksHotbarExpansion.number-rows.hint": "Anzahl der Makro-Leisten, die angezeigt werden, wenn die Zahl auf der Makro-Leiste angeklickt wird", + "MonksHotbarExpansion.reverse-row-order.name": "Reihenfolge Umkehren", + "MonksHotbarExpansion.reverse-row-order.hint": "Kehrt die Reihenfolge der Makro-Leisten um (die erste Leiste wird dabei nicht doppelt angezeigt)", + "MonksHotbarExpansion.hide-first-row.name": "Verstecke erste Leiste", + "MonksHotbarExpansion.hide-first-row.hint": "Wenn du alle Makro-Leisten zur selben Zeit offen hast, kannst du die erste Leiste ausblenden um Platz zu sparen", + "MonksHotbarExpansion.collapse-on-select.name": "Zusammenklappen nach Klick", + "MonksHotbarExpansion.collapse-on-select.hint": "Klappt die zusätzlichen Leisten ein, wenn eine Leiste ausgewählt wird", + "MonksHotbarExpansion.toggle-key.name": "Leisten umschalten", + "MonksHotbarExpansion.toggle-key.hint": "Schaltet die zusätzlichen Makro-Leisten an/aus", + "MonksHotbarExpansion.collapse-on-open.name": "Zusammengeklappt starten", + "MonksHotbarExpansion.collapse-on-open.hint": "Wenn Foundry startet sind alle Makro-Leisten eingeklappt.", + "MonksHotbarExpansion.hide-page-arrows.name": "Verstecke Seiten-Pfeile", + "MonksHotbarExpansion.hide-page-arrows.hint": "Versteckt die Pfeile zum Wechseln der Makro-Leisten", + "MonksHotbarExpansion.clear-row": "Leiste leeren" +} diff --git a/lang/en.json b/lang/en.json index 89313c2..39ca2c4 100644 --- a/lang/en.json +++ b/lang/en.json @@ -4,14 +4,14 @@ "MonksHotbarExpansion.reverse-row-order.name": "Reverse", "MonksHotbarExpansion.reverse-row-order.hint": "Reverse the rows order, not duplicating the first row", "MonksHotbarExpansion.hide-first-row.name": "Hide the first row", - "MonksHotbarExpansion.hide-first-row.hint": "If you like to have all rows open at once, hide the first row to save space.", + "MonksHotbarExpansion.hide-first-row.hint": "If you like to have all rows open at once, hide the first row to save space", "MonksHotbarExpansion.collapse-on-select.name": "Collapse on Select", "MonksHotbarExpansion.collapse-on-select.hint": "Collapse the Expansion when a row is selected", "MonksHotbarExpansion.toggle-key.name": "Toggle Hotbar", "MonksHotbarExpansion.toggle-key.hint": "Toggle the hotbar expansion", "MonksHotbarExpansion.collapse-on-open.name": "Start Collapsed", - "MonksHotbarExpansion.collapse-on-open.hint": "When Foundry first loads start withe the Expansion collapsed", + "MonksHotbarExpansion.collapse-on-open.hint": "When Foundry first loads start with the Expansion collapsed", "MonksHotbarExpansion.hide-page-arrows.name": "Hide Page Arrows", - "MonksHotbarExpansion.hide-page-arrows.hint": "In case you don't want the arrows visible'", + "MonksHotbarExpansion.hide-page-arrows.hint": "In case you don't want the arrows visible", "MonksHotbarExpansion.clear-row": "Clear Row" } diff --git a/module.json b/module.json index 1f69e70..8e9b2c6 100644 --- a/module.json +++ b/module.json @@ -16,6 +16,11 @@ "lang": "en", "name": "English", "path": "lang/en.json" + }, + { + "lang": "de", + "name": "Deutsch", + "path": "lang/de.json" } ], "esmodules": [