more translations fixed
This commit is contained in:
parent
c886d5f28e
commit
d3eb37ebff
15 changed files with 170 additions and 155 deletions
Binary file not shown.
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-26 11:13+0000\n"
|
||||
"PO-Revision-Date: 2025-04-26 11:13+0000\n"
|
||||
"POT-Creation-Date: 2025-04-29 13:06+0000\n"
|
||||
"PO-Revision-Date: 2025-04-29 13:06+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: de\n"
|
||||
"Language-Team: de <LL@li.org>\n"
|
||||
|
@ -20,83 +20,83 @@ msgstr ""
|
|||
|
||||
#: app.py:187
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
msgstr "Ungültige Anmeldedaten"
|
||||
|
||||
#: app.py:193
|
||||
msgid "Registrierungen sind deaktiviert"
|
||||
msgstr ""
|
||||
msgid "No new registrations. They are deactivated!"
|
||||
msgstr "Upps. Keine neuen Registrierungen, sorry!"
|
||||
|
||||
#: app.py:201
|
||||
msgid "Username already exists"
|
||||
msgstr ""
|
||||
msgstr "Benutzername existiert bereits"
|
||||
|
||||
#: app.py:227
|
||||
msgid "Aktuelles Passwort ist falsch"
|
||||
msgstr ""
|
||||
msgid "Current passwort is wrong"
|
||||
msgstr "Das aktuelle Passwort ist falsch"
|
||||
|
||||
#: app.py:231
|
||||
msgid "Neue Passwörter stimmen nicht überein"
|
||||
msgstr ""
|
||||
msgid "New Passwords are not matching"
|
||||
msgstr "Die neuen Passwörter stimmen nicht überein"
|
||||
|
||||
#: app.py:236
|
||||
msgid "Passwort erfolgreich geändert"
|
||||
msgstr ""
|
||||
msgid "Password changed successfully"
|
||||
msgstr "Passwort erfolgreich geändert"
|
||||
|
||||
#: app.py:266
|
||||
msgid "Game added successfully!"
|
||||
msgstr ""
|
||||
msgstr "Spiel erfolgreich hinzugefügt!"
|
||||
|
||||
#: app.py:271
|
||||
msgid "Steam Key already exists!"
|
||||
msgstr ""
|
||||
msgstr "Game-Key existiert bereits!"
|
||||
|
||||
#: app.py:274 app.py:318
|
||||
msgid "Error: "
|
||||
msgstr ""
|
||||
msgstr "Fehler: "
|
||||
|
||||
#: app.py:313
|
||||
msgid "Changes saved!"
|
||||
msgstr ""
|
||||
msgstr "Änderungen gespeichert!"
|
||||
|
||||
#: app.py:401
|
||||
msgid "Game List (without Keys)"
|
||||
msgstr ""
|
||||
msgstr "Spieleliste (ohne Keys)"
|
||||
|
||||
#: app.py:494
|
||||
#, python-format
|
||||
msgid "%(new)d neue Spiele importiert, %(dup)d Duplikate übersprungen"
|
||||
msgstr ""
|
||||
msgid "%(new)d new games imported, %(dup)d skipped duplicates"
|
||||
msgstr "%(new)d neue Spiele importiert, %(dup)d Duplikate übersprungen"
|
||||
|
||||
#: app.py:498
|
||||
#, python-format
|
||||
msgid "Importfehler: %(error)s"
|
||||
msgstr ""
|
||||
msgid "Import error: %(error)s"
|
||||
msgstr "Importfehler: %(error)s"
|
||||
|
||||
#: app.py:502
|
||||
msgid "Bitte eine gültige CSV-Datei hochladen."
|
||||
msgstr ""
|
||||
msgid "Please upload a valid CSV file."
|
||||
msgstr "Bitte lade eine gültige CSV-Datei hoch."
|
||||
|
||||
#: templates/add_game.html:4 templates/index.html:9
|
||||
msgid "Add New Game"
|
||||
msgstr ""
|
||||
msgstr "Neues Spiel hinzufügen"
|
||||
|
||||
#: templates/add_game.html:9 templates/edit_game.html:9 templates/index.html:19
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Name"
|
||||
|
||||
#: templates/add_game.html:13 templates/edit_game.html:13
|
||||
msgid "Game Key"
|
||||
msgstr ""
|
||||
msgstr "Spiel-Key"
|
||||
|
||||
#: templates/add_game.html:17 templates/edit_game.html:21
|
||||
#: templates/index.html:21
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
msgstr "Status"
|
||||
|
||||
#: templates/add_game.html:19 templates/edit_game.html:23
|
||||
#: templates/index.html:41
|
||||
msgid "Not redeemed"
|
||||
msgstr ""
|
||||
msgstr "Nicht eingelöst"
|
||||
|
||||
#: templates/add_game.html:20 templates/edit_game.html:24
|
||||
#: templates/index.html:43
|
||||
|
@ -106,182 +106,175 @@ msgstr ""
|
|||
#: templates/add_game.html:21 templates/edit_game.html:25
|
||||
#: templates/index.html:45
|
||||
msgid "Redeemed"
|
||||
msgstr ""
|
||||
msgstr "Verschenkt"
|
||||
|
||||
#: templates/add_game.html:25 templates/edit_game.html:29
|
||||
#: templates/index.html:23
|
||||
msgid "Redeem by"
|
||||
msgstr ""
|
||||
msgstr "Einzulösen vor"
|
||||
|
||||
#: templates/add_game.html:29 templates/edit_game.html:33
|
||||
msgid "Recipient"
|
||||
msgstr ""
|
||||
msgstr "Empfänger"
|
||||
|
||||
#: templates/add_game.html:33 templates/edit_game.html:37
|
||||
msgid "Shop URL"
|
||||
msgstr ""
|
||||
msgstr "Shop-URL"
|
||||
|
||||
#: templates/add_game.html:37 templates/edit_game.html:41
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
msgstr "Notizen"
|
||||
|
||||
#: templates/add_game.html:41 templates/edit_game.html:60
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
msgstr "Speichern"
|
||||
|
||||
#: templates/add_game.html:42 templates/edit_game.html:61
|
||||
#: templates/import.html:12
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: templates/base.html:7
|
||||
msgid "Game Key Manager"
|
||||
msgstr ""
|
||||
msgstr "Game Key Manager"
|
||||
|
||||
#: templates/base.html:23
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
msgstr "Suche"
|
||||
|
||||
#: templates/base.html:31
|
||||
msgid "Dark Mode"
|
||||
msgstr ""
|
||||
msgstr "Dark Mode"
|
||||
|
||||
#: templates/base.html:44
|
||||
msgid "Passwort"
|
||||
msgstr ""
|
||||
#: templates/base.html:44 templates/login.html:16 templates/register.html:15
|
||||
msgid "Password"
|
||||
msgstr "Passwort"
|
||||
|
||||
#: templates/base.html:47
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
msgstr "Abmelden"
|
||||
|
||||
#: templates/change_password.html:4 templates/change_password.html:19
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
msgstr "Passwort ändern"
|
||||
|
||||
#: templates/change_password.html:8
|
||||
msgid "Current Password"
|
||||
msgstr ""
|
||||
msgstr "Aktuelles Passwort"
|
||||
|
||||
#: templates/change_password.html:12
|
||||
msgid "New Password"
|
||||
msgstr ""
|
||||
msgstr "Neues Passwort"
|
||||
|
||||
#: templates/change_password.html:16
|
||||
msgid "Confirm New Password"
|
||||
msgstr ""
|
||||
msgstr "Neues Passwort bestätigen"
|
||||
|
||||
#: templates/edit_game.html:4
|
||||
msgid "Edit Game"
|
||||
msgstr ""
|
||||
msgstr "Spiel bearbeiten"
|
||||
|
||||
#: templates/edit_game.html:17
|
||||
msgid "Steam AppID (optional)"
|
||||
msgstr ""
|
||||
msgstr "Steam AppID (optional)"
|
||||
|
||||
#: templates/edit_game.html:47
|
||||
msgid "Active Redeem Link"
|
||||
msgstr ""
|
||||
msgstr "Aktiver Einlöse-Link"
|
||||
|
||||
#: templates/edit_game.html:54
|
||||
msgid "Expires at"
|
||||
msgstr ""
|
||||
msgstr "Läuft ab"
|
||||
|
||||
#: templates/import.html:4
|
||||
msgid "Import Games"
|
||||
msgstr ""
|
||||
msgstr "Spiele importieren"
|
||||
|
||||
#: templates/import.html:8
|
||||
msgid "CSV-Datei auswählen"
|
||||
msgstr ""
|
||||
msgid "Select CSV file"
|
||||
msgstr "CSV-Datei auswählen"
|
||||
|
||||
#: templates/import.html:11
|
||||
msgid "Importieren"
|
||||
msgstr ""
|
||||
|
||||
#: templates/import.html:12
|
||||
msgid "Abbrechen"
|
||||
msgstr ""
|
||||
msgid "Import"
|
||||
msgstr "Importieren"
|
||||
|
||||
#: templates/index.html:4
|
||||
msgid "My Games"
|
||||
msgstr ""
|
||||
msgstr "Meine Spiele"
|
||||
|
||||
#: templates/index.html:6
|
||||
msgid "Export CSV"
|
||||
msgstr ""
|
||||
msgstr "CSV exportieren"
|
||||
|
||||
#: templates/index.html:8
|
||||
msgid "Import CSV"
|
||||
msgstr ""
|
||||
msgstr "CSV importieren"
|
||||
|
||||
#: templates/index.html:18
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
msgstr "Cover"
|
||||
|
||||
#: templates/index.html:20
|
||||
msgid "Key"
|
||||
msgstr ""
|
||||
msgstr "Key"
|
||||
|
||||
#: templates/index.html:22
|
||||
msgid "Created"
|
||||
msgstr ""
|
||||
msgstr "Erstellt"
|
||||
|
||||
#: templates/index.html:24 templates/index.html:56
|
||||
msgid "Shop"
|
||||
msgstr ""
|
||||
msgstr "Shop"
|
||||
|
||||
#: templates/index.html:25
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
msgstr "Aktionen"
|
||||
|
||||
#: templates/index.html:63
|
||||
msgid "Generate redeem link"
|
||||
msgstr ""
|
||||
msgstr "Geschenk-Link generieren"
|
||||
|
||||
#: templates/index.html:70
|
||||
msgid "Really delete?"
|
||||
msgstr ""
|
||||
msgstr "Wirklich löschen?"
|
||||
|
||||
#: templates/index.html:96
|
||||
msgid "Redeem link copied to clipboard!"
|
||||
msgstr ""
|
||||
msgstr "Geschenk-Link in die Zwischenablage kopiert!"
|
||||
|
||||
#: templates/index.html:100
|
||||
msgid "Error generating link"
|
||||
msgstr ""
|
||||
msgstr "Fehler beim Generieren des Links"
|
||||
|
||||
#: templates/index.html:106
|
||||
msgid "No games yet"
|
||||
msgstr ""
|
||||
msgstr "Der Kornspeicher ist leer, Sire!"
|
||||
|
||||
#: templates/login.html:8 templates/login.html:19
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
msgstr "Anmelden"
|
||||
|
||||
#: templates/login.html:12 templates/register.html:11
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.html:16 templates/register.html:15
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "Benutzername"
|
||||
|
||||
#: templates/login.html:22
|
||||
msgid "No account yet? Register"
|
||||
msgstr ""
|
||||
msgstr "Noch kein Konto? Registrieren"
|
||||
|
||||
#: templates/redeem.html:16
|
||||
msgid "Your Key:"
|
||||
msgstr ""
|
||||
msgstr "Dein Key:"
|
||||
|
||||
#: templates/redeem.html:22
|
||||
msgid "Redeem now on"
|
||||
msgstr ""
|
||||
msgstr "Jetzt einlösen auf"
|
||||
|
||||
#: templates/redeem.html:26
|
||||
msgid "This page will expire in"
|
||||
msgstr ""
|
||||
msgstr "Diese Seite läuft ab in"
|
||||
|
||||
#: templates/register.html:7 templates/register.html:18
|
||||
msgid "Register"
|
||||
msgstr ""
|
||||
msgstr "Registrieren"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue