summaryrefslogtreecommitdiffstats
path: root/l10n-ja/toolkit/toolkit/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ja/toolkit/toolkit/downloads')
-rw-r--r--l10n-ja/toolkit/toolkit/downloads/downloadUI.ftl48
-rw-r--r--l10n-ja/toolkit/toolkit/downloads/downloadUtils.ftl85
2 files changed, 133 insertions, 0 deletions
diff --git a/l10n-ja/toolkit/toolkit/downloads/downloadUI.ftl b/l10n-ja/toolkit/toolkit/downloads/downloadUI.ftl
new file mode 100644
index 0000000000..fe6fa7b0c7
--- /dev/null
+++ b/l10n-ja/toolkit/toolkit/downloads/downloadUI.ftl
@@ -0,0 +1,48 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+download-ui-confirm-title = すべてのダウンロードをキャンセルしますか?
+
+## Variables:
+## $downloadsCount (Number): The current downloads count.
+
+download-ui-confirm-quit-cancel-downloads =
+ { $downloadsCount ->
+ [1] 今終了すると 1 個のダウンロードがキャンセルされます。終了してもよろしいですか?
+ *[other] 今終了すると { $downloadsCount } 個のダウンロードがキャンセルされます。終了してもよろしいですか?
+ }
+download-ui-confirm-quit-cancel-downloads-mac =
+ { $downloadsCount ->
+ [1] 今終了すると 1 個のダウンロードがキャンセルされます。終了してもよろしいですか?
+ *[other] 今終了すると { $downloadsCount } 個のダウンロードがキャンセルされます。終了してもよろしいですか?
+ }
+download-ui-dont-quit-button =
+ { PLATFORM() ->
+ [mac] 終了しない
+ *[other] 終了しない
+ }
+download-ui-confirm-offline-cancel-downloads =
+ { $downloadsCount ->
+ [1] 今オフラインにすると 1 個のダウンロードがキャンセルされます。オフラインにしてもよろしいですか?
+ *[other] 今オフラインにすると { $downloadsCount } 個のダウンロードがキャンセルされます。オフラインにしてもよろしいですか?
+ }
+download-ui-dont-go-offline-button = オンラインを維持する
+download-ui-confirm-leave-private-browsing-windows-cancel-downloads =
+ { $downloadsCount ->
+ [1] プライベートブラウジングウィンドウを今すぐ閉じると、1 個のダウンロードがキャンセルされます。プライベートブラウジングモードを終了してもよろしいですか?
+ *[other] プライベートブラウジングウィンドウを今すぐ閉じると、{ $downloadsCount } 個のダウンロードがキャンセルされます。プライベートブラウジングモードを終了してもよろしいですか?
+ }
+download-ui-dont-leave-private-browsing-button = プライベートブラウジングを継続する
+download-ui-cancel-downloads-ok =
+ { $downloadsCount ->
+ [1] 1 個のダウンロードをキャンセル
+ *[other] { $downloadsCount } 個のダウンロードをキャンセル
+ }
+
+##
+
+download-ui-file-executable-security-warning-title = 実行可能なファイルを開きますか?
+# Variables:
+# $executable (String): The executable file to be opened.
+download-ui-file-executable-security-warning = “{ $executable }” は実行可能なファイルです。実行可能なファイルにはあなたのコンピューターを破壊するウイルス、その他の悪意あるコードが含まれていることがあります。この形式のファイルを開く場合には注意してください。“{ $executable }” を実行してもよろしいですか?
diff --git a/l10n-ja/toolkit/toolkit/downloads/downloadUtils.ftl b/l10n-ja/toolkit/toolkit/downloads/downloadUtils.ftl
new file mode 100644
index 0000000000..6678882107
--- /dev/null
+++ b/l10n-ja/toolkit/toolkit/downloads/downloadUtils.ftl
@@ -0,0 +1,85 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+## Variables:
+## $timeValue (number) - Number of units of time
+
+# Short form for seconds
+download-utils-short-seconds = 秒
+# Short form for minutes
+download-utils-short-minutes = 分
+# Short form for hours
+download-utils-short-hours = 時間
+# Short form for days
+download-utils-short-days = 日
+
+##
+
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB (2.2 MB/sec)
+# Variables:
+# $timeLeft (string) - Time left.
+# $transfer (string) - Transfer progress.
+# $rate (string) - Rate number.
+# $unit (string) - Rate unit.
+download-utils-status = { $timeLeft } — { $transfer } ({ $rate } { $unit }/秒)
+# If download speed is a JavaScript Infinity value, this phrase is used
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB (Really fast)
+# Variables:
+# $timeLeft (string) - Time left.
+# $transfer (string) - Transfer progress.
+download-utils-status-infinite-rate = { $timeLeft } — { $transfer } (実効速度)
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB
+# Variables:
+# $timeLeft (string) - Time left.
+# $transfer (string) - Transfer progress.
+download-utils-status-no-rate = { $timeLeft } — { $transfer }
+download-utils-bytes = バイト
+download-utils-kilobyte = KB
+download-utils-megabyte = MB
+download-utils-gigabyte = GB
+# example: 1.1 of 333 MB
+# Variables:
+# $progress (string) - Progress number.
+# $total (string) - Total number.
+# $totalUnits (string) - Total unit.
+download-utils-transfer-same-units = { $progress } / { $total } { $totalUnits }
+# example: 11.1 MB of 3.3 GB
+# Variables:
+# $progress (string) - Progress number.
+# $progressUnits (string) - Progress unit.
+# $total (string) - Total number.
+# $totalUnits (string) - Total unit.
+download-utils-transfer-diff-units = { $progress } { $progressUnits } / { $total } { $totalUnits }
+# example: 111 KB
+# Variables:
+# $progress (string) - Progress number.
+# $progressUnits (string) - Unit.
+download-utils-transfer-no-total = { $progress } { $progressUnits }
+# examples: 1m; 11h
+# Variables:
+# $time (string) - Time number.
+# $unit (string) - Time unit.
+download-utils-time-pair = { $time } { $unit }
+# examples: 1m left; 11h left
+# Variables:
+# $time (string) - Time left, including a unit
+download-utils-time-left-single = 残り { $time }
+# examples: 11h 2m left; 1d 22h left
+# Variables:
+# $time1 (string) - Time left, including a unit
+# $time2 (string) - Smaller measure of time left, including a unit
+download-utils-time-left-double = 残り { $time1 } { $time2 }
+download-utils-time-few-seconds = 残り数秒
+download-utils-time-unknown = 残り時間不明
+# Variables:
+# $scheme (string) - URI scheme like data: jar: about:
+download-utils-done-scheme = { $scheme } リソース
+# Special case of done-scheme for file:
+# This is used as an eTLD replacement for local files, so make it lower case
+download-utils-done-file-scheme = ローカルファイル
+# Displayed time for files finished yesterday
+download-utils-yesterday = 昨日