diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index a298816ebd8..474f1ff7d6c 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "詳細", "Please select tag(s) to add to the selection" : "選択項目に付与するタグを選択してください", "Apply tag(s) to selection" : "選択項目にタグを適用", - "Select" : "選択", + "Select directory \"{dirName}\"" : "ディレクトリを選択: \"{dirName}\"", + "Select file \"{fileName}\"" : "ファイルを選択: \"{fileName}\"", "Pending" : "保留中", "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", @@ -210,6 +211,7 @@ OC.L10N.register( "Deleted shares" : "削除された共有", "Pending shares" : "保留中の共有", "Text file" : "テキストファイル", - "New text file.txt" : "新規のテキストファイル作成" + "New text file.txt" : "新規のテキストファイル作成", + "Select" : "選択" }, "nplurals=1; plural=0;"); |