Skip to content

Commit

Permalink
Merge pull request #187 from Doenerstyle/1.20.4
Browse files Browse the repository at this point in the history
[1.20.4] Extend German translation and port localization updates
  • Loading branch information
jaredlll08 committed Mar 7, 2024
2 parents 76887d7 + 2ff75d1 commit 80e37ea
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
13 changes: 10 additions & 3 deletions common/src/main/resources/assets/controlling/lang/de_de.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"options.showAll": "Alle anzeigen",
"options.showConflicts": "Konflikte anzeigen",
"options.showNone": "Unbenutze anzeigen",
"options.showConflicts": "Konfl. anzeig.",
"options.showNone": "Unben. anzeig.",
"options.availableKeys": "Verfügbare Tasten",
"options.sort": "Sortieren nach"
"options.sort": "Sortieren nach",
"options.category": "Kategorie",
"options.key": "Taste",
"options.sortNone": "(nichts)",
"options.sortAZ": "A->Z",
"options.sortZA": "Z->A",
"options.toggleFree": "Freie Tasten anzeig.",
"options.confirmReset": "Möchtest du wirklich zurücksetzen?"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"options.sortAZ": "A->Zed",
"options.sortZA": "Zed->A",
"options.toggleFree": "Toggle Free",
"options.confirmReset": "Click to confirm reset!"
"options.confirmReset": "Confirm?"
}
6 changes: 3 additions & 3 deletions common/src/main/resources/assets/controlling/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"options.showAll": "모두 표시",
"options.showConflicts": "충돌 표시",
"options.showNone": "언바운드 표시",
"options.showNone": "미지정 표시",
"options.availableKeys": "사용 가능한 키",
"options.sort": "정렬",
"options.category": "범주",
"options.key": "",
"options.sortNone": "없음",
"options.sortAZ": "A->Z",
"options.sortZA": "Z->A",
"options.toggleFree": "자유 설정/해제",
"options.confirmReset": "클릭하여 재설정을 확인!"
"options.toggleFree": "미사용 전환",
"options.confirmReset": "확실한가요?"
}
14 changes: 14 additions & 0 deletions common/src/main/resources/assets/controlling/lang/nl_nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options.showAll": "Toon alles",
"options.showConflicts": "Toon conflicten",
"options.showNone": "Toon niet-toegewezen",
"options.availableKeys": "Beschikbare toetsen",
"options.sort": "Sorteren",
"options.category": "Categorie",
"options.key": "Toets",
"options.sortNone": "Geen",
"options.sortAZ": "A->Z",
"options.sortZA": "Z->A",
"options.toggleFree": "Schakel beschikbaar",
"options.confirmReset": "Weet je het zeker?"
}

0 comments on commit 80e37ea

Please sign in to comment.