summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/toolkit/toolkit/global
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-zh-TW/toolkit/toolkit/global
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/toolkit/toolkit/global')
-rw-r--r--l10n-zh-TW/toolkit/toolkit/global/arrowscrollbox.ftl18
-rw-r--r--l10n-zh-TW/toolkit/toolkit/global/processTypes.ftl2
-rw-r--r--l10n-zh-TW/toolkit/toolkit/global/textActions.ftl2
3 files changed, 22 insertions, 0 deletions
diff --git a/l10n-zh-TW/toolkit/toolkit/global/arrowscrollbox.ftl b/l10n-zh-TW/toolkit/toolkit/global/arrowscrollbox.ftl
index 6fbe8159b2..ad7f9701da 100644
--- a/l10n-zh-TW/toolkit/toolkit/global/arrowscrollbox.ftl
+++ b/l10n-zh-TW/toolkit/toolkit/global/arrowscrollbox.ftl
@@ -1,3 +1,21 @@
# 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 Arrowscrollbox component.
+### For example, Arrowscrollboxes are used in Tabs Toolbar when there are
+### multiple tabs opened and in the overflowing menus.
+
+# This button is shown at the beginning of the overflowing list of elements.
+# For example, in LTR language like English, on the Tabs Toolbar it would look
+# like "<" and scroll the tab list to the left, and in the overflowing menu it
+# would look like "^" and scroll the list of menuitems up.
+overflow-scroll-button-up =
+ .tooltiptext = 向上捲動
+# This button is shown at the end of the overflowing list of elements. For
+# example, in LTR language like English, on the Tabs Toolbar it would look like
+# ">" and scroll the tab list to the right, and in the overflowing menu it
+# would look like "v" and scroll the list of menuitems down.
+overflow-scroll-button-down =
+ .tooltiptext = 向下捲動
diff --git a/l10n-zh-TW/toolkit/toolkit/global/processTypes.ftl b/l10n-zh-TW/toolkit/toolkit/global/processTypes.ftl
index 3e3503ccb4..9792d79924 100644
--- a/l10n-zh-TW/toolkit/toolkit/global/processTypes.ftl
+++ b/l10n-zh-TW/toolkit/toolkit/global/processTypes.ftl
@@ -17,6 +17,8 @@ process-type-privilegedmozilla = 有權限的 Mozilla 內容
process-type-extension = 擴充套件
# process used to open file:// URLs
process-type-file = 本機檔案
+# process used to instantiate new child processes
+process-type-forkserver = Fork Server
# process used to isolate a webpage from other web pages
# to improve security
process-type-webisolated = 隔離的網頁內容
diff --git a/l10n-zh-TW/toolkit/toolkit/global/textActions.ftl b/l10n-zh-TW/toolkit/toolkit/global/textActions.ftl
index 5e088692f4..a36cb209af 100644
--- a/l10n-zh-TW/toolkit/toolkit/global/textActions.ftl
+++ b/l10n-zh-TW/toolkit/toolkit/global/textActions.ftl
@@ -62,3 +62,5 @@ text-action-spell-dictionaries =
.accesskey = L
text-action-search-text-box-clear =
.title = 清除
+text-action-highlight-selection =
+ .label = 強調選擇範圍