@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.d.ts +74 -0
- package/es/LcdpUeditor.js +335 -0
- package/es/const.d.ts +12 -0
- package/es/const.js +19 -0
- package/es/defaultConfig.json +77 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +3 -0
- package/es/tools/UeditorResourceLoader.d.ts +21 -0
- package/es/tools/UeditorResourceLoader.js +114 -0
- package/es/tools/loadScript.d.ts +5 -0
- package/es/tools/loadScript.js +54 -0
- package/es/type.d.ts +142 -0
- package/es/type.js +1 -0
- package/package.json +32 -0
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -0
- package/ueditor-resource/dialogs/attachment/attachment.css +716 -0
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -0
- package/ueditor-resource/dialogs/attachment/attachment.js +803 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/bg.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/image.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/progress.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.png +0 -0
- package/ueditor-resource/dialogs/audio/audio.css +879 -0
- package/ueditor-resource/dialogs/audio/audio.html +94 -0
- package/ueditor-resource/dialogs/audio/audio.js +815 -0
- package/ueditor-resource/dialogs/audio/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/center.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/img.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right.png +0 -0
- package/ueditor-resource/dialogs/audio/images/bg.png +0 -0
- package/ueditor-resource/dialogs/audio/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/image.png +0 -0
- package/ueditor-resource/dialogs/audio/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/progress.png +0 -0
- package/ueditor-resource/dialogs/audio/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/success.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/success.png +0 -0
- package/ueditor-resource/dialogs/background/background.css +193 -0
- package/ueditor-resource/dialogs/background/background.html +59 -0
- package/ueditor-resource/dialogs/background/background.js +370 -0
- package/ueditor-resource/dialogs/background/images/bg.png +0 -0
- package/ueditor-resource/dialogs/background/images/success.png +0 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -0
- package/ueditor-resource/dialogs/emotion/emotion.css +129 -0
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -0
- package/ueditor-resource/dialogs/emotion/emotion.js +186 -0
- package/ueditor-resource/dialogs/emotion/images/0.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/bface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/cface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/fface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/jxface2.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/dialogs/emotion/images/tface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/wface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/yface.gif +0 -0
- package/ueditor-resource/dialogs/formula/formula.html +98 -0
- package/ueditor-resource/dialogs/formula/formula.js +147 -0
- package/ueditor-resource/dialogs/help/help.css +37 -0
- package/ueditor-resource/dialogs/help/help.html +82 -0
- package/ueditor-resource/dialogs/help/help.js +57 -0
- package/ueditor-resource/dialogs/image/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/center.png +0 -0
- package/ueditor-resource/dialogs/image/icon/img.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right.png +0 -0
- package/ueditor-resource/dialogs/image/image.css +768 -0
- package/ueditor-resource/dialogs/image/image.html +145 -0
- package/ueditor-resource/dialogs/image/image.js +1060 -0
- package/ueditor-resource/dialogs/image/images/alignicon.jpg +0 -0
- package/ueditor-resource/dialogs/image/images/bg.png +0 -0
- package/ueditor-resource/dialogs/image/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/image/images/icons.png +0 -0
- package/ueditor-resource/dialogs/image/images/image.png +0 -0
- package/ueditor-resource/dialogs/image/images/progress.png +0 -0
- package/ueditor-resource/dialogs/image/images/success.gif +0 -0
- package/ueditor-resource/dialogs/image/images/success.png +0 -0
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -0
- package/ueditor-resource/dialogs/internal.js +81 -0
- package/ueditor-resource/dialogs/link/link.html +148 -0
- package/ueditor-resource/dialogs/preview/preview.html +45 -0
- package/ueditor-resource/dialogs/scrawl/images/addimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/brush.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimgH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/empty.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/emptyH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/eraser.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scale.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scaleH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/size.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -0
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -0
- package/ueditor-resource/dialogs/spechars/spechars.js +86 -0
- package/ueditor-resource/dialogs/table/dragicon.png +0 -0
- package/ueditor-resource/dialogs/table/edittable.css +85 -0
- package/ueditor-resource/dialogs/table/edittable.html +69 -0
- package/ueditor-resource/dialogs/table/edittable.js +241 -0
- package/ueditor-resource/dialogs/table/edittd.html +62 -0
- package/ueditor-resource/dialogs/table/edittip.html +33 -0
- package/ueditor-resource/dialogs/template/config.js +42 -0
- package/ueditor-resource/dialogs/template/images/bg.gif +0 -0
- package/ueditor-resource/dialogs/template/images/pre0.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre1.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre2.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre3.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre4.png +0 -0
- package/ueditor-resource/dialogs/template/template.css +99 -0
- package/ueditor-resource/dialogs/template/template.html +26 -0
- package/ueditor-resource/dialogs/template/template.js +53 -0
- package/ueditor-resource/dialogs/video/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/center.png +0 -0
- package/ueditor-resource/dialogs/video/icon/img.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right.png +0 -0
- package/ueditor-resource/dialogs/video/images/bg.png +0 -0
- package/ueditor-resource/dialogs/video/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/image.png +0 -0
- package/ueditor-resource/dialogs/video/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/progress.png +0 -0
- package/ueditor-resource/dialogs/video/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/success.gif +0 -0
- package/ueditor-resource/dialogs/video/images/success.png +0 -0
- package/ueditor-resource/dialogs/video/video.css +909 -0
- package/ueditor-resource/dialogs/video/video.html +115 -0
- package/ueditor-resource/dialogs/video/video.js +867 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -0
- package/ueditor-resource/index.html +146 -0
- package/ueditor-resource/lang/en/en.js +686 -0
- package/ueditor-resource/lang/en/images/addimage.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnhoverskin.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnupskin.png +0 -0
- package/ueditor-resource/lang/en/images/background.png +0 -0
- package/ueditor-resource/lang/en/images/button.png +0 -0
- package/ueditor-resource/lang/en/images/copy.png +0 -0
- package/ueditor-resource/lang/en/images/deletedisable.png +0 -0
- package/ueditor-resource/lang/en/images/deleteenable.png +0 -0
- package/ueditor-resource/lang/en/images/listbackground.png +0 -0
- package/ueditor-resource/lang/en/images/localimage.png +0 -0
- package/ueditor-resource/lang/en/images/music.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftenable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightenable.png +0 -0
- package/ueditor-resource/lang/en/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/copy.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/localimage.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/music.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -0
- package/ueditor-resource/plugins/demo/demo.js +3 -0
- package/ueditor-resource/themes/default/css/ueditor.css +2148 -0
- package/ueditor-resource/themes/default/dialog.css +17 -0
- package/ueditor-resource/themes/default/dialogbase.css +132 -0
- package/ueditor-resource/themes/default/exts/ai.svg +12 -0
- package/ueditor-resource/themes/default/exts/apk.svg +12 -0
- package/ueditor-resource/themes/default/exts/chm.svg +12 -0
- package/ueditor-resource/themes/default/exts/css.svg +12 -0
- package/ueditor-resource/themes/default/exts/doc.svg +22 -0
- package/ueditor-resource/themes/default/exts/docx.svg +22 -0
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -0
- package/ueditor-resource/themes/default/exts/folder.svg +3 -0
- package/ueditor-resource/themes/default/exts/gif.svg +14 -0
- package/ueditor-resource/themes/default/exts/html.svg +12 -0
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -0
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -0
- package/ueditor-resource/themes/default/exts/log.svg +12 -0
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -0
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -0
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -0
- package/ueditor-resource/themes/default/exts/png.svg +14 -0
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -0
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -0
- package/ueditor-resource/themes/default/exts/psd.svg +12 -0
- package/ueditor-resource/themes/default/exts/rar.svg +12 -0
- package/ueditor-resource/themes/default/exts/svg.svg +12 -0
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -0
- package/ueditor-resource/themes/default/exts/txt.svg +14 -0
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -0
- package/ueditor-resource/themes/default/exts/xls.svg +25 -0
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -0
- package/ueditor-resource/themes/default/exts/zip.svg +12 -0
- package/ueditor-resource/themes/default/images/anchor.gif +0 -0
- package/ueditor-resource/themes/default/images/arrow.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_down.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_up.png +0 -0
- package/ueditor-resource/themes/default/images/button-bg.gif +0 -0
- package/ueditor-resource/themes/default/images/cancelbutton.gif +0 -0
- package/ueditor-resource/themes/default/images/charts.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.png +0 -0
- package/ueditor-resource/themes/default/images/dialog-title-bg.png +0 -0
- package/ueditor-resource/themes/default/images/filescan.png +0 -0
- package/ueditor-resource/themes/default/images/highlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/icons-all.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.png +0 -0
- package/ueditor-resource/themes/default/images/img-cracked.png +0 -0
- package/ueditor-resource/themes/default/images/loaderror.png +0 -0
- package/ueditor-resource/themes/default/images/loading.gif +0 -0
- package/ueditor-resource/themes/default/images/lock.gif +0 -0
- package/ueditor-resource/themes/default/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/themes/default/images/pagebreak.gif +0 -0
- package/ueditor-resource/themes/default/images/scale.png +0 -0
- package/ueditor-resource/themes/default/images/sortable.png +0 -0
- package/ueditor-resource/themes/default/images/spacer.gif +0 -0
- package/ueditor-resource/themes/default/images/sparator_v.png +0 -0
- package/ueditor-resource/themes/default/images/table-cell-align.png +0 -0
- package/ueditor-resource/themes/default/images/tangram-colorpicker.png +0 -0
- package/ueditor-resource/themes/default/images/toolbar_bg.png +0 -0
- package/ueditor-resource/themes/default/images/unhighlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/upload.png +0 -0
- package/ueditor-resource/themes/default/images/videologo.gif +0 -0
- package/ueditor-resource/themes/default/images/word.gif +0 -0
- package/ueditor-resource/themes/default/images/wordpaste.png +0 -0
- package/ueditor-resource/themes/iframe.css +63 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
- package/ueditor-resource/third-party/clipboard/clipboard.js +753 -0
- package/ueditor-resource/third-party/clipboard/clipboard.swf +0 -0
- package/ueditor-resource/third-party/codemirror/codemirror.css +106 -0
- package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -0
- package/ueditor-resource/third-party/jquery-3.5.1.js +2 -0
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -0
- package/ueditor-resource/third-party/webuploader/webuploader.css +88 -0
- package/ueditor-resource/third-party/webuploader/webuploader.js +4 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1256 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.swf +0 -0
- package/ueditor-resource/ueditor.all.js +32643 -0
- package/ueditor-resource/ueditor.config.js +656 -0
- package/ueditor-resource/ueditor.parse.js +639 -0
|
@@ -0,0 +1,748 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Created with JetBrains PhpStorm.
|
|
3
|
+
* User: taoqili
|
|
4
|
+
* Date: 12-6-12
|
|
5
|
+
* Time: 下午5:02
|
|
6
|
+
* To change this template use File | Settings | File Templates.
|
|
7
|
+
*/
|
|
8
|
+
UE.I18N['zh-cn'] = {
|
|
9
|
+
'labelMap': {
|
|
10
|
+
'anchor': '锚点',
|
|
11
|
+
'undo': '撤销',
|
|
12
|
+
'redo': '重做',
|
|
13
|
+
'bold': '加粗',
|
|
14
|
+
'indent': '首行缩进',
|
|
15
|
+
'italic': '斜体',
|
|
16
|
+
'underline': '下划线',
|
|
17
|
+
'strikethrough': '删除线',
|
|
18
|
+
'subscript': '下标',
|
|
19
|
+
'fontborder': '字符边框',
|
|
20
|
+
'superscript': '上标',
|
|
21
|
+
'formatmatch': '格式刷',
|
|
22
|
+
'source': '源代码',
|
|
23
|
+
'blockquote': '引用',
|
|
24
|
+
'pasteplain': '纯文本粘贴模式',
|
|
25
|
+
'selectall': '全选',
|
|
26
|
+
'print': '打印',
|
|
27
|
+
'preview': '预览',
|
|
28
|
+
'horizontal': '分隔线',
|
|
29
|
+
'removeformat': '清除格式',
|
|
30
|
+
'time': '时间',
|
|
31
|
+
'date': '日期',
|
|
32
|
+
'unlink': '取消链接',
|
|
33
|
+
'insertrow': '前插入行',
|
|
34
|
+
'insertcol': '前插入列',
|
|
35
|
+
'mergeright': '右合并单元格',
|
|
36
|
+
'mergedown': '下合并单元格',
|
|
37
|
+
'deleterow': '删除行',
|
|
38
|
+
'deletecol': '删除列',
|
|
39
|
+
'splittorows': '拆分成行',
|
|
40
|
+
'splittocols': '拆分成列',
|
|
41
|
+
'splittocells': '完全拆分单元格',
|
|
42
|
+
'deletecaption': '删除表格标题',
|
|
43
|
+
'inserttitle': '插入标题',
|
|
44
|
+
'mergecells': '合并多个单元格',
|
|
45
|
+
'deletetable': '删除表格',
|
|
46
|
+
'cleardoc': '清空文档',
|
|
47
|
+
'contentimport': '导入内容',
|
|
48
|
+
'insertparagraphbeforetable': "表格前插入行",
|
|
49
|
+
'insertcode': '代码语言',
|
|
50
|
+
'fontfamily': '字体',
|
|
51
|
+
'fontsize': '字号',
|
|
52
|
+
'paragraph': '段落格式',
|
|
53
|
+
'simpleupload': '单图上传',
|
|
54
|
+
'insertimage': '插入图片',
|
|
55
|
+
'edittable': '表格属性',
|
|
56
|
+
'edittd': '单元格属性',
|
|
57
|
+
'link': '超链接',
|
|
58
|
+
'emotion': '表情',
|
|
59
|
+
'spechars': '特殊字符',
|
|
60
|
+
'searchreplace': '查询替换',
|
|
61
|
+
'insertvideo': '视频',
|
|
62
|
+
'insertaudio': '音频',
|
|
63
|
+
'help': '帮助',
|
|
64
|
+
'justifyleft': '居左对齐',
|
|
65
|
+
'justifyright': '居右对齐',
|
|
66
|
+
'justifycenter': '居中对齐',
|
|
67
|
+
'justifyjustify': '两端对齐',
|
|
68
|
+
'forecolor': '字体颜色',
|
|
69
|
+
'backcolor': '背景色',
|
|
70
|
+
'insertorderedlist': '有序列表',
|
|
71
|
+
'insertunorderedlist': '无序列表',
|
|
72
|
+
'fullscreen': '全屏',
|
|
73
|
+
'directionalityltr': '从左向右输入',
|
|
74
|
+
'directionalityrtl': '从右向左输入',
|
|
75
|
+
'rowspacingtop': '段前距',
|
|
76
|
+
'rowspacingbottom': '段后距',
|
|
77
|
+
'pagebreak': '分页',
|
|
78
|
+
'insertframe': '插入Iframe',
|
|
79
|
+
'imagenone': '默认',
|
|
80
|
+
'imageleft': '左浮动',
|
|
81
|
+
'imageright': '右浮动',
|
|
82
|
+
'attachment': '附件',
|
|
83
|
+
'imagecenter': '居中',
|
|
84
|
+
'wordimage': '图片转存',
|
|
85
|
+
'formula': '公式',
|
|
86
|
+
'lineheight': '行间距',
|
|
87
|
+
'edittip': '编辑提示',
|
|
88
|
+
'customstyle': '自定义标题',
|
|
89
|
+
'autotypeset': '自动排版',
|
|
90
|
+
'touppercase': '字母大写',
|
|
91
|
+
'tolowercase': '字母小写',
|
|
92
|
+
'background': '背景',
|
|
93
|
+
'template': '模板',
|
|
94
|
+
'scrawl': '涂鸦',
|
|
95
|
+
'inserttable': '插入表格',
|
|
96
|
+
},
|
|
97
|
+
'autosave': {
|
|
98
|
+
'autoRestoreTip': '已自动从草稿箱恢复'
|
|
99
|
+
},
|
|
100
|
+
'insertorderedlist': {
|
|
101
|
+
// 'num': '1,2,3...',
|
|
102
|
+
// 'num1': '1),2),3)...',
|
|
103
|
+
// 'num2': '(1),(2),(3)...',
|
|
104
|
+
// 'cn': '一,二,三....',
|
|
105
|
+
// 'cn1': '一),二),三)....',
|
|
106
|
+
// 'cn2': '(一),(二),(三)....',
|
|
107
|
+
'decimal': '1,2,3...',
|
|
108
|
+
'lower-alpha': 'a,b,c...',
|
|
109
|
+
'lower-roman': 'i,ii,iii...',
|
|
110
|
+
'upper-alpha': 'A,B,C...',
|
|
111
|
+
'upper-roman': 'I,II,III...'
|
|
112
|
+
},
|
|
113
|
+
'insertunorderedlist': {
|
|
114
|
+
'circle': '○ 大圆圈',
|
|
115
|
+
'disc': '● 小黑点',
|
|
116
|
+
'square': '■ 小方块 ',
|
|
117
|
+
// 'dash': '— 破折号',
|
|
118
|
+
// 'dot': ' 。 小圆圈'
|
|
119
|
+
},
|
|
120
|
+
'paragraph': {'p': '段落', 'h1': '标题 1', 'h2': '标题 2', 'h3': '标题 3', 'h4': '标题 4', 'h5': '标题 5', 'h6': '标题 6'},
|
|
121
|
+
'fontfamily': {
|
|
122
|
+
'default': '默认',
|
|
123
|
+
'songti': '宋体',
|
|
124
|
+
'kaiti': '楷体',
|
|
125
|
+
'heiti': '黑体',
|
|
126
|
+
'lishu': '隶书',
|
|
127
|
+
'yahei': '微软雅黑',
|
|
128
|
+
// 'andaleMono':'andale mono',
|
|
129
|
+
'arial': 'arial',
|
|
130
|
+
// 'arialBlack':'arial black',
|
|
131
|
+
// 'comicSansMs':'comic sans ms',
|
|
132
|
+
// 'impact':'impact',
|
|
133
|
+
'timesNewRoman': 'times new roman'
|
|
134
|
+
},
|
|
135
|
+
'customstyle': {
|
|
136
|
+
'tc': '标题居中',
|
|
137
|
+
'tl': '标题居左',
|
|
138
|
+
'im': '强调',
|
|
139
|
+
'hi': '明显强调'
|
|
140
|
+
},
|
|
141
|
+
'autoupload': {
|
|
142
|
+
'exceedSizeError': '文件大小超出限制',
|
|
143
|
+
'exceedTypeError': '文件格式不允许',
|
|
144
|
+
'jsonEncodeError': '服务器返回格式错误',
|
|
145
|
+
'loading': "正在上传...",
|
|
146
|
+
'loadError': "上传错误",
|
|
147
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!'
|
|
148
|
+
},
|
|
149
|
+
'simpleupload': {
|
|
150
|
+
'exceedSizeError': '文件大小超出限制',
|
|
151
|
+
'exceedTypeError': '文件格式不允许',
|
|
152
|
+
'jsonEncodeError': '服务器返回格式错误',
|
|
153
|
+
'loading': "正在上传...",
|
|
154
|
+
'loadError': "上传错误",
|
|
155
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!'
|
|
156
|
+
},
|
|
157
|
+
'elementPathTip': "元素路径",
|
|
158
|
+
'wordCountTip': "字数统计",
|
|
159
|
+
'wordCountMsg': '{#count} / {#leave}',
|
|
160
|
+
'wordOverFlowMsg': '<span style="color:red;">字数超出最大允许值,服务器可能拒绝保存!</span>',
|
|
161
|
+
'ok': "确认",
|
|
162
|
+
'cancel': "取消",
|
|
163
|
+
'closeDialog': "关闭对话框",
|
|
164
|
+
'tableDrag': "表格拖动必须引入uiUtils.js文件!",
|
|
165
|
+
'autofloatMsg': "工具栏浮动依赖编辑器UI,您首先需要引入UI文件!",
|
|
166
|
+
'loadconfigError': '获取后台配置项请求出错,上传功能将不能正常使用!',
|
|
167
|
+
'loadconfigFormatError': '后台配置项返回格式出错,上传功能将不能正常使用!',
|
|
168
|
+
'loadconfigHttpError': '请求后台配置项http错误,上传功能将不能正常使用!',
|
|
169
|
+
'insertcode': {
|
|
170
|
+
'as3': 'ActionScript 3',
|
|
171
|
+
'bash': 'Bash/Shell',
|
|
172
|
+
'cpp': 'C/C++',
|
|
173
|
+
'css': 'CSS',
|
|
174
|
+
'cf': 'ColdFusion',
|
|
175
|
+
'c#': 'C#',
|
|
176
|
+
'delphi': 'Delphi',
|
|
177
|
+
'diff': 'Diff',
|
|
178
|
+
'erlang': 'Erlang',
|
|
179
|
+
'groovy': 'Groovy',
|
|
180
|
+
'html': 'HTML',
|
|
181
|
+
'java': 'Java',
|
|
182
|
+
'jfx': 'JavaFX',
|
|
183
|
+
'js': 'JavaScript',
|
|
184
|
+
'pl': 'Perl',
|
|
185
|
+
'php': 'PHP',
|
|
186
|
+
'plain': 'Plain Text',
|
|
187
|
+
'ps': 'PowerShell',
|
|
188
|
+
'python': 'Python',
|
|
189
|
+
'ruby': 'Ruby',
|
|
190
|
+
'scala': 'Scala',
|
|
191
|
+
'sql': 'SQL',
|
|
192
|
+
'vb': 'Visual Basic',
|
|
193
|
+
'xml': 'XML'
|
|
194
|
+
},
|
|
195
|
+
'confirmClear': "确定清空当前文档么?",
|
|
196
|
+
'contextMenu': {
|
|
197
|
+
'delete': "删除",
|
|
198
|
+
'selectall': "全选",
|
|
199
|
+
'deletecode': "删除代码",
|
|
200
|
+
'cleardoc': "清空文档",
|
|
201
|
+
'confirmclear': "确定清空当前文档么?",
|
|
202
|
+
'unlink': "删除超链接",
|
|
203
|
+
'paragraph': "段落格式",
|
|
204
|
+
'edittable': "表格属性",
|
|
205
|
+
'aligntd': "单元格对齐方式",
|
|
206
|
+
'aligntable': '表格对齐方式',
|
|
207
|
+
'tableleft': '左浮动',
|
|
208
|
+
'tablecenter': '居中显示',
|
|
209
|
+
'tableright': '右浮动',
|
|
210
|
+
'edittd': "单元格属性",
|
|
211
|
+
'setbordervisible': '设置表格边线可见',
|
|
212
|
+
'justifyleft': '左对齐',
|
|
213
|
+
'justifyright': '右对齐',
|
|
214
|
+
'justifycenter': '居中对齐',
|
|
215
|
+
'justifyjustify': '两端对齐',
|
|
216
|
+
'table': "表格",
|
|
217
|
+
'inserttable': '插入表格',
|
|
218
|
+
'deletetable': "删除表格",
|
|
219
|
+
'insertparagraphbefore': "前插入段落",
|
|
220
|
+
'insertparagraphafter': '后插入段落',
|
|
221
|
+
'deleterow': "删除当前行",
|
|
222
|
+
'deletecol': "删除当前列",
|
|
223
|
+
'insertrow': "前插入行",
|
|
224
|
+
'insertcol': "左插入列",
|
|
225
|
+
'insertrownext': '后插入行',
|
|
226
|
+
'insertcolnext': '右插入列',
|
|
227
|
+
'insertcaption': '插入表格名称',
|
|
228
|
+
'deletecaption': '删除表格名称',
|
|
229
|
+
'inserttitle': '插入表格标题行',
|
|
230
|
+
'deletetitle': '删除表格标题行',
|
|
231
|
+
'inserttitlecol': '插入表格标题列',
|
|
232
|
+
'deletetitlecol': '删除表格标题列',
|
|
233
|
+
'averageDiseRow': '平均分布各行',
|
|
234
|
+
'averageDisCol': '平均分布各列',
|
|
235
|
+
'mergeright': "向右合并",
|
|
236
|
+
'mergeleft': "向左合并",
|
|
237
|
+
'mergedown': "向下合并",
|
|
238
|
+
'mergecells': "合并单元格",
|
|
239
|
+
'splittocells': "完全拆分单元格",
|
|
240
|
+
'splittocols': "拆分成列",
|
|
241
|
+
'splittorows': "拆分成行",
|
|
242
|
+
'tablesort': '表格排序',
|
|
243
|
+
'enablesort': '设置表格可排序',
|
|
244
|
+
'disablesort': '取消表格可排序',
|
|
245
|
+
'reversecurrent': '逆序当前',
|
|
246
|
+
'orderbyasc': '按ASCII字符升序',
|
|
247
|
+
'reversebyasc': '按ASCII字符降序',
|
|
248
|
+
'orderbynum': '按数值大小升序',
|
|
249
|
+
'reversebynum': '按数值大小降序',
|
|
250
|
+
'borderbk': '边框底纹',
|
|
251
|
+
'setcolor': '表格隔行变色',
|
|
252
|
+
'unsetcolor': '取消表格隔行变色',
|
|
253
|
+
'setbackground': '选区背景隔行',
|
|
254
|
+
'unsetbackground': '取消选区背景',
|
|
255
|
+
'redandblue': '红蓝相间',
|
|
256
|
+
'threecolorgradient': '三色渐变',
|
|
257
|
+
'copy': "复制(Ctrl + c)",
|
|
258
|
+
'copymsg': "浏览器不支持,请使用 'Ctrl + c'",
|
|
259
|
+
'paste': "粘贴(Ctrl + v)",
|
|
260
|
+
'pastemsg': "浏览器不支持,请使用 'Ctrl + v'"
|
|
261
|
+
},
|
|
262
|
+
'copymsg': "浏览器不支持,请使用 'Ctrl + c'",
|
|
263
|
+
'pastemsg': "浏览器不支持,请使用 'Ctrl + v'",
|
|
264
|
+
'anchorMsg': "链接",
|
|
265
|
+
'clearColor': '清空颜色',
|
|
266
|
+
'standardColor': '标准颜色',
|
|
267
|
+
'themeColor': '主题颜色',
|
|
268
|
+
'property': '属性',
|
|
269
|
+
'default': '默认',
|
|
270
|
+
'modify': '修改',
|
|
271
|
+
'save': '保存',
|
|
272
|
+
'justifyleft': '左对齐',
|
|
273
|
+
'justifyright': '右对齐',
|
|
274
|
+
'justifycenter': '居中',
|
|
275
|
+
'justify': '默认',
|
|
276
|
+
'clear': '清除',
|
|
277
|
+
'delete': '删除',
|
|
278
|
+
'clickToUpload': "点击上传",
|
|
279
|
+
'unset': '尚未设置语言文件',
|
|
280
|
+
't_row': '行',
|
|
281
|
+
't_col': '列',
|
|
282
|
+
'more': '更多',
|
|
283
|
+
'pasteOpt': '粘贴选项',
|
|
284
|
+
'pasteSourceFormat': "保留源格式",
|
|
285
|
+
'tagFormat': '只保留标签',
|
|
286
|
+
'pasteTextFormat': '只保留文本',
|
|
287
|
+
'autoTypeSet': {
|
|
288
|
+
'mergeLine': "合并空行",
|
|
289
|
+
'delLine': "清除空行",
|
|
290
|
+
'removeFormat': "清除格式",
|
|
291
|
+
'indent': "首行缩进",
|
|
292
|
+
'alignment': "对齐方式",
|
|
293
|
+
'imageFloat': "图片浮动",
|
|
294
|
+
'removeFontsize': "清除字号",
|
|
295
|
+
'removeFontFamily': "清除字体",
|
|
296
|
+
'removeHtml': "清除冗余HTML代码",
|
|
297
|
+
'pasteFilter': "粘贴过滤",
|
|
298
|
+
'run': "执行",
|
|
299
|
+
'symbol': '符号转换',
|
|
300
|
+
'bdc2sb': '全角转半角',
|
|
301
|
+
'tobdc': '半角转全角'
|
|
302
|
+
},
|
|
303
|
+
|
|
304
|
+
'background': {
|
|
305
|
+
'static': {
|
|
306
|
+
'lang_background_normal': '背景设置',
|
|
307
|
+
'lang_background_local': '在线图片',
|
|
308
|
+
'lang_background_set': '选项',
|
|
309
|
+
'lang_background_none': '无背景色',
|
|
310
|
+
'lang_background_colored': '有背景色',
|
|
311
|
+
'lang_background_color': '颜色设置',
|
|
312
|
+
'lang_background_netimg': '网络图片',
|
|
313
|
+
'lang_background_align': '对齐方式',
|
|
314
|
+
'lang_background_position': '精确定位',
|
|
315
|
+
'repeatType': {'options': ["居中", "横向重复", "纵向重复", "平铺", "自定义"]}
|
|
316
|
+
|
|
317
|
+
},
|
|
318
|
+
'noUploadImage': "当前未上传过任何图片!",
|
|
319
|
+
'toggleSelect': "单击可切换选中状态\n原图尺寸: "
|
|
320
|
+
},
|
|
321
|
+
//===============dialog i18N=======================
|
|
322
|
+
'insertimage': {
|
|
323
|
+
'static': {
|
|
324
|
+
'lang_tab_remote': "插入图片", //节点
|
|
325
|
+
'lang_tab_upload': "本地上传",
|
|
326
|
+
'lang_tab_online': "在线管理",
|
|
327
|
+
'lang_input_url': "地 址:",
|
|
328
|
+
'lang_input_size': "大 小:",
|
|
329
|
+
'lang_input_width': "宽度",
|
|
330
|
+
'lang_input_height': "高度",
|
|
331
|
+
'lang_input_border': "边 框:",
|
|
332
|
+
'lang_input_vhspace': "边 距:",
|
|
333
|
+
'lang_input_title': "描 述:",
|
|
334
|
+
'lang_input_align': '图片浮动方式:',
|
|
335
|
+
'lang_imgLoading': " 图片加载中……",
|
|
336
|
+
'lang_start_upload': "开始上传",
|
|
337
|
+
'lock': {'title': "锁定宽高比例"}, //属性
|
|
338
|
+
'searchType': {'title': "图片类型", 'options': ["新闻", "壁纸", "表情", "头像"]}, //select的option
|
|
339
|
+
'searchTxt': {'value': "请输入搜索关键词"},
|
|
340
|
+
'searchBtn': {'value': "百度一下"},
|
|
341
|
+
'searchReset': {'value': "清空搜索"},
|
|
342
|
+
'noneAlign': {'title': '无浮动'},
|
|
343
|
+
'leftAlign': {'title': '左浮动'},
|
|
344
|
+
'rightAlign': {'title': '右浮动'},
|
|
345
|
+
'centerAlign': {'title': '居中独占一行'}
|
|
346
|
+
},
|
|
347
|
+
'uploadSelectFile': '点击选择图片',
|
|
348
|
+
'uploadAddFile': '继续添加',
|
|
349
|
+
'uploadStart': '开始上传',
|
|
350
|
+
'uploadPause': '暂停上传',
|
|
351
|
+
'uploadContinue': '继续上传',
|
|
352
|
+
'uploadRetry': '重试上传',
|
|
353
|
+
'uploadDelete': '删除',
|
|
354
|
+
'uploadTurnLeft': '向左旋转',
|
|
355
|
+
'uploadTurnRight': '向右旋转',
|
|
356
|
+
'uploadPreview': '预览中',
|
|
357
|
+
'uploadNoPreview': '不能预览',
|
|
358
|
+
'updateStatusReady': '选中_张图片,共_KB。',
|
|
359
|
+
'updateStatusConfirm': '已成功上传_张照片,_张照片上传失败',
|
|
360
|
+
'updateStatusFinish': '共_张(_KB),_张上传成功',
|
|
361
|
+
'updateStatusError': ',_张上传失败。',
|
|
362
|
+
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
|
|
363
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
|
|
364
|
+
'errorExceedSize': '文件大小超出',
|
|
365
|
+
'errorFileType': '文件格式不允许',
|
|
366
|
+
'errorInterrupt': '文件传输中断',
|
|
367
|
+
'errorUploadRetry': '上传失败,请重试',
|
|
368
|
+
'errorHttp': 'http请求错误',
|
|
369
|
+
'errorServerUpload': '服务器返回出错',
|
|
370
|
+
'remoteLockError': "宽高不正确,不能所定比例",
|
|
371
|
+
'numError': "请输入正确的长度或者宽度值!例如:123,400",
|
|
372
|
+
'imageUrlError': "不允许的图片格式或者图片域!",
|
|
373
|
+
'imageLoadError': "图片加载失败!请检查链接地址或网络状态!",
|
|
374
|
+
'searchRemind': "请输入搜索关键词",
|
|
375
|
+
'searchLoading': "图片加载中,请稍后……",
|
|
376
|
+
'searchRetry': " :( ,抱歉,没有找到图片!请重试一次!"
|
|
377
|
+
},
|
|
378
|
+
'attachment': {
|
|
379
|
+
'static': {
|
|
380
|
+
'lang_tab_upload': '上传附件',
|
|
381
|
+
'lang_tab_online': '在线附件',
|
|
382
|
+
'lang_start_upload': "开始上传",
|
|
383
|
+
'lang_drop_remind': "可以将文件拖到这里,单次最多可选100个文件"
|
|
384
|
+
},
|
|
385
|
+
'uploadSelectFile': '点击选择文件',
|
|
386
|
+
'uploadAddFile': '继续添加',
|
|
387
|
+
'uploadStart': '开始上传',
|
|
388
|
+
'uploadPause': '暂停上传',
|
|
389
|
+
'uploadContinue': '继续上传',
|
|
390
|
+
'uploadRetry': '重试上传',
|
|
391
|
+
'uploadDelete': '删除',
|
|
392
|
+
'uploadTurnLeft': '向左旋转',
|
|
393
|
+
'uploadTurnRight': '向右旋转',
|
|
394
|
+
'uploadPreview': '预览中',
|
|
395
|
+
'updateStatusReady': '选中_个文件,共_KB。',
|
|
396
|
+
'updateStatusConfirm': '已成功上传_个文件,_个文件上传失败',
|
|
397
|
+
'updateStatusFinish': '共_个(_KB),_个上传成功',
|
|
398
|
+
'updateStatusError': ',_张上传失败。',
|
|
399
|
+
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
|
|
400
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
|
|
401
|
+
'errorExceedSize': '文件大小超出',
|
|
402
|
+
'errorFileType': '文件格式不允许',
|
|
403
|
+
'errorInterrupt': '文件传输中断',
|
|
404
|
+
'errorUploadRetry': '上传失败,请重试',
|
|
405
|
+
'errorHttp': 'http请求错误',
|
|
406
|
+
'errorServerUpload': '服务器返回出错'
|
|
407
|
+
},
|
|
408
|
+
'insertvideo': {
|
|
409
|
+
'static': {
|
|
410
|
+
'lang_tab_insertV': "插入视频",
|
|
411
|
+
'lang_tab_searchV': "搜索视频",
|
|
412
|
+
'lang_tab_uploadV': "上传视频",
|
|
413
|
+
'lang_video_url': "视频网址",
|
|
414
|
+
'lang_video_size': "视频尺寸",
|
|
415
|
+
'lang_videoW': "宽度",
|
|
416
|
+
'lang_videoH': "高度",
|
|
417
|
+
'lang_alignment': "对齐方式",
|
|
418
|
+
'videoSearchTxt': {'value': "请输入搜索关键字!"},
|
|
419
|
+
'videoType': {'options': ["全部", "热门", "娱乐", "搞笑", "体育", "科技", "综艺"]},
|
|
420
|
+
'videoSearchBtn': {'value': "百度一下"},
|
|
421
|
+
'videoSearchReset': {'value': "清空结果"},
|
|
422
|
+
|
|
423
|
+
'lang_input_fileStatus': ' 当前未上传文件',
|
|
424
|
+
'startUpload': {'style': "background:url(upload.png) no-repeat;"},
|
|
425
|
+
|
|
426
|
+
'lang_upload_size': "视频尺寸",
|
|
427
|
+
'lang_upload_width': "宽度",
|
|
428
|
+
'lang_upload_height': "高度",
|
|
429
|
+
'lang_upload_alignment': "对齐方式",
|
|
430
|
+
'lang_format_advice': "建议使用mp4格式."
|
|
431
|
+
|
|
432
|
+
},
|
|
433
|
+
'numError': "请输入正确的数值,如123,400",
|
|
434
|
+
'floatLeft': "左浮动",
|
|
435
|
+
'floatRight': "右浮动",
|
|
436
|
+
'default': "默认",
|
|
437
|
+
'block': "独占一行",
|
|
438
|
+
'urlError': "输入的视频地址有误,请检查后再试!",
|
|
439
|
+
'loading': " 视频加载中,请等待……",
|
|
440
|
+
'clickToSelect': "点击选中",
|
|
441
|
+
'goToSource': '访问源视频',
|
|
442
|
+
'noVideo': " 抱歉,找不到对应的视频,请重试!",
|
|
443
|
+
|
|
444
|
+
'browseFiles': '浏览文件',
|
|
445
|
+
'uploadSuccess': '上传成功!',
|
|
446
|
+
'delSuccessFile': '从成功队列中移除',
|
|
447
|
+
'delFailSaveFile': '移除保存失败文件',
|
|
448
|
+
'statusPrompt': ' 个文件已上传! ',
|
|
449
|
+
'flashVersionError': '当前Flash版本过低,请更新FlashPlayer后重试!',
|
|
450
|
+
'flashLoadingError': 'Flash加载失败!请检查路径或网络状态',
|
|
451
|
+
'fileUploadReady': '等待上传……',
|
|
452
|
+
'delUploadQueue': '从上传队列中移除',
|
|
453
|
+
'limitPrompt1': '单次不能选择超过',
|
|
454
|
+
'limitPrompt2': '个文件!请重新选择!',
|
|
455
|
+
'delFailFile': '移除失败文件',
|
|
456
|
+
'fileSizeLimit': '文件大小超出限制!',
|
|
457
|
+
'emptyFile': '空文件无法上传!',
|
|
458
|
+
'fileTypeError': '文件类型不允许!',
|
|
459
|
+
'unknownError': '未知错误!',
|
|
460
|
+
'fileUploading': '上传中,请等待……',
|
|
461
|
+
'cancelUpload': '取消上传',
|
|
462
|
+
'netError': '网络错误',
|
|
463
|
+
'failUpload': '上传失败!',
|
|
464
|
+
'serverIOError': '服务器IO错误!',
|
|
465
|
+
'noAuthority': '无权限!',
|
|
466
|
+
'fileNumLimit': '上传个数限制',
|
|
467
|
+
'failCheck': '验证失败,本次上传被跳过!',
|
|
468
|
+
'fileCanceling': '取消中,请等待……',
|
|
469
|
+
'stopUploading': '上传已停止……',
|
|
470
|
+
|
|
471
|
+
'uploadSelectFile': '点击选择文件',
|
|
472
|
+
'uploadAddFile': '继续添加',
|
|
473
|
+
'uploadStart': '开始上传',
|
|
474
|
+
'uploadPause': '暂停上传',
|
|
475
|
+
'uploadContinue': '继续上传',
|
|
476
|
+
'uploadRetry': '重试上传',
|
|
477
|
+
'uploadDelete': '删除',
|
|
478
|
+
'uploadTurnLeft': '向左旋转',
|
|
479
|
+
'uploadTurnRight': '向右旋转',
|
|
480
|
+
'uploadPreview': '预览中',
|
|
481
|
+
'updateStatusReady': '选中_个文件,共_KB。',
|
|
482
|
+
'updateStatusConfirm': '成功上传_个,_个失败',
|
|
483
|
+
'updateStatusFinish': '共_个(_KB),_个成功上传',
|
|
484
|
+
'updateStatusError': ',_张上传失败。',
|
|
485
|
+
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
|
|
486
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
|
|
487
|
+
'errorExceedSize': '文件大小超出',
|
|
488
|
+
'errorFileType': '文件格式不允许',
|
|
489
|
+
'errorInterrupt': '文件传输中断',
|
|
490
|
+
'errorUploadRetry': '上传失败,请重试',
|
|
491
|
+
'errorHttp': 'http请求错误',
|
|
492
|
+
'errorServerUpload': '服务器返回出错'
|
|
493
|
+
},
|
|
494
|
+
'insertaudio': {
|
|
495
|
+
'static': {
|
|
496
|
+
'lang_tab_insertV': "插入音频",
|
|
497
|
+
'lang_tab_searchV': "搜索音频",
|
|
498
|
+
'lang_tab_uploadV': "上传音频",
|
|
499
|
+
'lang_video_url': "音频网址",
|
|
500
|
+
'lang_video_size': "音频尺寸",
|
|
501
|
+
'lang_videoW': "宽度",
|
|
502
|
+
'lang_videoH': "高度",
|
|
503
|
+
'lang_alignment': "对齐方式",
|
|
504
|
+
'videoSearchTxt': {'value': "请输入搜索关键字!"},
|
|
505
|
+
'videoType': {'options': ["全部", "热门", "娱乐", "搞笑", "体育", "科技", "综艺"]},
|
|
506
|
+
'videoSearchBtn': {'value': "百度一下"},
|
|
507
|
+
'videoSearchReset': {'value': "清空结果"},
|
|
508
|
+
|
|
509
|
+
'lang_input_fileStatus': ' 当前未上传文件',
|
|
510
|
+
'startUpload': {'style': "background:url(upload.png) no-repeat;"},
|
|
511
|
+
|
|
512
|
+
'lang_upload_size': "音频尺寸",
|
|
513
|
+
'lang_upload_width': "宽度",
|
|
514
|
+
'lang_upload_height': "高度",
|
|
515
|
+
'lang_upload_alignment': "对齐方式",
|
|
516
|
+
'lang_format_advice': "建议使用mp4格式."
|
|
517
|
+
|
|
518
|
+
},
|
|
519
|
+
'numError': "请输入正确的数值,如123,400",
|
|
520
|
+
'floatLeft': "左浮动",
|
|
521
|
+
'floatRight': "右浮动",
|
|
522
|
+
'default': "默认",
|
|
523
|
+
'block': "独占一行",
|
|
524
|
+
'urlError': "输入的音频地址有误,请检查后再试!",
|
|
525
|
+
'loading': " 音频加载中,请等待……",
|
|
526
|
+
'clickToSelect': "点击选中",
|
|
527
|
+
'goToSource': '访问源音频',
|
|
528
|
+
'noVideo': " 抱歉,找不到对应的音频,请重试!",
|
|
529
|
+
|
|
530
|
+
'browseFiles': '浏览文件',
|
|
531
|
+
'uploadSuccess': '上传成功!',
|
|
532
|
+
'delSuccessFile': '从成功队列中移除',
|
|
533
|
+
'delFailSaveFile': '移除保存失败文件',
|
|
534
|
+
'statusPrompt': ' 个文件已上传! ',
|
|
535
|
+
'flashVersionError': '当前Flash版本过低,请更新FlashPlayer后重试!',
|
|
536
|
+
'flashLoadingError': 'Flash加载失败!请检查路径或网络状态',
|
|
537
|
+
'fileUploadReady': '等待上传……',
|
|
538
|
+
'delUploadQueue': '从上传队列中移除',
|
|
539
|
+
'limitPrompt1': '单次不能选择超过',
|
|
540
|
+
'limitPrompt2': '个文件!请重新选择!',
|
|
541
|
+
'delFailFile': '移除失败文件',
|
|
542
|
+
'fileSizeLimit': '文件大小超出限制!',
|
|
543
|
+
'emptyFile': '空文件无法上传!',
|
|
544
|
+
'fileTypeError': '文件类型不允许!',
|
|
545
|
+
'unknownError': '未知错误!',
|
|
546
|
+
'fileUploading': '上传中,请等待……',
|
|
547
|
+
'cancelUpload': '取消上传',
|
|
548
|
+
'netError': '网络错误',
|
|
549
|
+
'failUpload': '上传失败!',
|
|
550
|
+
'serverIOError': '服务器IO错误!',
|
|
551
|
+
'noAuthority': '无权限!',
|
|
552
|
+
'fileNumLimit': '上传个数限制',
|
|
553
|
+
'failCheck': '验证失败,本次上传被跳过!',
|
|
554
|
+
'fileCanceling': '取消中,请等待……',
|
|
555
|
+
'stopUploading': '上传已停止……',
|
|
556
|
+
|
|
557
|
+
'uploadSelectFile': '点击选择文件',
|
|
558
|
+
'uploadAddFile': '继续添加',
|
|
559
|
+
'uploadStart': '开始上传',
|
|
560
|
+
'uploadPause': '暂停上传',
|
|
561
|
+
'uploadContinue': '继续上传',
|
|
562
|
+
'uploadRetry': '重试上传',
|
|
563
|
+
'uploadDelete': '删除',
|
|
564
|
+
'uploadTurnLeft': '向左旋转',
|
|
565
|
+
'uploadTurnRight': '向右旋转',
|
|
566
|
+
'uploadPreview': '预览中',
|
|
567
|
+
'updateStatusReady': '选中_个文件,共_KB。',
|
|
568
|
+
'updateStatusConfirm': '成功上传_个,_个失败',
|
|
569
|
+
'updateStatusFinish': '共_个(_KB),_个成功上传',
|
|
570
|
+
'updateStatusError': ',_张上传失败。',
|
|
571
|
+
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
|
|
572
|
+
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
|
|
573
|
+
'errorExceedSize': '文件大小超出',
|
|
574
|
+
'errorFileType': '文件格式不允许',
|
|
575
|
+
'errorInterrupt': '文件传输中断',
|
|
576
|
+
'errorUploadRetry': '上传失败,请重试',
|
|
577
|
+
'errorHttp': 'http请求错误',
|
|
578
|
+
'errorServerUpload': '服务器返回出错'
|
|
579
|
+
},
|
|
580
|
+
'template': {
|
|
581
|
+
'static': {
|
|
582
|
+
'lang_template_bkcolor': '背景颜色',
|
|
583
|
+
'lang_template_clear': '保留原有内容',
|
|
584
|
+
'lang_template_select': '选择模板'
|
|
585
|
+
},
|
|
586
|
+
'blank': "空白文档",
|
|
587
|
+
'blog': "博客文章",
|
|
588
|
+
'resume': "个人简历",
|
|
589
|
+
'richText': "图文混排",
|
|
590
|
+
'sciPapers': "科技论文"
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
},
|
|
594
|
+
'scrawl': {
|
|
595
|
+
'static': {
|
|
596
|
+
'lang_input_previousStep': "上一步",
|
|
597
|
+
'lang_input_nextsStep': "下一步",
|
|
598
|
+
'lang_input_clear': '清空',
|
|
599
|
+
'lang_input_addPic': '添加背景',
|
|
600
|
+
'lang_input_ScalePic': '缩放背景',
|
|
601
|
+
'lang_input_removePic': '删除背景',
|
|
602
|
+
'J_imgTxt': {title: '添加背景图片'}
|
|
603
|
+
},
|
|
604
|
+
'noScarwl': "尚未作画,白纸一张~",
|
|
605
|
+
'scrawlUpLoading': "涂鸦上传中,别急哦~",
|
|
606
|
+
'continueBtn': "继续",
|
|
607
|
+
'imageError': "糟糕,图片读取失败了!",
|
|
608
|
+
'backgroundUploading': '背景图片上传中,别急哦~'
|
|
609
|
+
},
|
|
610
|
+
'anchor': {
|
|
611
|
+
'static': {
|
|
612
|
+
'lang_input_anchorName': '锚点名字:'
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
'emotion': {
|
|
616
|
+
'static': {
|
|
617
|
+
'lang_input_choice': '精选',
|
|
618
|
+
'lang_input_Tuzki': '兔斯基',
|
|
619
|
+
'lang_input_BOBO': 'BOBO',
|
|
620
|
+
'lang_input_lvdouwa': '绿豆蛙',
|
|
621
|
+
'lang_input_babyCat': 'baby猫',
|
|
622
|
+
'lang_input_bubble': '泡泡',
|
|
623
|
+
'lang_input_youa': '有啊'
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
'help': {
|
|
627
|
+
'static': {
|
|
628
|
+
'lang_input_about': '关于 UEditor Plus',
|
|
629
|
+
'lang_input_shortcuts': '快捷键',
|
|
630
|
+
'lang_input_introduction': 'UEditor Plus 是基于百度UEditor二次开发的所见即所得富文本web编辑器,主要丰富也界面样式,注重用户体验等特点。基于Apache 2.0协议开源,允许自由使用和修改代码。',
|
|
631
|
+
'lang_Txt_shortcuts': '快捷键',
|
|
632
|
+
'lang_Txt_func': '功能',
|
|
633
|
+
'lang_Txt_bold': '给选中字设置为加粗',
|
|
634
|
+
'lang_Txt_copy': '复制选中内容',
|
|
635
|
+
'lang_Txt_cut': '剪切选中内容',
|
|
636
|
+
'lang_Txt_Paste': '粘贴',
|
|
637
|
+
'lang_Txt_undo': '重新执行上次操作',
|
|
638
|
+
'lang_Txt_redo': '撤销上一次操作',
|
|
639
|
+
'lang_Txt_italic': '给选中字设置为斜体',
|
|
640
|
+
'lang_Txt_underline': '给选中字加下划线',
|
|
641
|
+
'lang_Txt_selectAll': '全部选中',
|
|
642
|
+
'lang_Txt_visualEnter': '软回车',
|
|
643
|
+
'lang_Txt_fullscreen': '全屏'
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
'insertframe': {
|
|
647
|
+
'static': {
|
|
648
|
+
'lang_input_address': '地址:',
|
|
649
|
+
'lang_input_width': '宽度:',
|
|
650
|
+
'lang_input_height': '高度:',
|
|
651
|
+
'lang_input_isScroll': '允许滚动条:',
|
|
652
|
+
'lang_input_frameborder': '显示框架边框:',
|
|
653
|
+
'lang_input_alignMode': '对齐方式:',
|
|
654
|
+
'align': {title: "对齐方式", options: ["默认", "左对齐", "右对齐", "居中"]}
|
|
655
|
+
},
|
|
656
|
+
'enterAddress': '请输入地址!'
|
|
657
|
+
},
|
|
658
|
+
'link': {
|
|
659
|
+
'static': {
|
|
660
|
+
'lang_input_text': '文本内容:',
|
|
661
|
+
'lang_input_url': '链接地址:',
|
|
662
|
+
'lang_input_title': '标题:',
|
|
663
|
+
'lang_input_target': '是否在新窗口打开:'
|
|
664
|
+
},
|
|
665
|
+
'validLink': '只支持选中一个链接时生效',
|
|
666
|
+
'httpPrompt': '您输入的超链接中不包含http等协议名称,默认将为您添加http://前缀'
|
|
667
|
+
},
|
|
668
|
+
'searchreplace': {
|
|
669
|
+
'static': {
|
|
670
|
+
lang_tab_search: "查找",
|
|
671
|
+
lang_tab_replace: "替换",
|
|
672
|
+
lang_search1: "查找",
|
|
673
|
+
lang_search2: "查找",
|
|
674
|
+
lang_replace: "替换",
|
|
675
|
+
lang_searchReg: '支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”',
|
|
676
|
+
lang_searchReg1: '支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”',
|
|
677
|
+
lang_case_sensitive1: "区分大小写",
|
|
678
|
+
lang_case_sensitive2: "区分大小写",
|
|
679
|
+
nextFindBtn: {value: "下一个"},
|
|
680
|
+
preFindBtn: {value: "上一个"},
|
|
681
|
+
nextReplaceBtn: {value: "下一个"},
|
|
682
|
+
preReplaceBtn: {value: "上一个"},
|
|
683
|
+
repalceBtn: {value: "替换"},
|
|
684
|
+
repalceAllBtn: {value: "全部替换"}
|
|
685
|
+
},
|
|
686
|
+
getEnd: "已经搜索到文章末尾!",
|
|
687
|
+
getStart: "已经搜索到文章头部",
|
|
688
|
+
countMsg: "总共替换了{#count}处!"
|
|
689
|
+
},
|
|
690
|
+
'spechars': {
|
|
691
|
+
'static': {},
|
|
692
|
+
tsfh: "特殊字符",
|
|
693
|
+
lmsz: "罗马字符",
|
|
694
|
+
szfh: "数学字符",
|
|
695
|
+
rwfh: "日文字符",
|
|
696
|
+
xlzm: "希腊字母",
|
|
697
|
+
ewzm: "俄文字符",
|
|
698
|
+
pyzm: "拼音字母",
|
|
699
|
+
yyyb: "英语音标",
|
|
700
|
+
zyzf: "其他"
|
|
701
|
+
},
|
|
702
|
+
'edittable': {
|
|
703
|
+
'static': {
|
|
704
|
+
'lang_tableStyle': '表格样式',
|
|
705
|
+
'lang_insertCaption': '添加表格名称行',
|
|
706
|
+
'lang_insertTitle': '添加表格标题行',
|
|
707
|
+
'lang_insertTitleCol': '添加表格标题列',
|
|
708
|
+
'lang_orderbycontent': "使表格内容可排序",
|
|
709
|
+
'lang_tableSize': '自动调整表格尺寸',
|
|
710
|
+
'lang_autoSizeContent': '按表格文字自适应',
|
|
711
|
+
'lang_autoSizePage': '按页面宽度自适应',
|
|
712
|
+
'lang_example': '示例',
|
|
713
|
+
'lang_borderStyle': '表格边框',
|
|
714
|
+
'lang_color': '颜色:'
|
|
715
|
+
},
|
|
716
|
+
captionName: '表格名称',
|
|
717
|
+
titleName: '标题',
|
|
718
|
+
cellsName: '内容',
|
|
719
|
+
errorMsg: '有合并单元格,不可排序'
|
|
720
|
+
},
|
|
721
|
+
'edittip': {
|
|
722
|
+
'static': {
|
|
723
|
+
lang_delRow: '删除整行',
|
|
724
|
+
lang_delCol: '删除整列'
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
'edittd': {
|
|
728
|
+
'static': {
|
|
729
|
+
lang_tdBkColor: '背景颜色:'
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
'formula': {
|
|
733
|
+
'static': {},
|
|
734
|
+
},
|
|
735
|
+
'wordimage': {
|
|
736
|
+
'static': {
|
|
737
|
+
lang_resave: "转存步骤",
|
|
738
|
+
uploadBtn: {src: "upload.png", alt: "上传"},
|
|
739
|
+
clipboard: {style: "background: url(copy.png) -153px -1px no-repeat;"},
|
|
740
|
+
lang_step: "1、点击顶部复制按钮,将地址复制到剪贴板;2、点击添加照片按钮,在弹出的对话框中使用Ctrl+V粘贴地址;3、点击打开后选择图片上传流程。"
|
|
741
|
+
},
|
|
742
|
+
'fileType': "图片",
|
|
743
|
+
'flashError': "FLASH初始化失败,请检查FLASH插件是否正确安装!",
|
|
744
|
+
'netError': "网络连接错误,请重试!",
|
|
745
|
+
'copySuccess': "图片地址已经复制!",
|
|
746
|
+
'flashI18n': {} //留空默认中文
|
|
747
|
+
},
|
|
748
|
+
};
|