diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-zh-TW/mobile/android | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/mobile/android')
-rw-r--r-- | l10n-zh-TW/mobile/android/chrome/browser.properties | 118 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/chrome/config.dtd | 22 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/chrome/config.properties | 10 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/chrome/passwordmgr.properties | 20 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/defines.inc | 12 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/mobile-l10n.js | 6 | ||||
-rw-r--r-- | l10n-zh-TW/mobile/android/mobile/android/aboutConfig.ftl | 28 |
7 files changed, 216 insertions, 0 deletions
diff --git a/l10n-zh-TW/mobile/android/chrome/browser.properties b/l10n-zh-TW/mobile/android/chrome/browser.properties new file mode 100644 index 0000000000..78e0760ba2 --- /dev/null +++ b/l10n-zh-TW/mobile/android/chrome/browser.properties @@ -0,0 +1,118 @@ +# 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/. + +# Popup Blocker + +# In Extension.jsm + +# LOCALIZATION NOTE (webextPerms.header) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=要安裝 %S 嗎? + +webextPerms.add.label=安裝 +webextPerms.cancel.label=取消 + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +webextPerms.updateText=%S 已有更新。您必須允許新版套件所要求的權限,才會安裝。點擊「取消」可繼續使用目前版本的附加元件。 + +webextPerms.updateAccept.label=更新 + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replaced with the localized name of the extension requesting new +# permissions. +webextPerms.optionalPermsHeader=%S 要求更多權限。 +webextPerms.optionalPermsListIntro=它想要: +webextPerms.optionalPermsAllow.label=允許 +webextPerms.optionalPermsDeny.label=拒絕 + +webextPerms.description.bookmarks=讀取或修改書籤 +webextPerms.description.browserSettings=讀取或修改瀏覽器設定 +webextPerms.description.browsingData=清除最近的瀏覽紀錄、Cookie 等相關資料 +webextPerms.description.clipboardRead=取得剪貼簿中的資料 +webextPerms.description.clipboardWrite=輸入資料到剪貼簿 +webextPerms.description.devtools=讓開發者工具可存取您在開啟分頁中的資料 +webextPerms.description.downloads=下載檔案、讀取或修改瀏覽器的下載紀錄 +webextPerms.description.downloads.open=開啟下載到您電腦上的檔案 +webextPerms.description.find=讀取所有開啟分頁當中的文字內容 +webextPerms.description.geolocation=取得您的所在位置 +webextPerms.description.history=取得瀏覽紀錄 +webextPerms.description.management=監控擴充套件使用情況並管理佈景主題 +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=與 %S 以外的程式交換訊息 +webextPerms.description.notifications=向您顯示通知 +webextPerms.description.privacy=讀取或修改隱私設定 +webextPerms.description.proxy=控制瀏覽器代理伺服器設定 +webextPerms.description.sessions=取得最近關閉的分頁 +webextPerms.description.tabs=存取瀏覽器分頁 +webextPerms.description.topSites=取得瀏覽紀錄 +webextPerms.description.webNavigation=在上網時了解瀏覽器行為狀態 + +webextPerms.hostDescription.allUrls=存取您所有網站中的資料 + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=存取您在 %S 網域中的資料 + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=存取您在其他 #1 個網域中的資料 + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=存取您在 %S 的資料 + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=存取您在其他 #1 個網站中的資料 + + +# LOCALIZATION NOTE (password.logins): Label that will be used in + # Web Console API +stacktrace.anonymousFunction=<anonymous> +stacktrace.outputMessage=自 %S,函式 %S,行 %S,開始堆疊追蹤。 +timer.start=%S: 計時器已啟動 + +# LOCALIZATION NOTE (timer.end): +# This string is used to display the result of the console.timeEnd() call. +# %1$S=name of timer, %2$S=number of milliseconds +timer.end=%1$S: %2$Sms + +# Site settings dialog + +# In ContextualIdentityService.jsm + +# LOCALIZATION NOTE (userContextPersonal.label, +# userContextWork.label, +# userContextShopping.label, +# userContextBanking.label, +# userContextNone.label): +# These strings specify the four predefined contexts included in support of the +# Contextual Identity / Containers project. Each context is meant to represent +# the context that the user is in when interacting with the site. Different +# contexts will store cookies and other information from those sites in +# different, isolated locations. You can enable the feature by typing +# about:config in the URL bar and changing privacy.userContext.enabled to true. +# Once enabled, you can open a new tab in a specific context by clicking +# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these +# strings on the right-hand side of the URL bar. +# In android this will be only exposed by web extensions +userContextPersonal.label = 個人 +userContextWork.label = 工作 +userContextBanking.label = 金融 +userContextShopping.label = 購物 + diff --git a/l10n-zh-TW/mobile/android/chrome/config.dtd b/l10n-zh-TW/mobile/android/chrome/config.dtd new file mode 100644 index 0000000000..9885412d3d --- /dev/null +++ b/l10n-zh-TW/mobile/android/chrome/config.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + + +<!ENTITY toolbar.searchPlaceholder "搜尋"> + +<!ENTITY newPref.namePlaceholder "名稱"> + +<!ENTITY newPref.valueBoolean "布林(Boolean)值"> +<!ENTITY newPref.valueString "字串"> +<!ENTITY newPref.valueInteger "整數"> + +<!ENTITY newPref.stringPlaceholder "請輸入字串"> +<!ENTITY newPref.numberPlaceholder "請輸入數字"> + +<!ENTITY newPref.toggleButton "切換"> +<!ENTITY newPref.cancelButton "取消"> + +<!ENTITY contextMenu.copyPrefName "複製名稱"> +<!ENTITY contextMenu.copyPrefValue "複製值"> + diff --git a/l10n-zh-TW/mobile/android/chrome/config.properties b/l10n-zh-TW/mobile/android/chrome/config.properties new file mode 100644 index 0000000000..8870675e33 --- /dev/null +++ b/l10n-zh-TW/mobile/android/chrome/config.properties @@ -0,0 +1,10 @@ +# 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/. + +newPref.createButton=建立 +newPref.changeButton=變更 + +pref.toggleButton=切換 +pref.resetButton=重設 + diff --git a/l10n-zh-TW/mobile/android/chrome/passwordmgr.properties b/l10n-zh-TW/mobile/android/chrome/passwordmgr.properties new file mode 100644 index 0000000000..d4fa8d8a42 --- /dev/null +++ b/l10n-zh-TW/mobile/android/chrome/passwordmgr.properties @@ -0,0 +1,20 @@ +# 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/. + +# String will be replaced by brandShortName. +saveLogin=您想讓 %S 記住這次的登入資訊嗎? +rememberButton=記住 +neverButton=永不 + +# String is the login's hostname +updatePassword=更新 %S 密碼嗎? +updatePasswordNoUser=更新此帳號的密碼嗎? +updateButton=更新 +dontUpdateButton=不要更新 + +userSelectText2=選擇要更新哪筆登入資訊: +passwordChangeTitle=確定變更密碼 + +username=使用者名稱 +password=密碼 diff --git a/l10n-zh-TW/mobile/android/defines.inc b/l10n-zh-TW/mobile/android/defines.inc new file mode 100644 index 0000000000..99e4762059 --- /dev/null +++ b/l10n-zh-TW/mobile/android/defines.inc @@ -0,0 +1,12 @@ +# 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/. +#filter emptyLines + +#define MOZ_LANGPACK_CREATOR Mozilla Taiwan Community (MozTW) + +# If non-English locales wish to credit multiple contributors, uncomment this +# variable definition and use the format specified. +#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Hung-Te Lin(piaip)</em:contributor> <em:contributor>Wei-Lun Sun(josesun)</em:contributor> <em:contributor>Tim Guan-Tin Chien(timdream)</em:contributor> <em:contributor>Peter Pin-Guang Chen(petercpg)</em:contributor> + +#unfilter emptyLines diff --git a/l10n-zh-TW/mobile/android/mobile-l10n.js b/l10n-zh-TW/mobile/android/mobile-l10n.js new file mode 100644 index 0000000000..b410ad9aef --- /dev/null +++ b/l10n-zh-TW/mobile/android/mobile-l10n.js @@ -0,0 +1,6 @@ +# 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/. + +#filter substitution + diff --git a/l10n-zh-TW/mobile/android/mobile/android/aboutConfig.ftl b/l10n-zh-TW/mobile/android/mobile/android/aboutConfig.ftl new file mode 100644 index 0000000000..544c64222d --- /dev/null +++ b/l10n-zh-TW/mobile/android/mobile/android/aboutConfig.ftl @@ -0,0 +1,28 @@ +# 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/. + +config-toolbar-search = + .placeholder = 搜尋 +config-new-pref-name = + .placeholder = 名稱 + +config-new-pref-value-boolean = 布林(Boolean)值 +config-new-pref-value-string = 字串 +config-new-pref-value-integer = 整數 + +config-new-pref-string = + .placeholder = 請輸入字串 +config-new-pref-number = + .placeholder = 請輸入數字 +config-new-pref-cancel-button = 取消 +config-new-pref-create-button = 建立 +config-new-pref-change-button = 變更 + +config-pref-toggle-button = 切換 +config-pref-reset-button = 重設 + +config-context-menu-copy-pref-name = + .label = 複製名稱 +config-context-menu-copy-pref-value = + .label = 複製值 |