summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/toolkit/toolkit/downloads/downloadUI.ftl
blob: e72e875ab14e0b2cd05ec500fe235306de04e137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 }」嗎?