X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fzh-cn.js;h=d396e9626d34e5eff49d7fb513702f29e93722f6;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=10ed3a61155ec5d31dfff10ba276ed3d864f9233;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/zh-cn.js b/_source/lang/zh-cn.js index 10ed3a6..d396e96 100644 --- a/_source/lang/zh-cn.js +++ b/_source/lang/zh-cn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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-cn'] = @@ -31,10 +31,11 @@ CKEDITOR.lang['zh-cn'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : '所见即所得编辑器, %1, 按 ALT+0 查看帮助。', + editorTitle : '富文本编辑器,%1', + editorHelp : '按 ALT+0 获得帮助', // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING + toolbars : '工具栏', editor : '所见即所得编辑器', // Toolbar buttons without dialogs. @@ -56,7 +57,7 @@ CKEDITOR.lang['zh-cn'] = superscript : '上标', horizontalrule : '插入水平线', pagebreak : '插入分页符', - pagebreakAlt : 'Page Break', // MISSING + pagebreakAlt : '分页符', unlink : '取消超链接', undo : '撤消', redo : '重做', @@ -121,6 +122,10 @@ CKEDITOR.lang['zh-cn'] = alignBottom : '底部', invalidHeight : '高度必须为数字格式', invalidWidth : '宽度必须为数字格式', + invalidCssLength : '该字段必须为合式的CSS长度值,包括单位(px, %, in, cm, mm, em, ex, pt 或 pc)', + invalidHtmlLength : '该字段必须为合式的HTML长度值,包括单位(px 或 %)', + invalidInlineStyle : '内联样式必须为格式是以分号分隔的一个或多个“属性名 : 属性值”', + cssLengthTooltip : '该字段必须为合式的CSS长度值,包括单位(px, %, in, cm, mm, em, ex, pt 或 pc)', // Put the voice-only part of the label in the span. unavailable : '%1, 不可用' @@ -182,7 +187,7 @@ CKEDITOR.lang['zh-cn'] = cssClasses : '样式类名称', charset : '字符编码', styles : '行内样式', - rel : 'Relationship', // MISSING + rel : '关联', selectAnchor : '选择一个锚点', anchorName : '按锚点名称', anchorId : '按锚点 ID', @@ -201,7 +206,8 @@ CKEDITOR.lang['zh-cn'] = menu : '锚点链接属性', title : '锚点链接属性', name : '锚点名称', - errorName : '请输入锚点名称' + errorName : '请输入锚点名称', + remove : '删除锚点' }, // List style dialog @@ -237,6 +243,7 @@ CKEDITOR.lang['zh-cn'] = findWhat : '查找:', replaceWith : '替换:', notFoundMsg : '指定文本没有找到', + findOptions : '查找选项', matchCase : '区分大小写', matchWord : '全字匹配', matchCyclic : '循环匹配', @@ -413,7 +420,6 @@ CKEDITOR.lang['zh-cn'] = upload : '上传', alt : '替换文本', lockRatio : '锁定比例', - unlockRatio : '不锁定比例', resetSize : '原始尺寸', border : '边框大小', hSpace : '水平间距', @@ -602,8 +608,8 @@ CKEDITOR.lang['zh-cn'] = iframe : { - title : 'iFrame属性', - toolbar : 'iFrame', + title : 'IFrame 属性', + toolbar : 'IFrame', noUrl : '请输入框架的 URL', scrolling : '允许滚动条', border : '显示框架边框' @@ -715,10 +721,10 @@ CKEDITOR.lang['zh-cn'] = { title : '关于CKEditor', dlgTitle : '关于CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING + help : '请访问 $1 以获取帮助.', + userGuide : 'CKEditor 用户向导', moreInfo : '访问我们的网站以获取更多关于协议的信息', - copy : 'Copyright © $1. All rights reserved.' + copy : 'Copyright © $1. 版权所有。' }, maximize : '全屏', @@ -728,8 +734,8 @@ CKEDITOR.lang['zh-cn'] = { anchor : '锚点', flash : 'Flash 动画', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING + iframe : 'IFrame', + hiddenfield : '隐藏域', unknown : '未知对象' }, @@ -749,17 +755,17 @@ CKEDITOR.lang['zh-cn'] = toolbarGroups : { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING + document : '文档', + clipboard : '剪贴板/撤销', + editing : '编辑', + forms : '表单', + basicstyles : '基本格式', + paragraph : '段落', + links : '链接', + insert : '插入', + styles : '样式', + colors : '颜色', + tools : '工具' }, bidi : @@ -770,41 +776,41 @@ CKEDITOR.lang['zh-cn'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING - 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 - 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 - previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING + label : '页面属性', + title : '页面属性', + design : '设计', + meta : 'Meta 数据', + chooseColor : '选择', + other : '<其他>', + docTitle : '页面标题', + charset : '字符编码', + charsetOther : '其它字符编码', + charsetASCII : 'ASCII', + charsetCE : '中欧', + charsetCT : '繁体中文 (Big5)', + charsetCR : '西里尔文', + charsetGR : '希腊文', + charsetJP : '日文', + charsetKR : '韩文', + charsetTR : '土耳其文', + charsetUN : 'Unicode (UTF-8)', + charsetWE : '西欧', + docType : '文档类型', + docTypeOther : '其它文档类型', + xhtmlDec : '包含 XHTML 声明', + bgColor : '背景颜色', + bgImage : '背景图像', + bgFixed : '不滚动背景图像', + txtColor : '文本颜色', + margin : '页面边距', + marginTop : '上', + marginLeft : '左', + marginRight : '右', + marginBottom : '下', + metaKeywords : '页面索引关键字 (用半角逗号[,]分隔)', + metaDescription : '页面说明', + metaAuthor : '作者', + metaCopyright : '版权', + previewHtml : '

这是一些演示用文字。你当前正在使用CKEditor。

' } };