Changeset 5864
- Timestamp:
- 09/10/10 11:06:39 (3 years ago)
- Location:
- CKEditor/trunk/_source/lang
- Files:
-
- 2 edited
-
_translationstatus.txt (modified) (1 diff)
-
zh-cn.js (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/lang/_translationstatus.txt
r5863 r5864 57 57 uk.js Found: 404 Missing: 127 58 58 vi.js Found: 481 Missing: 50 59 zh-cn.js Found: 5 23 Missing: 859 zh-cn.js Found: 531 Missing: 0 60 60 zh.js Found: 404 Missing: 127 -
CKEditor/trunk/_source/lang/zh-cn.js
r5863 r5864 99 99 validateNumberFailed : '需要输入数字格式', 100 100 confirmNewPage : '当前文档内容未保存,是否确认新建文档?', 101 confirmCancel : '部分 选项尚未保存,是否确认关闭对话框?',101 confirmCancel : '部分修改尚未保存,是否确认关闭对话框?', 102 102 options : '选项', 103 103 target : '目标窗口', … … 106 106 targetSelf : '本窗口 (_self)', 107 107 targetParent : '父窗口 (_parent)', 108 langDirLTR : ' Left to Right (LTR)', // MISSING109 langDirRTL : ' Right to Left (RTL)', // MISSING110 styles : ' Style', // MISSING111 cssClasses : ' Stylesheet Classes', // MISSING108 langDirLTR : '从左到右 (LTR)', 109 langDirRTL : '从右到左 (RTL)', 110 styles : '样式', 111 cssClasses : '样式类', 112 112 113 113 // Put the voice-only part of the label in the span. … … 201 201 type : '标记类型', 202 202 start : '开始序号', 203 validateStartNumber :' List start number must be a whole number.', // MISSING203 validateStartNumber :'列表开始序号必须为整数格式', 204 204 circle : '空心圆', 205 205 disc : '实心圆', … … 288 288 hAlign : '水平对齐', 289 289 vAlign : '垂直对齐', 290 alignTop : '顶端 对齐',291 alignMiddle : '中间 对齐',292 alignBottom : '底部 对齐',293 alignBaseline : '基线 对齐',290 alignTop : '顶端', 291 alignMiddle : '中间', 292 alignBottom : '底部', 293 alignBaseline : '基线', 294 294 bgColor : '背景颜色', 295 295 borderColor : '边框颜色', … … 713 713 dic_delete : '删除', 714 714 dic_rename : '重命名', 715 dic_info : ' Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING715 dic_info : '一开始用户词典储存在 Cookie 中, 但是 Cookies 的容量是有限的, 当用户词典增长到超出 Cookie 限制时就无法再储存了, 这时您可以将词典储存到我们的服务器上. 要把您的个人词典到储存到我们的服务器上的话, 需要为您的词典指定一个名称, 如果您在我们的服务器上已经有储存有一个词典, 请输入词典名称并按还原按钮.', 716 716 717 717 aboutTab : '关于' … … 723 723 dlgTitle : '关于CKEditor', 724 724 moreInfo : '访问我们的网站以获取更多关于协议的信息', 725 copy : ' 版权所有 © $1.'725 copy : 'Copyright © $1. All rights reserved.' 726 726 }, 727 727 … … 732 732 { 733 733 anchor : '锚点', 734 flash : 'Flash ',734 flash : 'Flash 动画', 735 735 div : '分页', 736 unknown : ' 位置对象'736 unknown : '未知对象' 737 737 }, 738 738 … … 753 753 bidi : 754 754 { 755 ltr : ' Text direction from left to right', // MISSING756 rtl : ' Text direction from right to left' // MISSING755 ltr : '文字方向为从左至右', 756 rtl : '文字方向为从右至左' 757 757 } 758 758 };
Note: See TracChangeset
for help on using the changeset viewer.
