diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 1a213a95f76..cf2ef585a93 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -79,10 +79,15 @@ OC.L10N.register( "File name cannot be empty." : "ファイル名を空にすることはできません。", "\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。", "\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "{owner} のストレージは一杯です。ファイルの更新と同期はできません!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "グループフォルダー ”{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "外部ストレージ \"{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。", + "Your storage is full, files cannot be updated or synced anymore!" : "ストレージがいっぱいで、ファイルを更新または同期できなくなりました。", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} のストレージがほぼ一杯 ({usedSpacePercent}%) です", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "グループフォルダー \"{mountPoint}\" がほぼいっぱい ({usedSpacePercent}%) です。", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部ストレージ \"{mountPoint}\" はほぼいっぱい ({usedSpacePercent}%) です", "Your storage is almost full ({usedSpacePercent}%)." : "ストレージがほぼいっぱい ({usedSpacePercent}%) です ", + "_matches \"{filter}\"_::_match \"{filter}\"_" : [" \"{filter}\" にマッチ"], "View in folder" : "フォルダー内で表示", "Copied!" : "コピー完了", "Copy direct link (only works for users who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダーにアクセスできるユーザーのみ)", @@ -185,6 +190,7 @@ OC.L10N.register( "Crop image previews" : "プレビュー画像を切り抜く", "WebDAV" : "WebDAV", "Use this address to access your Files via WebDAV" : "このアドレスを使用して、WebDAV経由でファイルにアクセスします", + "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", "Toggle grid view" : "グリッド表示の切り替え", "No files in here" : "ファイルがありません", "Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。", @@ -203,20 +209,10 @@ OC.L10N.register( "Pending shares" : "保留中の共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Unshare" : "共有解除", "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} のストレージは一杯です。ファイルの更新と同期はできません!", "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "グループフォルダー ”{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。", "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "外部ストレージ \"{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。", "Your storage is full, files can not be updated or synced anymore!" : "ストレージは一杯です。ファイルの更新と同期はできません!", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} のストレージはほぼ一杯です。({usedSpacePercent}%)", - "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "グループフォルダー \"{mountPoint}\" がほぼいっぱいです ( {usedSpacePercent}%)", - "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "外部ストレージ ”{mountPoint}\" がほぼいっぱいです({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%)", - "_matches '{filter}'_::_match '{filter}'_" : [" '{filter}' にマッチ"], - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "ファイルまたはフォルダーが<strong>更新</ strong>されたか、<strong>名前が変更</strong>されたとき", - "A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーが<strong>作成</strong>されたとき", - "A file or folder has been <strong>deleted</strong>" : "ファイルまたはフォルダーが<strong>削除</strong>されたとき", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>の作成と変更の通知を制限する<em>(ストリームのみ)</em>", - "A file or folder has been <strong>restored</strong>" : "ファイルまたはフォルダーが<strong>復元</strong>されたとき" + "_matches '{filter}'_::_match '{filter}'_" : [" '{filter}' にマッチ"] }, "nplurals=1; plural=0;"); |