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

German Web GUI translation modified #36

Closed
wants to merge 1 commit into from
Closed
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
30 changes: 15 additions & 15 deletions gui/src/locale/text/de-DE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"setRoundTime": "Rundenzeit [min]",
"setCountdown": "Countdown",
"loading": "Anrufen bei LADY",
"loading": "Die LADY mcht sich warm. . .",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"loading": "Die LADY mcht sich warm. . .",
"loading": "Die LADY macht sich warm. . .",

@chaos5235 ?

"ladyNotOn": "Die LADY ist noch nicht bereit",
"start": "Start",
"stop": "Stop",
Expand All @@ -19,24 +19,24 @@
"enterReadOnlyMode": "Nur Vorschau",
"totalHits": "Alle Treffer",
"pinSetupSetNew": "Set up new PIN access",
"pinSetupExplanation": "This is the first time you access this manager, please set up new access PIN",
"pinSetupEnterPin": "Enter PIN",
"pinSetupConfirmPin": "Confirm PIN",
"pinSetupSubmitBtn": "Setup new PIN",
"pinSetupOK": "New access PIN was configured successfully",
"pinSetupError": "Could not setup new access PIN",
"pinSetupNotMatch": "Invalid PIN, too short (enter min. 4 digits) or entered PINs are not the same!",
"pinEnterPrompt": "Enter your PIN to login.",
"pinEnterOK": "PIN OK, logging in...",
"pinEnterInvalid": "Invalid access PIN. Access denied!",
"pinSetupExplanation": "Sie starten den Manager zum ersten mal - bitte erstellen Sie zur Sicherheit einen PIN",
"pinSetupEnterPin": "PIN eingeben",
"pinSetupConfirmPin": "PIN bestätigen",
"pinSetupSubmitBtn": "Neuen PIN erstellen",
"pinSetupOK": "Neuer Zugangspin wurde erfolgreich erstellt",
"pinSetupError": "Neuer PIN konnte nicht erstellt werden",
"pinSetupNotMatch": "Ungültiger PIN (min. 4 Zahlen) oder die eingegebenen PINS waren nicht gleich!",
"pinEnterPrompt": "Pin eingeben um einzuloggen.",
"pinEnterOK": "PIN OK, Logge ein...",
"pinEnterInvalid": "PIN ungültig - Zugriff verweigert!",
"pinEnterLoginBtn": "Login",
"optionsLanguage": "Applicationsprache",
"optionsDefaultRoundTime": "Default rundenzeit [min]",
"optionsDefaultCountdown": "Default countdown",
"optionsHitPoints": "Treffen punkte",
"optionsDamagePoints": "Schaden punkte",
"optionsResetPin": "Reset access PIN",
"optionsHitPoints": "Trefferpunkte",
"optionsDamagePoints": "Schadenspunkte",
"optionsResetPin": "PIN zurücksetzen",
"optionsExit": "Verlassen",
"exportLast": "Export letzte",
"exportAll": "Alles exportieren"
}
}
Loading