diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:20 +0000 |
commit | 5f32c2f79f00e16a3ae96378d22cb5b152ca3b00 (patch) | |
tree | 5a02539a2491122b160c10913856c154c0aa76e2 /apps/dav | |
parent | 4bd9b936a94e738ce3845190d1a9148199a394ac (diff) | |
download | nextcloud-server-5f32c2f79f00e16a3ae96378d22cb5b152ca3b00.tar.gz nextcloud-server-5f32c2f79f00e16a3ae96378d22cb5b152ca3b00.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/de.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/de.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 737adba14ed..8240b31f1c4 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -198,6 +198,7 @@ OC.L10N.register( "Accounts" : "Konten", "System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält", "File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s", + "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden", "Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen", "Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 71966bcd3fb..1bd7924d3b2 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -196,6 +196,7 @@ "Accounts" : "Konten", "System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält", "File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s", + "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden", "Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen", "Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], |