wysiwyg-rails 2.8.5 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +33 -7
  3. data/app/assets/javascripts/froala_editor.min.js +3 -3
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -3
  5. data/app/assets/javascripts/languages/ar.js +287 -314
  6. data/app/assets/javascripts/languages/bs.js +274 -314
  7. data/app/assets/javascripts/languages/cs.js +280 -314
  8. data/app/assets/javascripts/languages/da.js +272 -314
  9. data/app/assets/javascripts/languages/de.js +305 -314
  10. data/app/assets/javascripts/languages/el.js +280 -320
  11. data/app/assets/javascripts/languages/en_ca.js +218 -258
  12. data/app/assets/javascripts/languages/en_gb.js +218 -258
  13. data/app/assets/javascripts/languages/es.js +285 -314
  14. data/app/assets/javascripts/languages/et.js +274 -314
  15. data/app/assets/javascripts/languages/fa.js +274 -314
  16. data/app/assets/javascripts/languages/fi.js +274 -314
  17. data/app/assets/javascripts/languages/fr.js +299 -314
  18. data/app/assets/javascripts/languages/he.js +274 -314
  19. data/app/assets/javascripts/languages/hr.js +274 -314
  20. data/app/assets/javascripts/languages/hu.js +280 -314
  21. data/app/assets/javascripts/languages/id.js +274 -315
  22. data/app/assets/javascripts/languages/it.js +290 -314
  23. data/app/assets/javascripts/languages/ja.js +274 -314
  24. data/app/assets/javascripts/languages/ko.js +299 -311
  25. data/app/assets/javascripts/languages/ku.js +267 -307
  26. data/app/assets/javascripts/languages/me.js +274 -314
  27. data/app/assets/javascripts/languages/nb.js +274 -314
  28. data/app/assets/javascripts/languages/nl.js +287 -314
  29. data/app/assets/javascripts/languages/pl.js +291 -314
  30. data/app/assets/javascripts/languages/pt_br.js +274 -314
  31. data/app/assets/javascripts/languages/pt_pt.js +291 -314
  32. data/app/assets/javascripts/languages/ro.js +274 -315
  33. data/app/assets/javascripts/languages/ru.js +287 -314
  34. data/app/assets/javascripts/languages/sk.js +280 -314
  35. data/app/assets/javascripts/languages/sl.js +224 -0
  36. data/app/assets/javascripts/languages/sr.js +274 -314
  37. data/app/assets/javascripts/languages/sv.js +274 -314
  38. data/app/assets/javascripts/languages/th.js +274 -314
  39. data/app/assets/javascripts/languages/tr.js +274 -314
  40. data/app/assets/javascripts/languages/uk.js +274 -314
  41. data/app/assets/javascripts/languages/vi.js +215 -254
  42. data/app/assets/javascripts/languages/zh_cn.js +300 -314
  43. data/app/assets/javascripts/languages/zh_tw.js +274 -314
  44. data/app/assets/javascripts/plugins/align.min.js +3 -3
  45. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  46. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -3
  47. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  48. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  49. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  53. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  54. data/app/assets/javascripts/plugins/file.min.js +3 -3
  55. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  57. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  58. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  59. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  60. data/app/assets/javascripts/plugins/help.min.js +3 -3
  61. data/app/assets/javascripts/plugins/image.min.js +3 -3
  62. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  63. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  65. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  66. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  67. data/app/assets/javascripts/plugins/link.min.js +3 -3
  68. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  69. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  70. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/plugins/table.min.js +3 -3
  78. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  79. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  80. data/app/assets/javascripts/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/plugins/video.min.js +3 -3
  82. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  84. data/app/assets/javascripts/third_party/embedly.min.js +3 -3
  85. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  86. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  87. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  88. data/app/assets/javascripts/third_party/spell_checker.min.js +3 -3
  89. data/app/assets/stylesheets/froala_editor.css +1178 -1009
  90. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/froala_editor.pkgd.css +4154 -2253
  92. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/froala_style.css +328 -379
  94. data/app/assets/stylesheets/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/char_counter.css +18 -26
  96. data/app/assets/stylesheets/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/plugins/code_view.css +35 -50
  98. data/app/assets/stylesheets/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/colors.css +76 -133
  100. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/draggable.css +14 -16
  102. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/plugins/emoticons.css +19 -27
  104. data/app/assets/stylesheets/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/plugins/fullscreen.css +63 -12
  110. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/help.css +29 -36
  112. data/app/assets/stylesheets/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/plugins/image.css +145 -176
  114. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/image_manager.css +210 -240
  116. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/plugins/line_breaker.css +20 -19
  118. data/app/assets/stylesheets/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  120. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  121. data/app/assets/stylesheets/plugins/quick_insert.css +49 -47
  122. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/plugins/special_characters.css +19 -37
  124. data/app/assets/stylesheets/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/plugins/table.css +62 -139
  126. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  128. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  129. data/app/assets/stylesheets/plugins/video.css +145 -175
  130. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  131. data/app/assets/stylesheets/plugins.pkgd.css +3018 -0
  132. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  133. data/app/assets/stylesheets/themes/dark.css +1993 -1091
  134. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  135. data/app/assets/stylesheets/themes/gray.css +1993 -1091
  136. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  137. data/app/assets/stylesheets/themes/royal.css +1996 -1094
  138. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  139. data/app/assets/stylesheets/third_party/embedly.css +31 -35
  140. data/app/assets/stylesheets/third_party/embedly.min.css +3 -3
  141. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  143. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  144. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  145. data/app/assets/stylesheets/third_party/spell_checker.css +36 -44
  146. data/app/assets/stylesheets/third_party/spell_checker.min.css +3 -3
  147. data/lib/wysiwyg-rails/version.rb +1 -1
  148. metadata +37 -16
  149. data/app/assets/javascripts/third_party/image_aviary.min.js +0 -7
  150. data/app/assets/stylesheets/themes/red.css +0 -1281
  151. data/app/assets/stylesheets/themes/red.min.css +0 -7
