From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- .../_editor/nls/zh/commands.js.uncompressed.js | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 lib/dijit/_editor/nls/zh/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/zh/commands.js.uncompressed.js') diff --git a/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js b/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js new file mode 100644 index 000000000..d1a567a53 --- /dev/null +++ b/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js @@ -0,0 +1,51 @@ +define( +"dijit/_editor/nls/zh/commands", ({ + 'bold': '粗体', + 'copy': '复制', + 'cut': '剪切', + 'delete': '删除', + 'indent': '缩进', + 'insertHorizontalRule': '水平线', + 'insertOrderedList': '编号列表', + 'insertUnorderedList': '符号列表', + 'italic': '斜体', + 'justifyCenter': '居中', + 'justifyFull': '调整', + 'justifyLeft': '左对齐', + 'justifyRight': '右对齐', + 'outdent': '凸出', + 'paste': '粘贴', + 'redo': '重做', + 'removeFormat': '除去格式', + 'selectAll': '全选', + 'strikethrough': '删除线', + 'subscript': '下标', + 'superscript': '上标', + 'underline': '下划线', + 'undo': '撤销', + 'unlink': '除去链接', + 'createLink': '创建链接', + 'toggleDir': '切换方向', + 'insertImage': '插入图像', + 'insertTable': '插入/编辑表', + 'toggleTableBorder': '切换表格边框', + 'deleteTable': '删除表格', + 'tableProp': '表格属性', + 'htmlToggle': 'HTML 源', + 'foreColor': '前景颜色', + 'hiliteColor': '背景颜色', + 'plainFormatBlock': '段落样式', + 'formatBlock': '段落样式', + 'fontSize': '字体大小', + 'fontName': '字体名称', + 'tabIndent': '跳格缩进', + "fullScreen": "切换全屏幕", + "viewSource": "查看 HTML 源", + "print": "打印", + "newPage": "新建页面", + /* Error messages */ + 'systemShortcut': '只能在浏览器中通过键盘快捷方式执行“${0}”操作。使用 ${1}。', + 'ctrlKey':'ctrl+${0}', + 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh +}) +); -- cgit v1.2.3