mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[i18n] Translated using Weblate (German)
Currently translated at 97.1% (34 of 35 strings)
This commit is contained in:
parent
440b4c1706
commit
4bc8944aab
1 changed files with 34 additions and 34 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"argument_required": "Der Parameter {:s} ist erforderlich",
|
"argument_required": "Der Parameter {argument} ist erforderlich",
|
||||||
"authentication_profile_required": "Anmeldung als Nutzer '{:s}' wird benötigt",
|
"authentication_profile_required": "Anmeldung als Nutzer '{profile}' wird benötigt",
|
||||||
"authentication_required": "Anmeldung erforderlich",
|
"authentication_required": "Anmeldung erforderlich",
|
||||||
"authentication_required_long": "Bitte erst anmelden um diese Aktion auszuführen",
|
"authentication_required_long": "Bitte erst anmelden um diese Aktion auszuführen",
|
||||||
"colon": "{}: ",
|
"colon": "{}: ",
|
||||||
"confirm": "Bestätige {:s}",
|
"confirm": "Bestätige {prompt}",
|
||||||
"error": "Fehler:",
|
"error": "Fehler:",
|
||||||
"error_see_log": "Ein Fehler ist aufgetreten. Für Details bitte im Log nach.",
|
"error_see_log": "Ein Fehler ist aufgetreten. Für Details bitte im Log nach.",
|
||||||
"file_exists": "Datei existiert bereits: '{path}'",
|
"file_exists": "Datei existiert bereits: '{path}'",
|
||||||
|
@ -12,10 +12,10 @@
|
||||||
"folder_exists": "Ordner existiert bereits: '{path}'",
|
"folder_exists": "Ordner existiert bereits: '{path}'",
|
||||||
"folder_not_exist": "Ordner existiert nicht",
|
"folder_not_exist": "Ordner existiert nicht",
|
||||||
"instance_already_running": "Eine Instanz läuft bereits",
|
"instance_already_running": "Eine Instanz läuft bereits",
|
||||||
"invalid_argument": "Argument ungültig '{:s}': {:s}",
|
"invalid_argument": "Argument ungültig '{argument}': {error}",
|
||||||
"invalid_password": "Passwort falsch",
|
"invalid_password": "Passwort falsch",
|
||||||
"invalid_usage": "Falscher Aufruf, verwende --help für den Hilfstext",
|
"invalid_usage": "Falscher Aufruf, verwende --help für den Hilfstext",
|
||||||
"ldap_attribute_already_exists": "Attribute existieren schon: '{:s}={:s}'",
|
"ldap_attribute_already_exists": "Attribute existieren schon: '{attribute}={value}'",
|
||||||
"ldap_operation_error": "Ein Fehler trat während der LDAP Abfrage auf",
|
"ldap_operation_error": "Ein Fehler trat während der LDAP Abfrage auf",
|
||||||
"ldap_server_down": "LDAP-Server nicht erreichbar",
|
"ldap_server_down": "LDAP-Server nicht erreichbar",
|
||||||
"logged_in": "Angemeldet",
|
"logged_in": "Angemeldet",
|
||||||
|
|
Loading…
Reference in a new issue