]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/_editor/nls/zh/commands.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / zh / commands.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define(
2"dijit/_editor/nls/zh/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);