Skip to content

Commit

Permalink
Update german translation & Remove legacy dutch translation
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuel Pilz <emonadeo@gmail.com>
  • Loading branch information
emonadeo committed Nov 7, 2024
1 parent 236a2ac commit 70167f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/assets/autorun/lang/de_de.json
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"
}
14 changes: 6 additions & 8 deletions src/main/resources/assets/autorun/lang/nl_nl.json
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"
}

0 comments on commit 70167f8

Please sign in to comment.