X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fzh-cn.js;fp=sources%2Flang%2Fzh-cn.js;h=b89c0c9fe8b88de47423847d48d7f3fb29294dc6;hp=c3b01a5c91c87273c39b10f25d23efeb3803989f;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/zh-cn.js b/sources/lang/zh-cn.js index c3b01a5..b89c0c9 100644 --- a/sources/lang/zh-cn.js +++ b/sources/lang/zh-cn.js @@ -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,不可用' + unavailable: '%1,不可用', + + // 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: '快捷键' } };