summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/browser/browser/aboutDialog.ftl
blob: cdc0523097de3ca7a38103d9e2a22c94d95d8cc9 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# 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/.

aboutDialog-title =
    .title = 關於 { -brand-full-name }
releaseNotes-link = 有什麼新鮮事
update-checkForUpdatesButton =
    .label = 檢查更新
    .accesskey = C
update-updateButton =
    .label = 重新啟動以更新 { -brand-shorter-name }
    .accesskey = R
update-checkingForUpdates = 正在檢查更新…

## Variables:
##   $transfer (string) - Transfer progress.

settings-update-downloading = <img data-l10n-name="icon"/>正在下載更新 — <label data-l10n-name="download-status">{ $transfer }</label>
aboutdialog-update-downloading = 正在下載更新 — <label data-l10n-name="download-status">{ $transfer }</label>

##

update-applying = 正在套用更新…
update-failed = 更新失敗。<label data-l10n-name="failed-link">下載最新版本</label>
update-failed-main = 更新失敗。<a data-l10n-name="failed-link-main">下載最新版本</a>
update-adminDisabled = 您的系統管理員已停用更新
update-policy-disabled = 您的組織已停用更新
update-noUpdatesFound = 已經是最新版本的 { -brand-short-name }
aboutdialog-update-checking-failed = 更新檢查失敗。
update-otherInstanceHandlingUpdates = { -brand-short-name } 正被其他執行中的實例更新

## Variables:
##   $displayUrl (String): URL to page with download instructions. Example: www.mozilla.org/firefox/nightly/

aboutdialog-update-manual-with-link = 可用的更新位於 <label data-l10n-name="manual-link">{ $displayUrl }</label>
settings-update-manual-with-link = <a data-l10n-name="manual-link">{ $displayUrl }</a> 已有可用更新
update-unsupported = 您無法在此系統上進行後續更新。<label data-l10n-name="unsupported-link">詳細資訊</label>
update-restarting = 重新啟動中…
update-internal-error2 = 發生內部錯誤,無法檢查更新。可到下列網址下載 <label data-l10n-name="manual-link">{ $displayUrl }</label>

##

# Variables:
#   $channel (String): description of the update channel (e.g. "release", "beta", "nightly" etc.)
aboutdialog-channel-description = 您目前正使用 <label data-l10n-name="current-channel">{ $channel }</label> 更新頻道。
warningDesc-version = { -brand-short-name } 是一個實驗用的測試版本,可能不夠穩定。
aboutdialog-help-user = { -brand-product-name } 說明
aboutdialog-submit-feedback = 送出意見回饋
community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> 是一個<label data-l10n-name="community-exp-creditsLink">全球性社群</label>。我們一起努力讓網路保持開放,任誰都可隨意使用。
community-2 = { -brand-short-name } 是由 <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label> 所開發的產品。Mozilla 是個<label data-l10n-name="community-creditsLink">全球性社群</label>。我們一起努力讓網路保持開放,任誰都可隨意使用。
helpus = 想幫忙嗎?<label data-l10n-name="helpus-donateLink">捐款給我們</label>或<label data-l10n-name="helpus-getInvolvedLink">出力參與!</label>
bottomLinks-license = 授權資訊
bottomLinks-rights = 使用者權利
bottomLinks-privacy = 隱私權保護政策
# Example of resulting string: 66.0.1 (64-bit)
# Variables:
#   $version (String): version of Firefox, e.g. 66.0.1
#   $bits (Number): bits of the architecture (32 or 64)
aboutDialog-version = { $version }({ $bits } 位元)
# Example of resulting string: 66.0a1 (2019-01-16) (64-bit)
# Variables:
#   $version (String): version of Firefox for Nightly builds, e.g. 66.0a1
#   $isodate (String): date in ISO format, e.g. 2019-01-16
#   $bits (Number): bits of the architecture (32 or 64)
aboutDialog-version-nightly = { $version }({ $isodate })({ $bits } 位元)