summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/_editor/nls/zh
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dijit/_editor/nls/zh
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dijit/_editor/nls/zh')
-rw-r--r--js/dojo/dijit/_editor/nls/zh/FontChoice.js31
-rw-r--r--js/dojo/dijit/_editor/nls/zh/LinkDialog.js18
-rw-r--r--js/dojo/dijit/_editor/nls/zh/commands.js53
3 files changed, 102 insertions, 0 deletions
diff --git a/js/dojo/dijit/_editor/nls/zh/FontChoice.js b/js/dojo/dijit/_editor/nls/zh/FontChoice.js
new file mode 100644
index 0000000..c565ab0
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/zh/FontChoice.js
@@ -0,0 +1,31 @@
+//>>built
+define(
+"dijit/_editor/nls/zh/FontChoice", //begin v1.x content
+({
+ fontSize: "大小",
+ fontName: "字体",
+ formatBlock: "格式",
+
+ serif: "有衬线",
+ "sans-serif": "无衬线",
+ monospace: "等宽字体",
+ cursive: "草书",
+ fantasy: "虚线",
+
+ noFormat: "无",
+ p: "段落",
+ h1: "标题",
+ h2: "子标题",
+ h3: "二级子标题",
+ pre: "预设有格式的",
+
+ 1: "XXS 号",
+ 2: "XS 号",
+ 3: "S 号",
+ 4: "M 号",
+ 5: "L 号",
+ 6: "XL 号",
+ 7: "XXL 号"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/_editor/nls/zh/LinkDialog.js b/js/dojo/dijit/_editor/nls/zh/LinkDialog.js
new file mode 100644
index 0000000..16de874
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/zh/LinkDialog.js
@@ -0,0 +1,18 @@
+//>>built
+define(
+"dijit/_editor/nls/zh/LinkDialog", //begin v1.x content
+({
+ createLinkTitle: "链接属性",
+ insertImageTitle: "图像属性",
+ url: "URL:",
+ text: "描述:",
+ target: "目标:",
+ set: "设置",
+ currentWindow: "当前窗口",
+ parentWindow: "父窗口",
+ topWindow: "顶层窗口",
+ newWindow: "新建窗口"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dijit/_editor/nls/zh/commands.js b/js/dojo/dijit/_editor/nls/zh/commands.js
new file mode 100644
index 0000000..459e83e
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/zh/commands.js
@@ -0,0 +1,53 @@
+//>>built
+define(
+"dijit/_editor/nls/zh/commands", //begin v1.x content
+({
+ '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}。'
+})
+
+//end v1.x content
+);