german locale update

This commit is contained in:
nocci 2025-04-22 13:34:00 +02:00
parent e52f24554f
commit 3a79036ec4
1 changed files with 49 additions and 18 deletions

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-04-21 11:24+0000\n" "POT-Creation-Date: 2025-04-22 11:22+0000\n"
"PO-Revision-Date: 2025-04-21 11:24+0000\n" "PO-Revision-Date: 2025-04-22 11:22+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n" "Language: de\n"
"Language-Team: de <LL@li.org>\n" "Language-Team: de <LL@li.org>\n"
@ -18,38 +18,46 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#: app.py:93 #: app.py:94
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Ooops. Falsche Benutzerdaten!" msgstr "Ooops. Falsche Benutzerdaten!"
#: app.py:102 #: app.py:103
msgid "Username already exists" msgid "Username already exists"
msgstr "Benutzer existiert bereits" msgstr "Benutzer existiert bereits"
#: app.py:147 #: app.py:148
msgid "Game added successfully!" msgid "Game added successfully!"
msgstr "Spiel erfolgreich hinzugefügt!" msgstr "Spiel erfolgreich hinzugefügt!"
#: app.py:151 app.py:186 #: app.py:152 app.py:181
msgid "Error: " msgid "Error: "
msgstr "Ui. Ein Fehler: " msgstr "Ui. Ein Fehler: "
#: app.py:160 app.py:198 #: app.py:160 app.py:191
msgid "Not allowed!" msgid "Not allowed!"
msgstr "Das ist nicht erlaubt!" msgstr "Das ist nicht erlaubt!"
#: app.py:181 #: app.py:177
msgid "Changes saved!" msgid "Changes saved!"
msgstr "Änderungen gespeichert!" msgstr "Änderungen gespeichert!"
#: app.py:202 #: app.py:195
msgid "Game deleted!" msgid "Game deleted!"
msgstr "Spiel gelöscht!" msgstr "Spiel gelöscht!"
#: app.py:205 #: app.py:198
msgid "Error deleting: " msgid "Error deleting: "
msgstr "Fehler beim Löschen: " msgstr "Fehler beim Löschen: "
#: app.py:248
msgid "Import erfolgreich!"
msgstr "Import erfolgreich!"
#: app.py:250
msgid "Bitte eine gültige CSV-Datei hochladen."
msgstr "Bitte eine gültige CSV-Datei hochladen."
#: templates/add_game.html:4 templates/index.html:6 #: templates/add_game.html:4 templates/index.html:6
msgid "Add New Game" msgid "Add New Game"
msgstr "Spiel hinzufügen" msgstr "Spiel hinzufügen"
@ -60,7 +68,7 @@ msgstr "Name"
#: templates/add_game.html:12 templates/edit_game.html:12 #: templates/add_game.html:12 templates/edit_game.html:12
msgid "Steam Key" msgid "Steam Key"
msgstr "Steam Schlüssel" msgstr "Game Key"
#: templates/add_game.html:16 templates/edit_game.html:20 #: templates/add_game.html:16 templates/edit_game.html:20
#: templates/index.html:18 #: templates/index.html:18
@ -120,8 +128,16 @@ msgid "Dark Mode"
msgstr "Dark Mode" msgstr "Dark Mode"
#: templates/base.html:48 #: templates/base.html:48
msgid "Export"
msgstr "Export"
#: templates/base.html:49
msgid "Import"
msgstr "Import"
#: templates/base.html:50
msgid "Logout" msgid "Logout"
msgstr "Abmelden" msgstr "Logout"
#: templates/edit_game.html:4 #: templates/edit_game.html:4
msgid "Edit Game" msgid "Edit Game"
@ -131,6 +147,22 @@ msgstr "Spiel editieren"
msgid "Steam AppID (optional)" msgid "Steam AppID (optional)"
msgstr "" msgstr ""
#: templates/import.html:4
msgid "Import Games"
msgstr "Importiere Spiele"
#: templates/import.html:7
msgid "CSV-Datei auswählen"
msgstr ""
#: templates/import.html:10
msgid "Importieren"
msgstr ""
#: templates/import.html:11
msgid "Abbrechen"
msgstr ""
#: templates/index.html:4 #: templates/index.html:4
msgid "My Games" msgid "My Games"
msgstr "Meine Spiele" msgstr "Meine Spiele"
@ -141,7 +173,7 @@ msgstr "Cover"
#: templates/index.html:17 #: templates/index.html:17
msgid "Key" msgid "Key"
msgstr "Schlüssel" msgstr "Key"
#: templates/index.html:19 #: templates/index.html:19
msgid "Created" msgid "Created"
@ -149,7 +181,7 @@ msgstr "Erstellt"
#: templates/index.html:21 templates/index.html:53 #: templates/index.html:21 templates/index.html:53
msgid "Shop" msgid "Shop"
msgstr "Shop" msgstr "ShopLink"
#: templates/index.html:22 #: templates/index.html:22
msgid "Actions" msgid "Actions"
@ -161,7 +193,7 @@ msgstr "Wirklich löschen?"
#: templates/index.html:68 #: templates/index.html:68
msgid "No games yet" msgid "No games yet"
msgstr "Noch keine Spiele vorhanden" msgstr "Der Kornspeicher ist leer, Sire!"
#: templates/login.html:7 templates/login.html:17 #: templates/login.html:7 templates/login.html:17
msgid "Login" msgid "Login"
@ -177,9 +209,8 @@ msgstr "Passwort"
#: templates/login.html:20 #: templates/login.html:20
msgid "No account yet? Register" msgid "No account yet? Register"
msgstr "Noch kein Account? Hier Registrieren!" msgstr "Kein Account? Hier registrieren!"
#: templates/register.html:7 templates/register.html:17 #: templates/register.html:7 templates/register.html:17
msgid "Register" msgid "Register"
msgstr "Registrierung" msgstr "Registrieren"