ueditor-plus-assets 0.1.5 → 0.1.7

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.
@@ -0,0 +1,813 @@
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-tw'] = {
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
+ 'ai': 'AI智能助手',
49
+ 'insertparagraphbeforetable': "表格前插入行",
50
+ 'insertcode': '代碼語言',
51
+ 'fontfamily': '字體',
52
+ 'fontsize': '字號',
53
+ 'paragraph': '段落格式',
54
+ 'simpleupload': '單圖上傳',
55
+ 'insertimage': '插入圖片',
56
+ 'edittable': '表格屬性',
57
+ 'edittd': '單元格屬性',
58
+ 'link': '超鏈接',
59
+ 'emotion': '表情',
60
+ 'spechars': '特殊字符',
61
+ 'searchreplace': '查詢替換',
62
+ 'insertvideo': '視頻',
63
+ 'insertaudio': '音頻',
64
+ 'help': '幫助',
65
+ 'justifyleft': '居左對齊',
66
+ 'justifyright': '居右對齊',
67
+ 'justifycenter': '居中對齊',
68
+ 'justifyjustify': '兩端對齊',
69
+ 'forecolor': '字體顏色',
70
+ 'backcolor': '背景色',
71
+ 'insertorderedlist': '有序列表',
72
+ 'insertunorderedlist': '無序列表',
73
+ 'fullscreen': '全屏',
74
+ 'directionalityltr': '從左向右輸入',
75
+ 'directionalityrtl': '從右向左輸入',
76
+ 'rowspacingtop': '段前距',
77
+ 'rowspacingbottom': '段后距',
78
+ 'pagebreak': '分頁',
79
+ 'insertframe': '插入Iframe',
80
+ 'imagenone': '默認',
81
+ 'imageleft': '左浮動',
82
+ 'imageright': '右浮動',
83
+ 'attachment': '附件',
84
+ 'imagecenter': '居中',
85
+ 'wordimage': '圖片轉存',
86
+ 'formula': '公式',
87
+ 'lineheight': '行間距',
88
+ 'edittip': '編輯提示',
89
+ 'customstyle': '自定義標題',
90
+ 'autotypeset': '自動排版',
91
+ 'touppercase': '字母大寫',
92
+ 'tolowercase': '字母小寫',
93
+ 'background': '背景',
94
+ 'template': '模板',
95
+ 'scrawl': '涂鴉',
96
+ 'inserttable': '插入表格',
97
+ },
98
+ 'autosave': {
99
+ 'autoRestoreTip': '已自動從草稿箱恢復'
100
+ },
101
+ 'insertorderedlist': {
102
+ // 'num': '1,2,3...',
103
+ // 'num1': '1),2),3)...',
104
+ // 'num2': '(1),(2),(3)...',
105
+ // 'cn': '一,二,三....',
106
+ // 'cn1': '一),二),三)....',
107
+ // 'cn2': '(一),(二),(三)....',
108
+ 'decimal': '1,2,3...',
109
+ 'lower-alpha': 'a,b,c...',
110
+ 'lower-roman': 'i,ii,iii...',
111
+ 'upper-alpha': 'A,B,C...',
112
+ 'upper-roman': 'I,II,III...'
113
+ },
114
+ 'insertunorderedlist': {
115
+ 'circle': '○ 大圓圈',
116
+ 'disc': '● 小黑點',
117
+ 'square': '■ 小方塊 ',
118
+ // 'dash': '— 破折號',
119
+ // 'dot': ' 。 小圓圈'
120
+ },
121
+ 'paragraph': {'p': '段落', 'h1': '標題 1', 'h2': '標題 2', 'h3': '標題 3', 'h4': '標題 4', 'h5': '標題 5', 'h6': '標題 6'},
122
+ 'fontfamily': {
123
+ 'default': '默認',
124
+ 'songti': '宋體',
125
+ 'kaiti': '楷體',
126
+ 'heiti': '黑體',
127
+ 'lishu': '隸書',
128
+ 'yahei': '微軟雅黑',
129
+ // 'andaleMono':'andale mono',
130
+ 'arial': 'arial',
131
+ // 'arialBlack':'arial black',
132
+ // 'comicSansMs':'comic sans ms',
133
+ // 'impact':'impact',
134
+ 'timesNewRoman': 'times new roman'
135
+ },
136
+ 'customstyle': {
137
+ 'tc': '標題居中',
138
+ 'tl': '標題居左',
139
+ 'im': '強調',
140
+ 'hi': '明顯強調'
141
+ },
142
+ 'autoupload': {
143
+ 'exceedSizeError': '文件大小超出限制',
144
+ 'exceedTypeError': '文件格式不允許',
145
+ 'jsonEncodeError': '服務器返回格式錯誤',
146
+ 'loading': "正在上傳...",
147
+ 'loadError': "上傳錯誤",
148
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!'
149
+ },
150
+ 'simpleupload': {
151
+ 'exceedSizeError': '文件大小超出限制',
152
+ 'exceedTypeError': '文件格式不允許',
153
+ 'jsonEncodeError': '服務器返回格式錯誤',
154
+ 'loading': "正在上傳...",
155
+ 'loadError': "上傳錯誤",
156
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!'
157
+ },
158
+ 'elementPathTip': "元素路徑",
159
+ 'wordCountTip': "字數統計",
160
+ 'wordCountMsg': '{#count} / {#leave}',
161
+ 'wordOverFlowMsg': '<span style="color:red;">字數超出最大允許值,服務器可能拒絕保存!</span>',
162
+ 'ok': "確認",
163
+ 'cancel': "取消",
164
+ 'closeDialog': "關閉對話框",
165
+ 'tableDrag': "表格拖動必須引入uiUtils.js文件!",
166
+ 'autofloatMsg': "工具欄浮動依賴編輯器UI,您首先需要引入UI文件!",
167
+ 'loadconfigError': '獲取后臺配置項請求出錯,上傳功能將不能正常使用!',
168
+ 'loadconfigFormatError': '后臺配置項返回格式出錯,上傳功能將不能正常使用!',
169
+ 'loadconfigHttpError': '請求后臺配置項http錯誤,上傳功能將不能正常使用!',
170
+ 'insertcode': {
171
+ 'as3': 'ActionScript 3',
172
+ 'bash': 'Bash/Shell',
173
+ 'cpp': 'C/C++',
174
+ 'css': 'CSS',
175
+ 'cf': 'ColdFusion',
176
+ 'c#': 'C#',
177
+ 'delphi': 'Delphi',
178
+ 'diff': 'Diff',
179
+ 'erlang': 'Erlang',
180
+ 'groovy': 'Groovy',
181
+ 'html': 'HTML',
182
+ 'java': 'Java',
183
+ 'jfx': 'JavaFX',
184
+ 'js': 'JavaScript',
185
+ 'pl': 'Perl',
186
+ 'php': 'PHP',
187
+ 'plain': 'Plain Text',
188
+ 'ps': 'PowerShell',
189
+ 'python': 'Python',
190
+ 'ruby': 'Ruby',
191
+ 'scala': 'Scala',
192
+ 'sql': 'SQL',
193
+ 'vb': 'Visual Basic',
194
+ 'xml': 'XML'
195
+ },
196
+ 'confirmClear': "確定清空當前文檔么?",
197
+ 'contextMenu': {
198
+ 'delete': "刪除",
199
+ 'selectall': "全選",
200
+ 'deletecode': "刪除代碼",
201
+ 'cleardoc': "清空文檔",
202
+ 'confirmclear': "確定清空當前文檔么?",
203
+ 'unlink': "刪除超鏈接",
204
+ 'paragraph': "段落格式",
205
+ 'edittable': "表格屬性",
206
+ 'aligntd': "單元格對齊方式",
207
+ 'aligntable': '表格對齊方式',
208
+ 'tableleft': '左浮動',
209
+ 'tablecenter': '居中顯示',
210
+ 'tableright': '右浮動',
211
+ 'edittd': "單元格屬性",
212
+ 'setbordervisible': '設置表格邊線可見',
213
+ 'justifyleft': '左對齊',
214
+ 'justifyright': '右對齊',
215
+ 'justifycenter': '居中對齊',
216
+ 'justifyjustify': '兩端對齊',
217
+ 'table': "表格",
218
+ 'inserttable': '插入表格',
219
+ 'deletetable': "刪除表格",
220
+ 'insertparagraphbefore': "前插入段落",
221
+ 'insertparagraphafter': '后插入段落',
222
+ 'deleterow': "刪除當前行",
223
+ 'deletecol': "刪除當前列",
224
+ 'insertrow': "前插入行",
225
+ 'insertcol': "左插入列",
226
+ 'insertrownext': '后插入行',
227
+ 'insertcolnext': '右插入列',
228
+ 'insertcaption': '插入表格名稱',
229
+ 'deletecaption': '刪除表格名稱',
230
+ 'inserttitle': '插入表格標題行',
231
+ 'deletetitle': '刪除表格標題行',
232
+ 'inserttitlecol': '插入表格標題列',
233
+ 'deletetitlecol': '刪除表格標題列',
234
+ 'averageDiseRow': '平均分布各行',
235
+ 'averageDisCol': '平均分布各列',
236
+ 'mergeright': "向右合并",
237
+ 'mergeleft': "向左合并",
238
+ 'mergedown': "向下合并",
239
+ 'mergecells': "合并單元格",
240
+ 'splittocells': "完全拆分單元格",
241
+ 'splittocols': "拆分成列",
242
+ 'splittorows': "拆分成行",
243
+ 'tablesort': '表格排序',
244
+ 'enablesort': '設置表格可排序',
245
+ 'disablesort': '取消表格可排序',
246
+ 'reversecurrent': '逆序當前',
247
+ 'orderbyasc': '按ASCII字符升序',
248
+ 'reversebyasc': '按ASCII字符降序',
249
+ 'orderbynum': '按數值大小升序',
250
+ 'reversebynum': '按數值大小降序',
251
+ 'borderbk': '邊框底紋',
252
+ 'setcolor': '表格隔行變色',
253
+ 'unsetcolor': '取消表格隔行變色',
254
+ 'setbackground': '選區背景隔行',
255
+ 'unsetbackground': '取消選區背景',
256
+ 'redandblue': '紅藍相間',
257
+ 'threecolorgradient': '三色漸變',
258
+ 'copy': "復制(Ctrl + c)",
259
+ 'copymsg': "瀏覽器不支持,請使用 'Ctrl + c'",
260
+ 'paste': "粘貼(Ctrl + v)",
261
+ 'pastemsg': "瀏覽器不支持,請使用 'Ctrl + v'"
262
+ },
263
+ 'copymsg': "瀏覽器不支持,請使用 'Ctrl + c'",
264
+ 'pastemsg': "瀏覽器不支持,請使用 'Ctrl + v'",
265
+ 'anchorMsg': "鏈接",
266
+ 'clearColor': '清空顏色',
267
+ 'standardColor': '標準顏色',
268
+ 'themeColor': '主題顏色',
269
+ 'property': '屬性',
270
+ 'default': '默認',
271
+ 'modify': '修改',
272
+ 'save': '保存',
273
+ 'justifyleft': '左對齊',
274
+ 'justifyright': '右對齊',
275
+ 'justifycenter': '居中',
276
+ 'justify': '默認',
277
+ 'clear': '清除',
278
+ 'delete': '刪除',
279
+ 'clickToUpload': "點擊上傳",
280
+ 'unset': '尚未設置語言文件',
281
+ 't_row': '行',
282
+ 't_col': '列',
283
+ 'more': '更多',
284
+ 'pasteOpt': '粘貼選項',
285
+ 'pasteSourceFormat': "保留源格式",
286
+ 'tagFormat': '只保留標簽',
287
+ 'pasteTextFormat': '只保留文本',
288
+ 'autoTypeSet': {
289
+ 'mergeLine': "合并空行",
290
+ 'delLine': "清除空行",
291
+ 'removeFormat': "清除格式",
292
+ 'indent': "首行縮進",
293
+ 'alignment': "對齊方式",
294
+ 'imageFloat': "圖片浮動",
295
+ 'removeFontsize': "清除字號",
296
+ 'removeFontFamily': "清除字體",
297
+ 'removeHtml': "清除冗余HTML代碼",
298
+ 'pasteFilter': "粘貼過濾",
299
+ 'run': "執行",
300
+ 'symbol': '符號轉換',
301
+ 'bdc2sb': '全角轉半角',
302
+ 'tobdc': '半角轉全角'
303
+ },
304
+
305
+ 'background': {
306
+ 'static': {
307
+ 'lang_background_normal': '背景設置',
308
+ 'lang_background_local': '在線圖片',
309
+ 'lang_background_set': '選項',
310
+ 'lang_background_none': '無背景色',
311
+ 'lang_background_colored': '有背景色',
312
+ 'lang_background_color': '顏色設置',
313
+ 'lang_background_netimg': '網絡圖片',
314
+ 'lang_background_align': '對齊方式',
315
+ 'lang_background_position': '精確定位',
316
+ 'repeatType': {'options': ["居中", "橫向重復", "縱向重復", "平鋪", "自定義"]}
317
+
318
+ },
319
+ 'noUploadImage': "當前未上傳過任何圖片!",
320
+ 'toggleSelect': "單擊可切換選中狀態\n原圖尺寸: "
321
+ },
322
+ //===============dialog i18N=======================
323
+ 'insertimage': {
324
+ 'static': {
325
+ 'lang_tab_remote': "插入圖片", //節點
326
+ 'lang_tab_upload': "本地上傳",
327
+ 'lang_tab_online': "在線管理",
328
+ 'lang_input_url': "地 址:",
329
+ 'lang_input_size': "大 小:",
330
+ 'lang_input_width': "寬度",
331
+ 'lang_input_height': "高度",
332
+ 'lang_input_border': "邊 框:",
333
+ 'lang_input_vhspace': "邊 距:",
334
+ 'lang_input_title': "描 述:",
335
+ 'lang_input_align': '圖片浮動方式:',
336
+ 'lang_imgLoading': " 圖片加載中……",
337
+ 'lang_start_upload': "開始上傳",
338
+ 'lock': {'title': "鎖定寬高比例"}, //屬性
339
+ 'searchType': {'title': "圖片類型", 'options': ["新聞", "壁紙", "表情", "頭像"]}, //select的option
340
+ 'searchTxt': {'value': "請輸入搜索關鍵詞"},
341
+ 'searchBtn': {'value': "百度一下"},
342
+ 'searchReset': {'value': "清空搜索"},
343
+ 'noneAlign': {'title': '無浮動'},
344
+ 'leftAlign': {'title': '左浮動'},
345
+ 'rightAlign': {'title': '右浮動'},
346
+ 'centerAlign': {'title': '居中獨占一行'}
347
+ },
348
+ 'uploadSelectFile': '點擊選擇圖片',
349
+ 'uploadAddFile': '繼續添加',
350
+ 'uploadStart': '開始上傳',
351
+ 'uploadPause': '暫停上傳',
352
+ 'uploadContinue': '繼續上傳',
353
+ 'uploadRetry': '重試上傳',
354
+ 'uploadDelete': '刪除',
355
+ 'uploadTurnLeft': '向左旋轉',
356
+ 'uploadTurnRight': '向右旋轉',
357
+ 'uploadPreview': '預覽中',
358
+ 'uploadNoPreview': '不能預覽',
359
+ 'updateStatusReady': '選中_張圖片,共_KB。',
360
+ 'updateStatusConfirm': '已成功上傳_張照片,_張照片上傳失敗',
361
+ 'updateStatusFinish': '共_張(_KB),_張上傳成功',
362
+ 'updateStatusError': ',_張上傳失敗。',
363
+ // dialogs 上傳隊列剩余文件提示
364
+ 'queueError': '還有_個未上傳文件',
365
+ 'errorNotSupport': 'WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。',
366
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!',
367
+ 'errorExceedSize': '文件大小超出',
368
+ 'errorFileType': '文件格式不允許',
369
+ 'errorInterrupt': '文件傳輸中斷',
370
+ 'errorUploadRetry': '上傳失敗,請重試',
371
+ 'errorHttp': 'http請求錯誤',
372
+ 'errorServerUpload': '服務器返回出錯',
373
+ 'remoteLockError': "寬高不正確,不能所定比例",
374
+ 'numError': "請輸入正確的長度或者寬度值!例如:123,400",
375
+ 'imageUrlError': "不允許的圖片格式或者圖片域!",
376
+ 'imageLoadError': "圖片加載失敗!請檢查鏈接地址或網絡狀態!",
377
+ 'searchRemind': "請輸入搜索關鍵詞",
378
+ 'searchLoading': "圖片加載中,請稍后……",
379
+ 'searchRetry': " :( ,抱歉,沒有找到圖片!請重試一次!"
380
+ },
381
+ 'attachment': {
382
+ 'static': {
383
+ 'lang_tab_upload': '上傳附件',
384
+ 'lang_tab_online': '在線附件',
385
+ 'lang_start_upload': "開始上傳",
386
+ 'lang_drop_remind': "可以將文件拖到這里,單次最多可選100個文件"
387
+ },
388
+ 'uploadSelectFile': '點擊選擇文件',
389
+ 'uploadAddFile': '繼續添加',
390
+ 'uploadStart': '開始上傳',
391
+ 'uploadPause': '暫停上傳',
392
+ 'uploadContinue': '繼續上傳',
393
+ 'uploadRetry': '重試上傳',
394
+ 'uploadDelete': '刪除',
395
+ 'uploadTurnLeft': '向左旋轉',
396
+ 'uploadTurnRight': '向右旋轉',
397
+ 'uploadPreview': '預覽中',
398
+ 'updateStatusReady': '選中_個文件,共_KB。',
399
+ 'updateStatusConfirm': '已成功上傳_個文件,_個文件上傳失敗',
400
+ 'updateStatusFinish': '共_個(_KB),_個上傳成功',
401
+ 'updateStatusError': ',_張上傳失敗。',
402
+ // dialogs 上傳隊列剩余文件提示
403
+ 'queueError': '還有_個未上傳文件',
404
+ 'errorNotSupport': 'WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。',
405
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!',
406
+ 'errorExceedSize': '文件大小超出',
407
+ 'errorFileType': '文件格式不允許',
408
+ 'errorInterrupt': '文件傳輸中斷',
409
+ 'errorUploadRetry': '上傳失敗,請重試',
410
+ 'errorHttp': 'http請求錯誤',
411
+ 'errorServerUpload': '服務器返回出錯'
412
+ },
413
+ 'insertvideo': {
414
+ 'static': {
415
+ 'lang_tab_insertV': "插入視頻",
416
+ 'lang_tab_searchV': "搜索視頻",
417
+ 'lang_tab_uploadV': "上傳視頻",
418
+ 'lang_video_url': "視頻網址",
419
+ 'lang_video_size': "視頻尺寸",
420
+ 'lang_videoW': "寬度",
421
+ 'lang_videoH': "高度",
422
+ 'lang_alignment': "對齊方式",
423
+ 'videoSearchTxt': {'value': "請輸入搜索關鍵字!"},
424
+ 'videoType': {'options': ["全部", "熱門", "娛樂", "搞笑", "體育", "科技", "綜藝"]},
425
+ 'videoSearchBtn': {'value': "百度一下"},
426
+ 'videoSearchReset': {'value': "清空結果"},
427
+
428
+ 'lang_input_fileStatus': ' 當前未上傳文件',
429
+ 'startUpload': {'style': "background:url(upload.png) no-repeat;"},
430
+
431
+ 'lang_upload_size': "視頻尺寸",
432
+ 'lang_upload_width': "寬度",
433
+ 'lang_upload_height': "高度",
434
+ 'lang_upload_alignment': "對齊方式",
435
+ 'lang_format_advice': "建議使用mp4格式.",
436
+ // dialogs/video/video.html 上傳頁簽與外鏈說明
437
+ 'lang_select_video': '選擇視頻',
438
+ 'lang_external_video_support': '外鏈視頻支持:優酷、騰訊視頻、嗶哩嗶哩'
439
+
440
+ },
441
+ 'numError': "請輸入正確的數值,如123,400",
442
+ 'floatLeft': "左浮動",
443
+ 'floatRight': "右浮動",
444
+ 'default': "默認",
445
+ 'block': "獨占一行",
446
+ 'urlError': "輸入的視頻地址有誤,請檢查后再試!",
447
+ 'loading': " &nbsp;視頻加載中,請等待……",
448
+ 'clickToSelect': "點擊選中",
449
+ 'goToSource': '訪問源視頻',
450
+ 'noVideo': " &nbsp; &nbsp;抱歉,找不到對應的視頻,請重試!",
451
+
452
+ 'browseFiles': '瀏覽文件',
453
+ 'uploadSuccess': '上傳成功!',
454
+ 'delSuccessFile': '從成功隊列中移除',
455
+ 'delFailSaveFile': '移除保存失敗文件',
456
+ 'statusPrompt': ' 個文件已上傳! ',
457
+ 'flashVersionError': '當前Flash版本過低,請更新FlashPlayer后重試!',
458
+ 'flashLoadingError': 'Flash加載失敗!請檢查路徑或網絡狀態',
459
+ 'fileUploadReady': '等待上傳……',
460
+ 'delUploadQueue': '從上傳隊列中移除',
461
+ 'limitPrompt1': '單次不能選擇超過',
462
+ 'limitPrompt2': '個文件!請重新選擇!',
463
+ 'delFailFile': '移除失敗文件',
464
+ 'fileSizeLimit': '文件大小超出限制!',
465
+ 'emptyFile': '空文件無法上傳!',
466
+ 'fileTypeError': '文件類型不允許!',
467
+ 'unknownError': '未知錯誤!',
468
+ 'fileUploading': '上傳中,請等待……',
469
+ 'cancelUpload': '取消上傳',
470
+ 'netError': '網絡錯誤',
471
+ 'failUpload': '上傳失敗!',
472
+ 'serverIOError': '服務器IO錯誤!',
473
+ 'noAuthority': '無權限!',
474
+ 'fileNumLimit': '上傳個數限制',
475
+ 'failCheck': '驗證失敗,本次上傳被跳過!',
476
+ 'fileCanceling': '取消中,請等待……',
477
+ 'stopUploading': '上傳已停止……',
478
+
479
+ 'uploadSelectFile': '點擊選擇文件',
480
+ 'uploadAddFile': '繼續添加',
481
+ 'uploadStart': '開始上傳',
482
+ 'uploadPause': '暫停上傳',
483
+ 'uploadContinue': '繼續上傳',
484
+ 'uploadRetry': '重試上傳',
485
+ 'uploadDelete': '刪除',
486
+ 'uploadTurnLeft': '向左旋轉',
487
+ 'uploadTurnRight': '向右旋轉',
488
+ 'uploadPreview': '預覽中',
489
+ 'updateStatusReady': '選中_個文件,共_KB。',
490
+ 'updateStatusConfirm': '成功上傳_個,_個失敗',
491
+ 'updateStatusFinish': '共_個(_KB),_個成功上傳',
492
+ 'updateStatusError': ',_張上傳失敗。',
493
+ // dialogs 上傳隊列剩余文件提示
494
+ 'queueError': '還有_個未上傳文件',
495
+ 'errorNotSupport': 'WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。',
496
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!',
497
+ 'errorExceedSize': '文件大小超出',
498
+ 'errorFileType': '文件格式不允許',
499
+ 'errorInterrupt': '文件傳輸中斷',
500
+ 'errorUploadRetry': '上傳失敗,請重試',
501
+ 'errorHttp': 'http請求錯誤',
502
+ 'errorServerUpload': '服務器返回出錯'
503
+ },
504
+ 'insertaudio': {
505
+ 'static': {
506
+ 'lang_tab_insertV': "插入音頻",
507
+ 'lang_tab_searchV': "搜索音頻",
508
+ 'lang_tab_uploadV': "上傳音頻",
509
+ 'lang_video_url': "音頻網址",
510
+ 'lang_video_size': "音頻尺寸",
511
+ 'lang_videoW': "寬度",
512
+ 'lang_videoH': "高度",
513
+ 'lang_alignment': "對齊方式",
514
+ 'videoSearchTxt': {'value': "請輸入搜索關鍵字!"},
515
+ 'videoType': {'options': ["全部", "熱門", "娛樂", "搞笑", "體育", "科技", "綜藝"]},
516
+ 'videoSearchBtn': {'value': "百度一下"},
517
+ 'videoSearchReset': {'value': "清空結果"},
518
+
519
+ 'lang_input_fileStatus': ' 當前未上傳文件',
520
+ 'startUpload': {'style': "background:url(upload.png) no-repeat;"},
521
+
522
+ 'lang_upload_size': "音頻尺寸",
523
+ 'lang_upload_width': "寬度",
524
+ 'lang_upload_height': "高度",
525
+ 'lang_upload_alignment': "對齊方式",
526
+ 'lang_format_advice': "建議使用mp4格式.",
527
+ // dialogs/audio/audio.html 上傳頁簽與外鏈說明
528
+ 'lang_select_audio': '選擇音頻',
529
+ 'lang_external_audio_support': '外鏈音頻支持MP3格式'
530
+
531
+ },
532
+ 'numError': "請輸入正確的數值,如123,400",
533
+ 'floatLeft': "左浮動",
534
+ 'floatRight': "右浮動",
535
+ 'default': "默認",
536
+ 'block': "獨占一行",
537
+ 'urlError': "輸入的音頻地址有誤,請檢查后再試!",
538
+ 'loading': " &nbsp;音頻加載中,請等待……",
539
+ 'clickToSelect': "點擊選中",
540
+ 'goToSource': '訪問源音頻',
541
+ 'noVideo': " &nbsp; &nbsp;抱歉,找不到對應的音頻,請重試!",
542
+
543
+ 'browseFiles': '瀏覽文件',
544
+ 'uploadSuccess': '上傳成功!',
545
+ 'delSuccessFile': '從成功隊列中移除',
546
+ 'delFailSaveFile': '移除保存失敗文件',
547
+ 'statusPrompt': ' 個文件已上傳! ',
548
+ 'flashVersionError': '當前Flash版本過低,請更新FlashPlayer后重試!',
549
+ 'flashLoadingError': 'Flash加載失敗!請檢查路徑或網絡狀態',
550
+ 'fileUploadReady': '等待上傳……',
551
+ 'delUploadQueue': '從上傳隊列中移除',
552
+ 'limitPrompt1': '單次不能選擇超過',
553
+ 'limitPrompt2': '個文件!請重新選擇!',
554
+ 'delFailFile': '移除失敗文件',
555
+ 'fileSizeLimit': '文件大小超出限制!',
556
+ 'emptyFile': '空文件無法上傳!',
557
+ 'fileTypeError': '文件類型不允許!',
558
+ 'unknownError': '未知錯誤!',
559
+ 'fileUploading': '上傳中,請等待……',
560
+ 'cancelUpload': '取消上傳',
561
+ 'netError': '網絡錯誤',
562
+ 'failUpload': '上傳失敗!',
563
+ 'serverIOError': '服務器IO錯誤!',
564
+ 'noAuthority': '無權限!',
565
+ 'fileNumLimit': '上傳個數限制',
566
+ 'failCheck': '驗證失敗,本次上傳被跳過!',
567
+ 'fileCanceling': '取消中,請等待……',
568
+ 'stopUploading': '上傳已停止……',
569
+
570
+ 'uploadSelectFile': '點擊選擇文件',
571
+ 'uploadAddFile': '繼續添加',
572
+ 'uploadStart': '開始上傳',
573
+ 'uploadPause': '暫停上傳',
574
+ 'uploadContinue': '繼續上傳',
575
+ 'uploadRetry': '重試上傳',
576
+ 'uploadDelete': '刪除',
577
+ 'uploadTurnLeft': '向左旋轉',
578
+ 'uploadTurnRight': '向右旋轉',
579
+ 'uploadPreview': '預覽中',
580
+ 'updateStatusReady': '選中_個文件,共_KB。',
581
+ 'updateStatusConfirm': '成功上傳_個,_個失敗',
582
+ 'updateStatusFinish': '共_個(_KB),_個成功上傳',
583
+ 'updateStatusError': ',_張上傳失敗。',
584
+ // dialogs 上傳隊列剩余文件提示
585
+ 'queueError': '還有_個未上傳文件',
586
+ 'errorNotSupport': 'WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。',
587
+ 'errorLoadConfig': '后端配置項沒有正常加載,上傳插件不能正常使用!',
588
+ 'errorExceedSize': '文件大小超出',
589
+ 'errorFileType': '文件格式不允許',
590
+ 'errorInterrupt': '文件傳輸中斷',
591
+ 'errorUploadRetry': '上傳失敗,請重試',
592
+ 'errorHttp': 'http請求錯誤',
593
+ 'errorServerUpload': '服務器返回出錯'
594
+ },
595
+ 'template': {
596
+ 'static': {
597
+ 'lang_template_bkcolor': '背景顏色',
598
+ 'lang_template_clear': '保留原有內容',
599
+ 'lang_template_select': '選擇模板'
600
+ },
601
+ 'blank': "空白文檔",
602
+ 'blog': "博客文章",
603
+ 'resume': "個人簡歷",
604
+ 'richText': "圖文混排",
605
+ 'sciPapers': "科技論文"
606
+
607
+
608
+ },
609
+ 'scrawl': {
610
+ 'static': {
611
+ 'lang_input_previousStep': "上一步",
612
+ 'lang_input_nextsStep': "下一步",
613
+ 'lang_input_clear': '清空',
614
+ 'lang_input_addPic': '添加背景',
615
+ 'lang_input_ScalePic': '縮放背景',
616
+ 'lang_input_removePic': '刪除背景',
617
+ 'J_imgTxt': {title: '添加背景圖片'}
618
+ },
619
+ 'noScarwl': "尚未作畫,白紙一張~",
620
+ 'scrawlUpLoading': "涂鴉上傳中,別急哦~",
621
+ 'continueBtn': "繼續",
622
+ 'imageError': "糟糕,圖片讀取失敗了!",
623
+ 'backgroundUploading': '背景圖片上傳中,別急哦~'
624
+ },
625
+ 'anchor': {
626
+ 'static': {
627
+ 'lang_input_anchorName': '錨點名字:'
628
+ }
629
+ },
630
+ 'emotion': {
631
+ 'static': {
632
+ 'lang_input_choice': '精選',
633
+ 'lang_input_Tuzki': '兔斯基',
634
+ 'lang_input_BOBO': 'BOBO',
635
+ 'lang_input_lvdouwa': '綠豆蛙',
636
+ 'lang_input_babyCat': 'baby貓',
637
+ 'lang_input_bubble': '泡泡',
638
+ 'lang_input_youa': '有啊'
639
+ }
640
+ },
641
+ 'help': {
642
+ 'static': {
643
+ 'lang_input_about': '關于 UEditor Plus',
644
+ 'lang_input_shortcuts': '快捷鍵',
645
+ 'lang_input_introduction': 'UEditor Plus 是基于百度UEditor二次開發的所見即所得富文本web編輯器,主要豐富也界面樣式,注重用戶體驗等特點。基于Apache 2.0協議開源,允許自由使用和修改代碼。',
646
+ 'lang_Txt_shortcuts': '快捷鍵',
647
+ 'lang_Txt_func': '功能',
648
+ 'lang_Txt_bold': '給選中字設置為加粗',
649
+ 'lang_Txt_copy': '復制選中內容',
650
+ 'lang_Txt_cut': '剪切選中內容',
651
+ 'lang_Txt_Paste': '粘貼',
652
+ 'lang_Txt_undo': '重新執行上次操作',
653
+ 'lang_Txt_redo': '撤銷上一次操作',
654
+ 'lang_Txt_italic': '給選中字設置為斜體',
655
+ 'lang_Txt_underline': '給選中字加下劃線',
656
+ 'lang_Txt_selectAll': '全部選中',
657
+ 'lang_Txt_visualEnter': '軟回車',
658
+ 'lang_Txt_fullscreen': '全屏'
659
+ }
660
+ },
661
+ 'insertframe': {
662
+ 'static': {
663
+ 'lang_input_address': '地址:',
664
+ 'lang_input_width': '寬度:',
665
+ 'lang_input_height': '高度:',
666
+ 'lang_input_isScroll': '允許滾動條:',
667
+ 'lang_input_frameborder': '顯示框架邊框:',
668
+ 'lang_input_alignMode': '對齊方式:',
669
+ 'align': {title: "對齊方式", options: ["默認", "左對齊", "右對齊", "居中"]}
670
+ },
671
+ 'enterAddress': '請輸入地址!'
672
+ },
673
+ 'link': {
674
+ 'static': {
675
+ 'lang_input_text': '文本內容:',
676
+ 'lang_input_url': '鏈接地址:',
677
+ 'lang_input_title': '標題:',
678
+ 'lang_input_target': '是否在新窗口打開:'
679
+ },
680
+ 'validLink': '只支持選中一個鏈接時生效',
681
+ 'httpPrompt': '您輸入的超鏈接中不包含http等協議名稱,默認將為您添加http://前綴'
682
+ },
683
+ 'searchreplace': {
684
+ 'static': {
685
+ lang_tab_search: "查找",
686
+ lang_tab_replace: "替換",
687
+ lang_search1: "查找",
688
+ lang_search2: "查找",
689
+ lang_replace: "替換",
690
+ lang_searchReg: '支持正則表達式,添加前后斜杠標示為正則表達式,例如“/表達式/”',
691
+ lang_searchReg1: '支持正則表達式,添加前后斜杠標示為正則表達式,例如“/表達式/”',
692
+ lang_case_sensitive1: "區分大小寫",
693
+ lang_case_sensitive2: "區分大小寫",
694
+ nextFindBtn: {value: "下一個"},
695
+ preFindBtn: {value: "上一個"},
696
+ nextReplaceBtn: {value: "下一個"},
697
+ preReplaceBtn: {value: "上一個"},
698
+ repalceBtn: {value: "替換"},
699
+ repalceAllBtn: {value: "全部替換"}
700
+ },
701
+ getEnd: "已經搜索到文章末尾!",
702
+ getStart: "已經搜索到文章頭部",
703
+ countMsg: "總共替換了{#count}處!"
704
+ },
705
+ 'spechars': {
706
+ 'static': {},
707
+ tsfh: "特殊字符",
708
+ lmsz: "羅馬字符",
709
+ szfh: "數學字符",
710
+ rwfh: "日文字符",
711
+ xlzm: "希臘字母",
712
+ ewzm: "俄文字符",
713
+ pyzm: "拼音字母",
714
+ yyyb: "英語音標",
715
+ zyzf: "其他"
716
+ },
717
+ 'edittable': {
718
+ 'static': {
719
+ 'lang_tableStyle': '表格樣式',
720
+ 'lang_insertCaption': '添加表格名稱行',
721
+ 'lang_insertTitle': '添加表格標題行',
722
+ 'lang_insertTitleCol': '添加表格標題列',
723
+ 'lang_orderbycontent': "使表格內容可排序",
724
+ 'lang_tableSize': '自動調整表格尺寸',
725
+ 'lang_autoSizeContent': '按表格文字自適應',
726
+ 'lang_autoSizePage': '按頁面寬度自適應',
727
+ 'lang_example': '示例',
728
+ 'lang_borderStyle': '表格邊框',
729
+ 'lang_color': '顏色:'
730
+ },
731
+ captionName: '表格名稱',
732
+ titleName: '標題',
733
+ cellsName: '內容',
734
+ errorMsg: '有合并單元格,不可排序'
735
+ },
736
+ 'edittip': {
737
+ 'static': {
738
+ lang_delRow: '刪除整行',
739
+ lang_delCol: '刪除整列'
740
+ }
741
+ },
742
+ 'edittd': {
743
+ 'static': {
744
+ lang_tdBkColor: '背景顏色:'
745
+ }
746
+ },
747
+ 'formula': {
748
+ 'static': {},
749
+ },
750
+ // dialogs/contentimport/* 導入文檔彈窗文案
751
+ 'contentimport': {
752
+ 'static': {
753
+ 'lang_select_local_file': '選擇本地文件',
754
+ 'lang_paste_markdown': '粘貼Markdown',
755
+ 'lang_supported_formats': '支持文檔格式',
756
+ 'lang_confirm': '確定',
757
+ 'lang_close': '關閉'
758
+ },
759
+ 'wordConverting': '正在轉換Word文件,請稍后...',
760
+ 'markdownConverting': '正在轉換Markdown文件,請稍后...',
761
+ 'convertSuccess': '轉換成功',
762
+ 'wordConvertFail': 'Word文件轉換失敗:',
763
+ 'markdownConvertFail': 'Markdown文件轉換失敗:',
764
+ 'unsupportedFormat': '不支持的文件格式:',
765
+ 'pleaseUploadFirst': '請先上傳文件識別內容'
766
+ },
767
+ // dialogs/ai/* AI 生成彈窗文案
768
+ 'ai': {
769
+ 'static': {
770
+ 'lang_input_placeholder': {placeholder: '告訴 AI 下一步應該如何?比如:幫我翻譯成英語'},
771
+ 'lang_result_title': '以下為生成的結果',
772
+ 'lang_insert': '插入',
773
+ 'lang_replace': '替換',
774
+ 'lang_tip_with_actions': '提示:您可以在上面輸入文字生成內容 或 選擇下方的操作',
775
+ 'lang_tip_without_actions': '提示:您可以在上面輸入文字生成內容'
776
+ },
777
+ 'emptyPrompt': '請輸入內容',
778
+ 'driverMissing': '未找到驅動'
779
+ },
780
+ // dialogs/wordimage/* 圖片轉存彈窗文案
781
+ 'wordimage': {
782
+ 'static': {
783
+ lang_resave: "轉存步驟",
784
+ uploadBtn: {src: "upload.png", alt: "上傳"},
785
+ clipboard: {style: "background: url(copy.png) -153px -1px no-repeat;"},
786
+ lang_step: "1、點擊頂部復制按鈕,將地址復制到剪貼板;2、點擊添加照片按鈕,在彈出的對話框中使用Ctrl+V粘貼地址;3、點擊打開后選擇圖片上傳流程。",
787
+ lang_copy_path: '復制路徑',
788
+ lang_save_from_local: '本地選擇保存',
789
+ lang_windows_guide: 'Windows使用教程',
790
+ lang_mac_guide: 'Mac使用教程',
791
+ lang_windows_step_1: '1、點擊復制地址按鈕',
792
+ lang_windows_step_2: '2、點擊本地選擇文件,粘貼剪切板的路徑到文件選擇路徑',
793
+ lang_windows_step_3: '3、點擊確定',
794
+ lang_mac_step_1: '1、點擊復制地址按鈕',
795
+ lang_mac_step_2: '2、點擊本地選擇文件,按快捷 Command+Shift+G ,粘貼剪切板的路徑到文件選擇路徑',
796
+ lang_mac_step_3: '3、點擊確定'
797
+ },
798
+ 'fileType': "圖片",
799
+ 'flashError': "FLASH初始化失敗,請檢查FLASH插件是否正確安裝!",
800
+ 'netError': "網絡連接錯誤,請重試!",
801
+ 'copySuccess': "圖片地址已經復制!",
802
+ 'copyDone': '復制成功',
803
+ 'transferring': '正在轉存,請稍后...',
804
+ 'chooseFiles': '請選擇:',
805
+ 'chooseFilesSuffix': '共{#count}個文件',
806
+ 'imageTransferSuccess': '圖片{#index}({#name})轉存成功',
807
+ 'transferFail': '上傳失敗:',
808
+ 'transferSuccessConfirm': '轉存成功,請提交確認',
809
+ 'flashI18n': {} //留空默認中文
810
+ },
811
+ };
812
+
813
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ueditor-plus-assets",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Static assets for UEditorPlus",
5
5
  "main": "index.js",
6
6
  "exports": {