diff options
Diffstat (limited to '')
21 files changed, 2039 insertions, 0 deletions
diff --git a/l10n-zh-TW/browser/chrome/browser/accounts.properties b/l10n-zh-TW/browser/chrome/browser/accounts.properties new file mode 100644 index 0000000000..0ff39fd3e3 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/accounts.properties @@ -0,0 +1,112 @@ +# 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/. + +# LOCALIZATION NOTE (reconnectDescription) - %S = Email address of user's Firefox Account +reconnectDescription = 重新連線至 %S + +# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account +verifyDescription = 確認 %S + +# These strings are shown in a desktop notification after the +# user requests we resend a verification email. +verificationSentTitle = 已寄出驗證信 +# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account +verificationSentBody = 已將驗證鏈結發送到 %S。 +verificationNotSentTitle = 無法傳送驗證信 +verificationNotSentBody = 我們暫時無法寄出驗證信,請稍後再試。 + +# LOCALIZATION NOTE (deviceConnDisconnTitle) - the title shown in a notification +# when either this device or another device has connected to, or disconnected +# from, a Firefox Account. +deviceConnDisconnTitle = Firefox 帳號 + +# LOCALIZATION NOTE (otherDeviceConnectedBody, otherDeviceConnectedBody.noDeviceName) +# These strings are used in a notification shown when a new device joins the +# Firefox account. +# %S is the name of the new device; otherDeviceConnectedBody.noDeviceName is shown +# instead of otherDeviceConnectedBody when the name is not known. +otherDeviceConnectedBody = 此電腦已連結至 %S。 +otherDeviceConnectedBody.noDeviceName = 此電腦已與新裝置連結。 + +# LOCALIZATION NOTE (thisDeviceConnectedBody) - used in a notification shown +# after a Firefox Account is connected to the current device. +thisDeviceConnectedBody = 成功登入 + +# LOCALIZATION NOTE (thisDeviceDisconnectedBody) - used in a notification shown +# after the Firefox Account was disconnected remotely. +thisDeviceDisconnectedBody = 此電腦已取消連結。 + +# LOCALIZATION NOTE (sendToAllDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +sendToAllDevices.menuitem = 傳送到所有裝置 + +# LOCALIZATION NOTE (manageDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +manageDevices.menuitem = 管理裝置… + +# LOCALIZATION NOTE (sendTabToDevice.unconfigured, sendTabToDevice.unconfigured.label2) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unconfigured. Redirects to a marketing page. +sendTabToDevice.unconfigured.label2 = 未登入 +sendTabToDevice.unconfigured = 了解傳送分頁… + +# LOCALIZATION NOTE (sendTabToDevice.signintofxa) +# Displayed in the Send Tabs context menu and the page action panel when FxA is not +# configured. Allows users to immediately sign into FxA via the preferences. +# %S is replaced by brandProductName. +sendTabToDevice.signintofxa = 登入 %S… + +# LOCALIZATION NOTE (sendTabToDevice.singledevice, sendTabToDevice.connectdevice, +# sendTabToDevice.singledevice.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account has only 1 device. The sendTabToDevice.singledevice link +# redirects to a marketing page, the sendTabToDevice.connectdevice redirects +# to an FxAccounts page that tells to you to connect another device. +sendTabToDevice.singledevice.status = 沒有已連結的裝置 +sendTabToDevice.singledevice = 了解傳送分頁… +sendTabToDevice.connectdevice = 連結其他裝置… + +# LOCALIZATION NOTE (sendTabToDevice.verify, sendTabToDevice.verify.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unverified. Redirects to the Sync preferences page. +sendTabToDevice.verify.status = 帳號未驗證 +sendTabToDevice.verify = 確認您的帳號… + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title, +# multipleTabsArrivingNotification.title, unnamedTabsArrivingNotification2.body, +# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body, +# singleTabArrivingWithTruncatedURL.body) +# These strings are used in a notification shown when we're opening tab(s) another device sent us to display. + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title) +# The body for these is the URL of the tab received +tabArrivingNotification.title = 收到分頁 +# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name +tabArrivingNotificationWithDevice.title = 來自 %S 的分頁 + +multipleTabsArrivingNotification.title = 收到分頁 +# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received and #2 is the device name. +unnamedTabsArrivingNotification2.body = 收到來自 #2 的 #1 個分頁 +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received. +unnamedTabsArrivingNotificationMultiple2.body = 收到來自您已連結的裝置的 #1 個分頁 + +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received +# This version is used when we don't know any device names. +unnamedTabsArrivingNotificationNoDevice.body = 收到 #1 個分頁 + +# LOCALIZATION NOTE (singleTabArrivingWithTruncatedURL.body): +# Used when a tab from a remote device arrives but the URL must be truncated. +# Should display the URL with an indication that it's benen truncated. +# %S is the portion of the URL that remains after truncation. +singleTabArrivingWithTruncatedURL.body = %S… + diff --git a/l10n-zh-TW/browser/chrome/browser/browser.properties b/l10n-zh-TW/browser/chrome/browser/browser.properties new file mode 100644 index 0000000000..a7c7b8c01f --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/browser.properties @@ -0,0 +1,1064 @@ +# 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/. + +nv_timeout=逾時 +openFile=開啟檔案 + +droponhometitle=設定首頁 +droponhomemsg=您想要用此頁面當您的首頁嗎? +droponhomemsgMultiple=您想要使用這些文件作為新首頁嗎? + +# context menu strings + +# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine, +# %2$S is the selection string. +contextMenuSearch=以 %1$S 搜尋「%2$S」 +contextMenuSearch.accesskey=S +contextMenuPrivateSearch=用隱私瀏覽視窗搜尋 +contextMenuPrivateSearch.accesskey=h +# LOCALIZATION NOTE (contextMenuPrivateSearchOtherEngine): %S is the search +# engine name as set for Private Browsing mode. This label is only used when +# this engine is different from the default engine name used in normal mode. +contextMenuPrivateSearchOtherEngine=於隱私瀏覽視窗使用 %S 搜尋 +contextMenuPrivateSearchOtherEngine.accesskey=h + +# bookmark dialog strings + +bookmarkAllTabsDefault=[資料夾名稱] + +xpinstallPromptMessage=%S 已阻擋此網站向您詢問是否要在電腦上安裝軟體。 +# LOCALIZATION NOTE (xpinstallPromptMessage.header) +# The string contains the hostname of the site the add-on is being installed from. +xpinstallPromptMessage.header=要允許 %S 安裝附加元件嗎? +xpinstallPromptMessage.message=您正在嘗試安裝來自 %S 的附加元件。繼續之前請確保您信任此網站。 +xpinstallPromptMessage.header.unknown=要允許未知網站安裝附加元件嗎? +xpinstallPromptMessage.message.unknown=您正在嘗試安裝未知來源的附加元件。繼續之前請確保您信任此網站。 +xpinstallPromptMessage.learnMore=了解如何於安裝附加元件時確保安全的更多資訊 +xpinstallPromptMessage.dontAllow=不允許 +xpinstallPromptMessage.dontAllow.accesskey=D +xpinstallPromptMessage.neverAllow=永不允許 +xpinstallPromptMessage.neverAllow.accesskey=N +# LOCALIZATION NOTE (xpinstallPromptMessage.neverAllowAndReport) +# Long text in this context make the dropdown menu extend awkwardly to the left, avoid +# a localization that's significantly longer than the English version. +xpinstallPromptMessage.neverAllowAndReport=回報可疑網站 +xpinstallPromptMessage.neverAllowAndReport.accesskey=R +# LOCALIZATION NOTE (sitePermissionInstallFirstPrompt.header) +# This message is shown when a SitePermissionsAddon install is triggered, i.e. when the +# website calls sensitive APIs (e.g. navigator.requestMIDIAccess). +sitePermissionInstallFirstPrompt.header=此網站請求存取您的裝置。安裝附加元件後即可授權網站進行存取。 +# LOCALIZATION NOTE (sitePermissionInstallFirstPrompt.message) +# This message is shown when a SitePermissionsAddon install is triggered, i.e. when the +# website calls sensitive APIs (e.g. navigator.requestMIDIAccess). +sitePermissionInstallFirstPrompt.message=有心人士可透過此附加元件竊取您的資料或攻擊您的電腦。請只在您信任此網站時才繼續安裝。 + +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See https://website-archive.mozilla.org/www.mozilla.org/access/access/keyboard/ for details +xpinstallPromptMessage.install=繼續安裝 +xpinstallPromptMessage.install.accesskey=C + +xpinstallDisabledMessageLocked=您的系統管理員已停用軟體安裝。 +xpinstallDisabledMessage=目前已禁止安裝軟體。請點擊「啟用」後再試一次。 +xpinstallDisabledButton=啟用 +xpinstallDisabledButton.accesskey=n + +# LOCALIZATION NOTE (addonInstallBlockedByPolicy) +# This message is shown when the installation of an add-on is blocked by +# enterprise policy. %1$S is replaced by the name of the add-on. +# %2$S is replaced by the ID of add-on. %3$S is a custom message that +# the administration can add to the message. +addonInstallBlockedByPolicy=您的系統管理員已封鎖 %1$S(%2$S)。%3$S +# LOCALIZATION NOTE (addonDomainBlockedByPolicy) +# This message is shown when the installation of add-ons from a domain +# is blocked by enterprise policy. +addonDomainBlockedByPolicy=您的系統管理員已阻擋此網站向您詢問是否要在電腦上安裝軟體。 +addonInstallFullScreenBlocked=進入全螢幕模式前或進入時,不允許安裝附加元件。 + +# LOCALIZATION NOTE (webextPerms.header,webextPerms.headerWithPerms,webextPerms.headerUnsigned,webextPerms.headerUnsignedWithPerms) +# 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.headerWithPerms=要安裝 %S 嗎?此擴充套件將有下列權限: +webextPerms.headerUnsigned=要安裝 %S 嗎?此擴充套件尚未經過驗證。惡意的擴充套件可偷走您的個人資訊,或讓您的電腦成為有害軟體散佈的溫床。請只在信任此套件的來源時才安裝。 +webextPerms.headerUnsignedWithPerms=要安裝 %S 嗎?此擴充套件尚未經過驗證。惡意的擴充套件可偷走您的個人資訊,或讓您的電腦成為有害軟體散佈的溫床。請只在信任此元件的來源時才安裝。此擴充套件將有下列權限: + +webextPerms.learnMore2=了解更多 +webextPerms.add.label=安裝 +webextPerms.add.accessKey=A +webextPerms.cancel.label=取消 +webextPerms.cancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.sideloadMenuItem) +# %1$S will be replaced with the localized name of the sideloaded add-on. +# %2$S will be replace with the name of the application (e.g., Firefox, Nightly) +webextPerms.sideloadMenuItem=已安裝 %1$S 至 %2$S + +# LOCALIZATION NOTE (webextPerms.sideloadHeader) +# This string is used as a header in the webextension permissions dialog +# when the extension is side-loaded. +# %S is replaced with the localized name of the extension being installed. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.sideloadHeader=已安裝 %S +webextPerms.sideloadText2=您電腦上的其他軟體,安裝了可能會影響瀏覽器的附加元件。請確認此附加元件要求的權限,然後選擇啟用或保持停用。 +webextPerms.sideloadTextNoPerms=您電腦上的其他軟體,安裝了可能會影響瀏覽器的附加元件。請選擇要啟用或保持停用。 + +webextPerms.sideloadEnable.label=啟用 +webextPerms.sideloadEnable.accessKey=E +webextPerms.sideloadCancel.label=取消 +webextPerms.sideloadCancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.updateMenuItem) +# %S will be replaced with the localized name of the extension which +# has been updated. +webextPerms.updateMenuItem=%S 要求新權限 + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.updateText2=%S 已有更新。您必須允許新版套件所要求的權限,才會安裝。點擊「取消」可繼續使用目前版本的擴充套件。此擴充套件將有下列權限: + +webextPerms.updateAccept.label=更新 +webextPerms.updateAccept.accessKey=U + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replace with the localized name of the extension requested new +# permissions. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.optionalPermsHeader=%S 要求更多權限。 +webextPerms.optionalPermsListIntro=它想要: +webextPerms.optionalPermsAllow.label=允許 +webextPerms.optionalPermsAllow.accessKey=A +webextPerms.optionalPermsDeny.label=拒絕 +webextPerms.optionalPermsDeny.accessKey=D + +webextPerms.description.bookmarks=讀取或修改書籤 +webextPerms.description.browserSettings=讀取或修改瀏覽器設定 +webextPerms.description.browsingData=清除最近的瀏覽紀錄、Cookie 等相關資料 +webextPerms.description.clipboardRead=取得剪貼簿中的資料 +webextPerms.description.clipboardWrite=輸入資料到剪貼簿 +webextPerms.description.declarativeNetRequest=封鎖任何頁面上的內容 +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.pkcs11=提供加密驗證服務 +webextPerms.description.privacy=讀取或修改隱私設定 +webextPerms.description.proxy=控制瀏覽器代理伺服器設定 +webextPerms.description.sessions=取得最近關閉的分頁 +webextPerms.description.tabs=存取瀏覽器分頁 +webextPerms.description.tabHide=隱藏或顯示瀏覽器分頁 +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 (webextSitePerms.headerWithPerms,webextSitePerms.headerUnsignedWithPerms) +# This string is used as a header in the webextension permissions dialog, +# %1$S is replaced with the localized name of the extension being installed. +# %2$S will be replaced by the DNS host name for which a webextension enables permissions +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithPerms=要安裝 %1$S 嗎?此擴充套件將把下列功能授予 %2$S: +webextSitePerms.headerUnsignedWithPerms=要安裝 %1$S 嗎?此擴充套件尚未經過驗證。惡意的擴充套件可偷走您的個人資訊,或讓您的電腦成為有害軟體散佈的溫床。請只在信任此元件的來源時才安裝。此擴充套件將授予 %2$S 下列功能: + +# LOCALIZATION NOTE (webextSitePerms.headerWithGatedPerms.midi) +# This string is used as a header in the webextension permissions dialog for synthetic add-ons. +# The part of the string describing what privileges the extension gives should be consistent +# with the value of webextSitePerms.description.{sitePermission}. +# %S is the hostname of the site the add-on is being installed from. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithGatedPerms.midi=此附加元件會讓 %S 能夠存取 MIDI 裝置。 + +# LOCALIZATION NOTE (webextSitePerms.headerWithGatedPerms.midi-sysex) +# This string is used as a header in the webextension permissions dialog for synthetic add-ons. +# The part of the string describing what privileges the extension gives should be consistent +# with the value of webextSitePerms.description.{sitePermission}. +# %S is the hostname of the site the add-on is being installed from. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithGatedPerms.midi-sysex=此附加元件會讓 %S 能夠存取 MIDI 裝置(並支援 SysEx)。 + +# LOCALIZATION NOTE (webextSitePerms.descriptionGatedPerms) +# This string is used as description in the webextension permissions dialog for synthetic add-ons. +# %S will be replaced by the DNS host name for which a webextension enables permissions +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.descriptionGatedPerms=若讓網站獲得此權限,即可讓網站程式如同安裝到您電腦的程式來運作。 + +# These should remain in sync with permissions.NAME.label in sitePermissions.properties +webextSitePerms.description.midi=存取 MIDI 裝置 +webextSitePerms.description.midi-sysex=存取 MIDI 裝置並支援 SysEx + +# LOCALIZATION NOTE (webext.defaultSearch.description) +# %1$S is replaced with the localized named of the extension that is asking to change the default search engine. +# %2$S is replaced with the name of the current search engine +# %3$S is replaced with the name of the new search engine +webext.defaultSearch.description=%1$S 想要將您的預設搜尋引擎從 %2$S 修改為 %3$S。這樣可以嗎? +webext.defaultSearchYes.label=好的 +webext.defaultSearchYes.accessKey=Y +webext.defaultSearchNo.label=不要 +webext.defaultSearchNo.accessKey=N + +# LOCALIZATION NOTE (webext.remove.confirmation.message) +# %1$S is the name of the extension which is about to be removed. +# %2$S is brandShorterName +webext.remove.confirmation.message=要從 %2$S 移除 %1$S 嗎? +webext.remove.confirmation.button=移除 + +# LOCALIZATION NOTE (addonPostInstall.message3) +# %S is replaced with the localized named of the extension that was +# just installed. +addonPostInstall.message3=已安裝 %S。 + +# LOCALIZATION NOTE (addonDownloadingAndVerifying): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloadingAndVerifying=正在下載與驗證 #1 套附加元件… +addonDownloadVerifying=驗證中 + +addonInstall.unsigned=(未驗證) +addonInstall.cancelButton.label=取消 +addonInstall.cancelButton.accesskey=C +addonInstall.acceptButton2.label=新增 +addonInstall.acceptButton2.accesskey=A + +# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the number of add-ons being installed +addonConfirmInstall.message=此網站想安裝 #2 套附加元件到 #1: +addonConfirmInstallUnsigned.message=警告: 此網站想要安裝 #2 套未驗證的附加元件到 #1,請小心。 + +# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the total number of add-ons being installed (at least 2) +addonConfirmInstallSomeUnsigned.message=警告: 此網站想要安裝 #2 套附加元件到 #1,當中有些還沒有經過驗證,請小心。 + +# LOCALIZATION NOTE (addonInstalled): +# %S is the name of the add-on +addonInstalled=成功安裝 %S。 +# LOCALIZATION NOTE (addonsGenericInstalled): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of add-ons +addonsGenericInstalled=成功安裝 #1 套附加元件。 + +# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonInstallError-8, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5): +# %1$S is the application name, %2$S is the add-on name +addonInstallError-1=因為連線失敗,無法下載附加元件。 +addonInstallError-2=因為不符合 %1$S 所預期的附加元件,無法安裝。 +addonInstallError-3=因為檔案看起來已經毀損,無法安裝從這個網站下載的附加元件。 +addonInstallError-4=因為 %1$S 無法修改必要的檔案,無法安裝 %2$S。 +addonInstallError-5=%1$S 已防止此網站安裝未驗證的附加元件。 +addonInstallError-8=無法從此位置安裝 %2$S 附加元件。 +addonLocalInstallError-1=由於檔案系統錯誤,無法安裝此附加元件。 +addonLocalInstallError-2=因為不符合 %1$S 所預期的附加元件,無法安裝。 +addonLocalInstallError-3=檔案似乎已損毀,無法安裝此附加元件。 +addonLocalInstallError-4=因為 %1$S 無法修改必要的檔案,無法安裝 %2$S。 +addonLocalInstallError-5=因為此附加元件尚未經過驗證,無法安裝。 + +# LOCALIZATION NOTE (addonInstallErrorIncompatible): +# %1$S is the application name, %2$S is the application version, %3$S is the add-on name +addonInstallErrorIncompatible=因為與 %1$S %2$S 不相容,無法安裝 %3$S。 + +# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name +addonInstallErrorBlocklisted=無法安裝 %S,因為它很可能會造成穩定性或安全性問題。 + +unsignedAddonsDisabled.message=已安裝的附加元件中有一組以上尚未通過驗證,已被停用。 +unsignedAddonsDisabled.learnMore.label=了解更多 +unsignedAddonsDisabled.learnMore.accesskey=L + +# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.message=#1 封鎖了此網站的 #2 個彈出視窗。 +# LOCALIZATION NOTE (popupWarning.exceeded.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is left empty for English, since the number of blocked pop-ups is always greater than 1. +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.exceeded.message=#1 阻擋了此網站開啟超過 #2 個彈出型視窗。 +popupWarningButton=選項 +popupWarningButton.accesskey=O +popupWarningButtonUnix=偏好設定 +popupWarningButtonUnix.accesskey=P +popupShowPopupPrefix=顯示「%S」 + +# LOCALIZATION NOTE (geolocationLastAccessIndicatorText): %S is the relative time of the most recent geolocation access (e.g. 5 min. ago) +geolocationLastAccessIndicatorText=最後使用於 %S + +# LOCALIZATION NOTE (openProtocolHandlerPermissionEntryLabel): %S is the scheme of the protocol the site may open an application for. For example: mailto +openProtocolHandlerPermissionEntryLabel=%S:// 鏈結 + +crashedpluginsMessage.title=%S 外掛程式發生錯誤,已經關閉。 +crashedpluginsMessage.reloadButton.label=重新載入網頁 +crashedpluginsMessage.reloadButton.accesskey=R +crashedpluginsMessage.submitButton.label=送出一份錯誤報告 +crashedpluginsMessage.submitButton.accesskey=S +crashedpluginsMessage.learnMore=更多資訊… + +# Keyword fixup messages +# LOCALIZATION NOTE (keywordURIFixup.message): Used when the user tries to visit +# a local host page, by the time the DNS request recognizes it, we have already +# loaded a search page for the given word. An infobar then asks to the user +# whether he rather wanted to visit the host. %S is the recognized host. +keywordURIFixup.message=您是不是要去 %S? +keywordURIFixup.goTo=是,請帶我到 %S +keywordURIFixup.goTo.accesskey=Y + +pluginInfo.unknownPlugin=未知 + +# Flash activation doorhanger UI +flashActivate.message=您要允許在此網站執行 Adobe Flash 嗎?請只對您信任的網站允許。 +flashActivate.outdated.message=您要允許在此網站執行過時版本的 Adobe Flash 嗎?過時版本可能會影響您的瀏覽器效能與安全性。 +flashActivate.noAllow=不允許 +flashActivate.allow=允許 +flashActivate.noAllow.accesskey=D +flashActivate.allow.accesskey=A + +# in-page UI +# LOCALIZATION NOTE (PluginClickToActivate2): Two changes were done to the +# previous version of the string. The first is that we changed the wording from +# "Activate" to "Run", because it's shorter and feels less technical in English. +# Feel free to keep using the previous wording in your language if it's already +# the best one. +# The second change is that we removed the period at the end of the phrase, because +# it's not natural in our UI, and the underline was removed from this, so it doesn't +# look like a link anymore. We suggest that everyone removes that period too. +PluginClickToActivate2=執行 %S +PluginVulnerableUpdatable=此外掛程式有安全性漏洞,需要更新。 +PluginVulnerableNoUpdate=此外掛程式有安全性漏洞。 + +# Sanitize +# LOCALIZATION NOTE (update.downloadAndInstallButton.label): %S is replaced by the +# version of the update: "Update to 28.0". +update.downloadAndInstallButton.label=更新至 %S +update.downloadAndInstallButton.accesskey=U + +menuOpenAllInTabs.label=全部用分頁開啟 + +# History menu +# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms. +# see bug 394759 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 Window Title, #2 Number of tabs +menuUndoCloseWindowLabel=#1(與另 #2 個分頁) +menuUndoCloseWindowSingleTabLabel=#1 + +# Unified Back-/Forward Popup +tabHistory.current=留在這一頁 + +# Unified Back-/Forward Popup +tabHistory.reloadCurrent=重新載入此頁面 +tabHistory.goBack=回到這一頁 +tabHistory.goForward=前往這一頁 + +# URL Bar +pasteAndGo.label=貼上並瀏覽 +# LOCALIZATION NOTE (reloadButton.tooltip): +# %S is the keyboard shortcut for reloading the current page +reloadButton.tooltip=重新載入目前頁面(%S) +# LOCALIZATION NOTE (stopButton.tooltip): +# %S is the keyboard shortcut for stopping loading the page +stopButton.tooltip=停止載入此頁面(%S) +# LOCALIZATION NOTE (urlbar-zoom-button.tooltip): +# %S is the keyboard shortcut for resetting the zoom level to 100% +urlbar-zoom-button.tooltip=重設頁面縮放大小(%S) +# LOCALIZATION NOTE (reader-mode-button.tooltip): +# %S is the keyboard shortcut for entering/exiting reader view +reader-mode-button.tooltip=切換閱讀模式(%S) + +# LOCALIZATION NOTE(zoom-button.label): %S is the current page zoom level, +# %% will be displayed as a single % character (% is commonly used to define +# format specifiers, so it needs to be escaped). +zoom-button.label = %S%% + +# Block autorefresh +refreshBlocked.goButton=允許 +refreshBlocked.goButton.accesskey=A +refreshBlocked.refreshLabel=%S 已阻止本頁面自動重新載入。 +refreshBlocked.redirectLabel=%S 已阻止本頁面自動重新導向到其他網頁。 + +# General bookmarks button +# LOCALIZATION NOTE (bookmarksMenuButton.tooltip): +# %S is the keyboard shortcut for "Show All Bookmarks" +bookmarksMenuButton.tooltip=顯示您的書籤 (%S) + +# Downloads button tooltip +# LOCALIZATION NOTE (downloads.tooltip): +# %S is the keyboard shortcut for "Downloads" +downloads.tooltip=顯示目前下載進度 (%S) + +# New Window button tooltip +# LOCALIZATION NOTE (newWindowButton.tooltip): +# %S is the keyboard shortcut for "New Window" +newWindowButton.tooltip=開啟新視窗 (%S) + +# New Tab button tooltip +# LOCALIZATION NOTE (newTabButton.tooltip): +# %S is the keyboard shortcut for "New Tab" +newTabButton.tooltip=開啟新分頁 (%S) +newTabContainer.tooltip=開啟新分頁(%S)\n長按即可開啟新容器分頁 +newTabAlwaysContainer.tooltip=選擇要用哪個容器開啟分頁 + +# Offline web applications +offlineApps.available3=要允許 %S 在您的電腦上儲存資料嗎? +offlineApps.allow.label=允許 +offlineApps.allow.accesskey=A +offlineApps.block.label=封鎖 +offlineApps.block.accesskey=B + +# Canvas permission prompt +# LOCALIZATION NOTE (canvas.siteprompt2): %S is hostname +canvas.siteprompt2=要允許 %S 使用您的 HTML5 canvas 圖像資料嗎? +canvas.siteprompt2.warning=可能會被網站用來識別出您的電腦。 +canvas.block=封鎖 +canvas.block.accesskey=B +canvas.allow2=允許 +canvas.allow2.accesskey=A +canvas.remember2=記住此決定 + +# WebAuthn prompts +# LOCALIZATION NOTE (webauthn.registerPrompt2): %S is hostname +webauthn.registerPrompt2=%S 想要使用您的一把安全性金鑰來註冊帳號。您可以現在連線並進行授權,或取消。 +# LOCALIZATION NOTE (webauthn.CTAP2registerPrompt): %S is hostname +webauthn.CTAP2registerPrompt=%S 想要使用您的一把安全性金鑰來註冊帳號。您現在可以插入要使用的金鑰,或取消。 +# LOCALIZATION NOTE (webauthn.registerTouchDevice): %S is hostname +webauthn.registerTouchDevice=%S 想要使用您的安全性金鑰來註冊帳號。您現在可以授權,或取消。 +# LOCALIZATION NOTE (webauthn.registerDirectPrompt3): +# %S is hostname. +# The website is asking for extended information about your +# hardware authenticator that shouldn't be generally necessary. Permitting +# this is safe if you only use one account at this website. If you have +# multiple accounts at this website, and you use the same hardware +# authenticator, then the website could link those accounts together. +# And this is true even if you use a different profile / browser (or even Tor +# Browser). To avoid this, you should use different hardware authenticators +# for different accounts on this website. +webauthn.registerDirectPrompt3=%S 請求取得您安全金鑰的擴充資訊,可能會洩露隱私。 +# LOCALIZATION NOTE (webauthn.registerDirectPromptHint): +# %S is brandShortName +webauthn.registerDirectPromptHint=%S 可將此資訊匿名化,但網站也可以拒絕匿名化過的金鑰。若被拒絕,可以再試一次。 +# LOCALIZATION NOTE (webauthn.CTAP2signPrompt): %S is hostname +webauthn.CTAP2signPrompt=%S 想要使用已註冊的安全性金鑰來驗證您的身分。您現在可以插入一把金鑰,或取消。 +# LOCALIZATION NOTE (webauthn.signTouchDevice): %S is hostname +webauthn.signTouchDevice=%S 想要使用您的安全性金鑰來驗證您的身分。您現在可以授權,或取消。 +# LOCALIZATION NOTE (webauthn.signPrompt2): %S is hostname +webauthn.signPrompt2=%S 想要使用已註冊的安全性金鑰驗證您的身分。您可以現在連線並進行授權,或取消。 +# LOCALIZATION NOTE (webauthn.selectSignResultPrompt): %S is hostname +webauthn.selectSignResultPrompt=找到 %S 的多組帳號。請選擇要使用哪一組,或取消。 +# LOCALIZATION NOTE (webauthn.selectDevicePrompt): %S is hostname +webauthn.selectDevicePrompt=找到 %S 的多組帳號。請選擇要使用哪一組。 +# LOCALIZATION NOTE (webauthn.deviceBlockedPrompt): %S is hostname +webauthn.deviceBlockedPrompt=%S 的使用者驗證失敗。由於輸入了太多次錯誤的 PIN 碼,無法再嘗試登入。您的裝置已經鎖定,需要重設之後才可以再使用。 +# LOCALIZATION NOTE (webauthn.pinAuthBlockedPrompt): %S is hostname +webauthn.pinAuthBlockedPrompt=%S 的使用者驗證失敗。由於連續輸入太多次錯誤的 PIN 碼,驗證機制已暫時遭封鎖。您的裝置需要重新啟動(拔除再重新插入)才可繼續使用。 +webauthn.cancel=取消 +webauthn.cancel.accesskey=c +webauthn.proceed=繼續 +webauthn.proceed.accesskey=p +webauthn.anonymize=還是要匿名 + +# Spoof Accept-Language prompt +privacy.spoof_english=將語言設定切換為英文,將讓您更難被網站識別出來並能加強保護隱私。您想要要求載入英文版的網頁嗎? + +# LOCALIZATION NOTE (identity.identified.verifier, identity.identified.state_and_country, identity.ev.contentOwner2): +# %S is the hostname of the site that is being displayed. +identity.identified.verifier=驗證機構: %S +identity.identified.verified_by_you=您已將此網站加入例外清單。 +identity.identified.state_and_country=%S, %S +identity.ev.contentOwner2=憑證簽發給: %S + +# LOCALIZATION NOTE (identity.notSecure.label): +# Keep this string as short as possible, this is displayed in the URL bar +# use a synonym for "safe" or "private" if "secure" is too long. +identity.notSecure.label=不安全 +identity.notSecure.tooltip=連線不安全 + +identity.extension.label=擴充套件(%S) +identity.extension.tooltip=由擴充套件載入: %S + +# LOCALIZATION NOTE (contentBlocking.trackersView.blocked.label): +# This label is shown next to a tracker in the trackers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.trackersView.blocked.label=已封鎖 + +contentBlocking.trackersView.empty.label=未在此網站上偵測到 + +# LOCALIZATION NOTE (contentBlocking.cookies.blockingTrackers.label, contentBlocking.cookies.blocking3rdParty.label, +# contentBlocking.cookies.blockingUnvisited.label,contentBlocking.cookies.blockingAll.label): +contentBlocking.cookies.blockingTrackers3.label=跨網站追蹤 Cookie +contentBlocking.cookies.blocking3rdParty2.label=第三方 Cookie +contentBlocking.cookies.blockingUnvisited2.label=未造訪過網站的 Cookie +contentBlocking.cookies.blockingAll2.label=所有 Cookie + +contentBlocking.cookiesView.firstParty.label=來自此網站 +# LOCALIZATION NOTE (contentBlocking.cookiesView.firstParty.empty.label): +# This references the header from contentBlocking.cookiesView.firstParty.label: +# "[Cookies] From This Site: None detected on this site". +contentBlocking.cookiesView.firstParty.empty.label=未在此網站上偵測到 + +contentBlocking.cookiesView.trackers2.label=跨網站追蹤 Cookie +# LOCALIZATION NOTE (contentBlocking.cookiesView.trackers.empty.label): +# This references the header from contentBlocking.cookiesView.trackers.label: +# "Tracking Cookies: None detected on this site". +contentBlocking.cookiesView.trackers.empty.label=未在此網站上偵測到 + +contentBlocking.cookiesView.thirdParty.label=第三方 Cookie +# LOCALIZATION NOTE (contentBlocking.cookiesView.thirdParty.empty.label): +# This references the header from contentBlocking.cookiesView.thirdParty.label: +# "Third-Party Cookies: None detected on this site". +contentBlocking.cookiesView.thirdParty.empty.label=未在此網站上偵測到 + +# LOCALIZATION NOTE (contentBlocking.cookiesView.allowed.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Allowed" +contentBlocking.cookiesView.allowed.label=已允許 +# LOCALIZATION NOTE (contentBlocking.cookiesView.blocked.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cookiesView.blocked.label=已封鎖 +# LOCALIZATION NOTE (contentBlocking.cookiesView.removeButton.tooltip): %S is the domain of the site. +contentBlocking.cookiesView.removeButton.tooltip=清除 %S 的 cookie 例外規則 + +# LOCALIZATION NOTE (contentBlocking.fingerprintersView.blocked.label): +# This label is shown next to a fingerprinter in the fingerprinters subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.fingerprintersView.blocked.label=已封鎖 + +# LOCALIZATION NOTE (contentBlocking.cryptominersView.blocked.label): +# This label is shown next to a cryptominer in the cryptominers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cryptominersView.blocked.label=已封鎖 + +trackingProtection.icon.activeTooltip2=封鎖社交媒體追蹤器、跨網站追蹤 Cookie 及數位指紋追蹤程式。 +trackingProtection.icon.disabledTooltip2=已關閉針對此網站的加強型追蹤保護功能。 +# LOCALIZATION NOTE (trackingProtection.icon.noTrackersDetectedTooltip): %S is brandShortName. +trackingProtection.icon.noTrackersDetectedTooltip=%S 未在此頁面偵測到已知的追蹤元素。 + +# LOCALIZATION NOTE (protections.header): +# Header of the Protections Panel. %S is replaced with the site's hostname. +protections.header=對 %S 的保護措施 + +# LOCALIZATION NOTE (protections.disableAriaLabel): +# Text that gets spoken by a screen reader if the button will disable protections. +# %s is the site's hostname. +protections.disableAriaLabel=關閉 %S 的保護 + +# LOCALIZATION NOTE (protections.enableAriaLabel): +# Text that gets spoken by a screen reader if the button will enable protections. +# %s is the site's hostname. +protections.enableAriaLabel=開啟 %S 的保護 + +# Blocking and Not Blocking sub-views in the Protections Panel +protections.blocking.fingerprinters.title=封鎖數位指紋追蹤程式 +protections.blocking.cryptominers.title=封鎖加密貨幣採礦程式 +protections.blocking.cookies.trackers.title=封鎖跨網站追蹤 Cookie +protections.blocking.cookies.3rdParty.title=封鎖第三方 Cookie +protections.blocking.cookies.all.title=封鎖所有 Cookie +protections.blocking.cookies.unvisited.title=封鎖來自未造訪過網站的 Cookie +protections.blocking.trackingContent.title=封鎖追蹤用內容 +protections.blocking.socialMediaTrackers.title=封鎖社交媒體追蹤器 +protections.notBlocking.fingerprinters.title=不封鎖數位指紋追蹤程式 +protections.notBlocking.cryptominers.title=不封鎖加密貨幣採礦程式 +protections.notBlocking.cookies.3rdParty.title=不封鎖第三方 Cookie +protections.notBlocking.cookies.all.title=不封鎖 Cookie +protections.notBlocking.crossSiteTrackingCookies.title=不封鎖跨網站追蹤 Cookie +protections.notBlocking.trackingContent.title=不封鎖追蹤用內容 +protections.notBlocking.socialMediaTrackers.title=不封鎖社交媒體追蹤器 + +# Footer section in the Protections Panel +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description, +# protections.footer.blockedTrackerCounter.tooltip): +# This text indicates the total number of trackers blocked on all sites. In +# its tooltip, we show the date when we started counting this number. +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is a locale-string converted positive integer. +protections.footer.blockedTrackerCounter.description=已封鎖 #1 個 +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.tooltip): +# %S is the date on which we started counting (e.g., July 17, 2019). +protections.footer.blockedTrackerCounter.tooltip=自 %S 起 + +# Milestones section in the Protections Panel +# LOCALIZATION NOTE (protections.milestone.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is replaced with brandShortName. +# #2 is replaced with the (locale-formatted) number of trackers blocked +# #3 is replaced by a locale-formatted date with short month and numeric year. +# In English this looks like "Firefox blocked over 10,000 trackers since Oct 2019" +protections.milestone.description=自 #3起,#1 已封鎖超過 #2 組追蹤器 + +# Application menu + +# LOCALIZATION NOTE(zoomReduce-button.tooltip): %S is the keyboard shortcut. +zoomReduce-button.tooltip = 縮小(%S) +# LOCALIZATION NOTE(zoomReset-button.tooltip): %S is the keyboard shortcut. +zoomReset-button.tooltip = 重設頁面縮放大小(%S) +# LOCALIZATION NOTE(zoomEnlarge-button.tooltip): %S is the keyboard shortcut. +zoomEnlarge-button.tooltip = 放大(%S) + +# LOCALIZATION NOTE (cut-button.tooltip): %S is the keyboard shortcut. +cut-button.tooltip = 剪下(%S) +# LOCALIZATION NOTE (copy-button.tooltip): %S is the keyboard shortcut. +copy-button.tooltip = 複製(%S) +# LOCALIZATION NOTE (paste-button.tooltip): %S is the keyboard shortcut. +paste-button.tooltip = 貼上(%S) + +# Geolocation UI + +geolocation.allow=允許 +geolocation.allow.accesskey=A +geolocation.block=封鎖 +geolocation.block.accesskey=B +geolocation.shareWithSite4=要允許 %S 知道您的所在位置嗎? +geolocation.shareWithFile4=要允許這個本機檔案存取您的所在位置嗎? +# LOCALIZATION NOTE(geolocation.shareWithSiteUnsafeDelegation2): +# %1$S is the first party origin, %2$S is the third party origin. +geolocation.shareWithSiteUnsafeDelegation2=要允許 %1$S 授權 %2$S 取得您的所在位置嗎? +geolocation.remember=記住此決定 + +# Virtual Reality Device UI +xr.allow2=允許 +xr.allow2.accesskey=A +xr.block=封鎖 +xr.block.accesskey=B +xr.shareWithSite4=要允許 %S 使用您的虛擬實境裝置嗎?可能會洩漏敏感資訊。 +xr.shareWithFile4=要允許這個本機檔案使用您的虛擬實境裝置嗎?可能會洩漏敏感資訊。 +xr.remember=記住此決定 + +# Persistent storage UI +persistentStorage.allow=允許 +persistentStorage.allow.accesskey=A +persistentStorage.block.label=封鎖 +persistentStorage.block.accesskey=B +persistentStorage.allowWithSite2=要允許 %S 將資料儲存於持續性儲存空間嗎? + +# Web notifications UI +# LOCALIZATION NOTE (alwaysBlock, block) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +webNotifications.allow2=允許 +webNotifications.allow2.accesskey=A +webNotifications.notNow=現在不要 +webNotifications.notNow.accesskey=n +webNotifications.never=永不允許 +webNotifications.never.accesskey=v +webNotifications.alwaysBlock=總是封鎖 +webNotifications.alwaysBlock.accesskey=B +webNotifications.block=封鎖 +webNotifications.block.accesskey=B +webNotifications.receiveFromSite3=要允許 %S 傳送通知嗎? + +# Phishing/Malware Notification Bar. +# LOCALIZATION NOTE (notADeceptiveSite, notAnAttack) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +safebrowsing.getMeOutOfHereButton.label=帶我離開這裡! +safebrowsing.getMeOutOfHereButton.accessKey=G +safebrowsing.deceptiveSite=詐騙網站! +safebrowsing.notADeceptiveSiteButton.label=這不是詐騙網站… +safebrowsing.notADeceptiveSiteButton.accessKey=D +safebrowsing.reportedAttackSite=已知的有害網站! +safebrowsing.notAnAttackButton.label=這不是有害網站… +safebrowsing.notAnAttackButton.accessKey=A +safebrowsing.reportedUnwantedSite=已回報為不安全的軟體網站! +safebrowsing.reportedHarmfulSite=已被回報為有害網站! + +# Ctrl-Tab +# LOCALIZATION NOTE (ctrlTab.listAllTabs.label): #1 represents the number +# of tabs in the current browser window. It will always be 2 at least. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +ctrlTab.listAllTabs.label=列出全部 #1 個分頁 + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=搜尋 %S + +# troubleshootModeRestart +# LOCALIZATION NOTE (troubleshootModeRestartPromptTitle): %S is the name of the product (e.g., Firefox) +troubleshootModeRestartPromptTitle=要將 %S 重新啟動到疑難排解模式嗎? +troubleshootModeRestartPromptMessage=您的擴充套件、佈景主題與自訂設定值將會暫時被停用。 +troubleshootModeRestartButton=重新啟動 + +# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string +# "true" (spelled and capitalized exactly that way) to show the "Text +# Encoding" menu in the main Firefox button on Windows. Any other value will +# hide it. Regardless of the value of this setting, the "Text Encoding" +# menu will always be accessible via the "Browser Tools" menu. +# This is not a string to translate; it just controls whether the menu shows +# up in the Firefox button. If users frequently use the "Text Encoding" +# menu, set this to "true". Otherwise, you can leave it as "false". +browser.menu.showCharacterEncoding=true + +# Process hang reporter +# LOCALIZATION NOTE (processHang.selected_tab.label): %1$S is the name of the product (e.g., Firefox) +processHang.selected_tab.label = 這張網頁讓您的 %1$S 變慢了,可停止處理這張網頁,恢復原本的速度。 +# LOCALIZATION NOTE (processHang.nonspecific_tab.label): %1$S is the name of the product (e.g., Firefox) +processHang.nonspecific_tab.label = 有張網頁讓您的 %1$S 變慢了,可停止處理該網頁,恢復原本的速度。 +# LOCALIZATION NOTE (processHang.specific_tab.label): %1$S is the title of the tab. +# %2$S is the name of the product (e.g., Firefox) +processHang.specific_tab.label = 「%1$S」讓您的 %2$S 變慢了,可停止處理該網頁,恢復原本的速度。 +# LOCALIZATION NOTE (processHang.add-on.label2): %1$S is the name of the +# extension. %2$S is the name of the product (e.g., Firefox) +processHang.add-on.label2 = 「%1$S」讓您的 %2$S 變慢了,可停止處理該擴充套件,恢復原本的速度。 +processHang.add-on.learn-more.text = 了解更多 +processHang.button_stop2.label = 停止 +processHang.button_stop2.accessKey = S +processHang.button_debug.label = 對指令碼除錯 +processHang.button_debug.accessKey = D + +# LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen +fullscreenButton.tooltip=以全螢幕模式顯示視窗 (%S) + +# These are visible when opening the popup inside the bookmarks sidebar +sidebar.moveToLeft=將側邊欄移至左方 +sidebar.moveToRight=將側邊欄移至右方 + +# LOCALIZATION NOTE (getUserMedia.shareCamera3.message, +# getUserMedia.shareMicrophone3.message, +# getUserMedia.shareScreen4.message, +# getUserMedia.shareCameraAndMicrophone3.message, +# getUserMedia.shareCameraAndAudioCapture3.message, +# getUserMedia.shareScreenAndMicrophone4.message, +# getUserMedia.shareScreenAndAudioCapture4.message, +# getUserMedia.shareAudioCapture3.message): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.shareCamera3.message = 要允許 %S 使用您的攝影機嗎? +getUserMedia.shareMicrophone3.message = 要允許 %S 使用您的麥克風嗎? +getUserMedia.shareScreen4.message = 要允許 %S 看到您的螢幕畫面嗎? +getUserMedia.shareCameraAndMicrophone3.message = 要允許 %S 使用您的攝影機與麥克風嗎? +getUserMedia.shareCameraAndAudioCapture3.message = 要允許 %S 使用您的攝影機,並聽到這個分頁的聲音嗎? +getUserMedia.shareScreenAndMicrophone4.message = 要允許 %S 使用您的麥克風,並看到您的畫面嗎? +getUserMedia.shareScreenAndAudioCapture4.message = 要允許 %S 聽到這個分頁的聲音,並看到您的畫面嗎? +getUserMedia.shareAudioCapture3.message = 要允許 %S 聽到這個分頁的聲音嗎? +# LOCALIZATION NOTE (selectAudioOutput.shareSpeaker.message): +# "Speakers" is used in a general sense that might include headphones or +# another audio output connection. +# %S is the website origin (e.g. www.mozilla.org) +selectAudioOutput.shareSpeaker.message = 要允許 %S 使用其他音效輸出裝置嗎? + +# LOCALIZATION NOTE (getUserMedia.shareCameraUnsafeDelegation2.message, +# getUserMedia.shareMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareScreenUnsafeDelegation2.message, +# getUserMedia.shareCameraAndMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation2.message, +# getUserMedia.shareScreenAndMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation2.message, +# %1$S is the first party origin. +# %2$S is the third party origin. +getUserMedia.shareCameraUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 使用您的攝影機與麥克風嗎? +getUserMedia.shareMicrophoneUnsafeDelegations2.message = 要允許 %1$S 授權 %2$S 使用您的麥克風嗎? +getUserMedia.shareScreenUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 看到您的螢幕畫面嗎? +getUserMedia.shareCameraAndMicrophoneUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 使用您的攝影機與麥克風嗎? +getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 使用您的攝影機,並聽到此分頁的聲音嗎? +getUserMedia.shareScreenAndMicrophoneUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 使用您的麥克風,並看到螢幕畫面嗎? +getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation2.message = 要允許 %1$S 授權 %2$S 取得此分頁播放的聲音與螢幕畫面嗎? +# LOCALIZATION NOTE (): +# "Speakers" is used in a general sense that might include headphones or +# another audio output connection. +# %1$S is the first party origin. +# %2$S is the third party origin. +selectAudioOutput.shareSpeakerUnsafeDelegation.message = 要允許 %1$S 授權 %2$S 使用您的其他音效輸出裝置嗎? + +# LOCALIZATION NOTE (getUserMedia.shareScreenWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreenWarning2.message = 請僅與您信任的網站分享畫面。惡意網站可能會盜用您的身分瀏覽,並偷走您的隱私資料。 +# LOCALIZATION NOTE (getUserMedia.shareFirefoxWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %S is brandShortName (eg. Firefox) +getUserMedia.shareFirefoxWarning2.message = 請僅與您信任的網站分享 %S。惡意網站可能會盜用您的身分瀏覽,並偷走您的隱私資料。 +# LOCALIZATION NOTE(getUserMedia.shareScreen.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreen.learnMoreLabel = 了解更多 +getUserMedia.selectWindowOrScreen2.label = 視窗或畫面: +getUserMedia.selectWindowOrScreen2.accesskey = W +getUserMedia.pickWindowOrScreen.label = 選擇視窗或畫面 +getUserMedia.shareEntireScreen.label = 整個畫面 +getUserMedia.sharePipeWirePortal.label = 使用作業系統設定 +# LOCALIZATION NOTE (getUserMedia.shareMonitor.label): +# %S is screen number (digits 1, 2, etc) +# Example: Screen 1, Screen 2,.. +getUserMedia.shareMonitor.label = 畫面 %S +# LOCALIZATION NOTE (getUserMedia.shareApplicationWindowCount.label): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the name of the application. +# Replacement for #2 is the number of windows currently displayed by the application. +getUserMedia.shareApplicationWindowCount.label=#1(#2 個視窗) +# LOCALIZATION NOTE (getUserMedia.allow.label, +# getUserMedia.block.label): +# These two buttons are the possible answers to the various prompts in the +# "getUserMedia.share{device}.message" strings. +getUserMedia.allow.label = 允許 +getUserMedia.allow.accesskey = A +getUserMedia.block.label = 封鎖 +getUserMedia.block.accesskey = B +getUserMedia.remember=記住此決定 +# LOCALIZATION NOTE (getUserMedia.reasonForNoPermanentAllow.screen3, +# getUserMedia.reasonForNoPermanentAllow.audio, +# getUserMedia.reasonForNoPermanentAllow.insecure): +# %S is brandShortName +getUserMedia.reasonForNoPermanentAllow.screen3=%S 無法永久允許存取您的畫面 +getUserMedia.reasonForNoPermanentAllow.audio=%S 無法永久允許不先詢問要分享哪一個分頁就直接存取音訊內容。 +getUserMedia.reasonForNoPermanentAllow.insecure=您與此網站間的連線並不安全。為了保護您,%S 將只允許在此次瀏覽階段連線。 + +getUserMedia.sharingMenu.label = 正在分享裝置的分頁 +getUserMedia.sharingMenu.accesskey = d +# LOCALIZATION NOTE (getUserMedia.sharingMenuCamera +# getUserMedia.sharingMenuMicrophone, +# getUserMedia.sharingMenuAudioCapture, +# getUserMedia.sharingMenuApplication, +# getUserMedia.sharingMenuScreen, +# getUserMedia.sharingMenuWindow, +# getUserMedia.sharingMenuBrowser, +# getUserMedia.sharingMenuCameraMicrophone, +# getUserMedia.sharingMenuCameraMicrophoneApplication, +# getUserMedia.sharingMenuCameraMicrophoneScreen, +# getUserMedia.sharingMenuCameraMicrophoneWindow, +# getUserMedia.sharingMenuCameraMicrophoneBrowser, +# getUserMedia.sharingMenuCameraAudioCapture, +# getUserMedia.sharingMenuCameraAudioCaptureApplication, +# getUserMedia.sharingMenuCameraAudioCaptureScreen, +# getUserMedia.sharingMenuCameraAudioCaptureWindow, +# getUserMedia.sharingMenuCameraAudioCaptureBrowser, +# getUserMedia.sharingMenuCameraApplication, +# getUserMedia.sharingMenuCameraScreen, +# getUserMedia.sharingMenuCameraWindow, +# getUserMedia.sharingMenuCameraBrowser, +# getUserMedia.sharingMenuMicrophoneApplication, +# getUserMedia.sharingMenuMicrophoneScreen, +# getUserMedia.sharingMenuMicrophoneWindow, +# getUserMedia.sharingMenuMicrophoneBrowser, +# getUserMedia.sharingMenuAudioCaptureApplication, +# getUserMedia.sharingMenuAudioCaptureScreen, +# getUserMedia.sharingMenuAudioCaptureWindow, +# getUserMedia.sharingMenuAudioCaptureBrowser): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.sharingMenuCamera = %S(攝影機) +getUserMedia.sharingMenuMicrophone = %S(麥克風) +getUserMedia.sharingMenuAudioCapture = %S(分頁音訊) +getUserMedia.sharingMenuApplication = %S(應用程式) +getUserMedia.sharingMenuScreen = %S(畫面) +getUserMedia.sharingMenuWindow = %S(視窗) +getUserMedia.sharingMenuBrowser = %S(分頁) +getUserMedia.sharingMenuCameraMicrophone = %S(攝影機與麥克風) +getUserMedia.sharingMenuCameraMicrophoneApplication = %S(攝影機、麥克風與應用程式) +getUserMedia.sharingMenuCameraMicrophoneScreen = %S(攝影機、麥克風與畫面) +getUserMedia.sharingMenuCameraMicrophoneWindow = %S(攝影機、麥克風與視窗) +getUserMedia.sharingMenuCameraMicrophoneBrowser = %S(攝影機、麥克風與分頁) +getUserMedia.sharingMenuCameraAudioCapture = %S(攝影機與分頁音訊) +getUserMedia.sharingMenuCameraAudioCaptureApplication = %S(攝影機、分頁音訊及應用程式) +getUserMedia.sharingMenuCameraAudioCaptureScreen = %S(攝影機、分頁音訊及畫面) +getUserMedia.sharingMenuCameraAudioCaptureWindow = %S(攝影機、分頁音訊及視窗) +getUserMedia.sharingMenuCameraAudioCaptureBrowser = %S(攝影機、分頁音訊及分頁內容) +getUserMedia.sharingMenuCameraApplication = %S(攝影機與應用程式) +getUserMedia.sharingMenuCameraScreen = %S(攝影機與畫面) +getUserMedia.sharingMenuCameraWindow = %S(攝影機與視窗) +getUserMedia.sharingMenuCameraBrowser = %S(攝影機與分頁) +getUserMedia.sharingMenuMicrophoneApplication = %S(麥克風與應用程式) +getUserMedia.sharingMenuMicrophoneScreen = %S(麥克風與畫面) +getUserMedia.sharingMenuMicrophoneWindow = %S(麥克風與視窗) +getUserMedia.sharingMenuMicrophoneBrowser = %S(麥克風與分頁) +getUserMedia.sharingMenuAudioCaptureApplication = %S(分頁音訊及應用程式) +getUserMedia.sharingMenuAudioCaptureScreen = %S(分頁音訊及畫面) +getUserMedia.sharingMenuAudioCaptureWindow = %S(分頁音訊及視窗內容) +getUserMedia.sharingMenuAudioCaptureBrowser = %S(分頁音訊及分頁內容) +# LOCALIZATION NOTE(getUserMedia.sharingMenuUnknownHost): this is used for the website +# origin for the sharing menu if no readable origin could be deduced from the URL. +getUserMedia.sharingMenuUnknownHost = 未知來源 + +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link +emeNotifications.drmContentDisabled.message2 = 您必須開啟 DRM 才能播放此頁面中的某些影音內容。 +emeNotifications.drmContentDisabled.button.label = 開啟 DRM +emeNotifications.drmContentDisabled.button.accesskey = E + +# LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName +emeNotifications.drmContentCDMInstalling.message = %S 正在安裝讓您播放此頁面中的影音內容的元件,請稍後再試。 + +emeNotifications.unknownDRMSoftware = 未知 + +# LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName +customizeMode.tabTitle = 自訂 %S + +e10s.accessibilityNotice.acceptButton.label = 確定 +e10s.accessibilityNotice.acceptButton.accesskey = O + +# LOCALIZATION NOTE (e10s.accessibilityNotice.jawsMessage): %S is brandShortName +e10s.accessibilityNotice.jawsMessage = 由於 %S 與您的無障礙輔助軟體有相容性問題,無法顯示分頁內容。請更新您的螢幕閱讀器或改用 Firefox Extended Support Release 版本。 + +# 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. +userContextPersonal.label = 私人 +userContextWork.label = 商務 +userContextBanking.label = 金融 +userContextShopping.label = 購物 +userContextNone.label = 無容器 + +userContextPersonal.accesskey = P +userContextWork.accesskey = W +userContextBanking.accesskey = B +userContextShopping.accesskey = S +userContextNone.accesskey = N + +userContext.aboutPage.label = 管理容器 +userContext.aboutPage.accesskey = O + +muteTab.label = 分頁靜音 +muteTab.accesskey = M +unmuteTab.label = 取消分頁靜音 +unmuteTab.accesskey = M + +muteSelectedTabs2.label = 分頁靜音 +# LOCALIZATION NOTE (muteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for muteTab.accesskey +muteSelectedTabs2.accesskey = M +unmuteSelectedTabs2.label = 取消分頁靜音 +# LOCALIZATION NOTE (unmuteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for unmuteTab.accesskey +unmuteSelectedTabs2.accesskey = m + +# LOCALIZATION NOTE (sendTabsToDevice.label): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs sent to the device. +sendTabsToDevice.label = 傳送 #1 個分頁到裝置 +sendTabsToDevice.accesskey = n + +# LOCALIZATION NOTE (pendingCrashReports2.label): Semi-colon list of plural forms +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pending crash reports +pendingCrashReports2.label = 您有 #1 筆未送出的錯誤回報 +pendingCrashReports.viewAll = 檢視 +pendingCrashReports.send = 傳送 +pendingCrashReports.alwaysSend = 總是傳送 + +decoder.noCodecs.button = 了解要怎麼做 +decoder.noCodecs.accesskey = L +decoder.noCodecsLinux.message = 您可能需要安裝必須的視訊解碼器才能播放影片。 +decoder.noHWAcceleration.message = 若要改善影片播放品質,您可能需要安裝微軟的 Media Feature Pack。 +decoder.noPulseAudio.message = 要播放音效,您可能必須安裝 PulseAudio 軟體套件。 +decoder.unsupportedLibavcodec.message = libavcodec 可能不安全或不受支援,要用來播放影片前請先更新。 + +decoder.decodeError.message = 解碼媒體資源時發生錯誤。 +decoder.decodeError.button = 回報網站問題 +decoder.decodeError.accesskey = R +decoder.decodeWarning.message = 解碼媒體資源時發生可恢復的錯誤。 + +# LOCALIZATION NOTE (captivePortal.infoMessage3): +# Shown in a notification bar when we detect a captive portal is blocking network access +# and requires the user to log in before browsing. +captivePortal.infoMessage3 = 您必須先登入才能瀏覽網際網路。 +# LOCALIZATION NOTE (captivePortal.showLoginPage2): +# The label for a button shown in the info bar in all tabs except the login page tab. +# The button shows the portal login page tab when clicked. +captivePortal.showLoginPage2 = 開啟網路登入頁面 + +# LOCALIZATION NOTE (permissions.header): +# %S is the hostname of the site that is being displayed. +permissions.header = %S 的權限設定 +permissions.remove.tooltip = 清除此權限後再次問我 + +permissions.fullscreen.promptCanceled = 已取消請求權限: 不應於進入 DOM 全螢幕前發出權限請求。 +permissions.fullscreen.fullScreenCanceled = 已離開 DOM 全螢幕模式: 不應於進入 DOM 全螢幕模式時發出權限請求。 + +# LOCALIZATION NOTE (aboutDialog.architecture.*): +# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the +# current Firefox build: 32-bit or 64-bit. These strings are used in parentheses +# between the Firefox version and the "What's new" link in the About dialog, +# e.g.: "48.0.2 (32-bit) <What's new>" or "51.0a1 (2016-09-05) (64-bit)". +aboutDialog.architecture.sixtyFourBit = 64 位元 +aboutDialog.architecture.thirtyTwoBit = 32 位元 + +midi.allow.label = 允許 +midi.allow.accesskey = A +midi.block.label = 封鎖 +midi.block.accesskey = B +midi.remember=記住此決定 +midi.shareWithFile = 要允許這個本機檔案存取您的 MIDI 裝置嗎? +# LOCALIZATION NOTE (midi.shareWithSite): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareWithSite = 要允許 %S 存取您的 MIDI 裝置嗎? +midi.shareSysexWithFile = 要允許這個本機檔案存取您的 MIDI 裝置,並收發 SysEx 訊息嗎? +# LOCALIZATION NOTE (midi.shareSysexWithSite): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareSysexWithSite = 要允許 %S 存取您的 MIDI 裝置,並收發 SysEx 訊息嗎? + +# LOCALIZATION NOTE (panel.back): +# This is used by screen readers to label the "back" button in various browser +# popup panels, including the sliding subviews of the main menu. +panel.back = 返回 + +storageAccess1.Allow.label = 允許 +storageAccess1.Allow.accesskey = A +storageAccess1.DontAllow.label = 封鎖 +storageAccess1.DontAllow.accesskey = B +# LOCALIZATION NOTE (storageAccess4.message, storageAccess1.hintText): +# %1$S is the name of the site URL (www.site1.example) trying to track the user's activity. +# %2$S is the name of the site URL (www.site2.example) that the user is visiting. This is the same domain name displayed in the address bar. +storageAccess4.message = 要允許 %1$S 在 %2$S 上使用該網站自己的 cookie 嗎? +storageAccess1.hintText = 如果 %1$S 沒有清楚解釋為什麼需要此資料,您應該封鎖它。 + + + +confirmationHint.sendToDevice.label = 已送出! +confirmationHint.copyURL.label = 已複製至剪貼簿! +confirmationHint.pageBookmarked2.label = 已加入書籤 +confirmationHint.pinTab.label = 已釘選! +confirmationHint.pinTab.description = 在分頁上按右鍵以解除釘選 +confirmationHint.passwordSaved.label = 已儲存密碼! +confirmationHint.loginRemoved.label = 已刪除登入資訊! +confirmationHint.breakageReport.label = 已回報,感謝您! + +# LOCALIZATION NOTE (gnomeSearchProviderSearch): +# Used for search by Gnome Shell activity screen, %S is a searched string. +gnomeSearchProviderSearch=到網路上搜尋 %S + +# LOCALIZATION NOTE (gnomeSearchProviderSearchWeb): +# Used for search by Gnome Shell activity screen, %S is a searched string. +gnomeSearchProviderSearchWeb=到網路上搜尋「%S」 diff --git a/l10n-zh-TW/browser/chrome/browser/customizableui/customizableWidgets.properties b/l10n-zh-TW/browser/chrome/browser/customizableui/customizableWidgets.properties new file mode 100644 index 0000000000..573a87f429 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/customizableui/customizableWidgets.properties @@ -0,0 +1,54 @@ +# 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/. + +history-panelmenu.label = 歷史 +# LOCALIZATION NOTE(history-panelmenu.tooltiptext2): %S is the keyboard shortcut +history-panelmenu.tooltiptext2 = 顯示您的瀏覽歷史 (%S) + +find-button.label = 尋找 +# LOCALIZATION NOTE(find-button.tooltiptext3): %S is the keyboard shortcut. +find-button.tooltiptext3 = 在此頁面中尋找 (%S) + +developer-button.label = 開發者 +# LOCALIZATION NOTE(developer-button.tooltiptext): %S is the keyboard shortcut +developer-button.tooltiptext2 = 開啟網頁開發者工具(%S) + +sidebar-button.label = 側邊欄 +sidebar-button.tooltiptext2 = 顯示側邊欄 + +zoom-controls.label = 縮放控制 +zoom-controls.tooltiptext2 = 縮放控制 + +zoom-out-button.label = 縮小 +# LOCALIZATION NOTE(zoom-out-button.tooltiptext2): %S is the keyboard shortcut. +zoom-out-button.tooltiptext2 = 縮小(%S) + +# LOCALIZATION NOTE(zoom-reset-button.tooltiptext2): %S is the keyboard shortcut. +zoom-reset-button.tooltiptext2 = 重設頁面縮放大小(%S) + +zoom-in-button.label = 放大 +# LOCALIZATION NOTE(zoom-in-button.tooltiptext2): %S is the keyboard shortcut. +zoom-in-button.tooltiptext2 = 放大(%S) + +edit-controls.label = 編輯控制元件 +edit-controls.tooltiptext2 = 編輯控制 + +cut-button.label = 剪下 +# LOCALIZATION NOTE(cut-button.tooltiptext2): %S is the keyboard shortcut. +cut-button.tooltiptext2 = 剪下(%S) + +copy-button.label = 複製 +# LOCALIZATION NOTE(copy-button.tooltiptext2): %S is the keyboard shortcut. +copy-button.tooltiptext2 = 複製(%S) + +paste-button.label = 貼上 +# LOCALIZATION NOTE(paste-button.tooltiptext2): %S is the keyboard shortcut. +paste-button.tooltiptext2 = 貼上(%S) + +panic-button.label = 忘記 +panic-button.tooltiptext = 忘掉一些瀏覽紀錄 + +toolbarspring.label = 靈活空間 +toolbarseparator.label = 分隔線 +toolbarspacer.label = 空白 diff --git a/l10n-zh-TW/browser/chrome/browser/downloads/downloads.properties b/l10n-zh-TW/browser/chrome/browser/downloads/downloads.properties new file mode 100644 index 0000000000..c139710bf9 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/downloads/downloads.properties @@ -0,0 +1,83 @@ +# 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/. + +# LOCALIZATION NOTE (stateStarting): +# Indicates that the download is starting. +stateStarting=開始中… +# LOCALIZATION NOTE (stateFailed): +# Indicates that the download failed because of an error. +stateFailed=失敗 +# LOCALIZATION NOTE (statePaused): +# Indicates that the download was paused by the user. +statePaused=已暫停 +# LOCALIZATION NOTE (stateCanceled): +# Indicates that the download was canceled by the user. +stateCanceled=已取消 +# LOCALIZATION NOTE (stateCompleted): +# Indicates that the download was completed. +stateCompleted=已完成 +# LOCALIZATION NOTE (stateBlockedParentalControls): +# Indicates that the download was blocked by the Parental Controls feature of +# Windows. "Parental Controls" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "Parental Controls" in various +# languages: +# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls +stateBlockedParentalControls=依「家長監護」設定封鎖 +# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted, +# blockedUncommon2): +# These strings are shown in the panel for some types of blocked downloads. You +# may need to adjust "downloads.width" in "downloads.dtd" if this turns out to +# be longer than the other existing status strings. +blockedMalware=這個檔案含有病毒或惡意程式。 +blockedPotentiallyUnwanted=這個檔案可能會傷害您的電腦。 +blockedPotentiallyInsecure=未下載檔案: 有潛在的安全性風險。 +blockedUncommon2=這個檔案不是常見的可下載檔案。 + +# LOCALIZATION NOTE (fileMovedOrMissing): +# Displayed when a complete download which is not at the original folder. +fileMovedOrMissing=檔案被移動,或遺失了 + +# LOCALIZATION NOTE (fileDeleted): +# Displayed when a downloaded file has been deleted by Firefox, e.g. by the +# "Delete File" context menu item. +fileDeleted=檔案已刪除 + +# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, +# unblockTypeMalware, unblockTypePotentiallyUnwanted2, +# unblockTypeUncommon2, unblockTip2, unblockButtonOpen, +# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2): +# These strings are displayed in the dialog shown when the user asks a blocked +# download to be unblocked. The severity of the threat is expressed in +# descending order by the unblockType strings, it is higher for files detected +# as malware and lower for uncommon downloads. +unblockHeaderUnblock=您確定要允許下載這個檔案? +unblockHeaderOpen=您確定要打開這個檔案嗎? +unblockTypeMalware=這個檔案含有病毒或是會傷害您的電腦的惡意程式。 +unblockTypePotentiallyUnwanted2=這個檔案可能假扮為有用的檔案讓您下載,但實際上會對您的程式與設定做出未預期的變更。 +unblockTypeUncommon2=這個檔案不是常見的可下載檔案,開啟的話可能會不安全。這個檔案裡可能含有病毒,或會對您的程式與設定做出未預期的變更。 +unblockInsecure=此檔案使用不安全的連線下載,檔案在下載過程中可能損壞或遭人竄改。 +unblockInsecure2=目前的文件是透過 HTTPS 加密連線所傳輸的,而下載項目則是以未加密的 HTTP 通訊協定提供。若繼續,下載項目可能會在下載過程中發生毀損或遭到竄改。 +unblockTip2=您可以搜尋其他下載來源,或稍後再試。 +unblockButtonOpen=開啟 +unblockButtonUnblock=允許下載 +unblockButtonConfirmBlock=移除檔案 + +# LOCALIZATION NOTE (sizeWithUnits): +# %1$S is replaced with the size number, and %2$S with the measurement unit. +sizeWithUnits=%1$S %2$S +sizeUnknown=檔案大小未知 + +# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber): +# These strings define templates for the separation of different elements in the +# status line of a download item. As a separator, by default we use the Unicode +# character U+2014 'EM DASH' (long dash). Examples of status lines include +# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note +# that we use a wider space after the separator when it is followed by a number, +# just to avoid visually confusing it with with a minus sign with some fonts. +# If you use a different separator, this might not be necessary. However, there +# is usually no need to change the separator or the order of the substitutions, +# even for right-to-left languages, unless the defaults are not suitable. +statusSeparator=%1$S \u2014 %2$S +statusSeparatorBeforeNumber=%1$S \u2014 %2$S diff --git a/l10n-zh-TW/browser/chrome/browser/feeds/subscribe.properties b/l10n-zh-TW/browser/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000000..30362063d3 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/feeds/subscribe.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/. + +# LOCALIZATION NOTE (addProtocolHandlerMessage): +# Message displayed when adding a protocol handler: +# %1$S is the application's domain, %2$S is the type of protocol +addProtocolHandlerMessage=要新增「%1$S」為處理 %2$S 鍵結的應用程式嗎? +addProtocolHandlerAddButton=新增應用程式 +addProtocolHandlerAddButtonAccesskey=A diff --git a/l10n-zh-TW/browser/chrome/browser/places/bookmarkProperties.properties b/l10n-zh-TW/browser/chrome/browser/places/bookmarkProperties.properties new file mode 100644 index 0000000000..3595310d4b --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/places/bookmarkProperties.properties @@ -0,0 +1,24 @@ +# 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/. + +dialogAcceptLabelAddItem=新增 +dialogAcceptLabelSaveItem=儲存 +dialogAcceptLabelAddMulti=新增書籤 +dialogAcceptLabelEdit=儲存 +dialogTitleAddBookmark=新增書籤 +dialogTitleAddFolder=新增資料夾 +dialogTitleAddMulti=新增書籤 +dialogTitleEdit=「%S」屬性 + +dialogTitleAddNewBookmark2=新增書籤 +dialogTitleEditBookmark=編輯「%S」 +dialogTitleEditBookmark2=編輯書籤 +dialogTitleAddBookmarksFolder=新增書籤工具列 +dialogTitleAddBookmarkFolder=新增書籤工具列 +dialogTitleEditBookmarksFolder=編輯書籤工具列 +dialogTitleEditBookmarkFolder=編輯書籤工具列 + +bookmarkAllTabsDefault=[資料夾名稱] +newFolderDefault=新資料夾 +newBookmarkDefault=新書籤項目 diff --git a/l10n-zh-TW/browser/chrome/browser/places/places.properties b/l10n-zh-TW/browser/chrome/browser/places/places.properties new file mode 100644 index 0000000000..27497c5373 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/places/places.properties @@ -0,0 +1,79 @@ +# 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/. + +load-js-data-url-error=為了安全上的考量,您無法從瀏覽記錄視窗或側邊欄載入 Javascript 或資料網址 (Data urls)。 +noTitle=(無標題) + +bookmarksMenuEmptyFolder=(空) + +bookmarksBackupTitle=書籤備份檔名 + +bookmarksRestoreAlertTitle=回復書籤 +bookmarksRestoreAlert=這個動作會用備份資料覆蓋目前使用的所有書籤,您確定要繼續嗎? +bookmarksRestoreTitle=請選擇書籤備份檔案 +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=檔案類型不支援。 +bookmarksRestoreParseError=無法處理此備份檔。 + +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=依名稱排序 +view.sortBy.1.name.accesskey=N +view.sortBy.1.url.label=依網址排序 +view.sortBy.1.url.accesskey=L +view.sortBy.1.date.label=依最近瀏覽時間排序 +view.sortBy.1.date.accesskey=V +view.sortBy.1.visitCount.label=依瀏覽次數排序 +view.sortBy.1.visitCount.accesskey=C +view.sortBy.1.dateAdded.label=依加入日期排序 +view.sortBy.1.dateAdded.accesskey=e +view.sortBy.1.lastModified.label=依最後修改日期排序 +view.sortBy.1.lastModified.accesskey=M +view.sortBy.1.tags.label=依標籤排序 +view.sortBy.1.tags.accesskey=T + +searchBookmarks=搜尋書籤 +searchHistory=搜尋記錄 +searchDownloads=搜尋下載 + +SelectImport=匯入書籤檔案 +EnterExport=匯出書籤檔案 + +detailsPane.noItems=無項目 +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=#1 個項目 + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.text=因為 %S 的檔案被其他程式鎖定,書籤與瀏覽記錄將無法使用。某些安全軟體會導致這個問題。 + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=刪除頁面 +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=刪除頁面 +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=將頁面加入書籤 +cmd.bookmarkSinglePage.accesskey=B +cmd.bookmarkMultiplePages.label=將頁面加入書籤 +cmd.bookmarkMultiplePages.accesskey=B + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage2.label=將頁面加入書籤… +cmd.bookmarkSinglePage2.accesskey=B +cmd.bookmarkMultiplePages2.label=將頁面加入書籤… +cmd.bookmarkMultiplePages2.accesskey=B diff --git a/l10n-zh-TW/browser/chrome/browser/safebrowsing/safebrowsing.properties b/l10n-zh-TW/browser/chrome/browser/safebrowsing/safebrowsing.properties new file mode 100644 index 0000000000..9a8bbe88c2 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/safebrowsing/safebrowsing.properties @@ -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/. + +errorReportFalseDeceptiveTitle=這不是詐騙網站 +errorReportFalseDeceptiveMessage=目前無法回報此錯誤。 diff --git a/l10n-zh-TW/browser/chrome/browser/search.properties b/l10n-zh-TW/browser/chrome/browser/search.properties new file mode 100644 index 0000000000..dcb604e9ed --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/search.properties @@ -0,0 +1,33 @@ +# 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/. + +searchtip=使用 %S 搜尋 + +# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel +# showing search suggestions. +# %S is replaced with the name of the current default search engine. +searchHeader=搜尋 %S + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=貼上並搜尋 + +cmd_clearHistory=清除搜尋記錄 +cmd_clearHistory_accesskey=h + +# LOCALIZATION NOTE (searchForSomethingWith2): +# This string is used to build the header above the list of one-click +# search providers: "Search for <user-typed string> with:" +searchForSomethingWith2=搜尋 %S 使用: + +# LOCALIZATION NOTE (searchWithHeader): +# The wording of this string should be as close as possible to +# searchForSomethingWith2. This string will be used when the user +# has not typed anything. +searchWithHeader=搜尋: + +# LOCALIZATION NOTE (searchSettings): +# This is the label for the button that opens Search preferences. +searchSettings=變更搜尋設定 + diff --git a/l10n-zh-TW/browser/chrome/browser/shellservice.properties b/l10n-zh-TW/browser/chrome/browser/shellservice.properties new file mode 100644 index 0000000000..0ce8a388e1 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/shellservice.properties @@ -0,0 +1,17 @@ +# 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/. + +# LOCALIZATION NOTE (setDefaultBrowserTitle, setDefaultBrowserMessage, setDefaultBrowserDontAsk, setDefaultBrowserAlertConfirm.label, setDefaultBrowserAlertNotNow.label): +# These strings are used as an alternative to the ones above, in a modal dialog. +# %S will be replaced by brandShortName +setDefaultBrowserTitle=預設瀏覽器 +setDefaultBrowserMessage=%S 目前不是您的預設瀏覽器。要設定為預設瀏覽器嗎? +setDefaultBrowserDontAsk=每次啟動 %S 時都重新檢查 +setDefaultBrowserAlertConfirm.label=將 %S 設為我的預設瀏覽器 +setDefaultBrowserAlertNotNow.label=現在不要 + +desktopBackgroundLeafNameWin=桌布.bmp +DesktopBackgroundDownloading=正在儲存圖片… +DesktopBackgroundSet=設為桌布 + diff --git a/l10n-zh-TW/browser/chrome/browser/siteData.properties b/l10n-zh-TW/browser/chrome/browser/siteData.properties new file mode 100644 index 0000000000..c62901f11d --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/siteData.properties @@ -0,0 +1,8 @@ +# 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/. + +clearSiteDataPromptTitle=清除所有 Cookie 與網站資料 +# LOCALIZATION NOTE (clearSiteDataPromptText): %S = brandShortName +clearSiteDataPromptText=選擇「立刻清除」後就會清除所有 %S 儲存的 Cookie 與網站資料。可能會將您從許多網站登出,並清除網頁離線內容。 +clearSiteDataNow=立刻清除 diff --git a/l10n-zh-TW/browser/chrome/browser/sitePermissions.properties b/l10n-zh-TW/browser/chrome/browser/sitePermissions.properties new file mode 100644 index 0000000000..6499ca57b5 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/sitePermissions.properties @@ -0,0 +1,55 @@ +# 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/. + +# LOCALIZATION NOTE (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = 已允許 +state.current.allowedForSession = 已於此次瀏覽階段允許 +state.current.allowedTemporarily = 暫時允許 +state.current.blockedTemporarily = 暫時封鎖 +state.current.blocked = 已封鎖 +state.current.prompt = 總是詢問 + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = 總是詢問 +state.multichoice.allow = 允許 +state.multichoice.allowForSession = 此次瀏覽階段允許 +state.multichoice.block = 封鎖 + +state.multichoice.autoplayblock = 封鎖音訊 +state.multichoice.autoplayblockall = 封鎖影音內容 +state.multichoice.autoplayallow = 允許自動播放影音內容 + +permission.autoplay.label = 自動播放 +permission.cookie.label = 設定 Cookie +permission.desktop-notification3.label = 傳送通知 +permission.camera.label = 使用攝影機 +permission.microphone.label = 使用麥克風 +permission.screen.label = 分享畫面 +# LOCALIZATION NOTE (permission.speaker.label): +# Short form for (permission to) "Choose and change audio output devices". +permission.speaker.label = 選擇音訊輸出裝置 +permission.install.label = 安裝附加元件 +permission.popup.label = 開啟彈出型視窗 +permission.geo.label = 取得您的所在位置 +permission.xr.label = 存取虛擬實境裝置 +permission.shortcuts.label = 忽略快速鍵 +permission.focus-tab-by-prompt.label = 切換至此分頁 +permission.persistent-storage.label = 將資料儲存於持續性儲存空間 +permission.canvas.label = 抽取 Canvas 資料 +permission.midi.label = 存取 MIDI 裝置 +permission.midi-sysex.label = 存取 MIDI 裝置並支援 SysEx +# LOCALIZATION NOTE (permission.open-protocol-handler.label): +# Open as a verb. "This site may open applications". +permission.open-protocol-handler.label = 開啟應用程式 diff --git a/l10n-zh-TW/browser/chrome/browser/syncSetup.properties b/l10n-zh-TW/browser/chrome/browser/syncSetup.properties new file mode 100644 index 0000000000..7d0e9fea95 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/syncSetup.properties @@ -0,0 +1,14 @@ +# 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/. + +# Several other strings are used (via Weave.Status.login), but they come from +# /services/sync + +# Firefox Accounts based setup. +continue.label = 繼續 + +relinkVerify.title = 資料合併警告 +relinkVerify.heading = 您確定要登入 Sync 嗎? +# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync. +relinkVerify.description = 先前已有不同使用者登入此電腦的 Sync。若繼續同步將會與 %S 合併此瀏覽器中的書籤、密碼與其他設定 diff --git a/l10n-zh-TW/browser/chrome/browser/tabbrowser.properties b/l10n-zh-TW/browser/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..a0029d7c61 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/tabbrowser.properties @@ -0,0 +1,106 @@ +# 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/. + +tabs.emptyTabTitle=新分頁 +tabs.emptyPrivateTabTitle=隱私瀏覽 +tabs.emptyPrivateTabTitle2=開新隱私分頁 +tabs.closeTab=關閉分頁 +tabs.close=關閉 + +# This section applies when closing a window with more than one tab open, +# or when quitting when only one window is open. +# LOCALIZATION NOTE (tabs.closeTabsTitle): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeTabsTitle=要關閉 #1 個分頁嗎? +tabs.closeTabsConfirmCheckbox=關閉多個分頁前跟我確認 +tabs.closeButtonMultiple=關閉分頁 + +# This section applies when quitting using the menu and multiple windows are open. +# LOCALIZATION NOTE (tabs.closeTitleTabs): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The forms for 0 or 1 items are not considered since this string is used only for +# multiple windows. The %S replacement form will be replaced with the contents +tabs.closeWindowsTitle=要關閉 #1 個視窗嗎? +tabs.closeWindowsButton=關閉並離開 +# Same as tabs.closeWindowsButton, but on Windows +tabs.closeWindowsButtonWin=關閉並結束 + +# LOCALIZATION NOTE (tabs.closeTabsWithKeyTitle and closeTabsWithKeyButton): +# This section applies when quitting using the keyboard shortcut (Ctrl/Cmd+Q) +# Windows does not show a prompt on quit when using the keyboard shortcut by +# default. +# %S is replaced with brandShorterName +tabs.closeTabsWithKeyTitle=要關閉視窗並離開 %S 嗎? +# %S is replaced with brandShorterName +tabs.closeTabsWithKeyButton=離開 %S + +# LOCALIZATION NOTE (tabs.closeTabsWithKeyConfirmCheckbox): +# %S is replaced with the text of the keyboard shortcut for quitting. +tabs.closeTabsWithKeyConfirmCheckbox=按下 %S 離開前跟我確認 + +# LOCALIZATION NOTE (tabs.closeTabs.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be closed. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.closeTabs.tooltip=關閉 #1 個分頁 + +# LOCALIZATION NOTE (tabs.muteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Mute tab". +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.tooltip=將 #1 個分頁靜音(%S) + +# LOCALIZATION NOTE (tabs.unmuteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Unmute tab". +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.tooltip=取消靜音 #1 個分頁(%S) + +# LOCALIZATION NOTE (tabs.muteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.background.tooltip=將 #1 個分頁靜音 + +# LOCALIZATION NOTE (tabs.unmuteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.background.tooltip=取消靜音 #1 個分頁 + +# LOCALIZATION NOTE (tabs.unblockAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will have their audio unblocked. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unblockAudio2.tooltip=播放 #1 個分頁的音效 + +# LOCALIZATION NOTE (tabs.containers.tooltip): +# Displayed as a tooltip on container tabs +# %1$S is the title of the current tab +# %2$S is the name of the current container +tabs.containers.tooltip=%1$S — %2$S + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items are moved from chrome/browser/places/places.properties +# Now they are not specific to bookmark. +tabs.openWarningTitle=開啟確認 +tabs.openWarningMultipleBranded=您正要開啟 %S 個分頁,會使 %S 於載入頁面時變得很慢。您確定要繼續嗎? +tabs.openButtonMultiple=開啟分頁 +tabs.openWarningPromptMeBranded=開啟多個分頁使 %S 變慢時警告 + +browsewithcaret.checkMsg=下次不要再顯示此對話方塊。 +browsewithcaret.checkWindowTitle=鍵盤瀏覽 +browsewithcaret.checkLabel=按 F7 鍵可切換「鍵盤瀏覽」功能開關。此功能會在網頁上顯示游標,讓您只用鍵盤就能選取文字或瀏覽網頁。確定要開啟「鍵盤瀏覽」功能嗎? diff --git a/l10n-zh-TW/browser/chrome/browser/taskbar.properties b/l10n-zh-TW/browser/chrome/browser/taskbar.properties new file mode 100644 index 0000000000..939444c538 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/taskbar.properties @@ -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/. + +taskbar.tasks.newTab.label=開啟新分頁 +taskbar.tasks.newTab.description=開啟新瀏覽器分頁。 +taskbar.tasks.newWindow.label=開啟新視窗 +taskbar.tasks.newWindow.description=開啟新瀏覽器視窗。 +taskbar.tasks.newPrivateWindow.label=開新隱私視窗 +taskbar.tasks.newPrivateWindow.description=使用隱私瀏覽模式開啟新視窗。 +taskbar.frequent.label=常用網頁 +taskbar.recent.label=最近 diff --git a/l10n-zh-TW/browser/chrome/browser/translation.dtd b/l10n-zh-TW/browser/chrome/browser/translation.dtd new file mode 100644 index 0000000000..a3f6947618 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/translation.dtd @@ -0,0 +1,63 @@ +<!-- 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/. --> + +<!-- This file is only used by the Firefox Translations extension, + - and should be removed once possible. + - See: https://bugzilla.mozilla.org/show_bug.cgi?id=1788595 --> + +<!-- LOCALIZATION NOTE (translation.thisPageIsIn.label, + - translation.translateThisPage.label): + - These 2 strings are used to construct a sentence that contains a dropdown + - showing the detected language of the current web page. + - In en-US it looks like this: + - This page is in [detected language] Translate this page? + - "detected language" here is a language name coming from the + - toolkit/intl/languageNames.ftl file; for some locales it may not be in + - the correct grammar case to keep the same structure of the original + - sentence. --> +<!ENTITY translation.thisPageIsIn.label "此頁面的語言為"> +<!ENTITY translation.translateThisPage.label "要翻譯此頁面嗎?"> +<!ENTITY translation.translate.button "翻譯"> +<!ENTITY translation.notNow.button "現在不要"> + +<!ENTITY translation.translatingContent.label "正在翻譯頁面內容…"> + +<!-- LOCALIZATION NOTE (translation.translatedFrom.label, + - translation.translatedTo.label, + - translation.translatedToSuffix.label): + - These 3 strings are used to construct a sentence that contains 2 dropdowns + - showing the source and target language of a translated web page. + - In en-US it looks like this: + - This page has been translated from [from language] to [to language] + - "from language" and "to language" here are language names coming from the + - toolkit/intl/languageNames.ftl file; for some locales they may not be in + - the correct grammar case to keep the same structure of the original + - sentence. + - + - translation.translatedToSuffix.label (empty in en-US) is for locales that + - need to display some text after the second drop down for the sentence to + - be grammatically correct. --> +<!ENTITY translation.translatedFrom.label "將此頁面自"> +<!ENTITY translation.translatedTo.label "翻譯為"> +<!ENTITY translation.translatedToSuffix.label ""> + +<!ENTITY translation.showOriginal.button "顯示原始內容"> +<!ENTITY translation.showTranslation.button "顯示翻譯結果"> + +<!ENTITY translation.errorTranslating.label "翻譯此頁面時發生錯誤。"> +<!ENTITY translation.tryAgain.button "重試"> + +<!ENTITY translation.serviceUnavailable.label "目前無法翻譯,請稍後再試。"> + +<!ENTITY translation.options.menu "選項"> +<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey, + - translation.options.preferences.accesskey): + - The accesskey values used here should not clash with the value used for + - translation.options.neverForLanguage.accesskey in translation.properties + --> +<!ENTITY translation.options.neverForSite.label "永不翻譯此網站"> +<!ENTITY translation.options.neverForSite.accesskey "e"> +<!ENTITY translation.options.preferences.label "翻譯偏好設定"> +<!ENTITY translation.options.preferences.accesskey "T"> + diff --git a/l10n-zh-TW/browser/chrome/browser/translation.properties b/l10n-zh-TW/browser/chrome/browser/translation.properties new file mode 100644 index 0000000000..3765450fe3 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/translation.properties @@ -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/. + +# LOCALIZATION NOTE (translation.options.neverForLanguage.label): +# %S is a language name coming from the toolkit/intl/languageNames.ftl file. +translation.options.neverForLanguage.label=永不翻譯%S網頁 + +# LOCALIZATION NOTE (translation.options.neverForLanguage.accesskey): +# The accesskey value used here should not clash with the values used for +# translation.options.*.accesskey in translation.dtd +translation.options.neverForLanguage.accesskey=N diff --git a/l10n-zh-TW/browser/chrome/browser/uiDensity.properties b/l10n-zh-TW/browser/chrome/browser/uiDensity.properties new file mode 100644 index 0000000000..08a51a5376 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/uiDensity.properties @@ -0,0 +1,5 @@ +# 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/. + +uiDensity.menuitem-touch.acceltext=已開啟平板電腦模式 diff --git a/l10n-zh-TW/browser/chrome/browser/webrtcIndicator.properties b/l10n-zh-TW/browser/chrome/browser/webrtcIndicator.properties new file mode 100644 index 0000000000..603629fff4 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/browser/webrtcIndicator.properties @@ -0,0 +1,61 @@ +# 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/. + +# LOCALIZATION NOTE : FILE This file contains the webrtc global indicator strings + +# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox). +# This string is used so that the window has a title in tools that enumerate/look for window +# titles. It is not normally visible anywhere. +webrtcIndicator.windowtitle = %S — 分享指示器 + +webrtcIndicator.sharingCameraAndMicrophone.tooltip = 正在分享您的攝影機與麥克風。點擊此處來調整要分享的項目。 +webrtcIndicator.sharingCamera.tooltip = 正在分享您的攝影機。點擊此處來調整要分享的項目。 +webrtcIndicator.sharingMicrophone.tooltip = 正在分享您的麥克風。點擊此處來調整要分享的項目。 +webrtcIndicator.sharingApplication.tooltip = 正在分享應用程式,點擊此處來調整要分享的項目。 +webrtcIndicator.sharingScreen.tooltip = 正在分享您的畫面。點擊此處來調整要分享的項目。 +webrtcIndicator.sharingWindow.tooltip = 正在分享您的某個視窗。點擊此處來調整要分享的項目。 +webrtcIndicator.sharingBrowser.tooltip = 正在分享某個分頁,點擊此處來調整要分享的項目。 + + +# LOCALIZATION NOTE : The following strings are only used on Mac for +# menus attached to icons near the clock on the mac menubar. + +# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.sharingCameraWith.menuitem = 與「%S」分享攝影機 +webrtcIndicator.sharingMicrophoneWith.menuitem = 與「%S」分享麥克風 +webrtcIndicator.sharingApplicationWith.menuitem = 與「%S」分享應用程式 +webrtcIndicator.sharingScreenWith.menuitem = 與「%S」分享畫面 +webrtcIndicator.sharingWindowWith.menuitem = 與「%S」分享視窗 +webrtcIndicator.sharingBrowserWith.menuitem = 與「%S」分享分頁 +webrtcIndicator.controlSharing.menuitem = 調整分享的項目 +# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingCameraWithNTabs.menuitem = 與 #1 個分頁分享攝影機 +# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = 與 #1 個分頁分享麥克風 +# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingApplicationWithNTabs.menuitem = 與 #1 個分頁分享應用程式 +# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingScreenWithNTabs.menuitem = 與 #1 個分頁分享畫面 +# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingWindowWithNTabs.menuitem = 正與 #1 個分頁分享視窗 +# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This message is shown when the contents of a tab is shared during a WebRTC +# session, which currently is only possible with Loop/Hello. +webrtcIndicator.sharingBrowserWithNTabs.menuitem = 正與 #1 個分頁分享分頁 +# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.controlSharingOn.menuitem = 調整與「%S」分享的項目 diff --git a/l10n-zh-TW/browser/chrome/overrides/appstrings.properties b/l10n-zh-TW/browser/chrome/overrides/appstrings.properties new file mode 100644 index 0000000000..9cb32216cc --- /dev/null +++ b/l10n-zh-TW/browser/chrome/overrides/appstrings.properties @@ -0,0 +1,44 @@ +# 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/. + +malformedURI2=請檢查 URL 是否正確,然後再試一次。 +fileNotFound=Firefox 找不到檔案 %S。 +fileAccessDenied=無法讀取位於 %S 的檔案。 +dnsNotFound2=無法連線至伺服器 %S。 +unknownProtocolFound=Firefox 不知道如何開啟此網址,因為下列通訊協定當中的某個通訊協定 (%S) 未與任何程式關聯,或不被允許在此環境中使用。 +connectionFailure=Firefox 無法與伺服器 %S 建立連線。 +netInterrupt=載入頁面時與 %S 的連線中斷。 +netTimeout=伺服器 %S 花了太久時間還是無回應。 +redirectLoop=Firefox 發現伺服器要將此網址重新導向的要求無法完成。 +## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don’t translate "%S" +confirmRepostPrompt=%S 必須重新傳送先前送過的資料才能顯示此網頁。這會重做一次所有事情(像是搜尋或線上購物)。 +resendButton.label=重新傳送 +unknownSocketType=Firefox 不知道如何與伺服器通訊。 +netReset=載入頁面時與伺服器的連線被重設。 +notCached=此文件已不存在。 +netOffline=Firefox 正處於離線模式,無法瀏覽網路。 +isprinting=不能修改列印或預覽列印中的文件。 +deniedPortAccess=此網址所用的通訊埠 (Port) 通常不是用於網路瀏覽。為了安全性考量,Firefox 已經取消連線要求。 +proxyResolveFailure=Firefox 找不到您所設定的 Proxy 伺服器。 +proxyConnectFailure=Firefox 無法與您設定的 Proxy 伺服器連線。 +contentEncodingError=您嘗試檢視的頁面無法顯示,因為其中使用了無效或不支援的壓縮類型。 +unsafeContentType=因為其中含有可能不安全的檔案類型,無法顯示您嘗試檢視的頁面。請向網站擁有者回報此問題。 +externalProtocolTitle=外部通訊協定要求 +externalProtocolPrompt=要處理 %1$S: 鏈結需要外部程式。\n\n\n要求鏈結:\n\n%2$S\n應用程式: %3$S\n\n\n若這不在您的預期之中,可能是有人在試圖利用其它程式入侵。除非您很確定這沒問題,不然請選取消。 +#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined +externalProtocolUnknown=<未知> +externalProtocolChkMsg=對於此類鏈結一律使用並記住我的選擇 +externalProtocolLaunchBtn=執行程式 +malwareBlocked=%S 這個網站被回報為有害網站,已依照您的安全性偏好設定予以封鎖。 +harmfulBlocked=%S 這個網站被回報為可能有害的網站,已依照您的安全性偏好設定予以封鎖。 +unwantedBlocked=%S 這個網站被回報為提供不安全的軟體,已依照您的安全性偏好設定予以封鎖。 +deceptiveBlocked=位於 %S 的這張網頁已被回報為詐騙網站,並已依照安全性偏好設定封鎖。 +cspBlocked=這個頁面包含了內容安全政策以致於無法以這種方式被載入。 +xfoBlocked=這個頁面包含 X-Frame-Options 政策,以致於無法以這種方式載入。 +corruptedContentErrorv2=網站 %S 發生了違反通訊協定的情況,無法修復。 +## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". +sslv3Used=Firefox 無法保證您在 %S 的資料安全,因為此網站使用 SSLv3 通訊協定,這個協定已不再安全。 +inadequateSecurityError=此網站嘗試建立安全性不足的連線。 +blockedByPolicy=您的組織已封鎖存取此網頁或網站。 +networkProtocolError=Firefox 遇到了違反通訊協定的情況,無法修復。 diff --git a/l10n-zh-TW/browser/chrome/overrides/netError.dtd b/l10n-zh-TW/browser/chrome/overrides/netError.dtd new file mode 100644 index 0000000000..adccfa0584 --- /dev/null +++ b/l10n-zh-TW/browser/chrome/overrides/netError.dtd @@ -0,0 +1,177 @@ +<!-- 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 % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; + +<!ENTITY loadError.label "頁面載入發生問題"> +<!ENTITY retry.label "重試"> +<!ENTITY returnToPreviousPage.label "返回"> +<!ENTITY returnToPreviousPage1.label "返回上一頁(建議)"> +<!ENTITY advanced2.label "進階…"> +<!ENTITY viewCertificate.label "檢視憑證"> + +<!-- Specific error messages --> + +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> + +<!ENTITY deniedPortAccess.longDesc ""> + +<!ENTITY dnsNotFound.pageTitle "找不到伺服器"> +<!ENTITY dnsNotFound.longDesc1 "<strong>若網址正確無誤,還可試試下列方式:</strong> +<ul> + <li>稍候再試。</li> + <li>檢查網路連線是否正常。</li> + <li>若透過防火牆連線,請檢查 &brandShortName; 是否有權連線到網際網路。</li> +</ul>"> + +<!ENTITY fileNotFound.longDesc " +<ul> + <li>請檢查檔名是否有大小寫錯誤、拼錯字。</li> + <li>請檢查檔案是否已被移動、改名或刪除。</li> +</ul> +"> + +<!ENTITY fileAccessDenied.longDesc "<ul><li>可能是檔案被移走、移除,或存取權限不正確,造成無法存取。</li></ul>"> + +<!ENTITY generic.longDesc " +<p>&brandShortName; 因為某些原因無法載入此網頁。</p> +"> + +<!ENTITY captivePortal.title "登入到網路"> +<!ENTITY captivePortal.longDesc2 "<p>您必須先登入才能存取網際網路。</p>"> + +<!ENTITY openPortalLoginPage.label2 "開啟網路登入頁面"> + +<!ENTITY malformedURI.pageTitle "網址無效"> + +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> + +<!ENTITY notCached.longDesc "<p>您所請求的文件已不存在於 &brandShortName; 的快取當中。</p><ul><li>為了您的安全,&brandShortName; 將不會自動重新請求敏感文件。</li><li>請點下重試以重新向網站請求取得文件。</li></ul>"> + +<!ENTITY netOffline.longDesc2 " +<ul> + <li>請按下「重試」以切換到連線模式並重新載入頁面。</li> +</ul> +"> + +<!ENTITY contentEncodingError.longDesc " +<ul> + <li>請向網站擁有者回報此問題。</li> +</ul> +"> + +<!ENTITY unsafeContentType.longDesc " +<ul> + <li>請向網站擁有者回報此問題。</li> +</ul> +"> + +<!ENTITY netReset.longDesc "&sharedLongDesc;"> + +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> + +<!ENTITY unknownProtocolFound.longDesc "<ul><li>您可能需要安裝其他軟體才能開啟此網址。</li></ul>"> + +<!ENTITY proxyConnectFailure.longDesc " +<ul> + <li>請檢查 Proxy 設定是否正確。</li> + <li>與您的網路管理員聯絡,確定 Proxy 伺服器正常運作。</li> +</ul> +"> + +<!ENTITY proxyResolveFailure.longDesc " +<ul> + <li>請檢查 Proxy 設定是否正確。</li> + <li>請檢查您的網路連線狀態。</li> + <li>若電腦或網路被防火牆或 Proxy 保護,請確定 + &brandShortName; 被允許存取網路。</li> +</ul> +"> + +<!ENTITY redirectLoop.longDesc " +<ul> + <li>有時候停用或拒絕接受 Cookie 會造成此問題。</li> +</ul> +"> + +<!ENTITY unknownSocketType.longDesc " +<ul> + <li>請確定電腦已安裝個人安全管理員 (Personal Security Manager)。</li> + <li>可能是伺服器上的非標準設定所造成的。</li> +</ul> +"> + +<!ENTITY nssFailure2.longDesc2 "<ul> + <li>因為無法驗證已接收資料的真實性,無法顯示您嘗試檢視的頁面。</li> + <li>請向網站擁有者回報此問題。</li> +</ul>"> + +<!-- Localization note (certerror.introPara2) - The text content of the span tag +will be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara2 "&brandShortName; 偵測到可能有安全性風險,並未連線至 <span class='hostname'/>。若繼續造訪此網站,攻擊者可能會嘗試偷走您的密碼、電子郵件或信用卡資料等個資。"> +<!ENTITY certerror.sts.introPara "&brandShortName; 偵測到潛在的安全性威脅,並未連線到 <span class='hostname'/>。此網站必須使用安全性連線。"> + +<!ENTITY certerror.expiredCert.introPara "&brandShortName; 偵測到潛在的安全性威脅,並未連線到 <span class='hostname'/>。此網站可能有設定問題,或您的電腦上的時間不正確。"> +<!ENTITY certerror.expiredCert.secondPara2 "可能是網站的憑證已經過期,讓 &brandShortName; 無法安全地連線。若您造訪此網站,攻擊者可能嘗試偷走您的密碼、電子郵件、信用卡資料等個人資訊。"> +<!ENTITY certerror.expiredCert.sts.secondPara "可能是網站的憑證已經過期,讓 &brandShortName; 無法安全地連線。"> + +<!ENTITY certerror.whatCanYouDoAboutItTitle "您可以做什麼?"> + +<!ENTITY certerror.unknownIssuer.whatCanYouDoAboutIt "<p>這個問題最有可能是由於網站端的設定不正確,無法由您調整設定解決。</p> +<p>若目前連線到企業內部網路,或有使用防毒軟體,請洽詢技術支援團隊。也可以通知網站管理員處理這個問題。</p>"> + +<!ENTITY certerror.expiredCert.whatCanYouDoAboutIt2 "<p>您目前的電腦時間設定為 <span id='wrongSystemTime_systemDate2'/>。請到系統設定中確認此日期、時間、時區是否正確,然後重新載入 <span class='hostname'/>。</p> +<p>若您的時間是正確的,可能是網站伺服器設定有誤,沒有辦法由您解決這個問題,請通知網站管理員這個問題。</p>"> + +<!ENTITY certerror.badCertDomain.whatCanYouDoAboutIt "<p>這個問題最有可能是由於網站端的設定不正確,無法由您調整設定解決。請通知網站管理員處理。</p>"> + +<!ENTITY sharedLongDesc " +<ul> + <li>該網站可能暫時無法使用或太過忙碌,請過幾分鐘後再試試。</li> + <li>若無法載入任何網站,請檢查您的網路連線狀態。</li> + <li>若電腦或網路被防火牆或 Proxy 保護,請確定 + &brandShortName; 被允許存取網路。</li> +</ul> +"> + +<!ENTITY cspBlocked.longDesc "<p>&brandShortName; 阻止了這個頁面載入,因為這個頁面的內容安全政策不允許其以這種方式被載入。</p>"> + +<!ENTITY xfoBlocked.longDesc "<p>因為這個頁面包含 X-Frame-Options 政策,不允許以這種方式載入,&brandShortName; 封鎖了這個頁面載入。</p>"> + +<!ENTITY corruptedContentErrorv2.longDesc "<p>因為在資料傳輸過程當中偵測到錯誤,無法顯示您正要檢視的頁面。</p><ul><li>請通知網站管理者以讓他們知道這個問題。</li></ul>"> + +<!ENTITY securityOverride.exceptionButton1Label "接受風險並繼續"> + +<!ENTITY errorReporting.automatic2 "回報這類的錯誤,幫助 Mozilla 找出並封鎖惡意網站"> +<!ENTITY errorReporting.learnMore "更多資訊…"> + +<!-- LOCALIZATION NOTE (sslv3Used.longDesc2) - Do not translate + "SSL_ERROR_UNSUPPORTED_VERSION". --> +<!ENTITY sslv3Used.longDesc2 "進階資訊: SSL_ERROR_UNSUPPORTED_VERSION"> + +<!ENTITY certerror.pagetitle2 "警告: 本網站可能有安全性風險"> +<!ENTITY certerror.sts.pagetitle "未連線: 潛在的安全性問題"> +<!ENTITY certerror.whatShouldIDo.badStsCertExplanation1 "<span class='hostname'></span> 有一條稱為 HTTP Strict Transport Security (HSTS) 的安全性政策,讓 &brandShortName; 僅能與其進行安全連線。您無法加入例外,手動排除此政策。"> +<!ENTITY certerror.copyToClipboard.label "將文字複製到剪貼簿"> + +<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate + "NS_ERROR_NET_INADEQUATE_SECURITY". --> +<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> 使用過時的安全性技術,容易遭受攻擊。攻擊者可以簡單地得知您認為安全的資訊。網站管理員修正伺服器設定後您才能連線至此網站。</p><p>錯誤代碼: NS_ERROR_NET_INADEQUATE_SECURITY</p>"> + +<!ENTITY blockedByPolicy.title "已封鎖頁面"> + +<!ENTITY certerror.mitm.longDesc "<span class='hostname'></span> 應該是一個安全的網站,但無法建立安全連線。這個問題是由 <span class='mitm-name'/> 造成的,可能是來自您的電腦或您的所在網路中的軟體。"> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt1 "若您的防毒軟體包含掃描加密連線(或稱為「網頁掃描」、「HTTPS 掃描」),請關閉該功能。若這樣做仍然無效,您可以試著移除並重新安裝防毒軟體。"> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt2 "若您在公司網路中,請聯絡您的 IT 部門。"> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt3 "若您不了解 <span class='mitm-name'/>,這可能是一場攻擊,您不該繼續前往該網站。"> +<!ENTITY certerror.mitm.sts.whatCanYouDoAboutIt3 "若您不了解 <span class='mitm-name'/>,這可能是一場攻擊,您無法再做什麼以前往該網站。"> + +<!ENTITY clockSkewError.longDesc "您的電腦認為目前時間為 <span id='wrongSystemTime_systemDate1'/>,不讓 &brandShortName; 建立安全連線。若要造訪 <span class='hostname'></span>,請到系統設定中確認日期、時間、時區設定是否正確,然後重新載入 <span class='hostname'></span>。"> + +<!ENTITY prefReset.longDesc "看來可能是您的網路安全設定造成此問題,您是否要恢復預設設定值?"> +<!ENTITY prefReset.label "還原預設設定"> + +<!ENTITY networkProtocolError.longDesc "<p>因為偵測到網路通訊協定中的問題,無法顯示您嘗試檢視的頁面。</p><ul><li>請聯絡網站管理員來解決這個問題。</li></ul>"> |