diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl')
-rw-r--r-- | l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl b/l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl new file mode 100644 index 0000000000..4fa4e0038a --- /dev/null +++ b/l10n-zh-CN/toolkit/toolkit/global/extensionPermissions.ftl @@ -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/. + + +## Extension permission description keys are derived from permission names. +## Permissions for which the message has been changed and the key updated +## must have a corresponding entry in the `PERMISSION_L10N_ID_OVERRIDES` map. + +webext-perms-description-bookmarks = 读取和修改书签 +webext-perms-description-browserSettings = 读取和修改浏览器设置 +webext-perms-description-browsingData = 清除最近的浏览记录、Cookie 及有关数据 +webext-perms-description-clipboardRead = 获取剪贴板数据 +webext-perms-description-clipboardWrite = 录入数据到剪贴板 +webext-perms-description-declarativeNetRequest = 拦截任何页面上的内容 +webext-perms-description-declarativeNetRequestFeedback = 读取您的浏览记录 +webext-perms-description-devtools = 让开发者工具可以存取您打开的标签页中的数据 +webext-perms-description-downloads = 下载文件和读写浏览器的下载历史 +webext-perms-description-downloads-open = 打开已下载至您的计算机的文件 +webext-perms-description-find = 读取已打开的所有标签页的文本 +webext-perms-description-geolocation = 获知您的位置 +webext-perms-description-history = 存取浏览历史 +webext-perms-description-management = 监控扩展使用情况和管理主题 +webext-perms-description-nativeMessaging = 与 { -brand-short-name } 之外的其他程序交换信息 +webext-perms-description-notifications = 为您显示通知 +webext-perms-description-pkcs11 = 提供密码认证服务 +webext-perms-description-privacy = 读取和修改隐私设置 +webext-perms-description-proxy = 控制浏览器的代理设置 +webext-perms-description-sessions = 存取最近关闭的标签页 +webext-perms-description-tabs = 存取浏览器标签页 +webext-perms-description-tabHide = 隐藏和显示浏览器标签页 +webext-perms-description-topSites = 存取浏览历史 +webext-perms-description-webNavigation = 在您上网时了解浏览器的行为状态 |