aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-18 00:22:56 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-18 00:22:56 +0000
commite06931854a0baf6200690b2d3b9d721197e6633e (patch)
tree0766dd3b9e77fa67a6771472470857338c2c08e4 /apps/files/l10n
parenta7658f3ec8d578a400d1a97f851635061fd9668d (diff)
downloadnextcloud-server-e06931854a0baf6200690b2d3b9d721197e6633e.tar.gz
nextcloud-server-e06931854a0baf6200690b2d3b9d721197e6633e.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/de.js9
-rw-r--r--apps/files/l10n/de.json9
-rw-r--r--apps/files/l10n/ga.js1
-rw-r--r--apps/files/l10n/ga.json1
-rw-r--r--apps/files/l10n/nb.js3
-rw-r--r--apps/files/l10n/nb.json3
-rw-r--r--apps/files/l10n/nl.js1
-rw-r--r--apps/files/l10n/nl.json1
8 files changed, 28 insertions, 0 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 634ea509884..f4acfc43c75 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>",
"Failed to authorize" : "Autorisierung fehlgeschlagen",
+ "Invalid folder path" : "Ungültiger Order-Pfad",
+ "Folder not found" : "Ordner nicht gefunden",
"Upload (max. %s)" : "Hochladen (max. %s)",
"Files compatibility" : "Dateikompatibilität",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ermöglicht die Einschränkung von Dateinamen, um sicherzustellen, dass Dateien mit allen Clients synchronisiert werden können. Standardmäßig sind alle unter POSIX (z. B. Linux oder macOS) gültigen Dateinamen zulässig.",
@@ -261,6 +263,7 @@ OC.L10N.register(
"Show hidden files" : "Versteckte Dateien anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Enable the grid view" : "Rasteransicht aktivieren",
+ "Enable folder tree" : "Baumstruktur für Ordner aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
@@ -287,7 +290,10 @@ OC.L10N.register(
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Sie sind dabei, {count} Element zu löschen","Sie sind dabei, {count} Elemente zu löschen"],
"Confirm deletion" : "Löschen bestätigen",
"Cancel" : "Abbrechen",
+ "Edit file locally" : "Datei lokal bearbeiten",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "Die Datei sollte nun lokal geöffnet werden. Wenn dies nicht der Fall ist, stelle sicher, dass der Desktop-Client auf deinem System installiert ist.",
+ "Retry local edit" : "Lokale Bearbeitung erneut versuchen",
+ "Edit online" : "Online bearbeiten",
"Destination is not a folder" : "Ziel ist kein Ordner",
"This file/folder is already in that directory" : "Diese Datei oder Ordner ist bereits in diesem Verzeichnis vorhanden",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden.",
@@ -301,6 +307,7 @@ OC.L10N.register(
"Copy to {target}" : "Nach {target} kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
+ "Cancelled move or copy of \"{filename}\"." : "Verschieben oder Kopieren von \"{filename}\" abgebrochen.",
"Cancelled move or copy operation" : "Verschieben oder kopieren abgebrochen",
"Open folder {displayName}" : "Ordner {displayName} öffnen",
"Open in Files" : "In App \"Dateien\" öffnen",
@@ -318,8 +325,10 @@ OC.L10N.register(
"Audio" : "Audio",
"Pictures and images" : "Bilder und Abbildungen",
"Videos" : "Videos",
+ "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen",
"Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt",
"Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden",
+ "Create templates folder" : "Vorlagenordner erstellen",
"Templates" : "Vorlagen",
"New template folder" : "Neuer Vorlagenordner",
"In folder" : "Im Ordner",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index 0427abc8362..3e562807249 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>",
"Failed to authorize" : "Autorisierung fehlgeschlagen",
+ "Invalid folder path" : "Ungültiger Order-Pfad",
+ "Folder not found" : "Ordner nicht gefunden",
"Upload (max. %s)" : "Hochladen (max. %s)",
"Files compatibility" : "Dateikompatibilität",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ermöglicht die Einschränkung von Dateinamen, um sicherzustellen, dass Dateien mit allen Clients synchronisiert werden können. Standardmäßig sind alle unter POSIX (z. B. Linux oder macOS) gültigen Dateinamen zulässig.",
@@ -259,6 +261,7 @@
"Show hidden files" : "Versteckte Dateien anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Enable the grid view" : "Rasteransicht aktivieren",
+ "Enable folder tree" : "Baumstruktur für Ordner aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
@@ -285,7 +288,10 @@
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Sie sind dabei, {count} Element zu löschen","Sie sind dabei, {count} Elemente zu löschen"],
"Confirm deletion" : "Löschen bestätigen",
"Cancel" : "Abbrechen",
+ "Edit file locally" : "Datei lokal bearbeiten",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "Die Datei sollte nun lokal geöffnet werden. Wenn dies nicht der Fall ist, stelle sicher, dass der Desktop-Client auf deinem System installiert ist.",
+ "Retry local edit" : "Lokale Bearbeitung erneut versuchen",
+ "Edit online" : "Online bearbeiten",
"Destination is not a folder" : "Ziel ist kein Ordner",
"This file/folder is already in that directory" : "Diese Datei oder Ordner ist bereits in diesem Verzeichnis vorhanden",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden.",
@@ -299,6 +305,7 @@
"Copy to {target}" : "Nach {target} kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
+ "Cancelled move or copy of \"{filename}\"." : "Verschieben oder Kopieren von \"{filename}\" abgebrochen.",
"Cancelled move or copy operation" : "Verschieben oder kopieren abgebrochen",
"Open folder {displayName}" : "Ordner {displayName} öffnen",
"Open in Files" : "In App \"Dateien\" öffnen",
@@ -316,8 +323,10 @@
"Audio" : "Audio",
"Pictures and images" : "Bilder und Abbildungen",
"Videos" : "Videos",
+ "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen",
"Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt",
"Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden",
+ "Create templates folder" : "Vorlagenordner erstellen",
"Templates" : "Vorlagen",
"New template folder" : "Neuer Vorlagenordner",
"In folder" : "Im Ordner",
diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js
index 8ef446fe067..c1302ac39c6 100644
--- a/apps/files/l10n/ga.js
+++ b/apps/files/l10n/ga.js
@@ -325,6 +325,7 @@ OC.L10N.register(
"Audio" : "Fuaime",
"Pictures and images" : "Pictiúir agus íomhánna",
"Videos" : "Físeáin",
+ "New folder creation cancelled" : "Cruthú fillteán nua curtha ar ceal",
"Created new folder \"{name}\"" : "Cruthaíodh fillteán nua \"{name}\"",
"Unable to initialize the templates directory" : "Ní féidir eolaire na dteimpléad a thúsú",
"Create templates folder" : "Cruthaigh fillteán teimpléid",
diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json
index 4a624d1c0a6..75b9b096e37 100644
--- a/apps/files/l10n/ga.json
+++ b/apps/files/l10n/ga.json
@@ -323,6 +323,7 @@
"Audio" : "Fuaime",
"Pictures and images" : "Pictiúir agus íomhánna",
"Videos" : "Físeáin",
+ "New folder creation cancelled" : "Cruthú fillteán nua curtha ar ceal",
"Created new folder \"{name}\"" : "Cruthaíodh fillteán nua \"{name}\"",
"Unable to initialize the templates directory" : "Ní féidir eolaire na dteimpléad a thúsú",
"Create templates folder" : "Cruthaigh fillteán teimpléid",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index ab9d64abcbd..9043b65a132 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>",
"Failed to authorize" : "Autorisering feilet",
+ "Invalid folder path" : "Ugyldig mappebane",
+ "Folder not found" : "Mappe ikke funnet",
"Upload (max. %s)" : "Opplasting (maks %s)",
"Files compatibility" : "Kompatibilitet med filer",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillat å begrense filnavn for å sikre at filer kan synkroniseres med alle klienter. Som standard er alle filnavn gyldige på POSIX (f.eks. Linux eller macOS) tillatt.",
@@ -323,6 +325,7 @@ OC.L10N.register(
"Audio" : "Lyd",
"Pictures and images" : "Fotoer og bilder",
"Videos" : "Filmer",
+ "New folder creation cancelled" : "Oppretting av ny mappe avbrutt",
"Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"",
"Unable to initialize the templates directory" : "Kan ikke initialisere mal-mappen",
"Create templates folder" : "Opprett malmappe",
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 7bdd74fd197..f473e81412c 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>",
"Failed to authorize" : "Autorisering feilet",
+ "Invalid folder path" : "Ugyldig mappebane",
+ "Folder not found" : "Mappe ikke funnet",
"Upload (max. %s)" : "Opplasting (maks %s)",
"Files compatibility" : "Kompatibilitet med filer",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillat å begrense filnavn for å sikre at filer kan synkroniseres med alle klienter. Som standard er alle filnavn gyldige på POSIX (f.eks. Linux eller macOS) tillatt.",
@@ -321,6 +323,7 @@
"Audio" : "Lyd",
"Pictures and images" : "Fotoer og bilder",
"Videos" : "Filmer",
+ "New folder creation cancelled" : "Oppretting av ny mappe avbrutt",
"Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"",
"Unable to initialize the templates directory" : "Kan ikke initialisere mal-mappen",
"Create templates folder" : "Opprett malmappe",
diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js
index 4e182b43660..a5bdd19fb83 100644
--- a/apps/files/l10n/nl.js
+++ b/apps/files/l10n/nl.js
@@ -173,6 +173,7 @@ OC.L10N.register(
"Type" : "Type",
"Active filters" : "Actieve filters",
"Remove filter" : "Verwijder filter",
+ "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batchactie succesvol uitgevoerd",
"File not found" : "Bestand niet gevonden",
"{usedQuotaByte} used" : "{usedQuotaByte} gebruikt",
"{relative}% used" : "{relative}% gebruikt",
diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json
index 0b7b7371d02..ecd4ac61452 100644
--- a/apps/files/l10n/nl.json
+++ b/apps/files/l10n/nl.json
@@ -171,6 +171,7 @@
"Type" : "Type",
"Active filters" : "Actieve filters",
"Remove filter" : "Verwijder filter",
+ "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batchactie succesvol uitgevoerd",
"File not found" : "Bestand niet gevonden",
"{usedQuotaByte} used" : "{usedQuotaByte} gebruikt",
"{relative}% used" : "{relative}% gebruikt",