From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-zh-CN/toolkit/toolkit/global/textActions.ftl | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 l10n-zh-CN/toolkit/toolkit/global/textActions.ftl (limited to 'l10n-zh-CN/toolkit/toolkit/global/textActions.ftl') diff --git a/l10n-zh-CN/toolkit/toolkit/global/textActions.ftl b/l10n-zh-CN/toolkit/toolkit/global/textActions.ftl new file mode 100644 index 0000000000..89e7c3ff97 --- /dev/null +++ b/l10n-zh-CN/toolkit/toolkit/global/textActions.ftl @@ -0,0 +1,64 @@ +# 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/. + +text-action-undo = + .label = 撤销 + .accesskey = U +text-action-undo-shortcut = + .key = Z +text-action-redo = + .label = 重做 + .accesskey = R +text-action-redo-shortcut = + .key = Y +text-action-cut = + .label = 剪切 + .accesskey = t +text-action-cut-shortcut = + .key = X +text-action-copy = + .label = 复制 + .accesskey = C +text-action-copy-shortcut = + .key = C +# This command copies the link, removing additional +# query parameters used to track users across sites. +text-action-strip-on-share = + .label = 复制无跟踪参数链接 + .accesskey = n +text-action-paste = + .label = 粘贴 + .accesskey = P +text-action-paste-no-formatting = + .label = 粘贴为无格式文本 + .accesskey = m +text-action-paste-shortcut = + .key = V +text-action-delete = + .label = 删除 + .accesskey = D +text-action-select-all = + .label = 全选 + .accesskey = A +text-action-select-all-shortcut = + .key = A +text-action-spell-no-suggestions = + .label = 无拼写建议 +text-action-spell-add-to-dictionary = + .label = 添加到字典 + .accesskey = o +text-action-spell-undo-add-to-dictionary = + .label = 撤销添加到字典 + .accesskey = n +text-action-spell-check-toggle = + .label = 拼写检查 + .accesskey = g +text-action-spell-add-dictionaries = + .label = 添加字典… + .accesskey = A +text-action-spell-dictionaries = + .label = 语言 + .accesskey = L +text-action-search-text-box-clear = + .title = 清空 -- cgit v1.2.3