Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-22 05:27:14 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-22 05:27:14 +0300
commit41f0cf4fcaddec8ce8442b10a2b048233bfaaaab (patch)
treededc23250c80193375d86e15bdd18b159ce943e6 /apps/files/l10n/de.js
parent9a80052eebd5f317bf864507ead8f024ca89b7f3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/de.js')
-rw-r--r--apps/files/l10n/de.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 9d1d0636e10..83656657426 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -79,6 +79,10 @@ OC.L10N.register(
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
"\"{name}\" is not an allowed filetype" : "„{name}“ ist kein erlaubter Dateityp",
+ "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Der Speicher von {owner} ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!",
+ "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Gruppenordner \"{mountPoint}\" ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!",
+ "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Externer Speicher \"{mountPoint}\" ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!",
+ "Your storage is full, files cannot be updated or synced anymore!" : "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!",
"Storage of {owner} is almost full ({usedSpacePercent}%)." : "Der Speicher von {owner} ist beinahe voll ({usedSpacePercent}%).",
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Gruppenordner \"{mountPoint}\" ist beinahe voll ({usedSpacePercent}%).",
"External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Externer Speicher \"{mountPoint}\" ist beinahe voll ({usedSpacePercent}%).",