diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:34 +0000 |
commit | a94976bfc83cc47f49217eb5ba7509aee59b3012 (patch) | |
tree | 7030311a212942dd3dc2bbf56ffe689327c41cfb /core/l10n/ja.js | |
parent | 9932b7498d4ccf6dede786741a5b12ea167b3f48 (diff) | |
download | nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.tar.gz nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 3a9fc7cb254..df117b879e7 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "ここにはファイルがありません", "Choose" : "選択", "Copy" : "コピー", + "Move" : "移動", "Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}", "OK" : "OK", "Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "({count} 選択)", "Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー", "Pending" : "保留中", + "Copy to {folder}" : "{folder}へコピー", + "Move to {folder}" : "{folder}へ移動", "Very weak password" : "非常に弱いパスワード", "Weak password" : "弱いパスワード", "So-so password" : "まずまずのパスワード", |