diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-23 00:26:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-23 00:26:37 +0000 |
commit | dc19882a7a88002bd539b2afecaf5a0fd8ac58cd (patch) | |
tree | ca89078b9b3e88df5a6d6de5983546e6dfe112d8 /core/l10n/de.js | |
parent | 1d6fd5532bda6500c412448cb4704fc3f1701c5c (diff) | |
download | nextcloud-server-dc19882a7a88002bd539b2afecaf5a0fd8ac58cd.tar.gz nextcloud-server-dc19882a7a88002bd539b2afecaf5a0fd8ac58cd.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/de.js')
-rw-r--r-- | core/l10n/de.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js index 418d08e1bed..b6926c41ccb 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicke zum Zurücksetzen des Passworts auf die folgende Schaltfläche. Wenn du das Zurücksetzen des Passworts nicht angefordert hast, ignoriere diese E-Mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicke zum Zurücksetzen des Passworts auf den folgenden Link. Wenn du das Zurücksetzen des Passworts nicht angefordert hast, ignoriere diese E-Mail.", "Reset your password" : "Setze dein Passwort zurück", + "Requested task type does not exist" : "Angeforderter Aufgabentyp existiert nicht", + "Necessary language model provider is not available" : "Erforderlicher Sprachmodellanbieter ist nicht verfügbar", + "Task not found" : "Aufgabe nicht gefunden", "Internal error" : "Interner Fehler", "No translation provider available" : "Kein Übersetzungsanbieter verfügbar", "Could not detect language" : "Sprache konnte nicht erkannt werden", @@ -140,6 +143,7 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "Continue to {productName}" : "Fortfahren zu {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet."], + "Applications menu" : "Anwendungs-Menü", "More apps" : "Weitere Apps", "Currently open" : "Derzeit geöffnet", "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], |