Release 15 - Revamp #38

Merged
ChaoticByte merged 27 commits from devel into main 2023-03-26 11:09:31 +00:00
2 changed files with 75 additions and 106 deletions
Showing only changes of commit 9dc1f902d3 - Show all commits

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-15 19:20+0200\n"
"POT-Creation-Date: 2023-02-17 22:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Julian Müller (ChaoticByte)\n"
"Language: DE\n"
@ -17,266 +17,235 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: application/app/templates/admin/base_site.html:7
#: app/templates/admin/base_site.html:7
msgid "Django site admin"
msgstr "Django Administrator"
#: application/app/templates/admin/base_site.html:15
#: app/templates/admin/base_site.html:15
msgid "Django administration"
msgstr "Django Administration"
#: application/app/templates/baselayout.html:41
#: app/templates/baselayout.html:26
msgid "An error occured. Please log out and log in again."
msgstr "Ein Fehler ist aufgetreten. Bitte ab- und wieder anmelden."
#: application/app/templates/deposit.html:6
#: app/templates/deposit.html:6
msgid "Drinks - Deposit"
msgstr "Getränke - Einzahlen"
#: application/app/templates/deposit.html:14
#: application/app/templates/userpanel.html:23
#: app/templates/deposit.html:17 app/templates/userpanel.html:23
msgid "Deposit"
msgstr "Einzahlen"
#: application/app/templates/deposit.html:23
#: app/templates/deposit.html:19
msgid "Amount"
msgstr "Summe"
#: application/app/templates/deposit.html:31
#: application/app/templates/order.html:72
#: application/app/templates/registration/login.html:57
#: application/app/templates/supply.html:41
#: app/templates/deposit.html:30 app/templates/order.html:54
#: app/templates/registration/login.html:28 app/templates/supply.html:29
msgid "cancel"
msgstr "Abbrechen"
#: application/app/templates/deposit.html:32
#: app/templates/deposit.html:31
msgid "confirm"
msgstr "Bestätigen"
#: application/app/templates/history.html:6
#: app/templates/history.html:6
msgid "Drinks - History"
msgstr "Getränke - Verlauf"
#: application/app/templates/history.html:14
#: application/app/templates/userpanel.html:30
#: app/templates/history.html:10 app/templates/userpanel.html:30
msgid "History"
msgstr "Verlauf"
#: application/app/templates/history.html:22
#: app/templates/history.html:14
msgid "last 30 actions"
msgstr "letzte 30 Vorgänge"
#: application/app/templates/history.html:33
#: application/app/templates/statistics.html:41
#: application/app/templates/statistics.html:61
#: application/app/templates/statistics.html:81
#: application/app/templates/statistics.html:101
#: application/app/templates/statistics.html:121
#: application/app/templates/statistics.html:141
#: app/templates/history.html:25
msgid "No history."
msgstr "Kein Verlauf verfügbar."
#: application/app/templates/index.html:6
#: app/templates/index.html:6
msgid "Drinks - Home"
msgstr "Getränke - Home"
#: application/app/templates/index.html:14
#: app/templates/index.html:10
msgid "Available Drinks"
msgstr "Verfügbare Getränke"
#: application/app/templates/index.html:27
#: application/app/templates/index.html:34
#: app/templates/index.html:18 app/templates/index.html:25
msgid "available"
msgstr "verfügbar"
#: application/app/templates/index.html:43
#: app/templates/index.html:32
msgid "No drinks available."
msgstr "Es sind gerade keine Getränke verfügbar."
#: application/app/templates/order.html:7
#: app/templates/order.html:7
msgid "Drinks - Order"
msgstr "Getränke - Bestellen"
#: application/app/templates/order.html:16
#: packages/django/forms/formsets.py:405 packages/django/forms/formsets.py:412
#: app/templates/order.html:16
msgid "Order"
msgstr "Bestellung"
#: application/app/templates/order.html:29
#: app/templates/order.html:18
msgid "Drink"
msgstr "Getränk"
#: application/app/templates/order.html:34
#: app/templates/order.html:22
msgid "Price per Item"
msgstr "Preis pro Getränk"
#: application/app/templates/order.html:40
#: app/templates/order.html:29
msgid "Available"
msgstr "Verfügbar"
#: application/app/templates/order.html:46
msgid "Count"
msgstr "Anzahl"
#: application/app/templates/order.html:63
#: app/templates/order.html:34
msgid "Sum"
msgstr "Summe"
#: application/app/templates/order.html:73
#: app/templates/order.html:38
msgid "Count"
msgstr "Anzahl"
#: app/templates/order.html:55
msgid "order"
msgstr "Bestellen"
#: application/app/templates/order.html:85
#: app/templates/order.html:62
msgid "Your balance is too low to order a drink."
msgstr "Dein Saldo ist zu niedrig um Getränke zu bestellen."
#: application/app/templates/order.html:86
#: application/app/templates/order.html:95
#: application/app/templates/supply.html:54
#: app/templates/order.html:63 app/templates/order.html:69
#: app/templates/supply.html:38
msgid "back"
msgstr "zurück"
#: application/app/templates/order.html:94
#: app/templates/order.html:68
msgid "This drink is not available."
msgstr "Dieses Getränk ist gerade nicht verfügbar."
#: application/app/templates/registration/logged_out.html:7
#: app/templates/registration/logged_out.html:6
msgid "Drinks - Logged Out"
msgstr "Getränke - Abgemeldet"
#: application/app/templates/registration/logged_out.html:17
#: app/templates/registration/logged_out.html:15
msgid "Logged out! You will be redirected shortly."
msgstr "Du wurdest abgemeldet und wirst in Kürze weitergeleitet."
#: application/app/templates/registration/logged_out.html:19
#: app/templates/registration/logged_out.html:16
msgid "Click here if automatic redirection does not work."
msgstr ""
"Bitte klicke hier, wenn die automatische Weiterleitung nicht funktioniert."
#: application/app/templates/registration/login.html:8
#: app/templates/registration/login.html:8
msgid "Drinks - Login"
msgstr "Getränke - Anmeldung"
#: application/app/templates/registration/login.html:27
#: app/templates/registration/login.html:22
msgid "Log in"
msgstr "Anmelden"
#: application/app/templates/registration/login.html:29
#: app/templates/registration/login.html:26
msgid "Password/PIN"
msgstr "Passwort/PIN"
#: application/app/templates/registration/login.html:58
#: app/templates/registration/login.html:29
msgid "login"
msgstr "Anmelden"
#: application/app/templates/registration/login.html:66
#: app/templates/registration/login.html:40
msgid "Choose your account"
msgstr "Wähle deinen Account"
#: application/app/templates/statistics.html:6
#: app/templates/statistics.html:6
msgid "Drinks - Statistics"
msgstr "Getränke - Statistiken"
#: application/app/templates/statistics.html:15
#: application/app/templates/userpanel.html:31
#: app/templates/statistics.html:10 app/templates/userpanel.html:31
msgid "Statistics"
msgstr "Statistiken"
#: application/app/templates/statistics.html:26
msgid "Your orders per drink"
msgstr "Deine Bestellungen pro Getränk"
#: app/templates/statistics.html:13
msgid "Orders per drink"
msgstr "Bestellungen pro Getränk"
#: application/app/templates/statistics.html:30
#: application/app/templates/statistics.html:50
#: app/templates/statistics.html:16
msgid "drink"
msgstr "Getränk"
#: application/app/templates/statistics.html:31
#: application/app/templates/statistics.html:51
#: application/app/templates/statistics.html:71
#: application/app/templates/statistics.html:91
#: application/app/templates/statistics.html:111
#: application/app/templates/statistics.html:131
msgid "count"
msgstr "Anzahl"
#: app/templates/statistics.html:17 app/templates/statistics.html:34
#: app/templates/statistics.html:51
msgid "you"
msgstr "Du"
#: application/app/templates/statistics.html:46
msgid "All orders per drink"
msgstr "Alle Bestellungen pro Getränk"
#: app/templates/statistics.html:18 app/templates/statistics.html:35
#: app/templates/statistics.html:52
msgid "all"
msgstr "Alle"
#: application/app/templates/statistics.html:66
msgid "Your orders per month (last 12 months)"
msgstr "Deine Bestellungen pro Monat (letzte 12 Monate)"
#: app/templates/statistics.html:30
msgid "Orders per month (last 12 months)"
msgstr "Bestellungen pro Monat (letzte 12 Monate)"
#: application/app/templates/statistics.html:70
#: application/app/templates/statistics.html:90
#: app/templates/statistics.html:33
msgid "month"
msgstr "Monat"
#: application/app/templates/statistics.html:86
msgid "All orders per month (last 12 months)"
msgstr "Alle Bestellungen pro Monat (letzte 12 Monate)"
#: app/templates/statistics.html:47
msgid "Orders per weekday"
msgstr "Bestellungen pro Wochentag"
#: application/app/templates/statistics.html:106
msgid "Your orders per weekday"
msgstr "Deine Bestellungen pro Wochentag"
#: application/app/templates/statistics.html:110
#: application/app/templates/statistics.html:130
#: app/templates/statistics.html:50
msgid "day"
msgstr "Tag"
#: application/app/templates/statistics.html:126
msgid "All orders per weekday"
msgstr "Alle Bestellungen pro Wochentag"
#: application/app/templates/supply.html:7
#: app/templates/supply.html:7
msgid "Drinks - Supply"
msgstr "Getränke - Beschaffung"
#: application/app/templates/supply.html:16
#: application/app/templates/userpanel.html:36
#: app/templates/supply.html:14 app/templates/userpanel.html:36
msgid "Supply"
msgstr "Beschaffung"
#: application/app/templates/supply.html:27
#: app/templates/supply.html:16
msgid "Description"
msgstr "Beschreibung"
#: application/app/templates/supply.html:32
#: app/templates/supply.html:22
msgid "Price"
msgstr "Preis"
#: application/app/templates/supply.html:42
#: app/templates/supply.html:30
msgid "submit"
msgstr "Senden"
#: application/app/templates/supply.html:53
#: app/templates/supply.html:37
msgid "You are not allowed to view this site."
msgstr "Dir fehlt die Berechtigung, diese Seite anzuzeigen."
#: application/app/templates/userpanel.html:9
#: application/app/templates/userpanel.html:11
#: app/templates/userpanel.html:9 app/templates/userpanel.html:11
msgid "User"
msgstr "Benutzer"
#: application/app/templates/userpanel.html:15
#: application/app/templates/userpanel.html:17
#: app/templates/userpanel.html:15 app/templates/userpanel.html:17
msgid "Balance"
msgstr "Saldo"
#: application/app/templates/userpanel.html:24
#: app/templates/userpanel.html:24
msgid "Logout"
msgstr "Abmelden"
#: application/app/templates/userpanel.html:27
#: app/templates/userpanel.html:27
msgid "Account"
msgstr "Account"
#: application/app/templates/userpanel.html:38
#: app/templates/userpanel.html:38
msgid "Change Password"
msgstr "Passwort ändern"
#: application/app/views.py:47
#: app/views.py:42
msgid "Invalid username or password."
msgstr "Benutzername oder Passwort ungültig."