diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:52 +0000 |
commit | 7ed4493a928a6f53d22e52c1aa1153d048f570c9 (patch) | |
tree | 7358bd625ce928a2a5379a718a080c5814342d86 /apps/settings/l10n/de_DE.js | |
parent | 3b5489ae891b686b4294a8c18c06a536fece8ad7 (diff) | |
download | nextcloud-server-7ed4493a928a6f53d22e52c1aa1153d048f570c9.tar.gz nextcloud-server-7ed4493a928a6f53d22e52c1aa1153d048f570c9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/de_DE.js')
-rw-r--r-- | apps/settings/l10n/de_DE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index a99ba039a7f..23d8598e4e3 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -240,8 +240,6 @@ OC.L10N.register( "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", - "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix-Erweiterung benötigt. Weitere Informationen finden Sie in der {linkstart}PHP-Dokumentation{linkend}. ", - "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwenden Sie den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", "Unable to update background job mode" : "Hintergrund-Aufgaben-Modus kann nicht aktualisiert werden", "Profile" : "Profil", @@ -536,6 +534,8 @@ OC.L10N.register( "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn Sie Anwendungen von Drittanbietern verwenden, um sich mit Nextcloud zu verbinden, stellen Sie bitte sicher, dass Sie für jede Anwendung ein Anwendungspasswort erstellen und konfigurieren, bevor Sie die Zwei-Faktor-Authentifizierung aktivieren.", "You created app password \"{token}\"" : "Sie haben das App-Passwort \"{token}\" erstellt", "An administrator created app password \"{token}\"" : "Ein vom Administrator erstelltes App-Passwort \"{token}\"", + "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix-Erweiterung benötigt. Weitere Informationen finden Sie in der {linkstart}PHP-Dokumentation{linkend}. ", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwenden Sie den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", "Choose profile picture from files" : "Profilbild aus Dateien auswählen", "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Your location" : "Ihr Ort", |