Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partial German "Lookup Anything" and "Tractor Mod" translations #1060

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LookupAnything/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
// values
"item.fish-spawn-rules.min-fishing-level": "Mindest-Angelstufe: {{level}}",
"item.fish-spawn-rules.not-caught-yet": "Noch nicht gefangen (kann nur einmal gefangen werden)",
"item.fish-spawn-rules.extended-family-quest-active": "\"Extended Family\" quest active", // TODO
"item.fish-spawn-rules.extended-family-quest-active": "\"Erweiterte Familie\"-Quest aktiv",
"item.fish-spawn-rules.locations": "Standorte: {{locations}}",
"item.fish-spawn-rules.locations-by-season.label": "Standorte:",
"item.fish-spawn-rules.locations-by-season.season-locations": "{{season}}: {{locations}}",
Expand Down
11 changes: 5 additions & 6 deletions TractorMod/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@
"config.tractor-volume.name": "Motorgeräuschlautstärke",
"config.tractor-volume.tooltip": "Die Lautstärke für die Traktor-Soundeffekte. Standard {{defaultValue}}%.",

// TODO
"config.tool-use-sounds-limit.name": "Tool Use Sounds",
"config.tool-use-sounds-limit.tooltip": "When applying a tool to many tiles around the tractor, which tool sounds should be played. The default option is '{{defaultOption}}'. Note that '{{unlimitedOption}}' may cause errors with larger ranges.",
"config.tool-use-sounds-limit.value.Default": "default",
"config.tool-use-sounds-limit.value.OncePerTick": "first tile applied",
"config.tool-use-sounds-limit.value.Unlimited": "play every sound (not recommended)",
"config.tool-use-sounds-limit.name": "Geräusche der Werkzeugnutzung",
"config.tool-use-sounds-limit.tooltip": "Welche Werkzeuggeräusche beim Anwenden eines Werkzeugs auf viele Kacheln rund um den Traktor abgespielt werden sollen. Die Standardoption ist '{{defaultOption}}'. Beachte, dass '{{unlimitedOption}}' bei größeren Bereichen zu Fehlern führen kann.",
"config.tool-use-sounds-limit.value.Default": "Standard",
"config.tool-use-sounds-limit.value.OncePerTick": "Erste Kachel bearbeitet",
"config.tool-use-sounds-limit.value.Unlimited": "Jeden Sound abspielen (nicht empfohlen)",


/****
Expand Down