diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-06 02:18:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-06 02:18:48 +0000 |
commit | 85e5e7141be601abb7b2262a35851546b7eb3316 (patch) | |
tree | 466e55cf30c5112eca56941902f3b1d1a719b546 /apps/files/l10n/de_DE.js | |
parent | 3759bef671ba50f8b444151908d7d71b48548642 (diff) | |
download | nextcloud-server-85e5e7141be601abb7b2262a35851546b7eb3316.tar.gz nextcloud-server-85e5e7141be601abb7b2262a35851546b7eb3316.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/de_DE.js')
-rw-r--r-- | apps/files/l10n/de_DE.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 9758c40e1e5..5623dc3a713 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -80,8 +80,12 @@ OC.L10N.register( "\"/\" 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 can not 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 can not be updated or synced anymore!" : "Gruppenordner \"{mountPoint}\" ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!", + "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Externer Speicher \"{mountPoint}\" ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!", "Your storage is full, files can not be updated or synced anymore!" : "Ihr 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}%).", "Your storage is almost full ({usedSpacePercent}%)." : "Ihr Speicher ist beinahe voll ({usedSpacePercent}%).", "_matches '{filter}'_::_match '{filter}'_" : ["stimmt mit '{filter}' überein","stimmen mit '{filter}' überein"], "View in folder" : "In Ordner anzeigen", |