X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fzh.js;fp=sources%2Flang%2Fzh.js;h=c8a0548f89c65aa1aeb49775df2db7660616a478;hp=a5124e2b3868c7a2aeaac6124c03896966135857;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/zh.js b/sources/lang/zh.js index a5124e2..c8a0548 100644 --- a/sources/lang/zh.js +++ b/sources/lang/zh.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' ] = { 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' ] = { 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: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: '空白鍵', + 35: 'End', + 36: 'Home', + 46: '刪除', + 224: 'Command 鍵' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: '鍵盤快捷鍵' } };