@@ -1,318 +1,304 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.13 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2018 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
- (function (factory) {
8
- if (typeof define === 'function' && define.amd) {
9
- // AMD. Register as an anonymous module.
10
- define(['jquery'], factory);
11
- } else if (typeof module === 'object' && module.exports) {
12
- // Node/CommonJS
13
- module.exports = function( root, jQuery ) {
14
- if ( jQuery === undefined ) {
15
- // require('jQuery') returns a factory that requires window to
16
- // build a jQuery instance, we normalize how we use modules
17
- // that require this pattern but the window provided is a noop
18
- // if it's defined (how jquery works)
19
- if ( typeof window !== 'undefined' ) {
20
- jQuery = require('jquery');
21
- }
22
- else {
23
- jQuery = require('jquery')(root);
24
- }
25
- }
26
- return factory(jQuery);
27
- };
28
- } else {
29
- // Browser globals
30
- factory(window.jQuery);
31
- }
32
- }(function ($) {
33
- /**
34
- * Simplified Chinese spoken in China.
35
- */
36
-
37
- $.FE.LANGUAGE['zh_cn'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "输入内容",
41
-
42
- // Basic formatting
43
- "Bold": "粗体",
44
- "Italic": "斜体",
45
- "Underline": "下划线",
46
- "Strikethrough": "删除线",
47
-
48
- // Main buttons
49
- "Insert": "插入",
50
- "Delete": "删除",
51
- "Cancel": "取消",
52
- "OK": "确定",
53
- "Back": "后退",
54
- "Remove": "删除",
55
- "More": "更多",
56
- "Update": "更新",
57
- "Style": "样式",
58
-
59
- // Font
60
- "Font Family": "字体",
61
- "Font Size": "字号",
62
-
63
- // Colors
64
- "Colors": "颜色",
65
- "Background": "背景",
66
- "Text": "字体",
67
- "HEX Color": "十六进制颜色",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "段落格式",
71
- "Normal": "正文",
72
- "Code": "代码",
73
- "Heading 1": "标题1",
74
- "Heading 2": "标题2",
75
- "Heading 3": "标题3",
76
- "Heading 4": "标题4",
77
-
78
- // Style
79
- "Paragraph Style": "段落样式",
80
- "Inline Style": "内联样式",
81
-
82
- // Alignment
83
- "Align": "对齐方式",
84
- "Align Left": "左对齐",
85
- "Align Center": "居中",
86
- "Align Right": "右对齐",
87
- "Align Justify": "两端对齐",
88
- "None": "无",
89
-
90
- // Lists
91
- "Ordered List": "编号",
92
- "Unordered List": "项目符号",
93
-
94
- // Indent
95
- "Decrease Indent": "减少缩进量",
96
- "Increase Indent": "增加缩进量",
97
-
98
- // Links
99
- "Insert Link": "插入超链接",
100
- "Open in new tab": "在新标签页中打开",
101
- "Open Link": "打开超链接",
102
- "Edit Link": "编辑超链接",
103
- "Unlink": "删除超链接",
104
- "Choose Link": "选择超链接",
105
-
106
- // Images
107
- "Insert Image": "插入图片",
108
- "Upload Image": "上传图片",
109
- "By URL": "通过 URL",
110
- "Browse": "浏览",
111
- "Drop image": "拖入图片",
112
- "or click": "或点击",
113
- "Manage Images": "管理图片",
114
- "Loading": "加载中",
115
- "Deleting": "删除中",
116
- "Tags": "标签",
117
- "Are you sure? Image will be deleted.": "图片将会被删除,是否确认?",
118
- "Replace": "替换",
119
- "Uploading": "上传中",
120
- "Loading image": "图片加载中",
121
- "Display": "显示",
122
- "Inline": "嵌入型",
123
- "Break Text": "上下型环绕",
124
- "Alternative Text": "替换文字",
125
- "Change Size": "改变大小",
126
- "Width": "宽度",
127
- "Height": "高度",
128
- "Something went wrong. Please try again.": "发生错误,请重试。",
129
- "Image Caption": "图片标题",
130
- "Advanced Edit": "高级编辑",
131
-
132
- // Video
133
- "Insert Video": "插入视频",
134
- "Embedded Code": "嵌入代码",
135
- "Paste in a video URL": "粘贴视频网址",
136
- "Drop video": "拖入视频",
137
- "Your browser does not support HTML5 video.": "您的浏览器不支持 HTML5 视频。",
138
- "Upload Video": "上传视频",
139
-
140
- // Tables
141
- "Insert Table": "插入表格",
142
- "Table Header": "表头",
143
- "Remove Table": "删除表格",
144
- "Table Style": "表格样式",
145
- "Horizontal Align": "水平对齐方式",
146
- "Row": "行",
147
- "Insert row above": "在上方插入",
148
- "Insert row below": "在下方插入",
149
- "Delete row": "删除行",
150
- "Column": "列",
151
- "Insert column before": "在左侧插入",
152
- "Insert column after": "在右侧插入",
153
- "Delete column": "删除列",
154
- "Cell": "单元格",
155
- "Merge cells": "合并单元格",
156
- "Horizontal split": "水平分割",
157
- "Vertical split": "垂直分割",
158
- "Cell Background": "单元格背景",
159
- "Vertical Align": "垂直对齐方式",
160
- "Top": "靠上",
161
- "Middle": "居中",
162
- "Bottom": "靠下",
163
- "Align Top": "靠上对齐",
164
- "Align Middle": "居中对齐",
165
- "Align Bottom": "靠下对齐",
166
- "Cell Style": "单元格样式",
167
-
168
- // Files
169
- "Upload File": "上传文件",
170
- "Drop file": "拖入文件",
171
-
172
- // Emoticons
173
- "Emoticons": "表情符号",
174
- "Grinning face": "露齿笑脸",
175
- "Grinning face with smiling eyes": "露齿笑到眯起眼",
176
- "Face with tears of joy": "笑哭",
177
- "Smiling face with open mouth": "张嘴微笑",
178
- "Smiling face with open mouth and smiling eyes": "眯眼张嘴微笑",
179
- "Smiling face with open mouth and cold sweat": "带冷汗的张嘴微笑",
180
- "Smiling face with open mouth and tightly-closed eyes": "紧闭双眼张嘴微笑",
181
- "Smiling face with halo": "带光环微笑",
182
- "Smiling face with horns": "带牛角的微笑",
183
- "Winking face": "眨眼",
184
- "Smiling face with smiling eyes": "眯眼微笑",
185
- "Face savoring delicious food": "馋",
186
- "Relieved face": "如释重负",
187
- "Smiling face with heart-shaped eyes": "桃心眼微笑",
188
- "Smiling face with sunglasses": "戴太阳镜微笑",
189
- "Smirking face": "得意地笑",
190
- "Neutral face": "中性脸",
191
- "Expressionless face": "面无表情",
192
- "Unamused face": "不高兴",
193
- "Face with cold sweat": "冷汗",
194
- "Pensive face": "沉思",
195
- "Confused face": "迷惑",
196
- "Confounded face": "困惑",
197
- "Kissing face": "嘴巴嘟嘟",
198
- "Face throwing a kiss": "飞吻",
199
- "Kissing face with smiling eyes": "眯眼接吻",
200
- "Kissing face with closed eyes": "闭眼接吻",
201
- "Face with stuck out tongue": "吐舌",
202
- "Face with stuck out tongue and winking eye": "眨眼吐舌",
203
- "Face with stuck out tongue and tightly-closed eyes": "眯眼吐舌",
204
- "Disappointed face": "失望",
205
- "Worried face": "担心",
206
- "Angry face": "生气",
207
- "Pouting face": "撅嘴",
208
- "Crying face": "大哭",
209
- "Persevering face": "坚强",
210
- "Face with look of triumph": "扬眉吐气",
211
- "Disappointed but relieved face": "失望",
212
- "Frowning face with open mouth": "皱眉",
213
- "Anguished face": "痛苦",
214
- "Fearful face": "害怕",
215
- "Weary face": "疲惫",
216
- "Sleepy face": "困了",
217
- "Tired face": "累了",
218
- "Grimacing face": "扭曲脸",
219
- "Loudly crying face": "大哭",
220
- "Face with open mouth": "张开嘴",
221
- "Hushed face": "安静",
222
- "Face with open mouth and cold sweat": "冷汗",
223
- "Face screaming in fear": "害怕尖叫",
224
- "Astonished face": "惊讶",
225
- "Flushed face": "脸红",
226
- "Sleeping face": "熟睡",
227
- "Dizzy face": "眩晕",
228
- "Face without mouth": "没有嘴的脸",
229
- "Face with medical mask": "口罩脸",
230
-
231
- // Line breaker
232
- "Break": "换行",
233
-
234
- // Math
235
- "Subscript": "下标",
236
- "Superscript": "上标",
237
-
238
- // Full screen
239
- "Fullscreen": "全屏",
240
-
241
- // Horizontal line
242
- "Insert Horizontal Line": "插入水平线",
243
-
244
- // Clear formatting
245
- "Clear Formatting": "清除格式",
246
-
247
- // Undo, redo
248
- "Undo": "撤消",
249
- "Redo": "恢复",
250
-
251
- // Select all
252
- "Select All": "全选",
253
-
254
- // Code view
255
- "Code View": "代码视图",
256
-
257
- // Quote
258
- "Quote": "引用",
259
- "Increase": "增加引用级别",
260
- "Decrease": "减少引用级别",
261
-
262
- // Quick Insert
263
- "Quick Insert": "快速插入",
264
-
265
- // Spcial Characters
266
- "Special Characters": "特殊字符",
267
- "Latin": "拉丁字母",
268
- "Greek": "希腊字母",
269
- "Cyrillic": "西里尔字母",
270
- "Punctuation": "标点",
271
- "Currency": "货币",
272
- "Arrows": "箭头",
273
- "Math": "数学",
274
- "Misc": "杂项",
275
-
276
- // Print.
277
- "Print": "打印",
278
-
279
- // Spell Checker.
280
- "Spell Checker": "拼写检查器",
281
-
282
- // Help
283
- "Help": "帮助",
284
- "Shortcuts": "快捷键",
285
- "Inline Editor": "内联编辑器",
286
- "Show the editor": "显示编辑器",
287
- "Common actions": "常用操作",
288
- "Copy": "复制",
289
- "Cut": "剪切",
290
- "Paste": "粘贴",
291
- "Basic Formatting": "基本格式",
292
- "Increase quote level": "增加引用级别",
293
- "Decrease quote level": "减少引用级别",
294
- "Image / Video": "图像/视频",
295
- "Resize larger": "放大",
296
- "Resize smaller": "缩小",
297
- "Table": "表格",
298
- "Select table cell": "选择单元格",
299
- "Extend selection one cell": "增加选中的单元格",
300
- "Extend selection one row": "增加选中的行",
301
- "Navigation": "导航",
302
- "Focus popup / toolbar": "焦点弹出/工具栏",
303
- "Return focus to previous position": "将焦点返回到上一个位置",
304
-
305
- // Embed.ly
306
- "Embed URL": "嵌入网址",
307
- "Paste in a URL to embed": "粘贴要嵌入的网址",
308
-
309
- // Word Paste.
310
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "粘贴的内容来自微软 Word 文档。你想保留还是清除格式?",
311
- "Keep": "保留",
312
- "Clean": "清除",
313
- "Word Paste Detected": "检测到粘贴自 Word 的内容"
314
- },
315
- direction: "ltr"
316
- };
317
-
318
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Simplified Chinese spoken in China.
17
+ */
18
+ FE.LANGUAGE['zh_cn'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': '输入内容',
22
+ // Basic formatting
23
+ 'Bold': '粗体',
24
+ 'Italic': '斜体',
25
+ 'Underline': '下划线',
26
+ 'Strikethrough': '删除线',
27
+ // Main buttons
28
+ 'Insert': '插入',
29
+ 'Delete': '删除',
30
+ 'Cancel': '取消',
31
+ 'OK': '确定',
32
+ 'Back': '后退',
33
+ 'Remove': '删除',
34
+ 'More': '更多',
35
+ 'Update': '更新',
36
+ 'Style': '样式',
37
+ // Font
38
+ 'Font Family': '字体',
39
+ 'Font Size': '字号',
40
+ // Colors
41
+ 'Colors': '颜色',
42
+ 'Background': '背景',
43
+ 'Text': '字体',
44
+ 'HEX Color': '十六进制颜色',
45
+ // Paragraphs
46
+ 'Paragraph Format': '段落格式',
47
+ 'Normal': '正文',
48
+ 'Code': '代码',
49
+ 'Heading 1': '标题1',
50
+ 'Heading 2': '标题2',
51
+ 'Heading 3': '标题3',
52
+ 'Heading 4': '标题4',
53
+ // Style
54
+ 'Paragraph Style': '段落样式',
55
+ 'Inline Style': '内联样式',
56
+ // Alignment
57
+ 'Align': '对齐方式',
58
+ 'Align Left': '左对齐',
59
+ 'Align Center': '居中',
60
+ 'Align Right': '右对齐',
61
+ 'Align Justify': '两端对齐',
62
+ 'None': '无',
63
+ // Lists
64
+ 'Ordered List': '编号',
65
+ 'Unordered List': '项目符号',
66
+ // Indent
67
+ 'Decrease Indent': '减少缩进量',
68
+ 'Increase Indent': '增加缩进量',
69
+ // Links
70
+ 'Insert Link': '插入超链接',
71
+ 'Open in new tab': '在新标签页中打开',
72
+ 'Open Link': '打开超链接',
73
+ 'Edit Link': '编辑超链接',
74
+ 'Unlink': '删除超链接',
75
+ 'Choose Link': '选择超链接',
76
+ // Images
77
+ 'Insert Image': '插入图片',
78
+ 'Upload Image': '上传图片',
79
+ 'By URL': '通过 URL',
80
+ 'Browse': '浏览',
81
+ 'Drop image': '拖入图片',
82
+ 'or click': '或点击',
83
+ 'Manage Images': '管理图片',
84
+ 'Loading': '加载中',
85
+ 'Deleting': '删除中',
86
+ 'Tags': '标签',
87
+ 'Are you sure? Image will be deleted.': '图片将会被删除,是否确认?',
88
+ 'Replace': '替换',
89
+ 'Uploading': '上传中',
90
+ 'Loading image': '图片加载中',
91
+ 'Display': '显示',
92
+ 'Inline': '嵌入型',
93
+ 'Break Text': '上下型环绕',
94
+ 'Alternative Text': '替换文字',
95
+ 'Change Size': '改变大小',
96
+ 'Width': '宽度',
97
+ 'Height': '高度',
98
+ 'Something went wrong. Please try again.': '发生错误,请重试。',
99
+ 'Image Caption': '图片标题',
100
+ 'Advanced Edit': '高级编辑',
101
+ // Video
102
+ 'Insert Video': '插入视频',
103
+ 'Embedded Code': '嵌入代码',
104
+ 'Paste in a video URL': '粘贴视频网址',
105
+ 'Drop video': '拖入视频',
106
+ 'Your browser does not support HTML5 video.': '您的浏览器不支持 HTML5 视频。',
107
+ 'Upload Video': '上传视频',
108
+ // Tables
109
+ 'Insert Table': '插入表格',
110
+ 'Table Header': '表头',
111
+ 'Remove Table': '删除表格',
112
+ 'Table Style': '表格样式',
113
+ 'Horizontal Align': '水平对齐方式',
114
+ 'Row': '行',
115
+ 'Insert row above': '在上方插入',
116
+ 'Insert row below': '在下方插入',
117
+ 'Delete row': '删除行',
118
+ 'Column': '列',
119
+ 'Insert column before': '在左侧插入',
120
+ 'Insert column after': '在右侧插入',
121
+ 'Delete column': '删除列',
122
+ 'Cell': '单元格',
123
+ 'Merge cells': '合并单元格',
124
+ 'Horizontal split': '水平分割',
125
+ 'Vertical split': '垂直分割',
126
+ 'Cell Background': '单元格背景',
127
+ 'Vertical Align': '垂直对齐方式',
128
+ 'Top': '靠上',
129
+ 'Middle': '居中',
130
+ 'Bottom': '靠下',
131
+ 'Align Top': '靠上对齐',
132
+ 'Align Middle': '居中对齐',
133
+ 'Align Bottom': '靠下对齐',
134
+ 'Cell Style': '单元格样式',
135
+ // Files
136
+ 'Upload File': '上传文件',
137
+ 'Drop file': '拖入文件',
138
+ // Emoticons
139
+ 'Emoticons': '表情符号',
140
+ 'Grinning face': '露齿笑脸',
141
+ 'Grinning face with smiling eyes': '露齿笑到眯起眼',
142
+ 'Face with tears of joy': '笑哭',
143
+ 'Smiling face with open mouth': '张嘴微笑',
144
+ 'Smiling face with open mouth and smiling eyes': '眯眼张嘴微笑',
145
+ 'Smiling face with open mouth and cold sweat': '带冷汗的张嘴微笑',
146
+ 'Smiling face with open mouth and tightly-closed eyes': '紧闭双眼张嘴微笑',
147
+ 'Smiling face with halo': '带光环微笑',
148
+ 'Smiling face with horns': '带牛角的微笑',
149
+ 'Winking face': '眨眼',
150
+ 'Smiling face with smiling eyes': '眯眼微笑',
151
+ 'Face savoring delicious food': '馋',
152
+ 'Relieved face': '如释重负',
153
+ 'Smiling face with heart-shaped eyes': '桃心眼微笑',
154
+ 'Smiling face with sunglasses': '戴太阳镜微笑',
155
+ 'Smirking face': '得意地笑',
156
+ 'Neutral face': '中性脸',
157
+ 'Expressionless face': '面无表情',
158
+ 'Unamused face': '不高兴',
159
+ 'Face with cold sweat': '冷汗',
160
+ 'Pensive face': '沉思',
161
+ 'Confused face': '迷惑',
162
+ 'Confounded face': '困惑',
163
+ 'Kissing face': '嘴巴嘟嘟',
164
+ 'Face throwing a kiss': '飞吻',
165
+ 'Kissing face with smiling eyes': '眯眼接吻',
166
+ 'Kissing face with closed eyes': '闭眼接吻',
167
+ 'Face with stuck out tongue': '吐舌',
168
+ 'Face with stuck out tongue and winking eye': '眨眼吐舌',
169
+ 'Face with stuck out tongue and tightly-closed eyes': '眯眼吐舌',
170
+ 'Disappointed face': '失望',
171
+ 'Worried face': '担心',
172
+ 'Angry face': '生气',
173
+ 'Pouting face': '撅嘴',
174
+ 'Crying face': '大哭',
175
+ 'Persevering face': '坚强',
176
+ 'Face with look of triumph': '扬眉吐气',
177
+ 'Disappointed but relieved face': '失望',
178
+ 'Frowning face with open mouth': '皱眉',
179
+ 'Anguished face': '痛苦',
180
+ 'Fearful face': '害怕',
181
+ 'Weary face': '疲惫',
182
+ 'Sleepy face': '困了',
183
+ 'Tired face': '累了',
184
+ 'Grimacing face': '扭曲脸',
185
+ 'Loudly crying face': '大哭',
186
+ 'Face with open mouth': '张开嘴',
187
+ 'Hushed face': '安静',
188
+ 'Face with open mouth and cold sweat': '冷汗',
189
+ 'Face screaming in fear': '害怕尖叫',
190
+ 'Astonished face': '惊讶',
191
+ 'Flushed face': '脸红',
192
+ 'Sleeping face': '熟睡',
193
+ 'Dizzy face': '眩晕',
194
+ 'Face without mouth': '没有嘴的脸',
195
+ 'Face with medical mask': '口罩脸',
196
+ // Line breaker
197
+ 'Break': '换行',
198
+ // Math
199
+ 'Subscript': '下标',
200
+ 'Superscript': '上标',
201
+ // Full screen
202
+ 'Fullscreen': '全屏',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': '插入水平线',
205
+ // Clear formatting
206
+ 'Clear Formatting': '清除格式',
207
+ // Save
208
+ 'Save': '保存',
209
+ // Undo, redo
210
+ 'Undo': '撤消',
211
+ 'Redo': '恢复',
212
+ // Select all
213
+ 'Select All': '全选',
214
+ // Code view
215
+ 'Code View': '代码视图',
216
+ // Quote
217
+ 'Quote': '引用',
218
+ 'Increase': '增加引用级别',
219
+ 'Decrease': '减少引用级别',
220
+ // Quick Insert
221
+ 'Quick Insert': '快速插入',
222
+ // Spcial Characters
223
+ 'Special Characters': '特殊字符',
224
+ 'Latin': '拉丁字母',
225
+ 'Greek': '希腊字母',
226
+ 'Cyrillic': '西里尔字母',
227
+ 'Punctuation': '标点',
228
+ 'Currency': '货币',
229
+ 'Arrows': '箭头',
230
+ 'Math': '数学',
231
+ 'Misc': '杂项',
232
+ // Print.
233
+ 'Print': '打印',
234
+ // Spell Checker.
235
+ 'Spell Checker': '拼写检查器',
236
+ // Help
237
+ 'Help': '帮助',
238
+ 'Shortcuts': '快捷键',
239
+ 'Inline Editor': '内联编辑器',
240
+ 'Show the editor': '显示编辑器',
241
+ 'Common actions': '常用操作',
242
+ 'Copy': '复制',
243
+ 'Cut': '剪切',
244
+ 'Paste': '粘贴',
245
+ 'Basic Formatting': '基本格式',
246
+ 'Increase quote level': '增加引用级别',
247
+ 'Decrease quote level': '减少引用级别',
248
+ 'Image / Video': '图像/视频',
249
+ 'Resize larger': '放大',
250
+ 'Resize smaller': '缩小',
251
+ 'Table': '表格',
252
+ 'Select table cell': '选择单元格',
253
+ 'Extend selection one cell': '增加选中的单元格',
254
+ 'Extend selection one row': '增加选中的行',
255
+ 'Navigation': '导航',
256
+ 'Focus popup / toolbar': '焦点弹出/工具栏',
257
+ 'Return focus to previous position': '将焦点返回到上一个位置',
258
+ // Embed.ly
259
+ 'Embed URL': '嵌入网址',
260
+ 'Paste in a URL to embed': '粘贴要嵌入的网址',
261
+ // Word Paste.
262
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': '粘贴的内容来自微软 Word 文档。你想保留还是清除格式?',
263
+ 'Keep': '保留',
264
+ 'Clean': '清除',
265
+ 'Word Paste Detected': '检测到粘贴自 Word 的内容',
266
+ // Character Counter
267
+ 'Characters': '字数统计',
268
+ // More Buttons
269
+ 'More Text': ' 更多文字',
270
+ 'More Paragraph': '更多段落',
271
+ 'More Rich': '更多丰富',
272
+ 'More Misc': '更多杂项',
273
+ 'Rounded': '圆角',
274
+ 'Bordered': '边框',
275
+ 'Shadow': '阴影',
276
+ 'Download PDF': '下载PDF',
277
+ 'Text Color': '字体颜色',
278
+ 'Background Color': '背景颜色',
279
+ 'Inline Class': '内联类',
280
+ 'Highlighted': '高亮',
281
+ 'Transparent': '透明',
282
+ 'Big Red': '大号红',
283
+ 'Small Blue': '小号蓝',
284
+ 'Default': '默认',
285
+ 'Lower Alpha': 'a,b,c...',
286
+ 'Lower Greek': 'α,β,γ...',
287
+ 'Lower Roman': 'i,ii,iii...',
288
+ 'Upper Alpha': 'A,B,C...',
289
+ 'Upper Roman': 'Ⅰ,Ⅱ,Ⅲ...',
290
+ 'Circle': '○ 空心圆',
291
+ 'Disc': '● 实心圆',
292
+ 'Square': '■ 实心方块',
293
+ 'Gray': '灰色',
294
+ 'Spaced': '字母间隙',
295
+ 'Uppercase': '大写',
296
+ 'Line Height': '行高',
297
+ 'Single': '1',
298
+ 'Double': '2'
299
+ },
300
+ direction: 'ltr'
301
+ };
302
+
303
+ })));
304
+ //# sourceMappingURL=zh_cn.js.map