source: branches/1.2/workflow/js/fckeditor/editor/lang/zh-cn.js @ 1349

Revision 1349, 15.8 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * Chinese Simplified language file.
22 */
23
24var FCKLang =
25{
26// Language direction : "ltr" (left to right) or "rtl" (right to left).
27Dir                                     : "ltr",
28
29ToolbarCollapse         : "折叠工具栏",
30ToolbarExpand           : "展开工具栏",
31
32// Toolbar Items and Context Menu
33Save                            : "保存",
34NewPage                         : "新建",
35Preview                         : "预览",
36Cut                                     : "剪切",
37Copy                            : "复制",
38Paste                           : "粘贴",
39PasteText                       : "粘贴为无格式文本",
40PasteWord                       : "从 MS Word 粘贴",
41Print                           : "打印",
42SelectAll                       : "全选",
43RemoveFormat            : "清除格式",
44InsertLinkLbl           : "超链接",
45InsertLink                      : "插入/编辑超链接",
46RemoveLink                      : "取消超链接",
47Anchor                          : "插入/编辑锚点链接",
48InsertImageLbl          : "图象",
49InsertImage                     : "插入/编辑图象",
50InsertFlashLbl          : "Flash",
51InsertFlash                     : "插入/编辑 Flash",
52InsertTableLbl          : "表格",
53InsertTable                     : "插入/编辑表格",
54InsertLineLbl           : "水平线",
55InsertLine                      : "插入水平线",
56InsertSpecialCharLbl: "特殊符号",
57InsertSpecialChar       : "插入特殊符号",
58InsertSmileyLbl         : "表情符",
59InsertSmiley            : "插入表情图标",
60About                           : "关于 FCKeditor",
61Bold                            : "加粗",
62Italic                          : "倾斜",
63Underline                       : "下划线",
64StrikeThrough           : "删除线",
65Subscript                       : "下标",
66Superscript                     : "上标",
67LeftJustify                     : "左对齐",
68CenterJustify           : "居中对齐",
69RightJustify            : "右对齐",
70BlockJustify            : "两端对齐",
71DecreaseIndent          : "减少缩进量",
72IncreaseIndent          : "增加缩进量",
73Undo                            : "撤消",
74Redo                            : "重做",
75NumberedListLbl         : "编号列表",
76NumberedList            : "插入/删除编号列表",
77BulletedListLbl         : "项目列表",
78BulletedList            : "插入/删除项目列表",
79ShowTableBorders        : "显示表格边框",
80ShowDetails                     : "显示详细资料",
81Style                           : "样式",
82FontFormat                      : "格式",
83Font                            : "字体",
84FontSize                        : "大小",
85TextColor                       : "文本颜色",
86BGColor                         : "背景颜色",
87Source                          : "源代码",
88Find                            : "查找",
89Replace                         : "替换",
90SpellCheck                      : "拼写检查",
91UniversalKeyboard       : "软键盘",
92PageBreakLbl            : "分页符",
93PageBreak                       : "插入分页符",
94
95Form                    : "表单",
96Checkbox                : "复选框",
97RadioButton             : "单选按钮",
98TextField               : "单行文本",
99Textarea                : "多行文本",
100HiddenField             : "隐藏域",
101Button                  : "按钮",
102SelectionField  : "列表/菜单",
103ImageButton             : "图像域",
104
105FitWindow               : "全屏编辑",
106
107// Context Menu
108EditLink                        : "编辑超链接",
109CellCM                          : "单元格",
110RowCM                           : "行",
111ColumnCM                        : "列",
112InsertRow                       : "插入行",
113DeleteRows                      : "删除行",
114InsertColumn            : "插入列",
115DeleteColumns           : "删除列",
116InsertCell                      : "插入单元格",
117DeleteCells                     : "删除单元格",
118MergeCells                      : "合并单元格",
119SplitCell                       : "拆分单元格",
120TableDelete                     : "删除表格",
121CellProperties          : "单元格属性",
122TableProperties         : "表格属性",
123ImageProperties         : "图象属性",
124FlashProperties         : "Flash 属性",
125
126AnchorProp                      : "锚点链接属性",
127ButtonProp                      : "按钮属性",
128CheckboxProp            : "复选框属性",
129HiddenFieldProp         : "隐藏域属性",
130RadioButtonProp         : "单选按钮属性",
131ImageButtonProp         : "图像域属性",
132TextFieldProp           : "单行文本属性",
133SelectionFieldProp      : "菜单/列表属性",
134TextareaProp            : "多行文本属性",
135FormProp                        : "表单属性",
136
137FontFormats                     : "普通;已编排格式;地址;标题 1;标题 2;标题 3;标题 4;标题 5;标题 6;段落(DIV)",          //REVIEW : Check _getfontformat.html
138
139// Alerts and Messages
140ProcessingXHTML         : "正在处理 XHTML,请稍等...",
141Done                            : "完成",
142PasteWordConfirm        : "您要粘贴的内容好像是来自 MS Word,是否要清除 MS Word 格式后再粘贴?",
143NotCompatiblePaste      : "该命令需要 Internet Explorer 5.5 或更高版本的支持,是否按常规粘贴进行?",
144UnknownToolbarItem      : "未知工具栏项目 \"%1\"",
145UnknownCommand          : "未知命令名称 \"%1\"",
146NotImplemented          : "命令无法执行",
147UnknownToolbarSet       : "工具栏设置 \"%1\" 不存在",
148NoActiveX                       : "浏览器安全设置限制了本编辑器的某些功能。您必须启用安全设置中的“运行 ActiveX 控件和插件”,否则将出现某些错误并缺少功能。",
149BrowseServerBlocked : "无法打开资源浏览器,请确认是否启用了禁止弹出窗口。",
150DialogBlocked           : "无法打开对话框窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。",
151
152// Dialogs
153DlgBtnOK                        : "确定",
154DlgBtnCancel            : "取消",
155DlgBtnClose                     : "关闭",
156DlgBtnBrowseServer      : "浏览服务器",
157DlgAdvancedTag          : "高级",
158DlgOpOther                      : "<其它>",
159DlgInfoTab                      : "信息",
160DlgAlertUrl                     : "请插入 URL",
161
162// General Dialogs Labels
163DlgGenNotSet            : "<没有设置>",
164DlgGenId                        : "ID",
165DlgGenLangDir           : "语言方向",
166DlgGenLangDirLtr        : "从左到右 (LTR)",
167DlgGenLangDirRtl        : "从右到左 (RTL)",
168DlgGenLangCode          : "语言代码",
169DlgGenAccessKey         : "访问键",
170DlgGenName                      : "名称",
171DlgGenTabIndex          : "Tab 键次序",
172DlgGenLongDescr         : "详细说明地址",
173DlgGenClass                     : "样式类名称",
174DlgGenTitle                     : "标题",
175DlgGenContType          : "内容类型",
176DlgGenLinkCharset       : "字符编码",
177DlgGenStyle                     : "行内样式",
178
179// Image Dialog
180DlgImgTitle                     : "图象属性",
181DlgImgInfoTab           : "图象",
182DlgImgBtnUpload         : "发送到服务器上",
183DlgImgURL                       : "源文件",
184DlgImgUpload            : "上传",
185DlgImgAlt                       : "替换文本",
186DlgImgWidth                     : "宽度",
187DlgImgHeight            : "高度",
188DlgImgLockRatio         : "锁定比例",
189DlgBtnResetSize         : "恢复尺寸",
190DlgImgBorder            : "边框大小",
191DlgImgHSpace            : "水平间距",
192DlgImgVSpace            : "垂直间距",
193DlgImgAlign                     : "对齐方式",
194DlgImgAlignLeft         : "左对齐",
195DlgImgAlignAbsBottom: "绝对底边",
196DlgImgAlignAbsMiddle: "绝对居中",
197DlgImgAlignBaseline     : "基线",
198DlgImgAlignBottom       : "底边",
199DlgImgAlignMiddle       : "居中",
200DlgImgAlignRight        : "右对齐",
201DlgImgAlignTextTop      : "文本上方",
202DlgImgAlignTop          : "顶端",
203DlgImgPreview           : "预览",
204DlgImgAlertUrl          : "请输入图象地址",
205DlgImgLinkTab           : "链接",
206
207// Flash Dialog
208DlgFlashTitle           : "Flash 属性",
209DlgFlashChkPlay         : "自动播放",
210DlgFlashChkLoop         : "循环",
211DlgFlashChkMenu         : "启用 Flash 菜单",
212DlgFlashScale           : "缩放",
213DlgFlashScaleAll        : "全部显示",
214DlgFlashScaleNoBorder   : "无边框",
215DlgFlashScaleFit        : "严格匹配",
216
217// Link Dialog
218DlgLnkWindowTitle       : "超链接",
219DlgLnkInfoTab           : "超链接信息",
220DlgLnkTargetTab         : "目标",
221
222DlgLnkType                      : "超链接类型",
223DlgLnkTypeURL           : "超链接",
224DlgLnkTypeAnchor        : "页内锚点链接",
225DlgLnkTypeEMail         : "电子邮件",
226DlgLnkProto                     : "协议",
227DlgLnkProtoOther        : "<其它>",
228DlgLnkURL                       : "地址",
229DlgLnkAnchorSel         : "选择一个锚点",
230DlgLnkAnchorByName      : "按锚点名称",
231DlgLnkAnchorById        : "按锚点 ID",
232DlgLnkNoAnchors         : "<此文档没有可用的锚点>",               //REVIEW : Change < and > with ( and )
233DlgLnkEMail                     : "地址",
234DlgLnkEMailSubject      : "主题",
235DlgLnkEMailBody         : "内容",
236DlgLnkUpload            : "上传",
237DlgLnkBtnUpload         : "发送到服务器上",
238
239DlgLnkTarget            : "目标",
240DlgLnkTargetFrame       : "<框架>",
241DlgLnkTargetPopup       : "<弹出窗口>",
242DlgLnkTargetBlank       : "新窗口 (_blank)",
243DlgLnkTargetParent      : "父窗口 (_parent)",
244DlgLnkTargetSelf        : "本窗口 (_self)",
245DlgLnkTargetTop         : "整页 (_top)",
246DlgLnkTargetFrameName   : "目标框架名称",
247DlgLnkPopWinName        : "弹出窗口名称",
248DlgLnkPopWinFeat        : "弹出窗口属性",
249DlgLnkPopResize         : "调整大小",
250DlgLnkPopLocation       : "地址栏",
251DlgLnkPopMenu           : "菜单栏",
252DlgLnkPopScroll         : "滚动条",
253DlgLnkPopStatus         : "状态栏",
254DlgLnkPopToolbar        : "工具栏",
255DlgLnkPopFullScrn       : "全屏 (IE)",
256DlgLnkPopDependent      : "依附 (NS)",
257DlgLnkPopWidth          : "宽",
258DlgLnkPopHeight         : "高",
259DlgLnkPopLeft           : "左",
260DlgLnkPopTop            : "右",
261
262DlnLnkMsgNoUrl          : "请输入超链接地址",
263DlnLnkMsgNoEMail        : "请输入电子邮件地址",
264DlnLnkMsgNoAnchor       : "请选择一个锚点",
265DlnLnkMsgInvPopName     : "弹出窗口名称必须以字母开头,并且不能含有空格。",
266
267// Color Dialog
268DlgColorTitle           : "选择颜色",
269DlgColorBtnClear        : "清除",
270DlgColorHighlight       : "预览",
271DlgColorSelected        : "选择",
272
273// Smiley Dialog
274DlgSmileyTitle          : "插入表情图标",
275
276// Special Character Dialog
277DlgSpecialCharTitle     : "选择特殊符号",
278
279// Table Dialog
280DlgTableTitle           : "表格属性",
281DlgTableRows            : "行数",
282DlgTableColumns         : "列数",
283DlgTableBorder          : "边框",
284DlgTableAlign           : "对齐",
285DlgTableAlignNotSet     : "<没有设置>",
286DlgTableAlignLeft       : "左对齐",
287DlgTableAlignCenter     : "居中",
288DlgTableAlignRight      : "右对齐",
289DlgTableWidth           : "宽度",
290DlgTableWidthPx         : "像素",
291DlgTableWidthPc         : "百分比",
292DlgTableHeight          : "高度",
293DlgTableCellSpace       : "间距",
294DlgTableCellPad         : "边距",
295DlgTableCaption         : "标题",
296DlgTableSummary         : "摘要",
297
298// Table Cell Dialog
299DlgCellTitle            : "单元格属性",
300DlgCellWidth            : "宽度",
301DlgCellWidthPx          : "像素",
302DlgCellWidthPc          : "百分比",
303DlgCellHeight           : "高度",
304DlgCellWordWrap         : "自动换行",
305DlgCellWordWrapNotSet   : "<没有设置>",
306DlgCellWordWrapYes      : "是",
307DlgCellWordWrapNo       : "否",
308DlgCellHorAlign         : "水平对齐",
309DlgCellHorAlignNotSet   : "<没有设置>",
310DlgCellHorAlignLeft     : "左对齐",
311DlgCellHorAlignCenter   : "居中",
312DlgCellHorAlignRight: "右对齐",
313DlgCellVerAlign         : "垂直对齐",
314DlgCellVerAlignNotSet   : "<没有设置>",
315DlgCellVerAlignTop      : "顶端",
316DlgCellVerAlignMiddle   : "居中",
317DlgCellVerAlignBottom   : "底部",
318DlgCellVerAlignBaseline : "基线",
319DlgCellRowSpan          : "纵跨行数",
320DlgCellCollSpan         : "横跨列数",
321DlgCellBackColor        : "背景颜色",
322DlgCellBorderColor      : "边框颜色",
323DlgCellBtnSelect        : "选择...",
324
325// Find Dialog
326DlgFindTitle            : "查找",
327DlgFindFindBtn          : "查找",
328DlgFindNotFoundMsg      : "指定文本没有找到。",
329
330// Replace Dialog
331DlgReplaceTitle                 : "替换",
332DlgReplaceFindLbl               : "查找:",
333DlgReplaceReplaceLbl    : "替换:",
334DlgReplaceCaseChk               : "区分大小写",
335DlgReplaceReplaceBtn    : "替换",
336DlgReplaceReplAllBtn    : "全部替换",
337DlgReplaceWordChk               : "全字匹配",
338
339// Paste Operations / Dialog
340PasteErrorCut   : "您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl+X)来完成。",
341PasteErrorCopy  : "您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl+C)来完成。",
342
343PasteAsText             : "粘贴为无格式文本",
344PasteFromWord   : "从 MS Word 粘贴",
345
346DlgPasteMsg2    : "请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里,再按 <STRONG>确定</STRONG>。",
347DlgPasteSec             : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",       //MISSING
348DlgPasteIgnoreFont              : "忽略 Font 标签",
349DlgPasteRemoveStyles    : "清理 CSS 样式",
350DlgPasteCleanBox                : "清空上面内容",
351
352// Color Picker
353ColorAutomatic  : "自动",
354ColorMoreColors : "其它颜色...",
355
356// Document Properties
357DocProps                : "页面属性",
358
359// Anchor Dialog
360DlgAnchorTitle          : "命名锚点",
361DlgAnchorName           : "锚点名称",
362DlgAnchorErrorName      : "请输入锚点名称",
363
364// Speller Pages Dialog
365DlgSpellNotInDic                : "没有在字典里",
366DlgSpellChangeTo                : "更改为",
367DlgSpellBtnIgnore               : "忽略",
368DlgSpellBtnIgnoreAll    : "全部忽略",
369DlgSpellBtnReplace              : "替换",
370DlgSpellBtnReplaceAll   : "全部替换",
371DlgSpellBtnUndo                 : "撤消",
372DlgSpellNoSuggestions   : "- 没有建议 -",
373DlgSpellProgress                : "正在进行拼写检查...",
374DlgSpellNoMispell               : "拼写检查完成:没有发现拼写错误",
375DlgSpellNoChanges               : "拼写检查完成:没有更改任何单词",
376DlgSpellOneChange               : "拼写检查完成:更改了一个单词",
377DlgSpellManyChanges             : "拼写检查完成:更改了 %1 个单词",
378
379IeSpellDownload                 : "拼写检查插件还没安装,你是否想现在就下载?",
380
381// Button Dialog
382DlgButtonText           : "标签(值)",
383DlgButtonType           : "类型",
384DlgButtonTypeBtn        : "按钮",
385DlgButtonTypeSbm        : "提交",
386DlgButtonTypeRst        : "重设",
387
388// Checkbox and Radio Button Dialogs
389DlgCheckboxName         : "名称",
390DlgCheckboxValue        : "选定值",
391DlgCheckboxSelected     : "已勾选",
392
393// Form Dialog
394DlgFormName             : "名称",
395DlgFormAction   : "动作",
396DlgFormMethod   : "方法",
397
398// Select Field Dialog
399DlgSelectName           : "名称",
400DlgSelectValue          : "选定",
401DlgSelectSize           : "高度",
402DlgSelectLines          : "行",
403DlgSelectChkMulti       : "允许多选",
404DlgSelectOpAvail        : "列表值",
405DlgSelectOpText         : "标签",
406DlgSelectOpValue        : "值",
407DlgSelectBtnAdd         : "新增",
408DlgSelectBtnModify      : "修改",
409DlgSelectBtnUp          : "上移",
410DlgSelectBtnDown        : "下移",
411DlgSelectBtnSetValue : "设为初始化时选定",
412DlgSelectBtnDelete      : "删除",
413
414// Textarea Dialog
415DlgTextareaName : "名称",
416DlgTextareaCols : "字符宽度",
417DlgTextareaRows : "行数",
418
419// Text Field Dialog
420DlgTextName                     : "名称",
421DlgTextValue            : "初始值",
422DlgTextCharWidth        : "字符宽度",
423DlgTextMaxChars         : "最多字符数",
424DlgTextType                     : "类型",
425DlgTextTypeText         : "文本",
426DlgTextTypePass         : "密码",
427
428// Hidden Field Dialog
429DlgHiddenName   : "名称",
430DlgHiddenValue  : "初始值",
431
432// Bulleted List Dialog
433BulletedListProp        : "项目列表属性",
434NumberedListProp        : "编号列表属性",
435DlgLstStart                     : "开始序号",
436DlgLstType                      : "列表类型",
437DlgLstTypeCircle        : "圆圈",
438DlgLstTypeDisc          : "圆点",
439DlgLstTypeSquare        : "方块",
440DlgLstTypeNumbers       : "数字 (1, 2, 3)",
441DlgLstTypeLCase         : "小写字母 (a, b, c)",
442DlgLstTypeUCase         : "大写字母 (A, B, C)",
443DlgLstTypeSRoman        : "小写罗马数字 (i, ii, iii)",
444DlgLstTypeLRoman        : "大写罗马数字 (I, II, III)",
445
446// Document Properties Dialog
447DlgDocGeneralTab        : "常规",
448DlgDocBackTab           : "背景",
449DlgDocColorsTab         : "颜色和边距",
450DlgDocMetaTab           : "Meta 数据",
451
452DlgDocPageTitle         : "页面标题",
453DlgDocLangDir           : "语言方向",
454DlgDocLangDirLTR        : "从左到右 (LTR)",
455DlgDocLangDirRTL        : "从右到左 (RTL)",
456DlgDocLangCode          : "语言代码",
457DlgDocCharSet           : "字符编码",
458DlgDocCharSetCE         : "中欧",
459DlgDocCharSetCT         : "繁体中文 (Big5)",
460DlgDocCharSetCR         : "西里尔文",
461DlgDocCharSetGR         : "希腊文",
462DlgDocCharSetJP         : "日文",
463DlgDocCharSetKR         : "韩文",
464DlgDocCharSetTR         : "土耳其文",
465DlgDocCharSetUN         : "Unicode (UTF-8)",
466DlgDocCharSetWE         : "西欧",
467DlgDocCharSetOther      : "其它字符编码",
468
469DlgDocDocType           : "文档类型",
470DlgDocDocTypeOther      : "其它文档类型",
471DlgDocIncXHTML          : "包含 XHTML 声明",
472DlgDocBgColor           : "背景颜色",
473DlgDocBgImage           : "背景图像",
474DlgDocBgNoScroll        : "不滚动背景图像",
475DlgDocCText                     : "文本",
476DlgDocCLink                     : "超链接",
477DlgDocCVisited          : "已访问的超链接",
478DlgDocCActive           : "活动超链接",
479DlgDocMargins           : "页面边距",
480DlgDocMaTop                     : "上",
481DlgDocMaLeft            : "左",
482DlgDocMaRight           : "右",
483DlgDocMaBottom          : "下",
484DlgDocMeIndex           : "页面索引关键字 (用半角逗号[,]分隔)",
485DlgDocMeDescr           : "页面说明",
486DlgDocMeAuthor          : "作者",
487DlgDocMeCopy            : "版权",
488DlgDocPreview           : "预览",
489
490// Templates Dialog
491Templates                       : "模板",
492DlgTemplatesTitle       : "内容模板",
493DlgTemplatesSelMsg      : "请选择编辑器内容模板<br>(当前内容将会被清除替换):",
494DlgTemplatesLoading     : "正在加载模板列表,请稍等...",
495DlgTemplatesNoTpl       : "(没有模板)",
496DlgTemplatesReplace     : "替换当前内容",
497
498// About Dialog
499DlgAboutAboutTab        : "关于",
500DlgAboutBrowserInfoTab  : "浏览器信息",
501DlgAboutLicenseTab      : "许可证",
502DlgAboutVersion         : "版本",
503DlgAboutInfo            : "要获得更多信息请访问 "
504};
Note: See TracBrowser for help on using the repository browser.