diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-09 02:31:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-09 02:31:52 +0000 |
commit | da58e46ecded68585f6ce3c5ce778be076711b1a (patch) | |
tree | 245f05bbcd332b963d80ed0a679b94db68233b34 /apps/files | |
parent | b7089c20ee4dd0f4b8bc805068aadbaf89a6a081 (diff) | |
download | nextcloud-server-da58e46ecded68585f6ce3c5ce778be076711b1a.tar.gz nextcloud-server-da58e46ecded68585f6ce3c5ce778be076711b1a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-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, 8 insertions, 0 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index aea338cd858..11d2821f015 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -41,6 +41,8 @@ OC.L10N.register( "Details" : "Détails", "Please select tag(s) to add to the selection" : "Veuillez sélectionner la ou les étiquette(s) à ajouter à la sélection", "Apply tag(s) to selection" : "Appliquer la ou les étiquette(s) à la sélection", + "Select directory \"{dirName}\"" : "Sélectionner le dossier \"{dirName}\"", + "Select file \"{fileName}\"" : "Sélectionner le fichier \"{fileName}\"", "Pending" : "En attente", "Unable to determine date" : "Impossible de déterminer la date", "This operation is forbidden" : "Cette opération est interdite", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 35287edf6c6..9a389656857 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -39,6 +39,8 @@ "Details" : "Détails", "Please select tag(s) to add to the selection" : "Veuillez sélectionner la ou les étiquette(s) à ajouter à la sélection", "Apply tag(s) to selection" : "Appliquer la ou les étiquette(s) à la sélection", + "Select directory \"{dirName}\"" : "Sélectionner le dossier \"{dirName}\"", + "Select file \"{fileName}\"" : "Sélectionner le fichier \"{fileName}\"", "Pending" : "En attente", "Unable to determine date" : "Impossible de déterminer la date", "This operation is forbidden" : "Cette opération est interdite", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index d8fb5614360..474f1ff7d6c 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -41,6 +41,8 @@ OC.L10N.register( "Details" : "詳細", "Please select tag(s) to add to the selection" : "選択項目に付与するタグを選択してください", "Apply tag(s) to selection" : "選択項目にタグを適用", + "Select directory \"{dirName}\"" : "ディレクトリを選択: \"{dirName}\"", + "Select file \"{fileName}\"" : "ファイルを選択: \"{fileName}\"", "Pending" : "保留中", "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 9a1817b3c24..17c10e110e4 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -39,6 +39,8 @@ "Details" : "詳細", "Please select tag(s) to add to the selection" : "選択項目に付与するタグを選択してください", "Apply tag(s) to selection" : "選択項目にタグを適用", + "Select directory \"{dirName}\"" : "ディレクトリを選択: \"{dirName}\"", + "Select file \"{fileName}\"" : "ファイルを選択: \"{fileName}\"", "Pending" : "保留中", "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", |