diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-13 02:24:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-13 02:24:57 +0000 |
commit | bab06b9abb2a135dc9c3146e027c74c3c80c8593 (patch) | |
tree | f57fdc7830bb510ae38adb7ce3d8246003ebc5a2 /apps/files/l10n | |
parent | 4be2e1601e80a09aebac57eabb0aaf60e744362e (diff) | |
download | nextcloud-server-bab06b9abb2a135dc9c3146e027c74c3c80c8593.tar.gz nextcloud-server-bab06b9abb2a135dc9c3146e027c74c3c80c8593.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index a84441e0ce9..a69b0563313 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -72,7 +72,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Vous n'avez pas la permission d'envoyer ou de créer des fichiers ici", "_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"], "New" : "Nouveau", - "Select file range" : "Sélectionner une plage de fichiers", + "Select file range" : "Activer la sélection d'une plage de fichiers", "{used} of {quota} used" : "{used} utilisés sur {quota}", "{used} used" : "{used} utilisés", "\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 3058d9dcd2a..f2e2264b2dd 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -70,7 +70,7 @@ "You don’t have permission to upload or create files here" : "Vous n'avez pas la permission d'envoyer ou de créer des fichiers ici", "_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"], "New" : "Nouveau", - "Select file range" : "Sélectionner une plage de fichiers", + "Select file range" : "Activer la sélection d'une plage de fichiers", "{used} of {quota} used" : "{used} utilisés sur {quota}", "{used} used" : "{used} utilisés", "\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 07c72676234..3ccb10ea8fb 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -23,7 +23,7 @@ OC.L10N.register( "An unknown error has occurred" : "不明なエラーが発生しました", "Uploading …" : "アップロード中...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", - "Uploading that item is not supported" : "そのアイテムのアップロードはサポートされていません", + "Uploading that item is not supported" : "そのアイテムのアップロードに対応していません", "Target folder does not exist any more" : "対象フォルダーがもう存在しません", "Operation is blocked by access control" : "アクセス制御により操作がブロックされました", "Error when assembling chunks, status code {status}" : "チャンクを組み立てる際のエラー、ステータスコード{status}", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 9e2b069c95a..1eab1abb99a 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -21,7 +21,7 @@ "An unknown error has occurred" : "不明なエラーが発生しました", "Uploading …" : "アップロード中...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", - "Uploading that item is not supported" : "そのアイテムのアップロードはサポートされていません", + "Uploading that item is not supported" : "そのアイテムのアップロードに対応していません", "Target folder does not exist any more" : "対象フォルダーがもう存在しません", "Operation is blocked by access control" : "アクセス制御により操作がブロックされました", "Error when assembling chunks, status code {status}" : "チャンクを組み立てる際のエラー、ステータスコード{status}", |