X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fzh.js;h=eb9172d39f9f394488844302072e84cdb10e156b;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=69448a0fe3f3e96d9df740842a3382c9066a09de;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/zh.js b/_source/lang/zh.js index 69448a0..eb9172d 100644 --- a/_source/lang/zh.js +++ b/_source/lang/zh.js @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['zh'] = @@ -121,6 +121,10 @@ CKEDITOR.lang['zh'] = alignBottom : '靠下對齊', 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 + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, 已關閉' @@ -201,7 +205,8 @@ CKEDITOR.lang['zh'] = menu : '錨點屬性', title : '錨點屬性', name : '錨點名稱', - errorName : '請輸入錨點名稱' + errorName : '請輸入錨點名稱', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['zh'] = findWhat : '尋找:', replaceWith : '取代:', notFoundMsg : '未找到指定的文字。', + findOptions : 'Find Options', // MISSING matchCase : '大小寫須相符', matchWord : '全字相符', matchCyclic : '循環搜索', @@ -413,7 +419,6 @@ CKEDITOR.lang['zh'] = upload : '上傳', alt : '替代文字', lockRatio : '等比例', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : '重設為原大小', border : '邊框', hSpace : '水平距離', @@ -770,41 +775,41 @@ CKEDITOR.lang['zh'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : '文件屬性', + title : '文件屬性', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : 'Meta 資料', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '<其他>', + docTitle : '頁面標題', + charset : '字元編碼', + charsetOther : '其他字元編碼', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetCE : '中歐語系', + charsetCT : '正體中文 (Big5)', + charsetCR : '斯拉夫文', + charsetGR : '希臘文', + charsetJP : '日文', + charsetKR : '韓文', + charsetTR : '土耳其文', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetWE : '西歐語系', + docType : '文件類型', + docTypeOther : '其他文件類型', + xhtmlDec : '包含 XHTML 定義', + bgColor : '背景顏色', + bgImage : '背景影像', + bgFixed : '浮水印', + txtColor : '文字顏色', + margin : '頁面邊界', + marginTop : '上', + marginLeft : '左', + marginRight : '右', + marginBottom : '下', + metaKeywords : '文件索引關鍵字 (用半形逗號[,]分隔)', + metaDescription : '文件說明', + metaAuthor : '作者', + metaCopyright : '版權所有', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };