diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index cdd87e4536a..459132dd568 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" : "名前の変更", @@ -151,6 +142,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 +168,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;"); |