GameKeyManager/translations/de/LC_MESSAGES/messages.po

275 lines
6.2 KiB
Plaintext
Raw Normal View History

2025-04-26 12:32:07 +00:00
# German translations for PROJECT.
# Copyright (C) 2025 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
2025-04-29 16:02:22 +00:00
"POT-Creation-Date: 2025-04-29 15:53+0000\n"
"PO-Revision-Date: 2025-04-29 15:42+0000\n"
2025-04-26 12:32:07 +00:00
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
2025-04-29 16:02:22 +00:00
#: app.py:194
2025-04-26 12:32:07 +00:00
msgid "Invalid credentials"
2025-04-29 13:19:59 +00:00
msgstr "Ungültige Anmeldedaten"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:200
2025-04-29 13:19:59 +00:00
msgid "No new registrations. They are deactivated!"
2025-04-29 16:02:22 +00:00
msgstr "Keine neuen Registrierungen. Sie sind deaktiviert!"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:208
2025-04-26 12:32:07 +00:00
msgid "Username already exists"
2025-04-29 13:19:59 +00:00
msgstr "Benutzername existiert bereits"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:234
2025-04-29 13:19:59 +00:00
msgid "Current passwort is wrong"
2025-04-29 16:02:22 +00:00
msgstr "Aktuelles Passwort ist falsch"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:238
2025-04-29 13:19:59 +00:00
msgid "New Passwords are not matching"
2025-04-29 16:02:22 +00:00
msgstr "Neue Passwörter stimmen nicht überein"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:243
2025-04-29 13:19:59 +00:00
msgid "Password changed successfully"
msgstr "Passwort erfolgreich geändert"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:273
2025-04-26 12:32:07 +00:00
msgid "Game added successfully!"
2025-04-29 13:19:59 +00:00
msgstr "Spiel erfolgreich hinzugefügt!"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:278
2025-04-26 12:32:07 +00:00
msgid "Steam Key already exists!"
2025-04-29 16:02:22 +00:00
msgstr "Steam-Key existiert bereits!"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:281 app.py:325
2025-04-26 12:32:07 +00:00
msgid "Error: "
2025-04-29 13:19:59 +00:00
msgstr "Fehler: "
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:320
2025-04-26 12:32:07 +00:00
msgid "Changes saved!"
2025-04-29 13:19:59 +00:00
msgstr "Änderungen gespeichert!"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:408
2025-04-26 12:32:07 +00:00
msgid "Game List (without Keys)"
2025-04-29 13:19:59 +00:00
msgstr "Spieleliste (ohne Keys)"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:501
2025-04-26 12:32:07 +00:00
#, python-format
2025-04-29 13:19:59 +00:00
msgid "%(new)d new games imported, %(dup)d skipped duplicates"
msgstr "%(new)d neue Spiele importiert, %(dup)d Duplikate übersprungen"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:505
2025-04-26 12:32:07 +00:00
#, python-format
2025-04-29 13:19:59 +00:00
msgid "Import error: %(error)s"
msgstr "Importfehler: %(error)s"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: app.py:509
2025-04-29 13:19:59 +00:00
msgid "Please upload a valid CSV file."
2025-04-29 16:02:22 +00:00
msgstr "Bitte eine gültige CSV-Datei hochladen."
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:4 templates/index.html:9
msgid "Add New Game"
2025-04-29 13:19:59 +00:00
msgstr "Neues Spiel hinzufügen"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:9 templates/edit_game.html:9 templates/index.html:19
msgid "Name"
2025-04-29 13:19:59 +00:00
msgstr "Name"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:13 templates/edit_game.html:13
msgid "Game Key"
2025-04-29 16:02:22 +00:00
msgstr "Spiele-Key"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:17 templates/edit_game.html:21 templates/index.html:21
2025-04-26 12:32:07 +00:00
msgid "Status"
2025-04-29 13:19:59 +00:00
msgstr "Status"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:19 templates/edit_game.html:23 templates/index.html:41
2025-04-26 12:32:07 +00:00
msgid "Not redeemed"
2025-04-29 13:19:59 +00:00
msgstr "Nicht eingelöst"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:20 templates/edit_game.html:24 templates/index.html:43
2025-04-26 12:32:07 +00:00
msgid "Gifted"
2025-04-29 16:02:22 +00:00
msgstr "Verschenkt"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:21 templates/edit_game.html:25 templates/index.html:45
2025-04-26 12:32:07 +00:00
msgid "Redeemed"
2025-04-29 16:02:22 +00:00
msgstr "Eingelöst"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:25 templates/edit_game.html:29 templates/index.html:23
2025-04-26 12:32:07 +00:00
msgid "Redeem by"
2025-04-29 16:02:22 +00:00
msgstr "Einzulösen bis"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:29 templates/edit_game.html:33
msgid "Recipient"
2025-04-29 13:19:59 +00:00
msgstr "Empfänger"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:33 templates/edit_game.html:37
msgid "Shop URL"
2025-04-29 13:19:59 +00:00
msgstr "Shop-URL"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:37 templates/edit_game.html:41
msgid "Notes"
2025-04-29 13:19:59 +00:00
msgstr "Notizen"
2025-04-26 12:32:07 +00:00
#: templates/add_game.html:41 templates/edit_game.html:60
msgid "Save"
2025-04-29 13:19:59 +00:00
msgstr "Speichern"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/add_game.html:42 templates/edit_game.html:61 templates/import.html:12
2025-04-26 12:32:07 +00:00
msgid "Cancel"
2025-04-29 13:19:59 +00:00
msgstr "Abbrechen"
2025-04-26 12:32:07 +00:00
#: templates/base.html:7
msgid "Game Key Manager"
2025-04-29 16:02:22 +00:00
msgstr "Game-Key-Verwaltung"
2025-04-26 12:32:07 +00:00
#: templates/base.html:23
msgid "Search"
2025-04-29 13:19:59 +00:00
msgstr "Suche"
2025-04-26 12:32:07 +00:00
#: templates/base.html:31
msgid "Dark Mode"
2025-04-29 16:02:22 +00:00
msgstr "Dunkler Modus"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/base.html:46 templates/login.html:16 templates/register.html:15
2025-04-29 13:19:59 +00:00
msgid "Password"
msgstr "Passwort"
2025-04-26 12:32:07 +00:00
2025-04-29 16:02:22 +00:00
#: templates/base.html:49
2025-04-26 12:32:07 +00:00
msgid "Logout"
2025-04-29 13:19:59 +00:00
msgstr "Abmelden"
2025-04-26 12:32:07 +00:00
#: templates/change_password.html:4 templates/change_password.html:19
msgid "Change Password"
2025-04-29 13:19:59 +00:00
msgstr "Passwort ändern"
2025-04-26 12:32:07 +00:00
#: templates/change_password.html:8
msgid "Current Password"
2025-04-29 13:19:59 +00:00
msgstr "Aktuelles Passwort"
2025-04-26 12:32:07 +00:00
#: templates/change_password.html:12
msgid "New Password"
2025-04-29 13:19:59 +00:00
msgstr "Neues Passwort"
2025-04-26 12:32:07 +00:00
#: templates/change_password.html:16
msgid "Confirm New Password"
2025-04-29 13:19:59 +00:00
msgstr "Neues Passwort bestätigen"
2025-04-26 12:32:07 +00:00
#: templates/edit_game.html:4
msgid "Edit Game"
2025-04-29 13:19:59 +00:00
msgstr "Spiel bearbeiten"
2025-04-26 12:32:07 +00:00
#: templates/edit_game.html:17
msgid "Steam AppID (optional)"
2025-04-29 16:02:22 +00:00
msgstr "Steam-AppID (optional)"
2025-04-26 12:32:07 +00:00
#: templates/edit_game.html:47
msgid "Active Redeem Link"
2025-04-29 13:19:59 +00:00
msgstr "Aktiver Einlöse-Link"
2025-04-26 12:32:07 +00:00
#: templates/edit_game.html:54
msgid "Expires at"
2025-04-29 16:02:22 +00:00
msgstr "Ablaufdatum"
2025-04-26 12:32:07 +00:00
#: templates/import.html:4
msgid "Import Games"
2025-04-29 13:19:59 +00:00
msgstr "Spiele importieren"
2025-04-26 12:32:07 +00:00
#: templates/import.html:8
2025-04-29 13:19:59 +00:00
msgid "Select CSV file"
msgstr "CSV-Datei auswählen"
2025-04-26 12:32:07 +00:00
#: templates/import.html:11
2025-04-29 13:19:59 +00:00
msgid "Import"
msgstr "Importieren"
2025-04-26 12:32:07 +00:00
#: templates/index.html:4
msgid "My Games"
2025-04-29 13:19:59 +00:00
msgstr "Meine Spiele"
2025-04-26 12:32:07 +00:00
#: templates/index.html:6
msgid "Export CSV"
2025-04-29 13:19:59 +00:00
msgstr "CSV exportieren"
2025-04-26 12:32:07 +00:00
#: templates/index.html:8
msgid "Import CSV"
2025-04-29 13:19:59 +00:00
msgstr "CSV importieren"
2025-04-26 12:32:07 +00:00
#: templates/index.html:18
msgid "Cover"
2025-04-29 13:19:59 +00:00
msgstr "Cover"
2025-04-26 12:32:07 +00:00
#: templates/index.html:20
msgid "Key"
2025-04-29 13:19:59 +00:00
msgstr "Key"
2025-04-26 12:32:07 +00:00
#: templates/index.html:22
msgid "Created"
2025-04-29 13:19:59 +00:00
msgstr "Erstellt"
2025-04-26 12:32:07 +00:00
#: templates/index.html:24 templates/index.html:56
msgid "Shop"
2025-04-29 13:19:59 +00:00
msgstr "Shop"
2025-04-26 12:32:07 +00:00
#: templates/index.html:25
msgid "Actions"
2025-04-29 13:19:59 +00:00
msgstr "Aktionen"
2025-04-26 12:32:07 +00:00
#: templates/index.html:63
msgid "Generate redeem link"
2025-04-29 16:02:22 +00:00
msgstr "Einlöse-Link generieren"
2025-04-26 12:32:07 +00:00
#: templates/index.html:70
msgid "Really delete?"
2025-04-29 13:19:59 +00:00
msgstr "Wirklich löschen?"
2025-04-26 12:32:07 +00:00
#: templates/index.html:96
msgid "Redeem link copied to clipboard!"
2025-04-29 16:02:22 +00:00
msgstr "Einlöse-Link in die Zwischenablage kopiert!"
2025-04-26 12:32:07 +00:00
#: templates/index.html:100
msgid "Error generating link"
2025-04-29 13:19:59 +00:00
msgstr "Fehler beim Generieren des Links"
2025-04-26 12:32:07 +00:00
#: templates/index.html:106
msgid "No games yet"
2025-04-29 13:19:59 +00:00
msgstr "Der Kornspeicher ist leer, Sire!"
2025-04-26 12:32:07 +00:00
#: templates/login.html:8 templates/login.html:19
msgid "Login"
2025-04-29 13:19:59 +00:00
msgstr "Anmelden"
2025-04-26 12:32:07 +00:00
#: templates/login.html:12 templates/register.html:11
msgid "Username"
2025-04-29 13:19:59 +00:00
msgstr "Benutzername"
2025-04-26 12:32:07 +00:00
#: templates/login.html:22
msgid "No account yet? Register"
2025-04-29 16:02:22 +00:00
msgstr "Noch kein Konto? Jetzt registrieren"
2025-04-26 12:32:07 +00:00
#: templates/redeem.html:16
msgid "Your Key:"
2025-04-29 13:19:59 +00:00
msgstr "Dein Key:"
2025-04-26 12:32:07 +00:00
#: templates/redeem.html:22
msgid "Redeem now on"
2025-04-29 16:02:22 +00:00
msgstr "Jetzt einlösen bei"
2025-04-26 12:32:07 +00:00
#: templates/redeem.html:26
msgid "This page will expire in"
2025-04-29 13:19:59 +00:00
msgstr "Diese Seite läuft ab in"
2025-04-26 12:32:07 +00:00
#: templates/register.html:7 templates/register.html:18
msgid "Register"
2025-04-29 13:19:59 +00:00
msgstr "Registrieren"
2025-04-26 12:32:07 +00:00