X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Flang%2Fzh.js;h=95f9301e0abfa0589a1ee6b23f0c2eaca596efa1;hb=f8fc585c18d287eb325c575596d183122486b641;hp=470dae4229dc1cda8a6c4f9497e77fadb261b3a3;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/zh.js b/_source/lang/zh.js index 470dae4..95f9301 100644 --- a/_source/lang/zh.js +++ b/_source/lang/zh.js @@ -110,17 +110,24 @@ CKEDITOR.lang['zh'] = unavailable : '%1, 已關閉' }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : '插入特殊符號', - title : '請選擇特殊符號' + title : '請選擇特殊符號', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : '插入/編輯超連結', + other : '<其他>', menu : '編輯超連結', title : '超連結', info : '超連結資訊', @@ -182,6 +189,29 @@ CKEDITOR.lang['zh'] = errorName : '請輸入錨點名稱' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + circle : 'Circle', // MISSING + disc : 'Disc', // MISSING + square : 'Square', // MISSING + none : 'None', // MISSING + notset : '', // MISSING + armenian : 'Armenian numbering', // MISSING + georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING + decimal : 'Decimal (1, 2, 3, etc.)', // MISSING + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING + }, + // Find And Replace Dialog findAndReplace : { @@ -476,7 +506,8 @@ CKEDITOR.lang['zh'] = smiley : { toolbar : '表情符號', - title : '插入表情符號' + title : '插入表情符號', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +534,9 @@ CKEDITOR.lang['zh'] = clipboard : { title : '貼上', - cutError : '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl+X) 剪下。', - copyError : '瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl+C) 複製。', - pasteMsg : '請使用快捷鍵 (Ctrl+V) 貼到下方區域中並按下 確定', + cutError : '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl/Cmd+X) 剪下。', + copyError : '瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl/Cmd+C) 複製。', + pasteMsg : '請使用快捷鍵 (Ctrl/Cmd+V) 貼到下方區域中並按下 確定', securityMsg : '因為瀏覽器的安全性設定,本編輯器無法直接存取您的剪貼簿資料,請您自行在本視窗進行貼上動作。', pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +559,7 @@ CKEDITOR.lang['zh'] = { button : '樣版', title : '內容樣版', + options : 'Template Options', // MISSING insertOption : '取代原有內容', selectPromptMsg : '請選擇欲開啟的樣版
(原有的內容將會被清除):', emptyListMsg : '(無樣版)' @@ -648,6 +680,7 @@ CKEDITOR.lang['zh'] = scayt : { title : '即時拼寫檢查', + opera_title : 'Not supported by Opera', // MISSING enable : '啟用即時拼寫檢查', disable : '關閉即時拼寫檢查', about : '關於即時拼寫檢查', @@ -659,9 +692,23 @@ CKEDITOR.lang['zh'] = ignoreAll : '全部忽略', addWord : '添加單詞', emptyDic : '字典名不應為空.', + optionsTab : '選項', + allCaps : 'Ignore All-Caps Words', // MISSING + ignoreDomainNames : 'Ignore Domain Names', // MISSING + mixedCase : 'Ignore Words with Mixed Case', // MISSING + mixedWithDigits : 'Ignore Words with Numbers', // MISSING + languagesTab : '語言', + dictionariesTab : '字典', + dic_field_name : 'Dictionary name', // MISSING + dic_create : 'Create', // MISSING + dic_restore : 'Restore', // MISSING + dic_delete : 'Delete', // MISSING + dic_rename : 'Rename', // MISSING + 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 it\'s name and click the Restore button.', // MISSING + aboutTab : '關於' }, @@ -689,8 +736,9 @@ CKEDITOR.lang['zh'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING },