summaryrefslogtreecommitdiffstats
path: root/l10n-th/toolkit/toolkit/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-th/toolkit/toolkit/downloads')
-rw-r--r--l10n-th/toolkit/toolkit/downloads/downloadUI.ftl51
-rw-r--r--l10n-th/toolkit/toolkit/downloads/downloadUtils.ftl90
2 files changed, 141 insertions, 0 deletions
diff --git a/l10n-th/toolkit/toolkit/downloads/downloadUI.ftl b/l10n-th/toolkit/toolkit/downloads/downloadUI.ftl
new file mode 100644
index 0000000000..4b252eb318
--- /dev/null
+++ b/l10n-th/toolkit/toolkit/downloads/downloadUI.ftl
@@ -0,0 +1,51 @@
+# 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-th/toolkit/toolkit/downloads/downloadUtils.ftl b/l10n-th/toolkit/toolkit/downloads/downloadUtils.ftl
new file mode 100644
index 0000000000..7968a08e0c
--- /dev/null
+++ b/l10n-th/toolkit/toolkit/downloads/downloadUtils.ftl
@@ -0,0 +1,90 @@
+# 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 = s
+# Short form for minutes
+download-utils-short-minutes = m
+# Short form for hours
+download-utils-short-hours = h
+# Short form for days
+download-utils-short-days = d
+
+##
+
+# — 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 = เมื่อวานนี้