123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- /**
- * @license Copyright (c) 2009-2013, xhEditor.com. All rights reserved.
- * For licensing, see LGPL-LICENSE.txt or http://xheditor.com/license/lgpl.txt
- */
- XHEDITOR.setLang({
- 'default': '預設',
- 'none': '無',
- 'defaultReadTip': '可視化編輯器,alt+1到9鍵,切換到工具區,tab鍵,選擇按鈕,esc鍵,返回編輯',
- 'Cut': '剪下 (Ctrl+X)',
- 'Copy': '複製 (Ctrl+C)',
- 'Paste': '貼上 (Ctrl+V)',
- 'Pastetext': '貼上文本',
- 'PastetextTip': '使用鍵盤快捷鍵(Ctrl+V)把內容貼上到方框裡,按 確定',
- 'Blocktag': '段落標籤',
- 'Fontface': '字型',
- 'FontSize': '字型大小',
- 'Bold': '粗體 (Ctrl+B)',
- 'Italic': '斜體 (Ctrl+I)',
- 'Underline': '底線 (Ctrl+U)',
- 'Strikethrough': '刪除線',
- 'FontColor': '字型顏色',
- 'BackColor': '背景顏色',
- 'SelectAll': '全選 (Ctrl+A)',
- 'Removeformat': '刪除文字格式',
- 'Align': '對齊',
- 'List': '列表',
- 'Outdent': '減少縮排',
- 'Indent': '增加縮排',
- 'Link': '超連結 (Ctrl+L)',
- 'Unlink': '取消超連結',
- 'Anchor': '錨點',
- 'Img': '圖片',
- 'Flash': 'Flash動畫',
- 'Media': '多媒體文件',
- 'Hr': '插入水平線',
- 'Emot': '表情',
- 'Table': '表格',
- 'Source': '原始碼',
- 'WYSIWYG': '可視化編輯',
- 'Preview': '預覽',
- 'Print': '打印 (Ctrl+P)',
- 'Fullscreen': '全螢幕編輯 (Esc)',
- 'About': '關於 xhEditor',
- 'dialogOk': '確定',
- 'dialogCancel': '取消',
- 'cutDisabledTip': '您的瀏覽器安全設置不允許使用剪下操作,請使用鍵盤快捷鍵(Ctrl + X)來完成',
- 'copyDisabledTip': '您的瀏覽器安全設置不允許使用複製操作,請使用鍵盤快捷鍵(Ctrl + C)來完成',
- 'pasteDisabledTip': '您的瀏覽器安全設置不允許使用貼上操作,請使用鍵盤快捷鍵(Ctrl + V)來完成',
- 'close': '關閉',
- 'listFontname': [{n:'新細明體',c:'PMingLiu'},{n:'細明體',c:'mingliu'},{n:'標楷體',c:'DFKai-SB'},{n:'微軟正黑體',c:'Microsoft JhengHei'},{n:'Arial'},{n:'Arial Black'},{n:'Comic Sans MS'},{n:'Courier New'},{n:'System'},{n:'Times New Roman'},{n:'Tahoma'},{n:'Verdana'}],
-
- 'listBlocktag': {
- 'p': '普通段落',
- 'h1': '標題1',
- 'h2': '標題2',
- 'h3': '標題3',
- 'h4': '標題4',
- 'h5': '標題5',
- 'h6': '標題6',
- 'pre': '已編排格式',
- 'address': '地址'
- },
- 'fontsize': {
- 'x-small': '極小',
- 'small': '特小',
- 'medium': '小',
- 'large': '中',
- 'x-large': '大',
- 'xx-large': '特大',
- '-webkit-xxx-large': '極大'
- },
- 'align': {
- 'justifyleft': '靠左對齊',
- 'justifycenter': '置中',
- 'justifyright': '靠右對齊',
- 'justifyfull': '左右對齊'
- },
- 'list': {
- 'insertOrderedList': '數字列表',
- 'insertUnorderedList': '符號列表'
- },
- 'link': {
- 'url': '鏈接地址: ',
- 'target': '打開方式: ',
- 'targetBlank': '新窗口',
- 'targetSelf': '當前窗口',
- 'targetParent': '父窗口',
- 'linkText': '鏈接文字: ',
- 'defText': '點擊打開鏈接',
- 'anchor': '頁內錨點: ',
- 'anchorNone': '未選擇'
- },
- 'anchor': {
- 'name': '錨點名稱: '
- },
- 'img': {
- 'url': '圖片文件: ',
- 'alt': '替換文本: ',
- 'align': '對齊方式: ',
- 'alignLeft': '靠左對齊',
- 'alignRight': '靠右對齊',
- 'alignTop': '頂端',
- 'alignMiddle': '置中',
- 'alignBaseline': '基線',
- 'alignBottom': '底邊',
- 'width': '寬 度: ',
- 'height': '高 度: ',
- 'border': '邊框大小: ',
- 'hspace': '水平間距: ',
- 'vspace': '垂直間距: '
- },
- 'flash': {
- 'url': '動畫文件: ',
- 'width': '寬 度: ',
- 'height': '高 度: '
- },
- 'media': {
- 'url': '媒體文件: ',
- 'width': '寬 度: ',
- 'height': '高 度: '
- },
- 'emot.default': {
- 'smile': '微笑',
- 'tongue': '吐舌頭',
- 'titter': '偷笑',
- 'laugh': '大笑',
- 'sad': '難過',
- 'wronged': '委屈',
- 'fastcry': '快哭了',
- 'cry': '哭',
- 'wail': '大哭',
- 'mad': '生氣',
- 'knock': '敲打',
- 'curse': '罵人',
- 'crazy': '抓狂',
- 'angry': '發火',
- 'ohmy': '驚訝',
- 'awkward': '尷尬',
- 'panic': '驚恐',
- 'shy': '害羞',
- 'cute': '可憐',
- 'envy': '羨慕',
- 'proud': '得意',
- 'struggle': '奮鬥',
- 'quiet': '安靜',
- 'shutup': '閉嘴',
- 'doubt': '疑問',
- 'despise': '鄙視',
- 'sleep': '睡覺',
- 'bye': '再見'
- },
- 'table': {
- 'rows': '行 數: ',
- 'columns': '列 數: ',
- 'headers': '標題單元: ',
- 'headersRow': '第一行',
- 'headersCol': '第一列',
- 'headersBoth': '第一行和第一列',
- 'width': '寬 度: ',
- 'height': '高 度: ',
- 'border': '邊框大小: ',
- 'cellSpacing': '表格間距: ',
- 'cellPadding': '表格填充: ',
- 'align': '對齊方式: ',
- 'alignLeft': '靠左對齊',
- 'alignCenter': '置中',
- 'alignRight': '靠右對齊',
- 'caption': '表格標題: '
- },
- 'upload': {
- 'btnText' : '上傳',
- 'browserTitle': '瀏覽文件',
- 'progressTitle': '文件上傳中(Esc取消上傳)',
- 'progressTip': '文件上傳中,請稍候……',
- 'countLimit': '請不要一次上傳超過{$0}個文件',
- 'extLimit': '文件的擴展名必需為:{$0}',
- 'typeLimit': '每次只能拖放上傳同一類型文件',
- 'apiError': '{$0} 上傳接口發生錯誤!\r\n\r\n返回的錯誤內容為: \r\n\r\n{$1}'
- },
- 'aboutXheditor': 'xhEditor是基於jQuery開發的跨平台輕量可視化XHTML編輯器,基於<a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">LGPL</a>開源協議發佈。'
- });
|