aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r--apps/files/l10n/ja.js15
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 67a46a4a6a7..29e3df2d6c9 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -326,12 +326,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
"Storage is temporarily not available" : "ストレージは一時的に利用できません",
"Unexpected error: {error}" : "予期せぬエラー: {error}",
- "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"],
- "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"],
- "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"],
- "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ファイルと 1 フォルダ"],
- "{fileCount} files and {folderCount} folders" : "{fileCount} ファイルと {folderCount} フォルダ",
- "_(%n hidden)_::_ (%n hidden)_" : [" (%n 非公開)"],
+ "_%n file_::_%n files_" : ["%n 個のファイル"],
+ "_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"Filename must not be empty." : "ファイル名は空白にできません。",
"\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
@@ -405,8 +401,6 @@ OC.L10N.register(
"Error deleting file \"{fileName}\"." : "ファイル\"{fileName}\"の削除エラー。",
"No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
"Enter more than two characters to search in other folders" : "他のフォルダーで検索するには、3文字以上を入力してください",
- "_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
- "_%n file_::_%n files_" : ["%n 個のファイル"],
"{dirs} and {files}" : "{dirs} と {files}",
"_including %n hidden_::_including %n hidden_" : ["%n 個の隠しファイルが含まれています"],
"You do not have permission to upload or create files here" : "ここにファイルをアップロードまたは作成する権限がありません",
@@ -446,6 +440,11 @@ OC.L10N.register(
"Edit file locally" : "ファイルをローカルで編集",
"Edit online" : "オンラインで編集",
"Create new templates folder" : "新しいテンプレートフォルダーを作成",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ファイルと 1 フォルダ"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} ファイルと {folderCount} フォルダ",
"List of favorites files and folders." : "お気に入りのファイルやフォルダーの一覧",
"Personal Files" : "個人ファイル",
"Text file" : "テキストファイル",