zh.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. /*
  2. Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. /**
  6. * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
  7. * Chinese Traditional language.
  8. */
  9. /**#@+
  10. @type String
  11. @example
  12. */
  13. /**
  14. * Constains the dictionary of language entries.
  15. * @namespace
  16. */
  17. CKEDITOR.lang['zh'] =
  18. {
  19. /**
  20. * The language reading direction. Possible values are "rtl" for
  21. * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
  22. * languages (like English).
  23. * @default 'ltr'
  24. */
  25. dir : 'ltr',
  26. /*
  27. * Screenreader titles. Please note that screenreaders are not always capable
  28. * of reading non-English words. So be careful while translating it.
  29. */
  30. editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
  31. // ARIA descriptions.
  32. toolbars : 'Editor toolbars', // MISSING
  33. editor : 'Rich Text Editor', // MISSING
  34. // Toolbar buttons without dialogs.
  35. source : '原始碼',
  36. newPage : '開新檔案',
  37. save : '儲存',
  38. preview : '預覽',
  39. cut : '剪下',
  40. copy : '複製',
  41. paste : '貼上',
  42. print : '列印',
  43. underline : '底線',
  44. bold : '粗體',
  45. italic : '斜體',
  46. selectAll : '全選',
  47. removeFormat : '清除格式',
  48. strike : '刪除線',
  49. subscript : '下標',
  50. superscript : '上標',
  51. horizontalrule : '插入水平線',
  52. pagebreak : '插入分頁符號',
  53. pagebreakAlt : 'Page Break', // MISSING
  54. unlink : '移除超連結',
  55. undo : '復原',
  56. redo : '重複',
  57. // Common messages and labels.
  58. common :
  59. {
  60. browseServer : '瀏覽伺服器端',
  61. url : 'URL',
  62. protocol : '通訊協定',
  63. upload : '上傳',
  64. uploadSubmit : '上傳至伺服器',
  65. image : '影像',
  66. flash : 'Flash',
  67. form : '表單',
  68. checkbox : '核取方塊',
  69. radio : '選項按鈕',
  70. textField : '文字方塊',
  71. textarea : '文字區域',
  72. hiddenField : '隱藏欄位',
  73. button : '按鈕',
  74. select : '清單/選單',
  75. imageButton : '影像按鈕',
  76. notSet : '<尚未設定>',
  77. id : 'ID',
  78. name : '名稱',
  79. langDir : '語言方向',
  80. langDirLtr : '由左而右 (LTR)',
  81. langDirRtl : '由右而左 (RTL)',
  82. langCode : '語言代碼',
  83. longDescr : '詳細 URL',
  84. cssClass : '樣式表類別',
  85. advisoryTitle : '標題',
  86. cssStyle : '樣式',
  87. ok : '確定',
  88. cancel : '取消',
  89. close : 'Close', // MISSING
  90. preview : 'Preview', // MISSING
  91. generalTab : '一般',
  92. advancedTab : '進階',
  93. validateNumberFailed : '需要輸入數字格式',
  94. confirmNewPage : '現存的修改尚未儲存,要開新檔案?',
  95. confirmCancel : '部份選項尚未儲存,要關閉對話盒?',
  96. options : 'Options', // MISSING
  97. target : 'Target', // MISSING
  98. targetNew : 'New Window (_blank)', // MISSING
  99. targetTop : 'Topmost Window (_top)', // MISSING
  100. targetSelf : 'Same Window (_self)', // MISSING
  101. targetParent : 'Parent Window (_parent)', // MISSING
  102. langDirLTR : 'Left to Right (LTR)', // MISSING
  103. langDirRTL : 'Right to Left (RTL)', // MISSING
  104. styles : 'Style', // MISSING
  105. cssClasses : 'Stylesheet Classes', // MISSING
  106. width : '寬度',
  107. height : '高度',
  108. align : '對齊',
  109. alignLeft : '靠左對齊',
  110. alignRight : '靠右對齊',
  111. alignCenter : '置中',
  112. alignTop : '靠上對齊',
  113. alignMiddle : '置中對齊',
  114. alignBottom : '靠下對齊',
  115. invalidHeight : '高度必須為數字格式',
  116. invalidWidth : '寬度必須為數字格式',
  117. invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
  118. invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
  119. // Put the voice-only part of the label in the span.
  120. unavailable : '%1<span class="cke_accessibility">, 已關閉</span>'
  121. },
  122. contextmenu :
  123. {
  124. options : 'Context Menu Options' // MISSING
  125. },
  126. // Special char dialog.
  127. specialChar :
  128. {
  129. toolbar : '插入特殊符號',
  130. title : '請選擇特殊符號',
  131. options : 'Special Character Options' // MISSING
  132. },
  133. // Link dialog.
  134. link :
  135. {
  136. toolbar : '插入/編輯超連結',
  137. other : '<其他>',
  138. menu : '編輯超連結',
  139. title : '超連結',
  140. info : '超連結資訊',
  141. target : '目標',
  142. upload : '上傳',
  143. advanced : '進階',
  144. type : '超連接類型',
  145. toUrl : 'URL', // MISSING
  146. toAnchor : '本頁錨點',
  147. toEmail : '電子郵件',
  148. targetFrame : '<框架>',
  149. targetPopup : '<快顯視窗>',
  150. targetFrameName : '目標框架名稱',
  151. targetPopupName : '快顯視窗名稱',
  152. popupFeatures : '快顯視窗屬性',
  153. popupResizable : '可縮放',
  154. popupStatusBar : '狀態列',
  155. popupLocationBar: '網址列',
  156. popupToolbar : '工具列',
  157. popupMenuBar : '選單列',
  158. popupFullScreen : '全螢幕 (IE)',
  159. popupScrollBars : '捲軸',
  160. popupDependent : '從屬 (NS)',
  161. popupLeft : '左',
  162. popupTop : '右',
  163. id : 'ID',
  164. langDir : '語言方向',
  165. langDirLTR : '由左而右 (LTR)',
  166. langDirRTL : '由右而左 (RTL)',
  167. acccessKey : '存取鍵',
  168. name : '名稱',
  169. langCode : '語言方向',
  170. tabIndex : '定位順序',
  171. advisoryTitle : '標題',
  172. advisoryContentType : '內容類型',
  173. cssClasses : '樣式表類別',
  174. charset : '連結資源之編碼',
  175. styles : '樣式',
  176. rel : 'Relationship', // MISSING
  177. selectAnchor : '請選擇錨點',
  178. anchorName : '依錨點名稱',
  179. anchorId : '依元件 ID',
  180. emailAddress : '電子郵件',
  181. emailSubject : '郵件主旨',
  182. emailBody : '郵件內容',
  183. noAnchors : '(本文件尚無可用之錨點)',
  184. noUrl : '請輸入欲連結的 URL',
  185. noEmail : '請輸入電子郵件位址'
  186. },
  187. // Anchor dialog
  188. anchor :
  189. {
  190. toolbar : '插入/編輯錨點',
  191. menu : '錨點屬性',
  192. title : '錨點屬性',
  193. name : '錨點名稱',
  194. errorName : '請輸入錨點名稱',
  195. remove : 'Remove Anchor' // MISSING
  196. },
  197. // List style dialog
  198. list:
  199. {
  200. numberedTitle : 'Numbered List Properties', // MISSING
  201. bulletedTitle : 'Bulleted List Properties', // MISSING
  202. type : 'Type', // MISSING
  203. start : 'Start', // MISSING
  204. validateStartNumber :'List start number must be a whole number.', // MISSING
  205. circle : 'Circle', // MISSING
  206. disc : 'Disc', // MISSING
  207. square : 'Square', // MISSING
  208. none : 'None', // MISSING
  209. notset : '<not set>', // MISSING
  210. armenian : 'Armenian numbering', // MISSING
  211. georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
  212. lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
  213. upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
  214. lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
  215. upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
  216. lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
  217. decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
  218. decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
  219. },
  220. // Find And Replace Dialog
  221. findAndReplace :
  222. {
  223. title : '尋找與取代',
  224. find : '尋找',
  225. replace : '取代',
  226. findWhat : '尋找:',
  227. replaceWith : '取代:',
  228. notFoundMsg : '未找到指定的文字。',
  229. matchCase : '大小寫須相符',
  230. matchWord : '全字相符',
  231. matchCyclic : '循環搜索',
  232. replaceAll : '全部取代',
  233. replaceSuccessMsg : '共完成 %1 次取代'
  234. },
  235. // Table Dialog
  236. table :
  237. {
  238. toolbar : '表格',
  239. title : '表格屬性',
  240. menu : '表格屬性',
  241. deleteTable : '刪除表格',
  242. rows : '列數',
  243. columns : '欄數',
  244. border : '邊框',
  245. widthPx : '像素',
  246. widthPc : '百分比',
  247. widthUnit : 'width unit', // MISSING
  248. cellSpace : '間距',
  249. cellPad : '內距',
  250. caption : '標題',
  251. summary : '摘要',
  252. headers : '標題',
  253. headersNone : '無標題',
  254. headersColumn : '第一欄',
  255. headersRow : '第一列',
  256. headersBoth : '第一欄和第一列',
  257. invalidRows : '必須有一或更多的列',
  258. invalidCols : '必須有一或更多的欄',
  259. invalidBorder : '邊框大小必須為數字格式',
  260. invalidWidth : '表格寬度必須為數字格式',
  261. invalidHeight : '表格高度必須為數字格式',
  262. invalidCellSpacing : '儲存格間距必須為數字格式',
  263. invalidCellPadding : '儲存格內距必須為數字格式',
  264. cell :
  265. {
  266. menu : '儲存格',
  267. insertBefore : '向左插入儲存格',
  268. insertAfter : '向右插入儲存格',
  269. deleteCell : '刪除儲存格',
  270. merge : '合併儲存格',
  271. mergeRight : '向右合併儲存格',
  272. mergeDown : '向下合併儲存格',
  273. splitHorizontal : '橫向分割儲存格',
  274. splitVertical : '縱向分割儲存格',
  275. title : '儲存格屬性',
  276. cellType : '儲存格類別',
  277. rowSpan : '儲存格列數',
  278. colSpan : '儲存格欄數',
  279. wordWrap : '自動換行',
  280. hAlign : '水平對齊',
  281. vAlign : '垂直對齊',
  282. alignBaseline : '基線對齊',
  283. bgColor : '背景顏色',
  284. borderColor : '邊框顏色',
  285. data : '數據',
  286. header : '標題',
  287. yes : '是',
  288. no : '否',
  289. invalidWidth : '儲存格寬度必須為數字格式',
  290. invalidHeight : '儲存格高度必須為數字格式',
  291. invalidRowSpan : '儲存格列數必須為整數格式',
  292. invalidColSpan : '儲存格欄數度必須為整數格式',
  293. chooseColor : 'Choose' // MISSING
  294. },
  295. row :
  296. {
  297. menu : '列',
  298. insertBefore : '向上插入列',
  299. insertAfter : '向下插入列',
  300. deleteRow : '刪除列'
  301. },
  302. column :
  303. {
  304. menu : '欄',
  305. insertBefore : '向左插入欄',
  306. insertAfter : '向右插入欄',
  307. deleteColumn : '刪除欄'
  308. }
  309. },
  310. // Button Dialog.
  311. button :
  312. {
  313. title : '按鈕屬性',
  314. text : '顯示文字 (值)',
  315. type : '類型',
  316. typeBtn : '按鈕 (Button)',
  317. typeSbm : '送出 (Submit)',
  318. typeRst : '重設 (Reset)'
  319. },
  320. // Checkbox and Radio Button Dialogs.
  321. checkboxAndRadio :
  322. {
  323. checkboxTitle : '核取方塊屬性',
  324. radioTitle : '選項按鈕屬性',
  325. value : '選取值',
  326. selected : '已選取'
  327. },
  328. // Form Dialog.
  329. form :
  330. {
  331. title : '表單屬性',
  332. menu : '表單屬性',
  333. action : '動作',
  334. method : '方法',
  335. encoding : '表單編碼'
  336. },
  337. // Select Field Dialog.
  338. select :
  339. {
  340. title : '清單/選單屬性',
  341. selectInfo : '資訊',
  342. opAvail : '可用選項',
  343. value : '值',
  344. size : '大小',
  345. lines : '行',
  346. chkMulti : '可多選',
  347. opText : '顯示文字',
  348. opValue : '選取值',
  349. btnAdd : '新增',
  350. btnModify : '修改',
  351. btnUp : '上移',
  352. btnDown : '下移',
  353. btnSetValue : '設為預設值',
  354. btnDelete : '刪除'
  355. },
  356. // Textarea Dialog.
  357. textarea :
  358. {
  359. title : '文字區域屬性',
  360. cols : '字元寬度',
  361. rows : '列數'
  362. },
  363. // Text Field Dialog.
  364. textfield :
  365. {
  366. title : '文字方塊屬性',
  367. name : '名稱',
  368. value : '值',
  369. charWidth : '字元寬度',
  370. maxChars : '最多字元數',
  371. type : '類型',
  372. typeText : '文字',
  373. typePass : '密碼'
  374. },
  375. // Hidden Field Dialog.
  376. hidden :
  377. {
  378. title : '隱藏欄位屬性',
  379. name : '名稱',
  380. value : '值'
  381. },
  382. // Image Dialog.
  383. image :
  384. {
  385. title : '影像屬性',
  386. titleButton : '影像按鈕屬性',
  387. menu : '影像屬性',
  388. infoTab : '影像資訊',
  389. btnUpload : '上傳至伺服器',
  390. upload : '上傳',
  391. alt : '替代文字',
  392. lockRatio : '等比例',
  393. resetSize : '重設為原大小',
  394. border : '邊框',
  395. hSpace : '水平距離',
  396. vSpace : '垂直距離',
  397. alertUrl : '請輸入影像 URL',
  398. linkTab : '超連結',
  399. button2Img : '要把影像按鈕改成影像嗎?',
  400. img2Button : '要把影像改成影像按鈕嗎?',
  401. urlMissing : 'Image source URL is missing.', // MISSING
  402. validateBorder : 'Border must be a whole number.', // MISSING
  403. validateHSpace : 'HSpace must be a whole number.', // MISSING
  404. validateVSpace : 'VSpace must be a whole number.' // MISSING
  405. },
  406. // Flash Dialog
  407. flash :
  408. {
  409. properties : 'Flash 屬性',
  410. propertiesTab : '屬性',
  411. title : 'Flash 屬性',
  412. chkPlay : '自動播放',
  413. chkLoop : '重複',
  414. chkMenu : '開啟選單',
  415. chkFull : '啟動全螢幕顯示',
  416. scale : '縮放',
  417. scaleAll : '全部顯示',
  418. scaleNoBorder : '無邊框',
  419. scaleFit : '精確符合',
  420. access : '允許腳本訪問',
  421. accessAlways : '永遠',
  422. accessSameDomain: '相同域名',
  423. accessNever : '永不',
  424. alignAbsBottom : '絕對下方',
  425. alignAbsMiddle : '絕對中間',
  426. alignBaseline : '基準線',
  427. alignTextTop : '文字上方',
  428. quality : '質素',
  429. qualityBest : '最好',
  430. qualityHigh : '高',
  431. qualityAutoHigh : '高(自動)',
  432. qualityMedium : '中(自動)',
  433. qualityAutoLow : '低(自動)',
  434. qualityLow : '低',
  435. windowModeWindow: '視窗',
  436. windowModeOpaque: '不透明',
  437. windowModeTransparent : '透明',
  438. windowMode : '視窗模式',
  439. flashvars : 'Flash 變數',
  440. bgcolor : '背景顏色',
  441. hSpace : '水平距離',
  442. vSpace : '垂直距離',
  443. validateSrc : '請輸入欲連結的 URL',
  444. validateHSpace : '水平間距必須為數字格式',
  445. validateVSpace : '垂直間距必須為數字格式'
  446. },
  447. // Speller Pages Dialog
  448. spellCheck :
  449. {
  450. toolbar : '拼字檢查',
  451. title : '拼字檢查',
  452. notAvailable : '抱歉,服務目前暫不可用',
  453. errorLoading : '無法聯系侍服器: %s.',
  454. notInDic : '不在字典中',
  455. changeTo : '更改為',
  456. btnIgnore : '忽略',
  457. btnIgnoreAll : '全部忽略',
  458. btnReplace : '取代',
  459. btnReplaceAll : '全部取代',
  460. btnUndo : '復原',
  461. noSuggestions : '- 無建議值 -',
  462. progress : '進行拼字檢查中…',
  463. noMispell : '拼字檢查完成:未發現拼字錯誤',
  464. noChanges : '拼字檢查完成:未更改任何單字',
  465. oneChange : '拼字檢查完成:更改了 1 個單字',
  466. manyChanges : '拼字檢查完成:更改了 %1 個單字',
  467. ieSpellDownload : '尚未安裝拼字檢查元件。您是否想要現在下載?'
  468. },
  469. smiley :
  470. {
  471. toolbar : '表情符號',
  472. title : '插入表情符號',
  473. options : 'Smiley Options' // MISSING
  474. },
  475. elementsPath :
  476. {
  477. eleLabel : 'Elements path', // MISSING
  478. eleTitle : '%1 元素'
  479. },
  480. numberedlist : '編號清單',
  481. bulletedlist : '項目清單',
  482. indent : '增加縮排',
  483. outdent : '減少縮排',
  484. justify :
  485. {
  486. left : '靠左對齊',
  487. center : '置中',
  488. right : '靠右對齊',
  489. block : '左右對齊'
  490. },
  491. blockquote : '引用文字',
  492. clipboard :
  493. {
  494. title : '貼上',
  495. cutError : '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl/Cmd+X) 剪下。',
  496. copyError : '瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl/Cmd+C) 複製。',
  497. pasteMsg : '請使用快捷鍵 (<strong>Ctrl/Cmd+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>',
  498. securityMsg : '因為瀏覽器的安全性設定,本編輯器無法直接存取您的剪貼簿資料,請您自行在本視窗進行貼上動作。',
  499. pasteArea : 'Paste Area' // MISSING
  500. },
  501. pastefromword :
  502. {
  503. confirmCleanup : '您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?',
  504. toolbar : '自 Word 貼上',
  505. title : '自 Word 貼上',
  506. error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
  507. },
  508. pasteText :
  509. {
  510. button : '貼為純文字格式',
  511. title : '貼為純文字格式'
  512. },
  513. templates :
  514. {
  515. button : '樣版',
  516. title : '內容樣版',
  517. options : 'Template Options', // MISSING
  518. insertOption : '取代原有內容',
  519. selectPromptMsg : '請選擇欲開啟的樣版<br> (原有的內容將會被清除):',
  520. emptyListMsg : '(無樣版)'
  521. },
  522. showBlocks : '顯示區塊',
  523. stylesCombo :
  524. {
  525. label : '樣式',
  526. panelTitle : 'Formatting Styles', // MISSING
  527. panelTitle1 : '塊級元素樣式',
  528. panelTitle2 : '內聯元素樣式',
  529. panelTitle3 : '物件元素樣式'
  530. },
  531. format :
  532. {
  533. label : '格式',
  534. panelTitle : '格式',
  535. tag_p : '一般',
  536. tag_pre : '已格式化',
  537. tag_address : '位址',
  538. tag_h1 : '標題 1',
  539. tag_h2 : '標題 2',
  540. tag_h3 : '標題 3',
  541. tag_h4 : '標題 4',
  542. tag_h5 : '標題 5',
  543. tag_h6 : '標題 6',
  544. tag_div : '一般 (DIV)'
  545. },
  546. div :
  547. {
  548. title : 'Create Div Container', // MISSING
  549. toolbar : 'Create Div Container', // MISSING
  550. cssClassInputLabel : 'Stylesheet Classes', // MISSING
  551. styleSelectLabel : 'Style', // MISSING
  552. IdInputLabel : 'Id', // MISSING
  553. languageCodeInputLabel : ' Language Code', // MISSING
  554. inlineStyleInputLabel : 'Inline Style', // MISSING
  555. advisoryTitleInputLabel : 'Advisory Title', // MISSING
  556. langDirLabel : 'Language Direction', // MISSING
  557. langDirLTRLabel : 'Left to Right (LTR)', // MISSING
  558. langDirRTLLabel : 'Right to Left (RTL)', // MISSING
  559. edit : 'Edit Div', // MISSING
  560. remove : 'Remove Div' // MISSING
  561. },
  562. iframe :
  563. {
  564. title : 'IFrame Properties', // MISSING
  565. toolbar : 'IFrame', // MISSING
  566. noUrl : 'Please type the iframe URL', // MISSING
  567. scrolling : 'Enable scrollbars', // MISSING
  568. border : 'Show frame border' // MISSING
  569. },
  570. font :
  571. {
  572. label : '字體',
  573. voiceLabel : '字體',
  574. panelTitle : '字體'
  575. },
  576. fontSize :
  577. {
  578. label : '大小',
  579. voiceLabel : '文字大小',
  580. panelTitle : '大小'
  581. },
  582. colorButton :
  583. {
  584. textColorTitle : '文字顏色',
  585. bgColorTitle : '背景顏色',
  586. panelTitle : 'Colors', // MISSING
  587. auto : '自動',
  588. more : '更多顏色…'
  589. },
  590. colors :
  591. {
  592. '000' : 'Black', // MISSING
  593. '800000' : 'Maroon', // MISSING
  594. '8B4513' : 'Saddle Brown', // MISSING
  595. '2F4F4F' : 'Dark Slate Gray', // MISSING
  596. '008080' : 'Teal', // MISSING
  597. '000080' : 'Navy', // MISSING
  598. '4B0082' : 'Indigo', // MISSING
  599. '696969' : 'Dark Gray', // MISSING
  600. 'B22222' : 'Fire Brick', // MISSING
  601. 'A52A2A' : 'Brown', // MISSING
  602. 'DAA520' : 'Golden Rod', // MISSING
  603. '006400' : 'Dark Green', // MISSING
  604. '40E0D0' : 'Turquoise', // MISSING
  605. '0000CD' : 'Medium Blue', // MISSING
  606. '800080' : 'Purple', // MISSING
  607. '808080' : 'Gray', // MISSING
  608. 'F00' : 'Red', // MISSING
  609. 'FF8C00' : 'Dark Orange', // MISSING
  610. 'FFD700' : 'Gold', // MISSING
  611. '008000' : 'Green', // MISSING
  612. '0FF' : 'Cyan', // MISSING
  613. '00F' : 'Blue', // MISSING
  614. 'EE82EE' : 'Violet', // MISSING
  615. 'A9A9A9' : 'Dim Gray', // MISSING
  616. 'FFA07A' : 'Light Salmon', // MISSING
  617. 'FFA500' : 'Orange', // MISSING
  618. 'FFFF00' : 'Yellow', // MISSING
  619. '00FF00' : 'Lime', // MISSING
  620. 'AFEEEE' : 'Pale Turquoise', // MISSING
  621. 'ADD8E6' : 'Light Blue', // MISSING
  622. 'DDA0DD' : 'Plum', // MISSING
  623. 'D3D3D3' : 'Light Grey', // MISSING
  624. 'FFF0F5' : 'Lavender Blush', // MISSING
  625. 'FAEBD7' : 'Antique White', // MISSING
  626. 'FFFFE0' : 'Light Yellow', // MISSING
  627. 'F0FFF0' : 'Honeydew', // MISSING
  628. 'F0FFFF' : 'Azure', // MISSING
  629. 'F0F8FF' : 'Alice Blue', // MISSING
  630. 'E6E6FA' : 'Lavender', // MISSING
  631. 'FFF' : 'White' // MISSING
  632. },
  633. scayt :
  634. {
  635. title : '即時拼寫檢查',
  636. opera_title : 'Not supported by Opera', // MISSING
  637. enable : '啟用即時拼寫檢查',
  638. disable : '關閉即時拼寫檢查',
  639. about : '關於即時拼寫檢查',
  640. toggle : '啟用/關閉即時拼寫檢查',
  641. options : '選項',
  642. langs : '語言',
  643. moreSuggestions : '更多拼寫建議',
  644. ignore : '忽略',
  645. ignoreAll : '全部忽略',
  646. addWord : '添加單詞',
  647. emptyDic : '字典名不應為空.',
  648. optionsTab : '選項',
  649. allCaps : 'Ignore All-Caps Words', // MISSING
  650. ignoreDomainNames : 'Ignore Domain Names', // MISSING
  651. mixedCase : 'Ignore Words with Mixed Case', // MISSING
  652. mixedWithDigits : 'Ignore Words with Numbers', // MISSING
  653. languagesTab : '語言',
  654. dictionariesTab : '字典',
  655. dic_field_name : 'Dictionary name', // MISSING
  656. dic_create : 'Create', // MISSING
  657. dic_restore : 'Restore', // MISSING
  658. dic_delete : 'Delete', // MISSING
  659. dic_rename : 'Rename', // MISSING
  660. 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.', // MISSING
  661. aboutTab : '關於'
  662. },
  663. about :
  664. {
  665. title : '關於 CKEditor',
  666. dlgTitle : '關於 CKEditor',
  667. help : 'Check $1 for help.', // MISSING
  668. userGuide : 'CKEditor User\'s Guide', // MISSING
  669. moreInfo : '訪問我們的網站以獲取更多關於協議的信息',
  670. copy : 'Copyright &copy; $1. All rights reserved.'
  671. },
  672. maximize : '最大化',
  673. minimize : 'Minimize', // MISSING
  674. fakeobjects :
  675. {
  676. anchor : '錨點',
  677. flash : 'Flash 動畫',
  678. iframe : 'IFrame', // MISSING
  679. hiddenfield : 'Hidden Field', // MISSING
  680. unknown : '不明物件'
  681. },
  682. resize : '拖拽改變大小',
  683. colordialog :
  684. {
  685. title : 'Select color', // MISSING
  686. options : 'Color Options', // MISSING
  687. highlight : 'Highlight', // MISSING
  688. selected : 'Selected Color', // MISSING
  689. clear : 'Clear' // MISSING
  690. },
  691. toolbarCollapse : 'Collapse Toolbar', // MISSING
  692. toolbarExpand : 'Expand Toolbar', // MISSING
  693. toolbarGroups :
  694. {
  695. document : 'Document', // MISSING
  696. clipboard : 'Clipboard/Undo', // MISSING
  697. editing : 'Editing', // MISSING
  698. forms : 'Forms', // MISSING
  699. basicstyles : 'Basic Styles', // MISSING
  700. paragraph : 'Paragraph', // MISSING
  701. links : 'Links', // MISSING
  702. insert : 'Insert', // MISSING
  703. styles : 'Styles', // MISSING
  704. colors : 'Colors', // MISSING
  705. tools : 'Tools' // MISSING
  706. },
  707. bidi :
  708. {
  709. ltr : 'Text direction from left to right', // MISSING
  710. rtl : 'Text direction from right to left' // MISSING
  711. },
  712. docprops :
  713. {
  714. label : '文件屬性',
  715. title : '文件屬性',
  716. design : 'Design', // MISSING
  717. meta : 'Meta 資料',
  718. chooseColor : 'Choose', // MISSING
  719. other : '<其他>',
  720. docTitle : '頁面標題',
  721. charset : '字元編碼',
  722. charsetOther : '其他字元編碼',
  723. charsetASCII : 'ASCII', // MISSING
  724. charsetCE : '中歐語系',
  725. charsetCT : '正體中文 (Big5)',
  726. charsetCR : '斯拉夫文',
  727. charsetGR : '希臘文',
  728. charsetJP : '日文',
  729. charsetKR : '韓文',
  730. charsetTR : '土耳其文',
  731. charsetUN : 'Unicode (UTF-8)', // MISSING
  732. charsetWE : '西歐語系',
  733. docType : '文件類型',
  734. docTypeOther : '其他文件類型',
  735. xhtmlDec : '包含 XHTML 定義',
  736. bgColor : '背景顏色',
  737. bgImage : '背景影像',
  738. bgFixed : '浮水印',
  739. txtColor : '文字顏色',
  740. margin : '頁面邊界',
  741. marginTop : '上',
  742. marginLeft : '左',
  743. marginRight : '右',
  744. marginBottom : '下',
  745. metaKeywords : '文件索引關鍵字 (用半形逗號[,]分隔)',
  746. metaDescription : '文件說明',
  747. metaAuthor : '作者',
  748. metaCopyright : '版權所有',
  749. previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
  750. }
  751. };