diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-20 02:29:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-20 02:29:40 +0000 |
commit | 5e3a3c0c8faa45489aa6ac610728b4177501c198 (patch) | |
tree | c9c18dd3811f891c00ef1152485c2a22b7df13d2 /lib/l10n/de.js | |
parent | d42d8b79e0c83f57336b9c135711e33d9c9afa5f (diff) | |
download | nextcloud-server-5e3a3c0c8faa45489aa6ac610728b4177501c198.tar.gz nextcloud-server-5e3a3c0c8faa45489aa6ac610728b4177501c198.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/de.js')
-rw-r--r-- | lib/l10n/de.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 5da1df6277a..aa0261d1717 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -55,6 +55,7 @@ OC.L10N.register( "Invalid image" : "Ungültiges Bild", "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "View profile" : "Profil ansehen", + "Local time: %s" : "Ortszeit: %s", "today" : "Heute", "tomorrow" : "Morgen", "yesterday" : "Gestern", @@ -125,6 +126,8 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "PostgreSQL-Benutzername und/oder -Passwort ungültig", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X wird nicht unterstützt und %s wird auf dieser Plattform nicht richtig funktionieren. Die Benutzung erfolgt auf eigene Gefahr!", "For the best results, please consider using a GNU/Linux server instead." : "Zur Gewährleistung eines optimalen Betriebs sollte stattdessen ein GNU/Linux-Server verwendet werden.", + "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "Diese %s-Instanz scheint auf einem 32 Bit PHP-System zu laufen. Ab Nextcloud 26 sind 64 Bit erforderlich.", + "Please switch to 64-bit PHP." : "Bitte wechsle zu 64 Bit PHP", "Set an admin username." : "Einen Administrator-Benutzernamen setzen.", "Set an admin password." : "Ein Administrator-Passwort setzen.", "Cannot create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder es kann darin nicht geschrieben werden.", @@ -198,6 +201,7 @@ OC.L10N.register( "A valid password must be provided" : "Es muss ein gültiges Passwort eingegeben werden", "The username is already being used" : "Dieser Benutzername existiert bereits", "Could not create user" : "Benutzer konnte nicht erstellt werden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Folgende Zeichen sind im Benutzernamen erlaubt: „a-z“, „A-Z“, „0-9“, Leerzeichen und „_.@-'“", "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", "Username contains whitespace at the beginning or at the end" : "Der Benutzername enthält Leerzeichen am Anfang oder am Ende", "Username must not consist of dots only" : "Der Benutzername darf nicht nur aus Punkten bestehen", |