aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-10 00:20:14 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-10 00:20:14 +0000
commitdbd197cedcc04e8997615d495ae5fd458c65a710 (patch)
treeea7f284da4b7cafd18a70b012772ec9b7115137f /apps/files/l10n
parent90742357caa1bc4bfa1bee426dd9d175635dbf64 (diff)
downloadnextcloud-server-dbd197cedcc04e8997615d495ae5fd458c65a710.tar.gz
nextcloud-server-dbd197cedcc04e8997615d495ae5fd458c65a710.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/ar.js2
-rw-r--r--apps/files/l10n/ar.json2
-rw-r--r--apps/files/l10n/de_DE.js2
-rw-r--r--apps/files/l10n/de_DE.json2
-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.js23
-rw-r--r--apps/files/l10n/fr.json23
-rw-r--r--apps/files/l10n/ja.js3
-rw-r--r--apps/files/l10n/ja.json3
-rw-r--r--apps/files/l10n/pt_BR.js2
-rw-r--r--apps/files/l10n/pt_BR.json2
-rw-r--r--apps/files/l10n/sv.js2
-rw-r--r--apps/files/l10n/sv.json2
-rw-r--r--apps/files/l10n/tr.js1
-rw-r--r--apps/files/l10n/tr.json1
-rw-r--r--apps/files/l10n/zh_HK.js2
-rw-r--r--apps/files/l10n/zh_HK.json2
-rw-r--r--apps/files/l10n/zh_TW.js2
-rw-r--r--apps/files/l10n/zh_TW.json2
20 files changed, 82 insertions, 0 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index 91d492aa58c..8e10248c69a 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
"A favorite file or folder has been <strong>changed</strong>" : "ملف في المفضلة تم <strong>تم تغييره</strong>",
"Failed to authorize" : "فشل في التخويل",
+ "Invalid folder path" : "مسار المجلد غير صحيح",
+ "Folder not found" : "المجلد غير موجود",
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"Files compatibility" : "توافقية الملفات",
"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." : "السماح بتقييد أسماء الملفات لضمان إمكانية مزامنة الملفات مع جميع العملاء. بشكل افتراضي، يُسمح بجميع أسماء الملفات الصالحة على POSIX (مثل Linux أو macOS).",
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index 41fb368ca1b..086e69feec1 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
"A favorite file or folder has been <strong>changed</strong>" : "ملف في المفضلة تم <strong>تم تغييره</strong>",
"Failed to authorize" : "فشل في التخويل",
+ "Invalid folder path" : "مسار المجلد غير صحيح",
+ "Folder not found" : "المجلد غير موجود",
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"Files compatibility" : "توافقية الملفات",
"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." : "السماح بتقييد أسماء الملفات لضمان إمكانية مزامنة الملفات مع جميع العملاء. بشكل افتراضي، يُسمح بجميع أسماء الملفات الصالحة على POSIX (مثل Linux أو macOS).",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index 62a02419fd3..6d169acb223 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_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.",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 708b72065dd..a5d9872dfda 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_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.",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 038f05a5c63..9fa4cee45a0 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>",
"Failed to authorize" : "Failed to authorize",
+ "Invalid folder path" : "Invalid folder path",
+ "Folder not found" : "Folder not found",
"Upload (max. %s)" : "Upload (max. %s)",
"Files compatibility" : "Files compatibility",
"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." : "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.",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index f3cff8b7631..ae28de84176 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>",
"Failed to authorize" : "Failed to authorize",
+ "Invalid folder path" : "Invalid folder path",
+ "Folder not found" : "Folder not found",
"Upload (max. %s)" : "Upload (max. %s)",
"Files compatibility" : "Files compatibility",
"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." : "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.",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 7053de81ff3..25174f7bb55 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -157,8 +157,13 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "Un fichier ou un dossier a été <strong>modifié</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Un fichier ou un dossier favori a été <strong>modifié </strong>",
"Failed to authorize" : "Échec de l'autorisation",
+ "Invalid folder path" : "Chemin d'accès du dossier invalide",
+ "Folder not found" : "Dossier introuvable",
"Upload (max. %s)" : "Envoi (max. %s)",
"Files compatibility" : " Compatibilité des fichiers",
+ "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." : "Permet de restreindre les noms de fichiers pour s'assurer que les fichiers peuvent être synchronisés avec tous les clients. Par défaut, tous les noms de fichier valides sur POSIX (c'est à dire sur Linux ou MacOS) sont acceptés.",
+ "Enforce Windows compatibility" : "Forcer la compatibilité Windows",
+ "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Cela va bloquer les noms de fichier non valides sur les systèmes Windows, comme utiliser des noms réservés ou des caractères spéciaux. Mais cela ne renforcera pas la compatibilité de la sensibilité à la casse.",
"Accept" : "Accepter",
"Reject" : "Refuser",
"Incoming ownership transfer from {user}" : "Transfert de propriété de la part de {user}",
@@ -188,6 +193,7 @@ OC.L10N.register(
"Filename" : "Nom du fichier",
"Folder name" : "Nom du dossier",
"This node is unavailable" : "Ce nœud est indisponible ",
+ "Another entry with the same name already exists." : "Une autre entrée avec le même nom existe déjà.",
"Invalid filename." : "Nom de fichier invalide.",
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" renommé en \"{newName}\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.",
@@ -213,6 +219,9 @@ OC.L10N.register(
"Could not refresh storage stats" : "Impossible de rafraîchir les statistiques de stockage",
"Your storage is full, files can not be updated or synced anymore!" : "Votre espace de stockage est plein. Les fichiers ne peuvent plus être mis à jour ni synchronisés !",
"Create" : "Créer",
+ "This name is already in use." : "Ce nom est déjà utilisé.",
+ "Fill template fields" : "Remplir les champs modèle",
+ "Submitting fields…" : "Validation des champs...",
"Submit" : "Soumettre",
"Transfer ownership of a file or folder" : "Transférer la propriété d'un fichier ou d'un dossier",
"Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer",
@@ -254,6 +263,7 @@ OC.L10N.register(
"Show hidden files" : "Montrer les fichiers masqués",
"Crop image previews" : "Afficher en miniatures carrées",
"Enable the grid view" : "Activer la vue mosaïque",
+ "Enable folder tree" : "Activer l'arborescence des répertoires",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
@@ -276,10 +286,13 @@ OC.L10N.register(
"Disconnect storages" : "Déconnecter les supports de stockage",
"Delete files" : "Supprimer les fichiers",
"Delete folders" : "Supprimer les dossiers",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Vous êtes sur le point de supprimer définitivement {count} élément","Vous êtes sur le point de supprimer définitivement {count} éléments","Vous êtes sur le point de supprimer définitivement {count} éléments"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Vous êtes sur le point de supprimer {count} élément","Vous êtes sur le point de supprimer {count} éléments","Vous êtes sur le point de supprimer {count} éléments"],
"Confirm deletion" : "Confirmer la suppression",
"Cancel" : "Annuler",
"Edit file locally" : "Éditer le fichier localement",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "Le fichier devrait maintenant s'ouvrir localement. Si ce n'est pas le cas, assurez-vous que le client de bureau est installé sur votre système.",
+ "Retry local edit" : "Réessayer l'édition locale",
"Edit online" : "Éditer en ligne",
"Destination is not a folder" : "La destination n'est pas un dossier",
"This file/folder is already in that directory" : "Ce fichier/dossier se trouve déjà dans ce dossier",
@@ -294,6 +307,7 @@ OC.L10N.register(
"Copy to {target}" : "Copier vers {target}",
"Move to {target}" : "Déplacer vers {target}",
"Move or copy operation failed" : "L'opération de copie ou de déplacement a échoué",
+ "Cancelled move or copy of \"{filename}\"." : "Déplacement ou copie de \"{filename}\" annulé.",
"Cancelled move or copy operation" : "Opération de déplacement ou de copie annulée",
"Open folder {displayName}" : "Ouvrir le dossier {displayName}",
"Open in Files" : "Ouvrir dans Fichiers",
@@ -301,10 +315,15 @@ OC.L10N.register(
"Today" : "Aujourd’hui",
"Last 7 days" : "7 derniers jours",
"Last 30 days" : "30 derniers jours",
+ "This year ({year})" : "Cette année ({year})",
+ "Last year ({year})" : "L'année dernière ({year})",
"Documents" : "Documents",
+ "Spreadsheets" : "Feuilles de calcul",
"Presentations" : "Présentations",
+ "PDFs" : "PDFs",
"Folders" : "Dossiers",
"Audio" : "Son",
+ "Pictures and images" : "Images et photos",
"Videos" : "Vidéos",
"Created new folder \"{name}\"" : "Nouveau dossier \"{name}\" créé",
"Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles",
@@ -332,6 +351,10 @@ OC.L10N.register(
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"],
"{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers",
"Filename must not be empty." : "Le nom du fichier ne doit pas être vide.",
+ "\"{char}\" is not allowed inside a filename." : "\"{char}\" n'est pas autorisé dans un nom de fichier.",
+ "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" est un nom réservé et il n'est pas autorisé dans les noms de fichier.",
+ "\"{extension}\" is not an allowed filetype." : "\"{extension}\" est un type de fichier interdit.",
+ "Filenames must not end with \"{extension}\"." : "Les noms de fichier ne doivent pas se terminer par \"{extension}\".",
"List of favorites files and folders." : "Liste des fichiers et dossiers favoris.",
"No favorites yet" : "Aucun favori pour l'instant",
"Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 048fa10923b..7d5fba5acc7 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -155,8 +155,13 @@
"A file or folder has been <strong>changed</strong>" : "Un fichier ou un dossier a été <strong>modifié</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Un fichier ou un dossier favori a été <strong>modifié </strong>",
"Failed to authorize" : "Échec de l'autorisation",
+ "Invalid folder path" : "Chemin d'accès du dossier invalide",
+ "Folder not found" : "Dossier introuvable",
"Upload (max. %s)" : "Envoi (max. %s)",
"Files compatibility" : " Compatibilité des fichiers",
+ "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." : "Permet de restreindre les noms de fichiers pour s'assurer que les fichiers peuvent être synchronisés avec tous les clients. Par défaut, tous les noms de fichier valides sur POSIX (c'est à dire sur Linux ou MacOS) sont acceptés.",
+ "Enforce Windows compatibility" : "Forcer la compatibilité Windows",
+ "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Cela va bloquer les noms de fichier non valides sur les systèmes Windows, comme utiliser des noms réservés ou des caractères spéciaux. Mais cela ne renforcera pas la compatibilité de la sensibilité à la casse.",
"Accept" : "Accepter",
"Reject" : "Refuser",
"Incoming ownership transfer from {user}" : "Transfert de propriété de la part de {user}",
@@ -186,6 +191,7 @@
"Filename" : "Nom du fichier",
"Folder name" : "Nom du dossier",
"This node is unavailable" : "Ce nœud est indisponible ",
+ "Another entry with the same name already exists." : "Une autre entrée avec le même nom existe déjà.",
"Invalid filename." : "Nom de fichier invalide.",
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" renommé en \"{newName}\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.",
@@ -211,6 +217,9 @@
"Could not refresh storage stats" : "Impossible de rafraîchir les statistiques de stockage",
"Your storage is full, files can not be updated or synced anymore!" : "Votre espace de stockage est plein. Les fichiers ne peuvent plus être mis à jour ni synchronisés !",
"Create" : "Créer",
+ "This name is already in use." : "Ce nom est déjà utilisé.",
+ "Fill template fields" : "Remplir les champs modèle",
+ "Submitting fields…" : "Validation des champs...",
"Submit" : "Soumettre",
"Transfer ownership of a file or folder" : "Transférer la propriété d'un fichier ou d'un dossier",
"Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer",
@@ -252,6 +261,7 @@
"Show hidden files" : "Montrer les fichiers masqués",
"Crop image previews" : "Afficher en miniatures carrées",
"Enable the grid view" : "Activer la vue mosaïque",
+ "Enable folder tree" : "Activer l'arborescence des répertoires",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
@@ -274,10 +284,13 @@
"Disconnect storages" : "Déconnecter les supports de stockage",
"Delete files" : "Supprimer les fichiers",
"Delete folders" : "Supprimer les dossiers",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Vous êtes sur le point de supprimer définitivement {count} élément","Vous êtes sur le point de supprimer définitivement {count} éléments","Vous êtes sur le point de supprimer définitivement {count} éléments"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Vous êtes sur le point de supprimer {count} élément","Vous êtes sur le point de supprimer {count} éléments","Vous êtes sur le point de supprimer {count} éléments"],
"Confirm deletion" : "Confirmer la suppression",
"Cancel" : "Annuler",
"Edit file locally" : "Éditer le fichier localement",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "Le fichier devrait maintenant s'ouvrir localement. Si ce n'est pas le cas, assurez-vous que le client de bureau est installé sur votre système.",
+ "Retry local edit" : "Réessayer l'édition locale",
"Edit online" : "Éditer en ligne",
"Destination is not a folder" : "La destination n'est pas un dossier",
"This file/folder is already in that directory" : "Ce fichier/dossier se trouve déjà dans ce dossier",
@@ -292,6 +305,7 @@
"Copy to {target}" : "Copier vers {target}",
"Move to {target}" : "Déplacer vers {target}",
"Move or copy operation failed" : "L'opération de copie ou de déplacement a échoué",
+ "Cancelled move or copy of \"{filename}\"." : "Déplacement ou copie de \"{filename}\" annulé.",
"Cancelled move or copy operation" : "Opération de déplacement ou de copie annulée",
"Open folder {displayName}" : "Ouvrir le dossier {displayName}",
"Open in Files" : "Ouvrir dans Fichiers",
@@ -299,10 +313,15 @@
"Today" : "Aujourd’hui",
"Last 7 days" : "7 derniers jours",
"Last 30 days" : "30 derniers jours",
+ "This year ({year})" : "Cette année ({year})",
+ "Last year ({year})" : "L'année dernière ({year})",
"Documents" : "Documents",
+ "Spreadsheets" : "Feuilles de calcul",
"Presentations" : "Présentations",
+ "PDFs" : "PDFs",
"Folders" : "Dossiers",
"Audio" : "Son",
+ "Pictures and images" : "Images et photos",
"Videos" : "Vidéos",
"Created new folder \"{name}\"" : "Nouveau dossier \"{name}\" créé",
"Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles",
@@ -330,6 +349,10 @@
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"],
"{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers",
"Filename must not be empty." : "Le nom du fichier ne doit pas être vide.",
+ "\"{char}\" is not allowed inside a filename." : "\"{char}\" n'est pas autorisé dans un nom de fichier.",
+ "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" est un nom réservé et il n'est pas autorisé dans les noms de fichier.",
+ "\"{extension}\" is not an allowed filetype." : "\"{extension}\" est un type de fichier interdit.",
+ "Filenames must not end with \"{extension}\"." : "Les noms de fichier ne doivent pas se terminer par \"{extension}\".",
"List of favorites files and folders." : "Liste des fichiers et dossiers favoris.",
"No favorites yet" : "Aucun favori pour l'instant",
"Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici",
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index caf3ce0f994..74c965e6175 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーが<strong>変更</strong>されたとき",
"A favorite file or folder has been <strong>changed</strong>" : "お気に入りのファイルまたはフォルダーが <strong>変更</strong>されたとき",
"Failed to authorize" : "認証に失敗しました",
+ "Invalid folder path" : "無効なフォルダーパス",
+ "Folder not found" : "フォルダーが見つかりません",
"Upload (max. %s)" : "アップロード ( 最大 %s )",
"Files compatibility" : "ファイルの互換性",
"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." : "ファイルをすべてのクライアントと同期できるようにするために、ファイル名を制限することを許可します。デフォルトではPOSIX(LinuxやmacOSなど)で有効なすべてのファイル名が許可されています。",
@@ -305,6 +307,7 @@ OC.L10N.register(
"Copy to {target}" : "{target} にコピー",
"Move to {target}" : "{target} に移動",
"Move or copy operation failed" : "移動またはコピー操作は失敗しました",
+ "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"の移動またはコピーをキャンセルしました。",
"Cancelled move or copy operation" : "キャンセルされた移動またはコピー操作",
"Open folder {displayName}" : "フォルダ {displayName} を開く",
"Open in Files" : "ファイルアプリで開く",
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index 57ac98a4f54..d5b0f397626 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーが<strong>変更</strong>されたとき",
"A favorite file or folder has been <strong>changed</strong>" : "お気に入りのファイルまたはフォルダーが <strong>変更</strong>されたとき",
"Failed to authorize" : "認証に失敗しました",
+ "Invalid folder path" : "無効なフォルダーパス",
+ "Folder not found" : "フォルダーが見つかりません",
"Upload (max. %s)" : "アップロード ( 最大 %s )",
"Files compatibility" : "ファイルの互換性",
"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." : "ファイルをすべてのクライアントと同期できるようにするために、ファイル名を制限することを許可します。デフォルトではPOSIX(LinuxやmacOSなど)で有効なすべてのファイル名が許可されています。",
@@ -303,6 +305,7 @@
"Copy to {target}" : "{target} にコピー",
"Move to {target}" : "{target} に移動",
"Move or copy operation failed" : "移動またはコピー操作は失敗しました",
+ "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"の移動またはコピーをキャンセルしました。",
"Cancelled move or copy operation" : "キャンセルされた移動またはコピー操作",
"Open folder {displayName}" : "フォルダ {displayName} を開く",
"Open in Files" : "ファイルアプリで開く",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index a7c01094fb9..ae7075f6ef2 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>",
"Failed to authorize" : "Falha ao autorizar",
+ "Invalid folder path" : "Caminho de pasta inválido",
+ "Folder not found" : "Pasta não encontrada",
"Upload (max. %s)" : "Envio (max. %s)",
"Files compatibility" : "Compatibilidade de arquivos",
"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." : "Permitir restringir nomes de arquivos para garantir que os arquivos possam ser sincronizados com todos os clientes. Por padrão, todos os nomes de arquivos válidos em POSIX (por exemplo, Linux ou macOS) são permitidos.",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index bd99eadd448..27ddd4b3385 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>",
"Failed to authorize" : "Falha ao autorizar",
+ "Invalid folder path" : "Caminho de pasta inválido",
+ "Folder not found" : "Pasta não encontrada",
"Upload (max. %s)" : "Envio (max. %s)",
"Files compatibility" : "Compatibilidade de arquivos",
"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." : "Permitir restringir nomes de arquivos para garantir que os arquivos possam ser sincronizados com todos os clientes. Por padrão, todos os nomes de arquivos válidos em POSIX (por exemplo, Linux ou macOS) são permitidos.",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index efbe8dac30f..02c5286c83d 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "En ny fil eller mapp har blivit <strong>ändrad</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "En favorit-fil eller mapp har blivit <strong>ändrad</strong>",
"Failed to authorize" : "Det gick inte att auktorisera",
+ "Invalid folder path" : "Ogiltig mappsökväg",
+ "Folder not found" : "Mappen hittades inte",
"Upload (max. %s)" : "Ladda upp (högst %s)",
"Files compatibility" : "Filkompatibilitet",
"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." : "Tillåt att begränsa filnamn för att säkerställa att filer kan synkroniseras med alla klienter. Som standard är alla filnamn som är giltiga på POSIX (t.ex. Linux eller macOS) tillåtna.",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 30d701533f2..9ae94a2489e 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "En ny fil eller mapp har blivit <strong>ändrad</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "En favorit-fil eller mapp har blivit <strong>ändrad</strong>",
"Failed to authorize" : "Det gick inte att auktorisera",
+ "Invalid folder path" : "Ogiltig mappsökväg",
+ "Folder not found" : "Mappen hittades inte",
"Upload (max. %s)" : "Ladda upp (högst %s)",
"Files compatibility" : "Filkompatibilitet",
"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." : "Tillåt att begränsa filnamn för att säkerställa att filer kan synkroniseras med alla klienter. Som standard är alla filnamn som är giltiga på POSIX (t.ex. Linux eller macOS) tillåtna.",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 90511078e70..f2ca6524791 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -156,6 +156,7 @@ OC.L10N.register(
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Sık kullandıklarınıza</strong> bir dosya eklendi ya da silindi",
"A file or folder has been <strong>changed</strong>" : "Bir dosya ya da klasör <strong>değiştirildiğinde</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Sık kullanılan bir dosya ya da klasör <strong>değiştirildiğinde</strong>",
+ "Failed to authorize" : "İzin verilemedi",
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"Accept" : "Kabul et",
"Reject" : "Reddet",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index 68bd368fc2c..4028a982d32 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -154,6 +154,7 @@
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Sık kullandıklarınıza</strong> bir dosya eklendi ya da silindi",
"A file or folder has been <strong>changed</strong>" : "Bir dosya ya da klasör <strong>değiştirildiğinde</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Sık kullanılan bir dosya ya da klasör <strong>değiştirildiğinde</strong>",
+ "Failed to authorize" : "İzin verilemedi",
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"Accept" : "Kabul et",
"Reject" : "Reddet",
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js
index 649c149b386..07ebeb0952b 100644
--- a/apps/files/l10n/zh_HK.js
+++ b/apps/files/l10n/zh_HK.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>",
"Failed to authorize" : "無法授權",
+ "Invalid folder path" : "無效的資料夾路徑",
+ "Folder not found" : "找不到資料夾",
"Upload (max. %s)" : "上傳(上限 %s)",
"Files compatibility" : "檔案兼容性",
"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." : "允許限製檔案名稱以確保檔案可以與所有客戶端同步。默認情況下,允許 POSIX(例如 Linux 或 macOS)上有效的所有檔案名稱。",
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json
index 4109418aedf..df85ab2840b 100644
--- a/apps/files/l10n/zh_HK.json
+++ b/apps/files/l10n/zh_HK.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>",
"Failed to authorize" : "無法授權",
+ "Invalid folder path" : "無效的資料夾路徑",
+ "Folder not found" : "找不到資料夾",
"Upload (max. %s)" : "上傳(上限 %s)",
"Files compatibility" : "檔案兼容性",
"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." : "允許限製檔案名稱以確保檔案可以與所有客戶端同步。默認情況下,允許 POSIX(例如 Linux 或 macOS)上有效的所有檔案名稱。",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 179f839abb3..d8f3acfa78b 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "檔案或資料夾已被<strong>變更</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已<strong>變更</strong>",
"Failed to authorize" : "授權失敗",
+ "Invalid folder path" : "無效的資料夾路徑",
+ "Folder not found" : "找不到資料夾",
"Upload (max. %s)" : "上傳(最多 %s)",
"Files compatibility" : "檔案相容性",
"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." : "允許限制檔案名稱以確保檔案可以與所有客戶端同步。預設情況下,允許 POSIX(例如 Linux 或 macOS)上所有有效的檔案名稱。",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 42ab31a08f4..2431e197e1f 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -155,6 +155,8 @@
"A file or folder has been <strong>changed</strong>" : "檔案或資料夾已被<strong>變更</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已<strong>變更</strong>",
"Failed to authorize" : "授權失敗",
+ "Invalid folder path" : "無效的資料夾路徑",
+ "Folder not found" : "找不到資料夾",
"Upload (max. %s)" : "上傳(最多 %s)",
"Files compatibility" : "檔案相容性",
"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." : "允許限制檔案名稱以確保檔案可以與所有客戶端同步。預設情況下,允許 POSIX(例如 Linux 或 macOS)上所有有效的檔案名稱。",