-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update german translation & Remove legacy dutch translation
Signed-off-by: Emanuel Pilz <emonadeo@gmail.com>
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"config.autorun.general": "Allgemein", | ||
"config.autorun.alwaysSprint": "Automatisches Sprinten", | ||
"config.autorun.alwaysSprint.description": "Sprinte dauerhaft beim automatischen Laufen", | ||
"config.autorun.persistAutoRun": "Automatisches Laufen speichern", | ||
"config.autorun.persistAutoRun.description": "Reaktiviere automatisches Laufen zwischen Welt- und Serverwechsel", | ||
"config.autorun.toggleAutoJump": "Automatisch springen", | ||
"config.autorun.toggleAutoJump.description": "Aktiviere automatisches Springen beim automatischen Laufen", | ||
"title.autorun.config": "Auto-Run", | ||
"key.autorun.toggle": "Automatisch laufen" | ||
"key.autorun.toggle": "Automatisch laufen", | ||
"title.autorun.config": "Auto-Run" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
{ | ||
"key.autorun.toggle": "Automatisch lopen", | ||
"title.autorun.config": "AutoRun", | ||
"config.autorun.general": "Algemeen", | ||
"config.autorun.delayBuffer": "Vertragingsbuffer", | ||
"config.autorun.delayBuffer.description": "Het aantal ticks voordat handmatige bewegingen automatisch lopen kan uitschakelen.", | ||
"config.autorun.toggleAutoJump": "Automatisch springen", | ||
"config.autorun.toggleAutoJump.description": "Activeer automatisch springen terwijl automatisch lopen actief is." | ||
} | ||
"config.autorun.general": "Algemeen", | ||
"config.autorun.toggleAutoJump": "Automatisch springen", | ||
"config.autorun.toggleAutoJump.description": "Activeer automatisch springen terwijl automatisch lopen actief is.", | ||
"key.autorun.toggle": "Automatisch lopen", | ||
"title.autorun.config": "Auto-Run" | ||
} |