diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-15 00:19:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-15 00:19:01 +0000 |
commit | baf49e395031dfa9a271998f1cf3c1a1e1029dfc (patch) | |
tree | ad4a99a2e38f9c8f31ed2e096b72a03b780419ed /apps/files/l10n/de.js | |
parent | 91be8568ccb57798f3b23498e5e3ad97a17991b3 (diff) | |
download | nextcloud-server-baf49e395031dfa9a271998f1cf3c1a1e1029dfc.tar.gz nextcloud-server-baf49e395031dfa9a271998f1cf3c1a1e1029dfc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/de.js')
-rw-r--r-- | apps/files/l10n/de.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 73453a4e721..7548248848b 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -71,7 +71,7 @@ OC.L10N.register( "Could not fetch file details \"{file}\"" : "Details zu \"{file}\" konnten nicht ermittelt werden", "Error deleting file \"{fileName}\"." : "Fehler beim Löschen der Datei \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}", - "Enter more than two characters to search in other folders" : "Gebe mehr als zwei Zeichen ein, um in anderen Ordnern zu suchen", + "Enter more than two characters to search in other folders" : "Gib mehr als zwei Zeichen ein, um in anderen Ordnern zu suchen.", "Name" : "Name", "Size" : "Größe", "Modified" : "Geändert", @@ -172,7 +172,7 @@ OC.L10N.register( "Reload current directory" : "Aktuelles Verzeichnis neu laden", "Go to the \"{dir}\" directory" : "In das Verzeichnis \"{dir}“ wechseln", "Drag and drop files here to upload" : "Dateien zum Hochladen hierher ziehen und ablegen", - "Your have used your space quota and cannot upload files anymore" : "Ihr Speicherplatzkontigent ist aufgebraucht, Sie können keine weiteren Dateien hochladen", + "Your have used your space quota and cannot upload files anymore" : "Dein Speicherplatzkontigent ist aufgebraucht, du kannst keine weiteren Dateien hochladen.", "You don’t have permission to upload or create files here" : "Du hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen", "Upload successful" : "Hochladen erfolgreich", "\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt", @@ -190,7 +190,7 @@ OC.L10N.register( "Another entry with the same name already exists" : "Ein anderer Eintrag mit diesem Namen existiert bereits.", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt", "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" konnte nicht umbenannt werden, da es nicht mehr existiert.", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{newName}“ wird bereits im Ordner \"{dir}“ verwendet. Bitte wählen Sie einen anderen Namen.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{newName}“ wird bereits im Ordner \"{dir}“ verwendet. Bitte wähle einen anderen Namen.", "Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden.", "Could not copy {file}. {message}" : "{file} konnte nicht kopiert werden. {message}", "Could not move {file}. {message}" : "{file} konnte nicht verschoben werden. {message}", |