]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/zh-cn.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / zh-cn.js
index c3b01a5c91c87273c39b10f25d23efeb3803989f..b89c0c9fe8b88de47423847d48d7f3fb29294dc6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md or http://ckeditor.com/license
  */
 
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'zh-cn' ] = {
                alignMiddle: '居中',
                alignBottom: '底部',
                alignNone: '无',
-               invalidValue    : '无效的值。',
+               invalidValue: '无效的值。',
                invalidHeight: '高度必须为数字格式',
                invalidWidth: '宽度必须为数字格式',
                invalidCssLength: '此“%1”字段的值必须为正数,可以包含或不包含一个有效的 CSS 长度单位(px, %, in, cm, mm, em, ex, pt 或 pc)',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'zh-cn' ] = {
                cssLengthTooltip: '输入一个表示像素值的数字,或加上一个有效的 CSS 长度单位(px, %, in, cm, mm, em, ex, pt 或 pc)。',
 
                // Put the voice-only part of the label in the span.
-               unavailable: '%1<span class="cke_accessibility">,不可用</span>'
+               unavailable: '%1<span class="cke_accessibility">,不可用</span>',
+
+               // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
+               keyboard: {
+                       8: '退格键',
+                       13: '回车键',
+                       16: 'Shift',
+                       17: 'Ctrl',
+                       18: 'Alt',
+                       32: '空格键',
+                       35: '行尾键',
+                       36: '行首键',
+                       46: '删除键',
+                       224: 'Command'
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: '快捷键'
        }
 };