aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-03 00:18:28 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-03 00:18:28 +0000
commitca5da4f347d89f9b613d8e65402d018140e22ec8 (patch)
tree0dbf75cbe4db953f8ec321d8b974f13096f4703b /apps/files
parent6380a38de4933df5e05831497b98163a96807b72 (diff)
downloadnextcloud-server-ca5da4f347d89f9b613d8e65402d018140e22ec8.tar.gz
nextcloud-server-ca5da4f347d89f9b613d8e65402d018140e22ec8.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/ar.js2
-rw-r--r--apps/files/l10n/ar.json2
-rw-r--r--apps/files/l10n/ca.js2
-rw-r--r--apps/files/l10n/ca.json2
-rw-r--r--apps/files/l10n/cs.js2
-rw-r--r--apps/files/l10n/cs.json2
-rw-r--r--apps/files/l10n/de_DE.js4
-rw-r--r--apps/files/l10n/de_DE.json4
-rw-r--r--apps/files/l10n/en_GB.js2
-rw-r--r--apps/files/l10n/en_GB.json2
-rw-r--r--apps/files/l10n/fr.js3
-rw-r--r--apps/files/l10n/fr.json3
-rw-r--r--apps/files/l10n/sv.js2
-rw-r--r--apps/files/l10n/sv.json2
-rw-r--r--apps/files/l10n/uk.js1
-rw-r--r--apps/files/l10n/uk.json1
-rw-r--r--apps/files/l10n/zh_HK.js2
-rw-r--r--apps/files/l10n/zh_HK.json2
18 files changed, 38 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index 884f7574847..5318b829cae 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح",
"{summaryFile} and {summaryFolder}" : "{summaryFile} و {summaryFolder}",
"List of files and folders." : "قائمة الملفات و المجلدات",
+ "Column headers with buttons are sortable." : "ترويسات الأعمدة ذات الأزرار قابلة للترتيب.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.",
"File not found" : "تعذر العثور على الملف",
"_{count} file_::_{count} files_" : ["{count} ملف","{count} ملف","{count} ملف","{count} ملفات","{count} ملفات","{count} ملفات"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "تمكين المنظور الصندوقي",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "عنوان URL لـ WebDAV",
"Copy to clipboard" : "نسخ الرابط",
"Use this address to access your Files via WebDAV" : "استخدم هذا العنوان للوصول للملفات عبر WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "إذا كنت قد فعّلت خاصية \"التحقق بأكثل من عامل\" 2FA، يجب عليك تجديد كلمة سر التطبيق بالضغط هنا.",
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index cc33f43607e..e42c79a8d31 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح",
"{summaryFile} and {summaryFolder}" : "{summaryFile} و {summaryFolder}",
"List of files and folders." : "قائمة الملفات و المجلدات",
+ "Column headers with buttons are sortable." : "ترويسات الأعمدة ذات الأزرار قابلة للترتيب.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.",
"File not found" : "تعذر العثور على الملف",
"_{count} file_::_{count} files_" : ["{count} ملف","{count} ملف","{count} ملف","{count} ملفات","{count} ملفات","{count} ملفات"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "تمكين المنظور الصندوقي",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "عنوان URL لـ WebDAV",
"Copy to clipboard" : "نسخ الرابط",
"Use this address to access your Files via WebDAV" : "استخدم هذا العنوان للوصول للملفات عبر WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "إذا كنت قد فعّلت خاصية \"التحقق بأكثل من عامل\" 2FA، يجب عليك تجديد كلمة سر التطبيق بالضغط هنا.",
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index 76460b99da0..c45c300e848 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament",
"{summaryFile} and {summaryFolder}" : "{summaryFile} i {summaryFolder}",
"List of files and folders." : "Llista de fitxers i carpetes.",
+ "Column headers with buttons are sortable." : "Les capçaleres de columna amb botons es poder ordenar.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Aquesta llista no es mostra completament per raons de rendiment. Es mostraran els fitxers a mesura que navegueu per la llista.",
"File not found" : "No s'ha trobat el fitxer",
"_{count} file_::_{count} files_" : ["{count} fitxer","{count} fitxers"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Habilita la visualització de quadrícula",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "URL de WebDAV",
"Copy to clipboard" : "Copia-ho al porta-retalls",
"Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per a accedir als vostres fitxers mitjançant WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si heu habilitat l'autenticació de doble factor, podeu crear i utilitzar una nova contrasenya d'aplicació fent clic aquí.",
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json
index d9ac02d8b44..6cc08b4e92a 100644
--- a/apps/files/l10n/ca.json
+++ b/apps/files/l10n/ca.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament",
"{summaryFile} and {summaryFolder}" : "{summaryFile} i {summaryFolder}",
"List of files and folders." : "Llista de fitxers i carpetes.",
+ "Column headers with buttons are sortable." : "Les capçaleres de columna amb botons es poder ordenar.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Aquesta llista no es mostra completament per raons de rendiment. Es mostraran els fitxers a mesura que navegueu per la llista.",
"File not found" : "No s'ha trobat el fitxer",
"_{count} file_::_{count} files_" : ["{count} fitxer","{count} fitxers"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "Habilita la visualització de quadrícula",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "URL de WebDAV",
"Copy to clipboard" : "Copia-ho al porta-retalls",
"Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per a accedir als vostres fitxers mitjançant WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si heu habilitat l'autenticació de doble factor, podeu crear i utilitzar una nova contrasenya d'aplicació fent clic aquí.",
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index 4abf7e4db62..d29afc7f920 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána",
"{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}",
"List of files and folders." : "Seznam souborů a složek.",
+ "Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"File not found" : "Soubor nenalezen",
"_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Zapnout zobrazení v mřížce",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Zkopírovat do schránky",
"Use this address to access your Files via WebDAV" : "Tuto adresu použijte pro přístup k vašim souborům prostřednictvím protokolu WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Pokud jste zapnuli 2FA, je třeba kliknutím sem vytvořit a použít nové heslo pro aplikaci.",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index 9c5af9367fc..da30373421e 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána",
"{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}",
"List of files and folders." : "Seznam souborů a složek.",
+ "Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"File not found" : "Soubor nenalezen",
"_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "Zapnout zobrazení v mřížce",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Zkopírovat do schránky",
"Use this address to access your Files via WebDAV" : "Tuto adresu použijte pro přístup k vašim souborům prostřednictvím protokolu WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Pokud jste zapnuli 2FA, je třeba kliknutím sem vytvořit a použít nové heslo pro aplikaci.",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index 0449945e274..4cb66c5d301 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -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",
- "Uploading \"{filename}\" failed" : "Konnte \"{filename}\" nicht hochladen",
+ "Uploading \"{filename}\" failed" : "Fehler beim Hochladen von \"{filename}\"",
"Upload successful" : "Hochladen erfolgreich",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
"{summaryFile} and {summaryFolder}" : "{summaryFile} und {summaryFolder}",
"List of files and folders." : "Liste der Dateien und Ordner.",
+ "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn Sie durch die Liste navigieren.",
"File not found" : "Datei nicht gefunden",
"_{count} file_::_{count} files_" : ["{count} Datei","{count} Dateien"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Rasteransicht aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV-URL",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn Sie 2FA aktiviert haben, müssen Sie ein neues App-Passwort erstellen und verwenden, indem Sie hier klicken.",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index d0ab6913e9b..9b11e6a2c9e 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -170,7 +170,7 @@
"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",
- "Uploading \"{filename}\" failed" : "Konnte \"{filename}\" nicht hochladen",
+ "Uploading \"{filename}\" failed" : "Fehler beim Hochladen von \"{filename}\"",
"Upload successful" : "Hochladen erfolgreich",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
"{summaryFile} and {summaryFolder}" : "{summaryFile} und {summaryFolder}",
"List of files and folders." : "Liste der Dateien und Ordner.",
+ "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn Sie durch die Liste navigieren.",
"File not found" : "Datei nicht gefunden",
"_{count} file_::_{count} files_" : ["{count} Datei","{count} Dateien"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "Rasteransicht aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV-URL",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn Sie 2FA aktiviert haben, müssen Sie ein neues App-Passwort erstellen und verwenden, indem Sie hier klicken.",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 1b6c299a778..ab5d41ad2f4 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully",
"{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}",
"List of files and folders." : "List of files and folders.",
+ "Column headers with buttons are sortable." : "Column headers with buttons are sortable.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.",
"File not found" : "File not found",
"_{count} file_::_{count} files_" : ["{count} file","{count} files"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Enable the grid view",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "If you have enabled 2FA, you must create and use a new app password by clicking here.",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index 746bf8835a5..e86a98877fb 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully",
"{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}",
"List of files and folders." : "List of files and folders.",
+ "Column headers with buttons are sortable." : "Column headers with buttons are sortable.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.",
"File not found" : "File not found",
"_{count} file_::_{count} files_" : ["{count} file","{count} files"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "Enable the grid view",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "If you have enabled 2FA, you must create and use a new app password by clicking here.",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index e0f3bd34258..428c55d3d8d 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -172,6 +172,7 @@ OC.L10N.register(
"Reload current directory" : "Rafraîchir le dossier courant",
"Go to the \"{dir}\" directory" : "Aller au dossier \"{dir}\"",
"Drag and drop files here to upload" : "Glissez-déposez les fichiers ici pour les téléverser",
+ "Uploading \"{filename}\" failed" : "Le téléversement de « {filename} » a échoué",
"Upload successful" : "Téléversement réussi",
"\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès",
"\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"",
@@ -199,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "Le traitement par lot \"{displayName}\" a été exécuté avec succès",
"{summaryFile} and {summaryFolder}" : "{summaryFile} et {summaryFolder}",
"List of files and folders." : "Liste des fichiers et dossiers.",
+ "Column headers with buttons are sortable." : "L'entête des colonnes avec des boutons sont triables.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.",
"File not found" : "Fichier non trouvé",
"_{count} file_::_{count} files_" : ["{count} fichier","{count} fichiers","{count} fichiers"],
@@ -239,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Activer la vue mosaïque",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "URL WebDAV",
"Copy to clipboard" : "Copier dans le presse-papiers",
"Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si vous avez activé le 2FA, vous devez créer et utiliser un nouveau mot de passe d'application en cliquant ici.",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 2f81dbe9f23..770510ce97e 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -170,6 +170,7 @@
"Reload current directory" : "Rafraîchir le dossier courant",
"Go to the \"{dir}\" directory" : "Aller au dossier \"{dir}\"",
"Drag and drop files here to upload" : "Glissez-déposez les fichiers ici pour les téléverser",
+ "Uploading \"{filename}\" failed" : "Le téléversement de « {filename} » a échoué",
"Upload successful" : "Téléversement réussi",
"\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès",
"\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"",
@@ -197,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "Le traitement par lot \"{displayName}\" a été exécuté avec succès",
"{summaryFile} and {summaryFolder}" : "{summaryFile} et {summaryFolder}",
"List of files and folders." : "Liste des fichiers et dossiers.",
+ "Column headers with buttons are sortable." : "L'entête des colonnes avec des boutons sont triables.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.",
"File not found" : "Fichier non trouvé",
"_{count} file_::_{count} files_" : ["{count} fichier","{count} fichiers","{count} fichiers"],
@@ -237,6 +239,7 @@
"Enable the grid view" : "Activer la vue mosaïque",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "URL WebDAV",
"Copy to clipboard" : "Copier dans le presse-papiers",
"Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si vous avez activé le 2FA, vous devez créer et utiliser un nouveau mot de passe d'application en cliquant ici.",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 6081909d28c..2b7e5e348d7 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "Batchåtgärden \"{displayName}\" har utförts",
"{summaryFile} and {summaryFolder}" : "{summaryFile} och {summaryFolder}",
"List of files and folders." : "Lista över filer och mappar.",
+ "Column headers with buttons are sortable." : "Kolumnrubriker med knappar är sorterbara.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denna lista är inte helt återgiven av prestandaskäl. Filerna kommer att renderas när du navigerar genom listan.",
"File not found" : "Filen kunde inte hittas",
"_{count} file_::_{count} files_" : ["{count} fil","{count} filer"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "Aktivera rutnätsvy",
"Additional settings" : "Övriga inställningar",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Kopiera till urklipp",
"Use this address to access your Files via WebDAV" : "Använd denna adress för att komma åt dina filer med WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Om du har aktiverat 2FA måste du skapa och använda ett nytt applösenord genom att klicka här.",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 48a1df6c814..ec4aa084197 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "Batchåtgärden \"{displayName}\" har utförts",
"{summaryFile} and {summaryFolder}" : "{summaryFile} och {summaryFolder}",
"List of files and folders." : "Lista över filer och mappar.",
+ "Column headers with buttons are sortable." : "Kolumnrubriker med knappar är sorterbara.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denna lista är inte helt återgiven av prestandaskäl. Filerna kommer att renderas när du navigerar genom listan.",
"File not found" : "Filen kunde inte hittas",
"_{count} file_::_{count} files_" : ["{count} fil","{count} filer"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "Aktivera rutnätsvy",
"Additional settings" : "Övriga inställningar",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "Kopiera till urklipp",
"Use this address to access your Files via WebDAV" : "Använd denna adress för att komma åt dina filer med WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Om du har aktiverat 2FA måste du skapa och använda ett nytt applösenord genom att klicka här.",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 61ffaa39fdc..fafaee66f93 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано",
"{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}",
"List of files and folders." : "Список файлів та каталогів",
+ "Column headers with buttons are sortable." : "Назви стовпців з кнопками можна впорядковувати",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.",
"File not found" : "Файл не знайдено",
"_{count} file_::_{count} files_" : ["{count} файл","{count} файли","{count} файлів","{count} файлів"],
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index e92fbf92ec3..f2d6cc412fd 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано",
"{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}",
"List of files and folders." : "Список файлів та каталогів",
+ "Column headers with buttons are sortable." : "Назви стовпців з кнопками можна впорядковувати",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.",
"File not found" : "Файл не знайдено",
"_{count} file_::_{count} files_" : ["{count} файл","{count} файли","{count} файлів","{count} файлів"],
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js
index 592a747732d..6a31adfbdf5 100644
--- a/apps/files/l10n/zh_HK.js
+++ b/apps/files/l10n/zh_HK.js
@@ -200,6 +200,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作",
"{summaryFile} and {summaryFolder}" : "{summaryFile} 及 {summaryFolder}",
"List of files and folders." : "檔案與資料夾清單。",
+ "Column headers with buttons are sortable." : "具有按鈕的縱列標題可排序。",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。",
"File not found" : "找不到檔案",
"_{count} file_::_{count} files_" : ["{count} 檔案"],
@@ -240,6 +241,7 @@ OC.L10N.register(
"Enable the grid view" : "啟用網格檢視",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "複製到剪貼板",
"Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果您啟用了 2FA,則必須通過單擊此處創建和使用新的應用程式密碼。",
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json
index ce708ae6e35..ce717dd00b0 100644
--- a/apps/files/l10n/zh_HK.json
+++ b/apps/files/l10n/zh_HK.json
@@ -198,6 +198,7 @@
"\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作",
"{summaryFile} and {summaryFolder}" : "{summaryFile} 及 {summaryFolder}",
"List of files and folders." : "檔案與資料夾清單。",
+ "Column headers with buttons are sortable." : "具有按鈕的縱列標題可排序。",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。",
"File not found" : "找不到檔案",
"_{count} file_::_{count} files_" : ["{count} 檔案"],
@@ -238,6 +239,7 @@
"Enable the grid view" : "啟用網格檢視",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV URL",
"Copy to clipboard" : "複製到剪貼板",
"Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果您啟用了 2FA,則必須通過單擊此處創建和使用新的應用程式密碼。",