]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/_editor/nls/zh-tw/commands.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / _editor / nls / zh-tw / commands.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/zh-tw/commands", ({
3         'bold': '粗體',
4         'copy': '複製',
5         'cut': '剪下',
6         'delete': '刪除',
7         'indent': '縮排',
8         'insertHorizontalRule': '水平尺規',
9         'insertOrderedList': '編號清單',
10         'insertUnorderedList': '項目符號清單',
11         'italic': '斜體',
12         'justifyCenter': '置中對齊',
13         'justifyFull': '對齊',
14         'justifyLeft': '靠左對齊',
15         'justifyRight': '靠右對齊',
16         'outdent': '凸排',
17         'paste': '貼上',
18         'redo': '重做',
19         'removeFormat': '移除格式',
20         'selectAll': '全選',
21         'strikethrough': '刪除線',
22         'subscript': '下標',
23         'superscript': '上標',
24         'underline': '底線',
25         'undo': '復原',
26         'unlink': '移除鏈結',
27         'createLink': '建立鏈結',
28         'toggleDir': '切換方向',
29         'insertImage': '插入影像',
30         'insertTable': '插入/編輯表格',
31         'toggleTableBorder': '切換表格邊框',
32         'deleteTable': '刪除表格',
33         'tableProp': '表格內容',
34         'htmlToggle': 'HTML 原始檔',
35         'foreColor': '前景顏色',
36         'hiliteColor': '背景顏色',
37         'plainFormatBlock': '段落樣式',
38         'formatBlock': '段落樣式',
39         'fontSize': '字型大小',
40         'fontName': '字型名稱',
41         'tabIndent': '標籤縮排',
42         "fullScreen": "切換全螢幕",
43         "viewSource": "檢視 HTML 原始檔",
44         "print": "列印",
45         "newPage": "新頁面",
46         /* Error messages */
47         'systemShortcut': '"${0}" 動作在您的瀏覽器中,只能使用鍵盤快速鍵。請使用 ${1}。',
48         'ctrlKey':'ctrl+${0}',
49         'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
50 })
51 );