diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-12-01 01:55:07 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-12-01 01:55:07 -0500 |
commit | 8421a43df1c4f1db6d8d124429ca14a3763a431b (patch) | |
tree | d811b069e800168136c42be7a97512ef3b638670 /apps | |
parent | b0491bf9305c5e3d01e2b9bb9393b42212dce589 (diff) | |
download | nextcloud-server-8421a43df1c4f1db6d8d124429ca14a3763a431b.tar.gz nextcloud-server-8421a43df1c4f1db6d8d124429ca14a3763a431b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ja.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 1a50238de60..cd6f45f27b9 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -40,9 +40,12 @@ OC.L10N.register( "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした", "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", "{newName} already exists" : "{newName} はすでに存在します", + "Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。", + "Could not rename \"{fileName}\"" : "\"{fileName}\"の名前変更ができませんでした", "Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"は既に存在するため作成できませんでした", "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 1be742b469a..01d93403c20 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -38,9 +38,12 @@ "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした", "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", "{newName} already exists" : "{newName} はすでに存在します", + "Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。", + "Could not rename \"{fileName}\"" : "\"{fileName}\"の名前変更ができませんでした", "Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"は既に存在するため作成できませんでした", "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした", |