Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/zh.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 19.3 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

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

Sites map