diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-09 02:25:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-09 02:25:11 +0000 |
commit | 9de329a4c2327767d86bd7f594b232eb56af0d01 (patch) | |
tree | b32402e79260e53d5705affc5d68628b3a40bd07 /apps/files/l10n/ja.json | |
parent | b43e21d18606d6ae8297438729487458401ad098 (diff) | |
download | nextcloud-server-9de329a4c2327767d86bd7f594b232eb56af0d01.tar.gz nextcloud-server-9de329a4c2327767d86bd7f594b232eb56af0d01.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja.json')
-rw-r--r-- | apps/files/l10n/ja.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 014b6ae1469..9e2b069c95a 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -23,6 +23,7 @@ "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", "Uploading that item is not supported" : "そのアイテムのアップロードはサポートされていません", "Target folder does not exist any more" : "対象フォルダーがもう存在しません", + "Operation is blocked by access control" : "アクセス制御により操作がブロックされました", "Error when assembling chunks, status code {status}" : "チャンクを組み立てる際のエラー、ステータスコード{status}", "Actions" : "アクション", "Rename" : "名前の変更", @@ -32,6 +33,7 @@ "Delete file" : "ファイルを削除", "Delete folder" : "フォルダを削除", "Disconnect storage" : "ストレージを切断する", + "Leave this share" : "この共有から抜ける", "Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした", "Files" : "ファイル", "Details" : "詳細", @@ -57,6 +59,7 @@ "Could not fetch file details \"{file}\"" : "\"{file}\" の詳細が取得できませんでした", "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文字以上を入力してください", "Name" : "名前", "Size" : "サイズ", "Modified" : "更新日時", @@ -75,7 +78,13 @@ "\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。", "\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です", "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}' にマッチ"], "View in folder" : "フォルダー内で表示", "Copied!" : "コピー完了", @@ -119,7 +128,13 @@ "{user} deleted an encrypted file in {file}" : "{user}が{file}で暗号化されたファイルを削除しました", "You restored {file}" : "{file} を復元しました", "{user} restored {file}" : "{user} が {file} を復元しました", + "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "{oldfile}(非表示) の名前を {newfile}(非表示) に変更しました", + "You renamed {oldfile} (hidden) to {newfile}" : "{oldfile} (非表示)の名前を{newfile}に変更しました", + "You renamed {oldfile} to {newfile} (hidden)" : "{oldfile}の名前を{newfile}(非表示)に変更しました", "You renamed {oldfile} to {newfile}" : "{oldfile} を {newfile} に変更しました", + "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} は {oldfile}(非表示) の名前を {newfile}(非表示) に変更しました", + "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} は {oldfile} (非表示) の名前を {newfile} に変更しました", + "{user} renamed {oldfile} to {newfile} (hidden)" : "{user}は{oldfile}を{newfile} (非表示)に名前変更しました", "{user} renamed {oldfile} to {newfile}" : "{user} が {oldfile} を{newfile} に変更しました", "You moved {oldfile} to {newfile}" : "{oldfile} を {newfile} に移動しました", "{user} moved {oldfile} to {newfile}" : "{user} が {oldfile} を {newfile} に移動しました", |