summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ja.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-20 00:08:34 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-20 00:08:34 +0000
commita94976bfc83cc47f49217eb5ba7509aee59b3012 (patch)
tree7030311a212942dd3dc2bbf56ffe689327c41cfb /apps/files/l10n/ja.js
parent9932b7498d4ccf6dede786741a5b12ea167b3f48 (diff)
downloadnextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.tar.gz
nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r--apps/files/l10n/ja.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 3b6ab721ab1..41c1256e8da 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -16,10 +16,12 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
"Not enough free space" : "十分な空き容量がありません",
+ "Uploading …" : "アップロード中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
"Actions" : "アクション",
"Download" : "ダウンロード",
"Rename" : "名前の変更",
+ "Move or copy" : "移動またはコピー",
"Target folder" : "対象フォルダー",
"Delete" : "削除",
"Disconnect storage" : "ストレージを切断する",
@@ -34,6 +36,8 @@ 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}\" を移動できませんでした",
+ "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
+ "Could not copy \"{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}\" ですでに使われています。別の名前を選択してください。",