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				: "插入/編輯錨點",
48AnchorDelete		: "移除錨點",
49InsertImageLbl		: "影像",
50InsertImage			: "插入/編輯影像",
51InsertFlashLbl		: "Flash",
52InsertFlash			: "插入/編輯 Flash",
53InsertTableLbl		: "表格",
54InsertTable			: "插入/編輯表格",
55InsertLineLbl		: "水平線",
56InsertLine			: "插入水平線",
57InsertSpecialCharLbl: "特殊符號",
58InsertSpecialChar	: "插入特殊符號",
59InsertSmileyLbl		: "表情符號",
60InsertSmiley		: "插入表情符號",
61About				: "關於 FCKeditor",
62Bold				: "粗體",
63Italic				: "斜體",
64Underline			: "底線",
65StrikeThrough		: "刪除線",
66Subscript			: "下標",
67Superscript			: "上標",
68LeftJustify			: "靠左對齊",
69CenterJustify		: "置中",
70RightJustify		: "靠右對齊",
71BlockJustify		: "左右對齊",
72DecreaseIndent		: "減少縮排",
73IncreaseIndent		: "增加縮排",
74Blockquote			: "块引用",
75Undo				: "復原",
76Redo				: "重複",
77NumberedListLbl		: "編號清單",
78NumberedList		: "插入/移除編號清單",
79BulletedListLbl		: "項目清單",
80BulletedList		: "插入/移除項目清單",
81ShowTableBorders	: "顯示表格邊框",
82ShowDetails			: "顯示詳細資料",
83Style				: "樣式",
84FontFormat			: "格式",
85Font				: "字體",
86FontSize			: "大小",
87TextColor			: "文字顏色",
88BGColor				: "背景顏色",
89Source				: "原始碼",
90Find				: "尋找",
91Replace				: "取代",
92SpellCheck			: "拼字檢查",
93UniversalKeyboard	: "萬國鍵盤",
94PageBreakLbl		: "分頁符號",
95PageBreak			: "插入分頁符號",
96
97Form			: "表單",
98Checkbox		: "核取方塊",
99RadioButton		: "選項按鈕",
100TextField		: "文字方塊",
101Textarea		: "文字區域",
102HiddenField		: "隱藏欄位",
103Button			: "按鈕",
104SelectionField	: "清單/選單",
105ImageButton		: "影像按鈕",
106
107FitWindow		: "編輯器最大化",
108ShowBlocks		: "顯示區塊",
109
110// Context Menu
111EditLink			: "編輯超連結",
112CellCM				: "儲存格",
113RowCM				: "列",
114ColumnCM			: "欄",
115InsertRowAfter		: "向下插入列",
116InsertRowBefore		: "向上插入列",
117DeleteRows			: "刪除列",
118InsertColumnAfter	: "向右插入欄",
119InsertColumnBefore	: "向左插入欄",
120DeleteColumns		: "刪除欄",
121InsertCellAfter		: "向右插入儲存格",
122InsertCellBefore	: "向左插入儲存格",
123DeleteCells			: "刪除儲存格",
124MergeCells			: "合併儲存格",
125MergeRight			: "向右合併儲存格",
126MergeDown			: "向下合併儲存格",
127HorizontalSplitCell	: "橫向分割儲存格",
128VerticalSplitCell	: "縱向分割儲存格",
129TableDelete			: "刪除表格",
130CellProperties		: "儲存格屬性",
131TableProperties		: "表格屬性",
132ImageProperties		: "影像屬性",
133FlashProperties		: "Flash 屬性",
134
135AnchorProp			: "錨點屬性",
136ButtonProp			: "按鈕屬性",
137CheckboxProp		: "核取方塊屬性",
138HiddenFieldProp		: "隱藏欄位屬性",
139RadioButtonProp		: "選項按鈕屬性",
140ImageButtonProp		: "影像按鈕屬性",
141TextFieldProp		: "文字方塊屬性",
142SelectionFieldProp	: "清單/選單屬性",
143TextareaProp		: "文字區域屬性",
144FormProp			: "表單屬性",
145
146FontFormats			: "一般;已格式化;位址;標題 1;標題 2;標題 3;標題 4;標題 5;標題 6;一般 (DIV)",
147
148// Alerts and Messages
149ProcessingXHTML		: "處理 XHTML 中,請稍候…",
150Done				: "完成",
151PasteWordConfirm	: "您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?",
152NotCompatiblePaste	: "此指令僅在 Internet Explorer 5.5 或以上的版本有效。請問您是否同意不清除格式即貼上?",
153UnknownToolbarItem	: "未知工具列項目 \"%1\"",
154UnknownCommand		: "未知指令名稱 \"%1\"",
155NotImplemented		: "尚未安裝此指令",
156UnknownToolbarSet	: "工具列設定 \"%1\" 不存在",
157NoActiveX			: "瀏覽器的安全性設定限制了本編輯器的某些功能。您必須啟用安全性設定中的「執行ActiveX控制項與外掛程式」項目,否則本編輯器將會出現錯誤並缺少某些功能",
158BrowseServerBlocked : "無法開啟資源瀏覽器,請確定所有快顯視窗封鎖程式是否關閉",
159DialogBlocked		: "無法開啟對話視窗,請確定所有快顯視窗封鎖程式是否關閉",
160
161// Dialogs
162DlgBtnOK			: "確定",
163DlgBtnCancel		: "取消",
164DlgBtnClose			: "關閉",
165DlgBtnBrowseServer	: "瀏覽伺服器端",
166DlgAdvancedTag		: "進階",
167DlgOpOther			: "<其他>",
168DlgInfoTab			: "資訊",
169DlgAlertUrl			: "請插入 URL",
170
171// General Dialogs Labels
172DlgGenNotSet		: "<尚未設定>",
173DlgGenId			: "ID",
174DlgGenLangDir		: "語言方向",
175DlgGenLangDirLtr	: "由左而右 (LTR)",
176DlgGenLangDirRtl	: "由右而左 (RTL)",
177DlgGenLangCode		: "語言代碼",
178DlgGenAccessKey		: "存取鍵",
179DlgGenName			: "名稱",
180DlgGenTabIndex		: "定位順序",
181DlgGenLongDescr		: "詳細 URL",
182DlgGenClass			: "樣式表類別",
183DlgGenTitle			: "標題",
184DlgGenContType		: "內容類型",
185DlgGenLinkCharset	: "連結資源之編碼",
186DlgGenStyle			: "樣式",
187
188// Image Dialog
189DlgImgTitle			: "影像屬性",
190DlgImgInfoTab		: "影像資訊",
191DlgImgBtnUpload		: "上傳至伺服器",
192DlgImgURL			: "URL",
193DlgImgUpload		: "上傳",
194DlgImgAlt			: "替代文字",
195DlgImgWidth			: "寬度",
196DlgImgHeight		: "高度",
197DlgImgLockRatio		: "等比例",
198DlgBtnResetSize		: "重設為原大小",
199DlgImgBorder		: "邊框",
200DlgImgHSpace		: "水平距離",
201DlgImgVSpace		: "垂直距離",
202DlgImgAlign			: "對齊",
203DlgImgAlignLeft		: "靠左對齊",
204DlgImgAlignAbsBottom: "絕對下方",
205DlgImgAlignAbsMiddle: "絕對中間",
206DlgImgAlignBaseline	: "基準線",
207DlgImgAlignBottom	: "靠下對齊",
208DlgImgAlignMiddle	: "置中對齊",
209DlgImgAlignRight	: "靠右對齊",
210DlgImgAlignTextTop	: "文字上方",
211DlgImgAlignTop		: "靠上對齊",
212DlgImgPreview		: "預覽",
213DlgImgAlertUrl		: "請輸入影像 URL",
214DlgImgLinkTab		: "超連結",
215
216// Flash Dialog
217DlgFlashTitle		: "Flash 屬性",
218DlgFlashChkPlay		: "自動播放",
219DlgFlashChkLoop		: "重複",
220DlgFlashChkMenu		: "開啟選單",
221DlgFlashScale		: "縮放",
222DlgFlashScaleAll	: "全部顯示",
223DlgFlashScaleNoBorder	: "無邊框",
224DlgFlashScaleFit	: "精確符合",
225
226// Link Dialog
227DlgLnkWindowTitle	: "超連結",
228DlgLnkInfoTab		: "超連結資訊",
229DlgLnkTargetTab		: "目標",
230
231DlgLnkType			: "超連接類型",
232DlgLnkTypeURL		: "URL",
233DlgLnkTypeAnchor	: "本頁錨點",
234DlgLnkTypeEMail		: "電子郵件",
235DlgLnkProto			: "通訊協定",
236DlgLnkProtoOther	: "<其他>",
237DlgLnkURL			: "URL",
238DlgLnkAnchorSel		: "請選擇錨點",
239DlgLnkAnchorByName	: "依錨點名稱",
240DlgLnkAnchorById	: "依元件 ID",
241DlgLnkNoAnchors		: "(本文件尚無可用之錨點)",
242DlgLnkEMail			: "電子郵件",
243DlgLnkEMailSubject	: "郵件主旨",
244DlgLnkEMailBody		: "郵件內容",
245DlgLnkUpload		: "上傳",
246DlgLnkBtnUpload		: "傳送至伺服器",
247
248DlgLnkTarget		: "目標",
249DlgLnkTargetFrame	: "<框架>",
250DlgLnkTargetPopup	: "<快顯視窗>",
251DlgLnkTargetBlank	: "新視窗 (_blank)",
252DlgLnkTargetParent	: "父視窗 (_parent)",
253DlgLnkTargetSelf	: "本視窗 (_self)",
254DlgLnkTargetTop		: "最上層視窗 (_top)",
255DlgLnkTargetFrameName	: "目標框架名稱",
256DlgLnkPopWinName	: "快顯視窗名稱",
257DlgLnkPopWinFeat	: "快顯視窗屬性",
258DlgLnkPopResize		: "可調整大小",
259DlgLnkPopLocation	: "網址列",
260DlgLnkPopMenu		: "選單列",
261DlgLnkPopScroll		: "捲軸",
262DlgLnkPopStatus		: "狀態列",
263DlgLnkPopToolbar	: "工具列",
264DlgLnkPopFullScrn	: "全螢幕 (IE)",
265DlgLnkPopDependent	: "從屬 (NS)",
266DlgLnkPopWidth		: "寬",
267DlgLnkPopHeight		: "高",
268DlgLnkPopLeft		: "左",
269DlgLnkPopTop		: "右",
270
271DlnLnkMsgNoUrl		: "請輸入欲連結的 URL",
272DlnLnkMsgNoEMail	: "請輸入電子郵件位址",
273DlnLnkMsgNoAnchor	: "請選擇錨點",
274DlnLnkMsgInvPopName	: "快顯名稱必須以「英文字母」為開頭,且不得含有空白",
275
276// Color Dialog
277DlgColorTitle		: "請選擇顏色",
278DlgColorBtnClear	: "清除",
279DlgColorHighlight	: "預覽",
280DlgColorSelected	: "選擇",
281
282// Smiley Dialog
283DlgSmileyTitle		: "插入表情符號",
284
285// Special Character Dialog
286DlgSpecialCharTitle	: "請選擇特殊符號",
287
288// Table Dialog
289DlgTableTitle		: "表格屬性",
290DlgTableRows		: "列數",
291DlgTableColumns		: "欄數",
292DlgTableBorder		: "邊框",
293DlgTableAlign		: "對齊",
294DlgTableAlignNotSet	: "<未設定>",
295DlgTableAlignLeft	: "靠左對齊",
296DlgTableAlignCenter	: "置中",
297DlgTableAlignRight	: "靠右對齊",
298DlgTableWidth		: "寬度",
299DlgTableWidthPx		: "像素",
300DlgTableWidthPc		: "百分比",
301DlgTableHeight		: "高度",
302DlgTableCellSpace	: "間距",
303DlgTableCellPad		: "內距",
304DlgTableCaption		: "標題",
305DlgTableSummary		: "摘要",
306
307// Table Cell Dialog
308DlgCellTitle		: "儲存格屬性",
309DlgCellWidth		: "寬度",
310DlgCellWidthPx		: "像素",
311DlgCellWidthPc		: "百分比",
312DlgCellHeight		: "高度",
313DlgCellWordWrap		: "自動換行",
314DlgCellWordWrapNotSet	: "<尚未設定>",
315DlgCellWordWrapYes	: "是",
316DlgCellWordWrapNo	: "否",
317DlgCellHorAlign		: "水平對齊",
318DlgCellHorAlignNotSet	: "<尚未設定>",
319DlgCellHorAlignLeft	: "靠左對齊",
320DlgCellHorAlignCenter	: "置中",
321DlgCellHorAlignRight: "靠右對齊",
322DlgCellVerAlign		: "垂直對齊",
323DlgCellVerAlignNotSet	: "<尚未設定>",
324DlgCellVerAlignTop	: "靠上對齊",
325DlgCellVerAlignMiddle	: "置中",
326DlgCellVerAlignBottom	: "靠下對齊",
327DlgCellVerAlignBaseline	: "基準線",
328DlgCellRowSpan		: "合併列數",
329DlgCellCollSpan		: "合併欄数",
330DlgCellBackColor	: "背景顏色",
331DlgCellBorderColor	: "邊框顏色",
332DlgCellBtnSelect	: "請選擇…",
333
334// Find and Replace Dialog
335DlgFindAndReplaceTitle	: "尋找與取代",
336
337// Find Dialog
338DlgFindTitle		: "尋找",
339DlgFindFindBtn		: "尋找",
340DlgFindNotFoundMsg	: "未找到指定的文字。",
341
342// Replace Dialog
343DlgReplaceTitle			: "取代",
344DlgReplaceFindLbl		: "尋找:",
345DlgReplaceReplaceLbl	: "取代:",
346DlgReplaceCaseChk		: "大小寫須相符",
347DlgReplaceReplaceBtn	: "取代",
348DlgReplaceReplAllBtn	: "全部取代",
349DlgReplaceWordChk		: "全字相符",
350
351// Paste Operations / Dialog
352PasteErrorCut	: "瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl+X) 剪下。",
353PasteErrorCopy	: "瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl+C) 複製。",
354
355PasteAsText		: "貼為純文字格式",
356PasteFromWord	: "自 Word 貼上",
357
358DlgPasteMsg2	: "請使用快捷鍵 (<strong>Ctrl+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>",
359DlgPasteSec		: "因為瀏覽器的安全性設定,本編輯器無法直接存取您的剪貼簿資料,請您自行在本視窗進行貼上動作。",
360DlgPasteIgnoreFont		: "移除字型設定",
361DlgPasteRemoveStyles	: "移除樣式設定",
362DlgPasteCleanBox		: "清除文字區域",
363
364// Color Picker
365ColorAutomatic	: "自動",
366ColorMoreColors	: "更多顏色…",
367
368// Document Properties
369DocProps		: "文件屬性",
370
371// Anchor Dialog
372DlgAnchorTitle		: "命名錨點",
373DlgAnchorName		: "錨點名稱",
374DlgAnchorErrorName	: "請輸入錨點名稱",
375
376// Speller Pages Dialog
377DlgSpellNotInDic		: "不在字典中",
378DlgSpellChangeTo		: "更改為",
379DlgSpellBtnIgnore		: "忽略",
380DlgSpellBtnIgnoreAll	: "全部忽略",
381DlgSpellBtnReplace		: "取代",
382DlgSpellBtnReplaceAll	: "全部取代",
383DlgSpellBtnUndo			: "復原",
384DlgSpellNoSuggestions	: "- 無建議值 -",
385DlgSpellProgress		: "進行拼字檢查中…",
386DlgSpellNoMispell		: "拼字檢查完成:未發現拼字錯誤",
387DlgSpellNoChanges		: "拼字檢查完成:未更改任何單字",
388DlgSpellOneChange		: "拼字檢查完成:更改了 1 個單字",
389DlgSpellManyChanges		: "拼字檢查完成:更改了 %1 個單字",
390
391IeSpellDownload			: "尚未安裝拼字檢查元件。您是否想要現在下載?",
392
393// Button Dialog
394DlgButtonText		: "顯示文字 (值)",
395DlgButtonType		: "類型",
396DlgButtonTypeBtn	: "按鈕 (Button)",
397DlgButtonTypeSbm	: "送出 (Submit)",
398DlgButtonTypeRst	: "重設 (Reset)",
399
400// Checkbox and Radio Button Dialogs
401DlgCheckboxName		: "名稱",
402DlgCheckboxValue	: "選取值",
403DlgCheckboxSelected	: "已選取",
404
405// Form Dialog
406DlgFormName		: "名稱",
407DlgFormAction	: "動作",
408DlgFormMethod	: "方法",
409
410// Select Field Dialog
411DlgSelectName		: "名稱",
412DlgSelectValue		: "選取值",
413DlgSelectSize		: "大小",
414DlgSelectLines		: "行",
415DlgSelectChkMulti	: "可多選",
416DlgSelectOpAvail	: "可用選項",
417DlgSelectOpText		: "顯示文字",
418DlgSelectOpValue	: "值",
419DlgSelectBtnAdd		: "新增",
420DlgSelectBtnModify	: "修改",
421DlgSelectBtnUp		: "上移",
422DlgSelectBtnDown	: "下移",
423DlgSelectBtnSetValue : "設為預設值",
424DlgSelectBtnDelete	: "刪除",
425
426// Textarea Dialog
427DlgTextareaName	: "名稱",
428DlgTextareaCols	: "字元寬度",
429DlgTextareaRows	: "列數",
430
431// Text Field Dialog
432DlgTextName			: "名稱",
433DlgTextValue		: "值",
434DlgTextCharWidth	: "字元寬度",
435DlgTextMaxChars		: "最多字元數",
436DlgTextType			: "類型",
437DlgTextTypeText		: "文字",
438DlgTextTypePass		: "密碼",
439
440// Hidden Field Dialog
441DlgHiddenName	: "名稱",
442DlgHiddenValue	: "值",
443
444// Bulleted List Dialog
445BulletedListProp	: "項目清單屬性",
446NumberedListProp	: "編號清單屬性",
447DlgLstStart			: "起始編號",
448DlgLstType			: "清單類型",
449DlgLstTypeCircle	: "圓圈",
450DlgLstTypeDisc		: "圓點",
451DlgLstTypeSquare	: "方塊",
452DlgLstTypeNumbers	: "數字 (1, 2, 3)",
453DlgLstTypeLCase		: "小寫字母 (a, b, c)",
454DlgLstTypeUCase		: "大寫字母 (A, B, C)",
455DlgLstTypeSRoman	: "小寫羅馬數字 (i, ii, iii)",
456DlgLstTypeLRoman	: "大寫羅馬數字 (I, II, III)",
457
458// Document Properties Dialog
459DlgDocGeneralTab	: "一般",
460DlgDocBackTab		: "背景",
461DlgDocColorsTab		: "顯色與邊界",
462DlgDocMetaTab		: "Meta 資料",
463
464DlgDocPageTitle		: "頁面標題",
465DlgDocLangDir		: "語言方向",
466DlgDocLangDirLTR	: "由左而右 (LTR)",
467DlgDocLangDirRTL	: "由右而左 (RTL)",
468DlgDocLangCode		: "語言代碼",
469DlgDocCharSet		: "字元編碼",
470DlgDocCharSetCE		: "中歐語系",
471DlgDocCharSetCT		: "正體中文 (Big5)",
472DlgDocCharSetCR		: "斯拉夫文",
473DlgDocCharSetGR		: "希臘文",
474DlgDocCharSetJP		: "日文",
475DlgDocCharSetKR		: "韓文",
476DlgDocCharSetTR		: "土耳其文",
477DlgDocCharSetUN		: "Unicode (UTF-8)",
478DlgDocCharSetWE		: "西歐語系",
479DlgDocCharSetOther	: "其他字元編碼",
480
481DlgDocDocType		: "文件類型",
482DlgDocDocTypeOther	: "其他文件類型",
483DlgDocIncXHTML		: "包含 XHTML 定義",
484DlgDocBgColor		: "背景顏色",
485DlgDocBgImage		: "背景影像",
486DlgDocBgNoScroll	: "浮水印",
487DlgDocCText			: "文字",
488DlgDocCLink			: "超連結",
489DlgDocCVisited		: "已瀏覽過的超連結",
490DlgDocCActive		: "作用中的超連結",
491DlgDocMargins		: "頁面邊界",
492DlgDocMaTop			: "上",
493DlgDocMaLeft		: "左",
494DlgDocMaRight		: "右",
495DlgDocMaBottom		: "下",
496DlgDocMeIndex		: "文件索引關鍵字 (用半形逗號[,]分隔)",
497DlgDocMeDescr		: "文件說明",
498DlgDocMeAuthor		: "作者",
499DlgDocMeCopy		: "版權所有",
500DlgDocPreview		: "預覽",
501
502// Templates Dialog
503Templates			: "樣版",
504DlgTemplatesTitle	: "內容樣版",
505DlgTemplatesSelMsg	: "請選擇欲開啟的樣版<br> (原有的內容將會被清除):",
506DlgTemplatesLoading	: "讀取樣版清單中,請稍候…",
507DlgTemplatesNoTpl	: "(無樣版)",
508DlgTemplatesReplace	: "取代原有內容",
509
510// About Dialog
511DlgAboutAboutTab	: "關於",
512DlgAboutBrowserInfoTab	: "瀏覽器資訊",
513DlgAboutLicenseTab	: "許可證",
514DlgAboutVersion		: "版本",
515DlgAboutInfo		: "想獲得更多資訊請至 "
516};
517