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 GUI files optimised #35

Closed
wants to merge 7 commits into from
Closed
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USAGE:
fpvc-lady [global options] command [command options]

VERSION:
0.0.0
0.7.1

COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down Expand Up @@ -50,12 +50,15 @@ fpvc-lady-darwin-amd64-x.x.x --speak "say -v samantha"
1. Create a folder of your choice - we will use "D:\FPV-COMBAT\lady" in this example
- place fpvc-lady-windows-amd64-X.X.X.exe in that folder
2. Create a Shortut on your Desktop
- Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit "D:\FPV-COMBAT\lady\fpvc-lady-windows-amd64-0.3.0.exe --serial-port COM3"
- Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit "D:\FPV-COMBAT\lady\fpvc-lady-windows-amd64-0.7.1.exe --serial-port COM3"
- Exchange **COM3** with the port that your CP2102 module uses when plugged in
- add arguments according to your needs - refer to global options above
- Execute in: "D:\FPV-COMBAT\lady\"
3. Replace the standard Icon with our loveley Combat Lady Icon

4. Example for a running the lady in demo mode with cheers, lives, and log file in english
- Target for shortcut: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit "D:\FPV-COMBAT\lady\fpvc-lady-windows-amd64-0.7.1.exe --source demo --speak google --speak-cheers --speak-lives --log-file -D:\FPV-COMBAT\lady\LOGS\combat.txt --locale en"

### Linux

On Linux you can either use any offline text-to-speech engine, like "espeak", or use online "google" engine.
Expand Down
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
Collaborator

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. . .",

"ladyNotOn": "Die LADY ist noch nicht bereit",
"start": "Start",
"stop": "Stop",
Expand All @@ -19,22 +19,22 @@
"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"
}
}
8 changes: 4 additions & 4 deletions locale/comments.de.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# THIS FILE IS GENERATED, DO NOT EDIT

launch=Dame, zu Ihren Diensten!
session_start=Wir haben begonnen.
session_stop=Wir sind fertig.
joined={player} verband.
launch=Die Lady ist bereit.
session_start=Das Match beginnt.
session_stop=Das Match ist vorbei.
joined={player} ist beigetreten.
hit={victim} wurde getroffen.
hit_by={victim} wurde von {attacker} getroffen.
lives_left={lives} Leben übrig.