JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / zh.js
index 69448a0..9d38e21 100644 (file)
@@ -121,6 +121,8 @@ CKEDITOR.lang['zh'] =
                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'] =
                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'] =
                upload          : '上傳',\r
                alt                     : '替代文字',\r
                lockRatio       : '等比例',\r
-               unlockRatio     : 'Unlock Ratio', // MISSING\r
                resetSize       : '重設為原大小',\r
                border          : '邊框',\r
                hSpace          : '水平距離',\r
@@ -770,41 +772,41 @@ CKEDITOR.lang['zh'] =
 \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
+               meta : 'Meta 資料',\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
+               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