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

Revision 1349, 15.9 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 Traditional 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                       : "自 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        : "您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?",
143NotCompatiblePaste      : "此指令僅在 Internet Explorer 5.5 或以上的版本有效。請問您是否同意不清除格式即貼上?",
144UnknownToolbarItem      : "未知工具列項目 \"%1\"",
145UnknownCommand          : "未知指令名稱 \"%1\"",
146NotImplemented          : "尚未安裝此指令",
147UnknownToolbarSet       : "工具列設定 \"%1\" 不存在",
148NoActiveX                       : "瀏覽器的安全性設定限制了本編輯器的某些功能。您必須啟用安全性設定中的「執行ActiveX控制項與外掛程式」項目,否則本編輯器將會出現錯誤並缺少某些功能",
149BrowseServerBlocked : "無法開啟資源瀏覽器,請確定所有快顯視窗封鎖程式是否關閉",
150DialogBlocked           : "無法開啟對話視窗,請確定所有快顯視窗封鎖程式是否關閉",
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          : "定位順序",
172DlgGenLongDescr         : "詳細 URL",
173DlgGenClass                     : "樣式表類別",
174DlgGenTitle                     : "標題",
175DlgGenContType          : "內容類型",
176DlgGenLinkCharset       : "連結資源之編碼",
177DlgGenStyle                     : "樣式",
178
179// Image Dialog
180DlgImgTitle                     : "影像屬性",
181DlgImgInfoTab           : "影像資訊",
182DlgImgBtnUpload         : "上傳至伺服器",
183DlgImgURL                       : "URL",
184DlgImgUpload            : "上傳",
185DlgImgAlt                       : "替代文字",
186DlgImgWidth                     : "寬度",
187DlgImgHeight            : "高度",
188DlgImgLockRatio         : "等比例",
189DlgBtnResetSize         : "重設為原大小",
190DlgImgBorder            : "邊框",
191DlgImgHSpace            : "水平距離",
192DlgImgVSpace            : "垂直距離",
193DlgImgAlign                     : "對齊",
194DlgImgAlignLeft         : "靠左對齊",
195DlgImgAlignAbsBottom: "絕對下方",
196DlgImgAlignAbsMiddle: "絕對中間",
197DlgImgAlignBaseline     : "基準線",
198DlgImgAlignBottom       : "靠下對齊",
199DlgImgAlignMiddle       : "置中對齊",
200DlgImgAlignRight        : "靠右對齊",
201DlgImgAlignTextTop      : "文字上方",
202DlgImgAlignTop          : "靠上對齊",
203DlgImgPreview           : "預覽",
204DlgImgAlertUrl          : "請輸入影像 URL",
205DlgImgLinkTab           : "超連結",
206
207// Flash Dialog
208DlgFlashTitle           : "Flash 屬性",
209DlgFlashChkPlay         : "自動播放",
210DlgFlashChkLoop         : "重複",
211DlgFlashChkMenu         : "開啟選單",
212DlgFlashScale           : "縮放",
213DlgFlashScaleAll        : "全部顯示",
214DlgFlashScaleNoBorder   : "無邊框",
215DlgFlashScaleFit        : "精確符合",
216
217// Link Dialog
218DlgLnkWindowTitle       : "超連結",
219DlgLnkInfoTab           : "超連結資訊",
220DlgLnkTargetTab         : "目標",
221
222DlgLnkType                      : "超連接類型",
223DlgLnkTypeURL           : "URL",
224DlgLnkTypeAnchor        : "本頁錨點",
225DlgLnkTypeEMail         : "電子郵件",
226DlgLnkProto                     : "通訊協定",
227DlgLnkProtoOther        : "<其他>",
228DlgLnkURL                       : "URL",
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          : "請輸入欲連結的 URL",
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   : "自 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              : "移除字型設定",
349DlgPasteRemoveStyles    : "移除樣式設定",
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               : "拼字檢查完成:更改了 1 個單字",
377DlgSpellManyChanges             : "拼字檢查完成:更改了 %1 個單字",
378
379IeSpellDownload                 : "尚未安裝拼字檢查元件。您是否想要現在下載?",
380
381// Button Dialog
382DlgButtonText           : "顯示文字 (值)",
383DlgButtonType           : "類型",
384DlgButtonTypeBtn        : "按鈕 (Button)",
385DlgButtonTypeSbm        : "送出 (Submit)",
386DlgButtonTypeRst        : "重設 (Reset)",
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.