diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index cdd87e4536a..009b2077182 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -19,16 +19,7 @@ OC.L10N.register( "Not enough free space" : "十分な空き容量がありません", "Uploading..." : "アップロード中...", "..." : "…", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "残り{hours}:{minutes}:{seconds} 時間", - "{hours}:{minutes}h" : "{hours}:{minutes} 時間", - "{minutes}:{seconds} minute{plural_s} left" : "残り{minutes}:{seconds} 分", - "{minutes}:{seconds}m" : "{minutes}:{seconds} 分", - "{seconds} second{plural_s} left" : "残り{minutes}:{seconds} 秒", - "{seconds}s" : "{seconds} 秒", - "Any moment now..." : "もうすぐ…", - "Soon..." : "もうすぐ…", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", - "File upload is in progress. Leaving the page now will cancel the upload." : "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。", "Actions" : "アクション", "Download" : "ダウンロード", "Rename" : "名前の変更", @@ -37,6 +28,7 @@ OC.L10N.register( "Delete" : "削除", "Disconnect storage" : "ストレージを切断する", "Unshare" : "共有解除", + "Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした", "Details" : "詳細", "Select" : "選択", "Pending" : "中断", @@ -81,6 +73,10 @@ OC.L10N.register( "New folder" : "新しいフォルダー", "Upload" : "アップロード", "An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました", + "Added to favorites" : "お気に入りに追加", + "Removed from favorites" : "お気に入りから削除", + "You added {file} to your favorites" : "{file} をお気に入りに追加しました", + "You removed {file} from your favorites" : "{file} をお気に入りから削除しました", "File changes" : "ファイル更新", "Created by {user}" : "{user} が作成しました", "Changed by {user}" : "{user} が更新しました", @@ -101,6 +97,7 @@ OC.L10N.register( "{user} renamed {oldfile} to {newfile}" : "{user} が {oldfile} を{newfile} に変更しました", "You moved {oldfile} to {newfile}" : "{oldfile} を {newfile} に移動しました", "{user} moved {oldfile} to {newfile}" : "{user} が {oldfile} を {newfile} に移動しました", + "A file has been added to or removed from your <strong>favorites</strong>" : "<strong>お気に入り</strong>にファイルが追加または削除されました。", "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 new file or folder has been <strong>deleted</strong>" : "新しいファイルまたはフォルダが<strong>削除されました</strong>", @@ -151,6 +148,15 @@ OC.L10N.register( "Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。", "Error uploading file \"{fileName}\": {message}" : "ファイル\"{fileName}\"のアップロードエラー: {message}", "Could not get result from server." : "サーバーから結果を取得できませんでした。", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "残り{hours}:{minutes}:{seconds} 時間", + "{hours}:{minutes}h" : "{hours}:{minutes} 時間", + "{minutes}:{seconds} minute{plural_s} left" : "残り{minutes}:{seconds} 分", + "{minutes}:{seconds}m" : "{minutes}:{seconds} 分", + "{seconds} second{plural_s} left" : "残り{minutes}:{seconds} 秒", + "{seconds}s" : "{seconds} 秒", + "Any moment now..." : "もうすぐ…", + "Soon..." : "もうすぐ…", + "File upload is in progress. Leaving the page now will cancel the upload." : "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。", "No entries in this folder match '{filter}'" : "このフォルダー内で '{filter}' にマッチするものはありません", "Local link" : "ローカルリンク", "{newname} already exists" : "{newname} はすでに存在します", @@ -168,8 +174,6 @@ OC.L10N.register( "%2$s restored %1$s" : "%2$s は、 %1$s を復元しました", "Changed by %2$s" : "%2$s により更新", "Deleted by %2$s" : "%2$s により削除", - "Restored by %2$s" : "%2$s により復元", - "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください", - "Cancel upload" : "アップロードをキャンセル" + "Restored by %2$s" : "%2$s により復元" }, "nplurals=1; plural=0;"); |