From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl (limited to 'l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl') diff --git a/l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl b/l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..f210bafe0b --- /dev/null +++ b/l10n-zh-TW/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,57 @@ +# 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 contains the entities needed to use the Find Bar. + +findbar-next = + .tooltiptext = 尋找文字下次出現的位置 +findbar-previous = + .tooltiptext = 尋找文字前次出現的位置 +findbar-find-button-close = + .tooltiptext = 關閉尋找列 +findbar-highlight-all2 = + .label = 強調全部 + .accesskey = + { PLATFORM() -> + [macos] l + *[other] a + } + .tooltiptext = 強調全部出現的詞彙 +findbar-case-sensitive = + .label = 區分大小寫 + .accesskey = c + .tooltiptext = 搜尋時將大小寫視為不同 +findbar-match-diacritics = + .label = 符合變音符號 + .accesskey = i + .tooltiptext = 搜尋的字母包含變音符號時,將不同變音符號與基礎字母視為不同。(例如搜尋「resume」,若內容為「résumé」就不會符合) +findbar-entire-word = + .label = 符合整個字 + .accesskey = W + .tooltiptext = 僅搜尋整個文字 +findbar-not-found = 找不到指定文字 +findbar-wrapped-to-top = 已達頁尾,從頁首重新搜尋 +findbar-wrapped-to-bottom = 已達頁首,從頁尾重新搜尋 +findbar-normal-find = + .placeholder = 在頁面中搜尋 +findbar-fast-find = + .placeholder = 快速尋找 +findbar-fast-find-links = + .placeholder = 快速尋找 (僅鏈結) +findbar-case-sensitive-status = + .value = (區分大小寫) +findbar-match-diacritics-status = + .value = (變音符號需符合) +findbar-entire-word-status = + .value = (僅整個字) +# Variables: +# $current (Number): Index of the currently selected match +# $total (Number): Total count of matches +findbar-found-matches = + .value = 第 { $current } 筆符合,共符合 { $total } 筆 +# Variables: +# $limit (Number): Total count of matches allowed before counting stops +findbar-found-matches-count-limit = + .value = 符合超過 { $limit } 項 -- cgit v1.2.3