summaryrefslogtreecommitdiffstats
path: root/l10n-zh-CN/mobile/android
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-zh-CN/mobile/android
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/mobile/android')
-rwxr-xr-xl10n-zh-CN/mobile/android/chrome/browser.properties118
-rwxr-xr-xl10n-zh-CN/mobile/android/chrome/config.dtd21
-rwxr-xr-xl10n-zh-CN/mobile/android/chrome/config.properties9
-rwxr-xr-xl10n-zh-CN/mobile/android/chrome/passwordmgr.properties20
-rwxr-xr-xl10n-zh-CN/mobile/android/defines.inc12
-rw-r--r--l10n-zh-CN/mobile/android/mobile/android/aboutConfig.ftl28
6 files changed, 208 insertions, 0 deletions
diff --git a/l10n-zh-CN/mobile/android/chrome/browser.properties b/l10n-zh-CN/mobile/android/chrome/browser.properties
new file mode 100755
index 0000000000..e3835e94cc
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/chrome/browser.properties
@@ -0,0 +1,118 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# Popup Blocker
+
+# In Extension.jsm
+
+# LOCALIZATION NOTE (webextPerms.header)
+# This string is used as a header in the webextension permissions dialog,
+# %S is replaced with the localized name of the extension being installed.
+# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612
+# for an example of the full dialog.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.header=要添加 %S 吗?
+
+webextPerms.add.label=添加
+webextPerms.cancel.label=取消
+
+# LOCALIZATION NOTE (webextPerms.updateText)
+# %S is replaced with the localized name of the updated extension.
+webextPerms.updateText=%S 已经更新。安装新的版本需要您批准新的权限。选择“取消”将继续使用当前版本。
+
+webextPerms.updateAccept.label=更新
+
+# LOCALIZATION NOTE (webextPerms.optionalPermsHeader)
+# %S is replaced with the localized name of the extension requesting new
+# permissions.
+webextPerms.optionalPermsHeader=%S 需要额外权限。
+webextPerms.optionalPermsListIntro=它想要:
+webextPerms.optionalPermsAllow.label=允许
+webextPerms.optionalPermsDeny.label=拒绝
+
+webextPerms.description.bookmarks=读取和修改书签
+webextPerms.description.browserSettings=读取和修改浏览器设置
+webextPerms.description.browsingData=清除最近的浏览历史, cookies等相关数据
+webextPerms.description.clipboardRead=获取剪贴板数据
+webextPerms.description.clipboardWrite=输入数据到剪贴板
+webextPerms.description.devtools=扩展开发者工具读取你打开标签页里的数据
+webextPerms.description.downloads=下载文件和读取与修改浏览器的下载历史
+webextPerms.description.downloads.open=打开下载到你电脑的文件
+webextPerms.description.find=读取打开标签页的内容
+webextPerms.description.geolocation=访问您的位置
+webextPerms.description.history=存取浏览历史
+webextPerms.description.management=监控扩展使用情况和管理主题
+# LOCALIZATION NOTE (webextPerms.description.nativeMessaging)
+# %S will be replaced with the name of the application
+webextPerms.description.nativeMessaging=与 %S 之外的其他程序交换信息
+webextPerms.description.notifications=为您显示通知
+webextPerms.description.privacy=读取和修改隐私设置
+webextPerms.description.proxy=控制浏览器代理设置
+webextPerms.description.sessions=存取最近关闭的标签页
+webextPerms.description.tabs=存取浏览器标签页
+webextPerms.description.topSites=存取浏览历史
+webextPerms.description.webNavigation=获知浏览器导航时的行为状态
+
+webextPerms.hostDescription.allUrls=存取您用于所有网站的数据
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard)
+# %S will be replaced by the DNS domain for which a webextension
+# is requesting access (e.g., mozilla.org)
+webextPerms.hostDescription.wildcard=存取您用于 %S 域名的数据
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# domains for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManyWildcards=存取您用于其他 #1 个域名的数据
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite)
+# %S will be replaced by the DNS host name for which a webextension
+# is requesting access (e.g., www.mozilla.org)
+webextPerms.hostDescription.oneSite=存取您用于 %S 的数据
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites)
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# hosts for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManySites=存取您用于其他 #1 个网站的数据
+
+
+# LOCALIZATION NOTE (password.logins): Label that will be used in
+ # Web Console API
+stacktrace.anonymousFunction=<匿名>
+stacktrace.outputMessage=跟踪 %S 堆栈,函数 %S,行 %S。
+timer.start=%S: 计时器开始
+
+# LOCALIZATION NOTE (timer.end):
+# This string is used to display the result of the console.timeEnd() call.
+# %1$S=name of timer, %2$S=number of milliseconds
+timer.end=%1$S: %2$Sms
+
+# Site settings dialog
+
+# In ContextualIdentityService.jsm
+
+# LOCALIZATION NOTE (userContextPersonal.label,
+# userContextWork.label,
+# userContextShopping.label,
+# userContextBanking.label,
+# userContextNone.label):
+# These strings specify the four predefined contexts included in support of the
+# Contextual Identity / Containers project. Each context is meant to represent
+# the context that the user is in when interacting with the site. Different
+# contexts will store cookies and other information from those sites in
+# different, isolated locations. You can enable the feature by typing
+# about:config in the URL bar and changing privacy.userContext.enabled to true.
+# Once enabled, you can open a new tab in a specific context by clicking
+# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these
+# strings on the right-hand side of the URL bar.
+# In android this will be only exposed by web extensions
+userContextPersonal.label = 私人
+userContextWork.label = 工作
+userContextBanking.label = 金融
+userContextShopping.label = 购物
+
diff --git a/l10n-zh-CN/mobile/android/chrome/config.dtd b/l10n-zh-CN/mobile/android/chrome/config.dtd
new file mode 100755
index 0000000000..2cc6f45c3f
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/chrome/config.dtd
@@ -0,0 +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/. -->
+
+
+<!ENTITY toolbar.searchPlaceholder "搜索">
+
+<!ENTITY newPref.namePlaceholder "名称">
+
+<!ENTITY newPref.valueBoolean "布尔">
+<!ENTITY newPref.valueString "字符串">
+<!ENTITY newPref.valueInteger "整数">
+
+<!ENTITY newPref.stringPlaceholder "请输入字符串">
+<!ENTITY newPref.numberPlaceholder "请输入数字">
+
+<!ENTITY newPref.toggleButton "切换">
+<!ENTITY newPref.cancelButton "取消">
+
+<!ENTITY contextMenu.copyPrefName "复制名称">
+<!ENTITY contextMenu.copyPrefValue "复制值">
diff --git a/l10n-zh-CN/mobile/android/chrome/config.properties b/l10n-zh-CN/mobile/android/chrome/config.properties
new file mode 100755
index 0000000000..640935073d
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/chrome/config.properties
@@ -0,0 +1,9 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+newPref.createButton=创建
+newPref.changeButton=更改
+
+pref.toggleButton=切换
+pref.resetButton=重置
diff --git a/l10n-zh-CN/mobile/android/chrome/passwordmgr.properties b/l10n-zh-CN/mobile/android/chrome/passwordmgr.properties
new file mode 100755
index 0000000000..a53856835f
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/chrome/passwordmgr.properties
@@ -0,0 +1,20 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# String will be replaced by brandShortName.
+saveLogin=您想让 %S 记住此登录信息吗?
+rememberButton=记住
+neverButton=总不
+
+# String is the login's hostname
+updatePassword=更新 %S 上保存的密码?
+updatePasswordNoUser=更新此账户的密码?
+updateButton=更新
+dontUpdateButton=不要更新
+
+userSelectText2=选择要更新哪个登录信息:
+passwordChangeTitle=确认更改密码
+
+username=用户名
+password=密码
diff --git a/l10n-zh-CN/mobile/android/defines.inc b/l10n-zh-CN/mobile/android/defines.inc
new file mode 100755
index 0000000000..f8ed22de0c
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/defines.inc
@@ -0,0 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#filter emptyLines
+
+#define MOZ_LANGPACK_CREATOR Mozest
+
+# If non-English locales wish to credit multiple contributors, uncomment this
+# variable definition and use the format specified.
+#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Wen Shaohua</em:contributor> <em:contributor>YFdyh000</em:contributor> <em:contributor>xcffl</em:contributor> <em:contributor>Shen Hao</em:contributor> <em:contributor>Liu Xing</em:contributor>
+
+#unfilter emptyLines
diff --git a/l10n-zh-CN/mobile/android/mobile/android/aboutConfig.ftl b/l10n-zh-CN/mobile/android/mobile/android/aboutConfig.ftl
new file mode 100644
index 0000000000..04995eafd5
--- /dev/null
+++ b/l10n-zh-CN/mobile/android/mobile/android/aboutConfig.ftl
@@ -0,0 +1,28 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+config-toolbar-search =
+ .placeholder = 搜索
+config-new-pref-name =
+ .placeholder = 名称
+
+config-new-pref-value-boolean = 布尔
+config-new-pref-value-string = 字符串
+config-new-pref-value-integer = 整数
+
+config-new-pref-string =
+ .placeholder = 请输入字符串
+config-new-pref-number =
+ .placeholder = 请输入数字
+config-new-pref-cancel-button = 取消
+config-new-pref-create-button = 创建
+config-new-pref-change-button = 更改
+
+config-pref-toggle-button = 切换
+config-pref-reset-button = 重置
+
+config-context-menu-copy-pref-name =
+ .label = 复制名称
+config-context-menu-copy-pref-value =
+ .label = 复制值