X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fzh.js;h=5568d208ee82d597420e9aa4c01e50997dbcc9c9;hp=569aefc01d7885df6611417d91e69f26c6381448;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hpb=6e682412d5cc0dfaedb376482e585bf2989c6863 diff --git a/_source/lang/zh.js b/_source/lang/zh.js index 569aefc..5568d20 100644 --- a/_source/lang/zh.js +++ b/_source/lang/zh.js @@ -31,8 +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 : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : '富文本編輯器,%1', + editorHelp : '按 ALT+0 以獲得幫助', // ARIA descriptions. toolbars : '編輯器工具欄', @@ -120,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