JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / zh-cn.js
index 10ed3a6..49b85d6 100644 (file)
@@ -121,6 +121,8 @@ CKEDITOR.lang['zh-cn'] =
                alignBottom             : '底部',\r
                invalidHeight   : '高度必须为数字格式',\r
                invalidWidth    : '宽度必须为数字格式',\r
+               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\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, 不可用</span>'\r
@@ -201,7 +203,8 @@ CKEDITOR.lang['zh-cn'] =
                menu            : '锚点链接属性',\r
                title           : '锚点链接属性',\r
                name            : '锚点名称',\r
-               errorName       : '请输入锚点名称'\r
+               errorName       : '请输入锚点名称',\r
+               remove          : 'Remove Anchor' // MISSING\r
        },\r
 \r
        // List style dialog\r
@@ -413,7 +416,6 @@ CKEDITOR.lang['zh-cn'] =
                upload          : '上传',\r
                alt                     : '替换文本',\r
                lockRatio       : '锁定比例',\r
-               unlockRatio     : '不锁定比例',\r
                resetSize       : '原始尺寸',\r
                border          : '边框大小',\r
                hSpace          : '水平间距',\r
@@ -770,41 +772,41 @@ CKEDITOR.lang['zh-cn'] =
 \r
        docprops :\r
        {\r
-               label : 'Document Properties', // MISSING\r
-               title : 'Document Properties', // MISSING\r
+               label : '页面属性',\r
+               title : '页面属性',\r
                design : 'Design', // MISSING\r
-               meta : 'Meta Tags', // MISSING\r
-               chooseColor : 'Choose', // MISSING\r
-               other : 'Other...', // MISSING\r
-               docTitle :      'Page Title', // MISSING\r
-               charset :       'Character Set Encoding', // MISSING\r
-               charsetOther : 'Other Character Set Encoding', // MISSING\r
+               meta : 'Meta 数据',\r
+               chooseColor : '选择',\r
+               other : '<其他>',\r
+               docTitle :      '页面标题',\r
+               charset :       '字符编码',\r
+               charsetOther : '其它字符编码',\r
                charsetASCII : 'ASCII', // MISSING\r
-               charsetCE : 'Central European', // MISSING\r
-               charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
-               charsetCR : 'Cyrillic', // MISSING\r
-               charsetGR : 'Greek', // MISSING\r
-               charsetJP : 'Japanese', // MISSING\r
-               charsetKR : 'Korean', // MISSING\r
-               charsetTR : 'Turkish', // MISSING\r
+               charsetCE : '中欧',\r
+               charsetCT : '繁体中文 (Big5)',\r
+               charsetCR : '西里尔文',\r
+               charsetGR : '希腊文',\r
+               charsetJP : '日文',\r
+               charsetKR : '韩文',\r
+               charsetTR : '土耳其文',\r
                charsetUN : 'Unicode (UTF-8)', // MISSING\r
-               charsetWE : 'Western European', // MISSING\r
-               docType : 'Document Type Heading', // MISSING\r
-               docTypeOther : 'Other Document Type Heading', // MISSING\r
-               xhtmlDec : 'Include XHTML Declarations', // MISSING\r
-               bgColor : 'Background Color', // MISSING\r
-               bgImage : 'Background Image URL', // MISSING\r
-               bgFixed : 'Non-scrolling (Fixed) Background', // MISSING\r
-               txtColor : 'Text Color', // MISSING\r
-               margin : 'Page Margins', // MISSING\r
-               marginTop : 'Top', // MISSING\r
-               marginLeft : 'Left', // MISSING\r
-               marginRight : 'Right', // MISSING\r
-               marginBottom : 'Bottom', // MISSING\r
-               metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING\r
-               metaDescription : 'Document Description', // MISSING\r
-               metaAuthor : 'Author', // MISSING\r
-               metaCopyright : 'Copyright', // MISSING\r
+               charsetWE : '西欧',\r
+               docType : '文档类型',\r
+               docTypeOther : '其它文档类型',\r
+               xhtmlDec : '包含 XHTML 声明',\r
+               bgColor : '背景颜色',\r
+               bgImage : '背景图像',\r
+               bgFixed : '不滚动背景图像',\r
+               txtColor : '文本颜色',\r
+               margin : '页面边距',\r
+               marginTop : '上',\r
+               marginLeft : '左',\r
+               marginRight : '右',\r
+               marginBottom : '下',\r
+               metaKeywords : '页面索引关键字 (用半角逗号[,]分隔)',\r
+               metaDescription : '页面说明',\r
+               metaAuthor : '作者',\r
+               metaCopyright : '版权',\r
                previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
        }\r
 };\r