diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 40f66f102de..f2c029cc4b7 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -44,6 +44,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした", "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", + "copy" : "コピー", "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした", "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした", "Copied {origin} inside {destination}" : "コピー先{origin} {destination}内", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 89ef5c5aa16..ce627ef4334 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -42,6 +42,7 @@ "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした", "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", + "copy" : "コピー", "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした", "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした", "Copied {origin} inside {destination}" : "コピー先{origin} {destination}内", |