Skip to content

Commit

Permalink
added translations
Browse files Browse the repository at this point in the history
added the translations
#504
  • Loading branch information
agmes4 committed Jan 19, 2025
1 parent e8aadc6 commit c97a9ec
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 42 deletions.
2 changes: 1 addition & 1 deletion sipa/blueprints/usersuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def index():
("mail_confirmed", [gettext("Status deiner E-Mail-Adresse")]),
("mail_forwarded", [gettext("E-Mail-Weiterleitung")]),
("wifi_password", [gettext("WLAN Passwort")]),
("mpsk_clients", [gettext("WLAN mpsk clients"), gettext("Für Geräte die kein WPA-Enterprise Unterstützen") ]),
("mpsk_clients", [gettext("WLAN MPSK Clients"), gettext("Für Geräte die kein WPA-Enterprise Unterstützen") ]),
# ('hostname', gettext("Hostname")),
# ('hostalias', gettext("Hostalias")),
("userdb_status", [gettext("MySQL Datenbank")]),
Expand Down
99 changes: 81 additions & 18 deletions sipa/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# German translations for sipa.
# Copyright (C) 2024 AG DSN
# Copyright (C) 2025 AG DSN
# This file is distributed under the same license as the sipa project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-25 13:34+0100\n"
"POT-Creation-Date: 2025-01-19 23:38+0100\n"
"PO-Revision-Date: 2019-09-10 15:06+0200\n"
"Last-Translator: \n"
"Language: de\n"
Expand Down Expand Up @@ -141,6 +141,12 @@ msgstr ""
msgid "TL-WR841N, MacBook, FritzBox, PC, Laptop, o.Ä."
msgstr ""

msgid "Neue MPSK Wi-Fi MAC"
msgstr ""

msgid "Neuer Gerätename"
msgstr ""

msgid "MAC-Adresse"
msgstr ""

Expand Down Expand Up @@ -400,7 +406,7 @@ msgstr ""
msgid "E-Mail-Adresse ist bereits in Verwendung."
msgstr ""

msgid "Login ist bereits vergeben."
msgid "Nutzername ist bereits vergeben."
msgstr ""

msgid "Nutzername hat ein ungültiges Format!"
Expand Down Expand Up @@ -463,6 +469,12 @@ msgstr ""
msgid "WLAN Passwort"
msgstr ""

msgid "WLAN mpsk clients"
msgstr ""

msgid "Für Geräte die kein WPA-Enterprise Unterstützen"
msgstr ""

msgid "MySQL Datenbank"
msgstr ""

Expand Down Expand Up @@ -541,6 +553,24 @@ msgstr ""
msgid "Es kann bis zu 15 Minuten dauern, bis die Änderung wirksam ist."
msgstr ""

msgid "MPSK Greät nicht gefunden!"
msgstr ""

msgid "Invalide Mac Adresse!"
msgstr ""

msgid "Maximale anzahl an MPSK Clients bereits erstellt!"
msgstr ""

msgid "Bevor MPSK Clients angelegt werden können muss ein WiFi Passwort erstellt werden!"
msgstr ""

msgid "MPSK MAC wurde nicht gefunden!"
msgstr ""

msgid "MPSK Client wurde gelöscht!"
msgstr ""

msgid "Es sind nicht mehr genug freie IPv4 Adressen verfügbar. Bitte kontaktiere den Support."
msgstr ""

Expand Down Expand Up @@ -877,6 +907,18 @@ msgstr ""
msgid "Webmailer"
msgstr ""

msgid "Apple WLAN-Konfigurationsprofil herunterladen"
msgstr ""

msgid "Du benötigst zuerst ein WLAN-Passwort. Erstelle eines"
msgstr ""

msgid "hier"
msgstr ""

msgid "Editieren IOT Geräte"
msgstr ""

msgid "Kontaktformular"
msgstr ""

Expand Down Expand Up @@ -904,9 +946,6 @@ msgstr ""
msgid "Beitrag für"
msgstr ""

msgid "Aktualisieren"
msgstr ""

msgid "Monat(e) zahlen."
msgstr ""

Expand All @@ -919,13 +958,13 @@ msgstr ""
msgid "Buchungen"
msgstr ""

msgid "Referenz"
msgid "Hinweis: Es kann bis zu 7 Tage dauern, bis eine Überweisung von uns erfasst wird."
msgstr ""

msgid "Wert"
msgid "Referenz"
msgstr ""

msgid "Hinweis: Es kann bis zu 7 Tage dauern, bis eine Überweisung von uns erfasst wird."
msgid "Wert"
msgstr ""

msgid "Summe"
Expand Down Expand Up @@ -967,9 +1006,6 @@ msgstr ""
msgid "Weitere Infos zum Webhosting findest Du "
msgstr ""

msgid "hier"
msgstr ""

msgid "Datenbank Erstellen"
msgstr ""

Expand All @@ -988,21 +1024,36 @@ msgstr ""
msgid "Usersuite von "
msgstr ""

msgid "Traffic (MiB)"
msgid "MPSKs Form"
msgstr ""

msgid "Eingehend"
msgid "Bitte gehe sicher, dass es sich um die Wi-Fi MAC-Adresse deines Gerätes handelt."
msgstr ""

msgid "Ausgehend"
msgid "MPSK Wi-Fi Geräte"
msgstr ""

msgid "Apple WLAN-Konfigurationsprofil herunterladen"
msgid "Greät"
msgstr ""

msgid "Du benötigst zuerst ein WLAN-Passwort. Erstelle eines"
msgid "Wi-Fi MAC"
msgstr ""

msgid "Aktion"
msgstr ""

msgid "Traffic (MiB)"
msgstr ""

msgid "Eingehend"
msgstr ""

msgid "Ausgehend"
msgstr ""

msgid "This field is required."
msgstr "dieses Feld wird benötigt!"

#~ msgid "Bezahlt, verbunden"
#~ msgstr ""

Expand Down Expand Up @@ -1792,3 +1843,15 @@ msgstr ""
#~ msgid "die MAC Adresse des Anschlusses des per Kabel verbundenen Gerätes"
#~ msgstr ""

#~ msgid "Login ist bereits vergeben."
#~ msgstr ""

#~ msgid "Aktualisieren"
#~ msgstr ""

#~ msgid "WLAN mpsks clients"
#~ msgstr ""

#~ msgid "Maximale Anzahl von MPSK Clients erreicht!"
#~ msgstr ""

Loading

0 comments on commit c97a9ec

Please sign in to comment.