X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Flang%2Fzh-cn.js;h=a807834e8012962b223a8667276f1add6a7d1d87;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=d926e680e9316e99612251d2d37829aa94c8cd4d;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/zh-cn.js b/_source/lang/zh-cn.js index d926e68..a807834 100644 --- a/_source/lang/zh-cn.js +++ b/_source/lang/zh-cn.js @@ -105,6 +105,10 @@ CKEDITOR.lang['zh-cn'] = targetTop : '整页 (_top)', targetSelf : '本窗口 (_self)', targetParent : '父窗口 (_parent)', + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, 不可用' @@ -744,5 +748,11 @@ CKEDITOR.lang['zh-cn'] = }, toolbarCollapse : '折叠工具栏', - toolbarExpand : '展开工具栏' + toolbarExpand : '展开工具栏', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };