X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fzh.js;h=5568d208ee82d597420e9aa4c01e50997dbcc9c9;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=cd40be60bcce877accb6e064eb02906617aa99f7;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/lang/zh.js b/_source/lang/zh.js index cd40be6..5568d20 100644 --- a/_source/lang/zh.js +++ b/_source/lang/zh.js @@ -31,7 +31,8 @@ CKEDITOR.lang['zh'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : '富文本編輯器,%1,按 ALT+0 以獲得幫助。', + editorTitle : '富文本編輯器,%1', + editorHelp : '按 ALT+0 以獲得幫助', // ARIA descriptions. toolbars : '編輯器工具欄', @@ -119,6 +120,7 @@ CKEDITOR.lang['zh'] = alignTop : '靠上對齊', alignMiddle : '置中對齊', alignBottom : '靠下對齊', + invalidValue : 'Invalid value.', // MISSING invalidHeight : '高度必須為數字格式', invalidWidth : '寬度必須為數字格式', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING