diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-zh-CN/suite/chrome/browser/tabbrowser.properties | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/browser/tabbrowser.properties | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/browser/tabbrowser.properties b/l10n-zh-CN/suite/chrome/browser/tabbrowser.properties new file mode 100755 index 0000000000..6d595367a9 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/browser/tabbrowser.properties @@ -0,0 +1,34 @@ +# 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.loading=载入中… +tabs.untitled=(Untitled) +tabs.closeWarningTitle=确认关闭其他标签 +tabs.closeWarning=您即将关闭 %S 个其他标签页。您确定要继续吗? +# LOCALIZATION NOTE (tabs.closeWarningOther): +# 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.closeWarningOther=您即将关闭其他 #1 个标签页。确定要继续吗? +tabs.closeButton=关闭其他标签 +tabs.closeWarningPromptMe=当我试图关闭其他标签时提示我 + +tabs.closeWarningTitleAll=确认关闭 +# LOCALIZATION NOTE (tabs.closeWarningAll): +# 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.closeWarningAll=当前浏览器窗口中有 #1 个活动的标签页。是否要全部关闭? +tabs.closeButtonAll=关闭所有标签页 +tabs.closeWarningPromptMeAll=关闭多个标签页时警告我 + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items were moved from /chrome/common/places/places.properties. +# Now they are not specific to bookmarks. +tabs.openWarningTitle=确认打开 +tabs.openWarningMultipleBranded=您将要打开 %S 个标签页。一并载入太多页面可能会减慢 %S 的运行。您确定要一并打开吗? +tabs.openButtonMultiple=打开多个标签页 +tabs.openWarningPromptMeBranded=当打开多个标签页会减慢 %S 运行时发出警告 |