aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/zh-cn.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/zh-cn.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/zh-cn.js15
1 files changed, 6 insertions, 9 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/zh-cn.js b/sources/plugins/a11yhelp/dialogs/lang/zh-cn.js
index 553f56c..0ce61d2 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/zh-cn.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/zh-cn.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -79,29 +79,26 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'zh-cn', {
79 { 79 {
80 name: '辅助功能帮助', 80 name: '辅助功能帮助',
81 legend: '按 ${a11yHelp}' 81 legend: '按 ${a11yHelp}'
82 },
83 {
84 name: '粘贴为纯文本',
85 legend: '按 ${pastetext}',
86 legendEdge: '按 ${pastetext},然后再按 ${paste}'
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: '退格键',
87 tab: 'Tab 键', 91 tab: 'Tab 键',
88 enter: '回车键',
89 shift: 'Shift 键',
90 ctrl: 'Ctrl 键',
91 alt: 'Alt 键',
92 pause: '暂停键', 92 pause: '暂停键',
93 capslock: '大写锁定键', 93 capslock: '大写锁定键',
94 escape: 'Esc 键', 94 escape: 'Esc 键',
95 pageUp: '上翻页键', 95 pageUp: '上翻页键',
96 pageDown: '下翻页键', 96 pageDown: '下翻页键',
97 end: '行尾键',
98 home: '行首键',
99 leftArrow: '向左箭头键', 97 leftArrow: '向左箭头键',
100 upArrow: '向上箭头键', 98 upArrow: '向上箭头键',
101 rightArrow: '向右箭头键', 99 rightArrow: '向右箭头键',
102 downArrow: '向下箭头键', 100 downArrow: '向下箭头键',
103 insert: '插入键', 101 insert: '插入键',
104 'delete': '删除键',
105 leftWindowKey: '左 WIN 键', 102 leftWindowKey: '左 WIN 键',
106 rightWindowKey: '右 WIN 键', 103 rightWindowKey: '右 WIN 键',
107 selectKey: '选择键', 104 selectKey: '选择键',