280 lines
5.0 KiB
Plaintext
280 lines
5.0 KiB
Plaintext
# Translations template for PROJECT.
|
|
# Copyright (C) 2025 ORGANIZATION
|
|
# This file is distributed under the same license as the PROJECT project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2025-04-29 15:53+0000\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\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"
|
|
|
|
#: app.py:194
|
|
msgid "Invalid credentials"
|
|
msgstr ""
|
|
|
|
#: app.py:200
|
|
msgid "No new registrations. They are deactivated!"
|
|
msgstr ""
|
|
|
|
#: app.py:208
|
|
msgid "Username already exists"
|
|
msgstr ""
|
|
|
|
#: app.py:234
|
|
msgid "Current passwort is wrong"
|
|
msgstr ""
|
|
|
|
#: app.py:238
|
|
msgid "New Passwords are not matching"
|
|
msgstr ""
|
|
|
|
#: app.py:243
|
|
msgid "Password changed successfully"
|
|
msgstr ""
|
|
|
|
#: app.py:273
|
|
msgid "Game added successfully!"
|
|
msgstr ""
|
|
|
|
#: app.py:278
|
|
msgid "Steam Key already exists!"
|
|
msgstr ""
|
|
|
|
#: app.py:281 app.py:325
|
|
msgid "Error: "
|
|
msgstr ""
|
|
|
|
#: app.py:320
|
|
msgid "Changes saved!"
|
|
msgstr ""
|
|
|
|
#: app.py:408
|
|
msgid "Game List (without Keys)"
|
|
msgstr ""
|
|
|
|
#: app.py:501
|
|
#, python-format
|
|
msgid "%(new)d new games imported, %(dup)d skipped duplicates"
|
|
msgstr ""
|
|
|
|
#: app.py:505
|
|
#, python-format
|
|
msgid "Import error: %(error)s"
|
|
msgstr ""
|
|
|
|
#: app.py:509
|
|
msgid "Please upload a valid CSV file."
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:4 templates/index.html:9
|
|
msgid "Add New Game"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:9 templates/edit_game.html:9 templates/index.html:19
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:13 templates/edit_game.html:13
|
|
msgid "Game Key"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:17 templates/edit_game.html:21
|
|
#: templates/index.html:21
|
|
msgid "Status"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:19 templates/edit_game.html:23
|
|
#: templates/index.html:41
|
|
msgid "Not redeemed"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:20 templates/edit_game.html:24
|
|
#: templates/index.html:43
|
|
msgid "Gifted"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:21 templates/edit_game.html:25
|
|
#: templates/index.html:45
|
|
msgid "Redeemed"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:25 templates/edit_game.html:29
|
|
#: templates/index.html:23
|
|
msgid "Redeem by"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:29 templates/edit_game.html:33
|
|
msgid "Recipient"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:33 templates/edit_game.html:37
|
|
msgid "Shop URL"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:37 templates/edit_game.html:41
|
|
msgid "Notes"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:41 templates/edit_game.html:60
|
|
msgid "Save"
|
|
msgstr ""
|
|
|
|
#: templates/add_game.html:42 templates/edit_game.html:61
|
|
#: templates/import.html:12
|
|
msgid "Cancel"
|
|
msgstr ""
|
|
|
|
#: templates/base.html:7
|
|
msgid "Game Key Manager"
|
|
msgstr ""
|
|
|
|
#: templates/base.html:23
|
|
msgid "Search"
|
|
msgstr ""
|
|
|
|
#: templates/base.html:31
|
|
msgid "Dark Mode"
|
|
msgstr ""
|
|
|
|
#: templates/base.html:46 templates/login.html:16 templates/register.html:15
|
|
msgid "Password"
|
|
msgstr ""
|
|
|
|
#: templates/base.html:49
|
|
msgid "Logout"
|
|
msgstr ""
|
|
|
|
#: templates/change_password.html:4 templates/change_password.html:19
|
|
msgid "Change Password"
|
|
msgstr ""
|
|
|
|
#: templates/change_password.html:8
|
|
msgid "Current Password"
|
|
msgstr ""
|
|
|
|
#: templates/change_password.html:12
|
|
msgid "New Password"
|
|
msgstr ""
|
|
|
|
#: templates/change_password.html:16
|
|
msgid "Confirm New Password"
|
|
msgstr ""
|
|
|
|
#: templates/edit_game.html:4
|
|
msgid "Edit Game"
|
|
msgstr ""
|
|
|
|
#: templates/edit_game.html:17
|
|
msgid "Steam AppID (optional)"
|
|
msgstr ""
|
|
|
|
#: templates/edit_game.html:47
|
|
msgid "Active Redeem Link"
|
|
msgstr ""
|
|
|
|
#: templates/edit_game.html:54
|
|
msgid "Expires at"
|
|
msgstr ""
|
|
|
|
#: templates/import.html:4
|
|
msgid "Import Games"
|
|
msgstr ""
|
|
|
|
#: templates/import.html:8
|
|
msgid "Select CSV file"
|
|
msgstr ""
|
|
|
|
#: templates/import.html:11
|
|
msgid "Import"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:4
|
|
msgid "My Games"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:6
|
|
msgid "Export CSV"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:8
|
|
msgid "Import CSV"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:18
|
|
msgid "Cover"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:20
|
|
msgid "Key"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:22
|
|
msgid "Created"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:24 templates/index.html:56
|
|
msgid "Shop"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:25
|
|
msgid "Actions"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:63
|
|
msgid "Generate redeem link"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:70
|
|
msgid "Really delete?"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:96
|
|
msgid "Redeem link copied to clipboard!"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:100
|
|
msgid "Error generating link"
|
|
msgstr ""
|
|
|
|
#: templates/index.html:106
|
|
msgid "No games yet"
|
|
msgstr ""
|
|
|
|
#: templates/login.html:8 templates/login.html:19
|
|
msgid "Login"
|
|
msgstr ""
|
|
|
|
#: templates/login.html:12 templates/register.html:11
|
|
msgid "Username"
|
|
msgstr ""
|
|
|
|
#: templates/login.html:22
|
|
msgid "No account yet? Register"
|
|
msgstr ""
|
|
|
|
#: templates/redeem.html:16
|
|
msgid "Your Key:"
|
|
msgstr ""
|
|
|
|
#: templates/redeem.html:22
|
|
msgid "Redeem now on"
|
|
msgstr ""
|
|
|
|
#: templates/redeem.html:26
|
|
msgid "This page will expire in"
|
|
msgstr ""
|
|
|
|
#: templates/register.html:7 templates/register.html:18
|
|
msgid "Register"
|
|
msgstr ""
|
|
|