zh.js 23 KB

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