Skip to content

Commit

Permalink
Merge pull request #30 from BlueSkyBlackBird/main
Browse files Browse the repository at this point in the history
Added german translation
  • Loading branch information
ironmonk88 authored Dec 4, 2022
2 parents c55bd54 + 79a362b commit 02a0a09
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
17 changes: 17 additions & 0 deletions lang/de.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
5 changes: 5 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"esmodules": [
Expand Down

0 comments on commit 02a0a09

Please sign in to comment.