activeadmin_froala_editor 0.1.0

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.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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": "\u8f93\u5165\u4e00\u4e9b\u5185\u5bb9",
41
+
42
+ // Basic formatting
43
+ "Bold": "\u7c97\u4f53",
44
+ "Italic": "\u659c\u4f53",
45
+ "Underline": "\u4e0b\u5212\u7ebf",
46
+ "Strikethrough": "\u5220\u9664\u7ebf",
47
+
48
+ // Main buttons
49
+ "Insert": "\u63d2\u5165",
50
+ "Delete": "\u5220\u9664",
51
+ "Cancel": "\u53d6\u6d88",
52
+ "OK": "\u786e\u5b9a",
53
+ "Back": "\u80cc\u90e8",
54
+ "Remove": "\u53bb\u6389",
55
+ "More": "\u66f4\u591a",
56
+ "Update": "\u66f4\u65b0",
57
+ "Style": "\u98ce\u683c",
58
+
59
+ // Font
60
+ "Font Family": "\u5b57\u4f53",
61
+ "Font Size": "\u5b57\u53f7",
62
+
63
+ // Colors
64
+ "Colors": "\u989c\u8272",
65
+ "Background": "\u80cc\u666f",
66
+ "Text": "\u6587\u5b57",
67
+ "HEX Color": "十六进制颜色",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "\u683c\u5f0f",
71
+ "Normal": "\u6b63\u5e38",
72
+ "Code": "\u4ee3\u7801",
73
+ "Heading 1": "\u6807\u98981",
74
+ "Heading 2": "\u6807\u98982",
75
+ "Heading 3": "\u6807\u98983",
76
+ "Heading 4": "\u6807\u98984",
77
+
78
+ // Style
79
+ "Paragraph Style": "\u6bb5\u843d\u6837\u5f0f",
80
+ "Inline Style": "\u5185\u8054\u6837\u5f0f",
81
+
82
+ // Alignment
83
+ "Align": "\u5bf9\u9f50\u65b9\u5f0f",
84
+ "Align Left": "\u5de6\u5bf9\u9f50",
85
+ "Align Center": "\u5c45\u4e2d",
86
+ "Align Right": "\u53f3\u5bf9\u9f50",
87
+ "Align Justify": "\u4e24\u7aef\u5bf9\u9f50",
88
+ "None": "\u65e0",
89
+
90
+ // Lists
91
+ "Ordered List": "\u7f16\u53f7\u5217\u8868",
92
+ "Unordered List": "\u9879\u76ee\u7b26\u53f7",
93
+
94
+ // Indent
95
+ "Decrease Indent": "\u51cf\u5c11\u7f29\u8fdb",
96
+ "Increase Indent": "\u589e\u52a0\u7f29\u8fdb",
97
+
98
+ // Links
99
+ "Insert Link": "\u63d2\u5165\u94fe\u63a5",
100
+ "Open in new tab": "\u5f00\u542f\u5728\u65b0\u6807\u7b7e\u9875",
101
+ "Open Link": "\u6253\u5f00\u94fe\u63a5",
102
+ "Edit Link": "\u7f16\u8f91\u94fe\u63a5",
103
+ "Unlink": "\u5220\u9664\u94fe\u63a5",
104
+ "Choose Link": "\u9009\u62e9\u94fe\u63a5",
105
+
106
+ // Images
107
+ "Insert Image": "\u63d2\u5165\u56fe\u7247",
108
+ "Upload Image": "\u4e0a\u4f20\u56fe\u7247",
109
+ "By URL": "\u901a\u8fc7\u7f51\u5740",
110
+ "Browse": "\u6d4f\u89c8",
111
+ "Drop image": "\u56fe\u50cf\u62d6\u653e",
112
+ "or click": "\u6216\u70b9\u51fb",
113
+ "Manage Images": "\u7ba1\u7406\u56fe\u50cf",
114
+ "Loading": "\u8f7d\u5165\u4e2d",
115
+ "Deleting": "\u5220\u9664",
116
+ "Tags": "\u6807\u7b7e",
117
+ "Are you sure? Image will be deleted.": "\u4f60\u786e\u5b9a\u5417\uff1f\u56fe\u50cf\u5c06\u88ab\u5220\u9664\u3002",
118
+ "Replace": "\u66f4\u6362",
119
+ "Uploading": "\u4e0a\u4f20",
120
+ "Loading image": "\u5bfc\u5165\u56fe\u50cf",
121
+ "Display": "\u663e\u793a",
122
+ "Inline": "\u6392\u961f",
123
+ "Break Text": "\u65ad\u5f00\u6587\u672c",
124
+ "Alternate Text": "\u5907\u7528\u6587\u672c",
125
+ "Change Size": "\u5c3a\u5bf8\u53d8\u5316",
126
+ "Width": "\u5bbd\u5ea6",
127
+ "Height": "\u9ad8\u5ea6",
128
+ "Something went wrong. Please try again.": "\u51fa\u4e86\u4e9b\u95ee\u9898\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002",
129
+ "Image Caption": "图片说明",
130
+ "Advanced Edit": "高级编辑",
131
+
132
+ // Video
133
+ "Insert Video": "\u63d2\u5165\u89c6\u9891",
134
+ "Embedded Code": "\u5d4c\u5165\u5f0f\u4ee3\u7801",
135
+
136
+ // Tables
137
+ "Insert Table": "\u63d2\u5165\u8868\u683c",
138
+ "Table Header": "\u8868\u5934",
139
+ "Remove Table": "\u5220\u9664\u8868",
140
+ "Table Style": "\u8868\u683c\u6837\u5f0f",
141
+ "Horizontal Align": "\u6c34\u5e73\u5bf9\u9f50\u65b9\u5f0f",
142
+ "Row": "\u884c",
143
+ "Insert row above": "\u5728\u4e0a\u65b9\u63d2\u5165",
144
+ "Insert row below": "\u5728\u4e0b\u65b9\u63d2\u5165",
145
+ "Delete row": "\u5220\u9664\u884c",
146
+ "Column": "\u5217",
147
+ "Insert column before": "\u5728\u5de6\u4fa7\u63d2\u5165",
148
+ "Insert column after": "\u5728\u53f3\u4fa7\u63d2\u5165",
149
+ "Delete column": "\u5220\u9664\u5217",
150
+ "Cell": "\u5355\u5143\u683c",
151
+ "Merge cells": "\u5408\u5e76\u5355\u5143\u683c",
152
+ "Horizontal split": "\u6c34\u5e73\u5206\u5272",
153
+ "Vertical split": "\u5782\u76f4\u5206\u5272",
154
+ "Cell Background": "\u5355\u5143\u683c\u80cc\u666f",
155
+ "Vertical Align": "\u5782\u76f4\u5bf9\u9f50\u65b9\u5f0f",
156
+ "Top": "\u6700\u4f73",
157
+ "Middle": "\u4e2d\u95f4",
158
+ "Bottom": "\u5e95\u90e8",
159
+ "Align Top": "\u9876\u90e8\u5bf9\u9f50",
160
+ "Align Middle": "\u4e2d\u95f4\u5bf9\u9f50",
161
+ "Align Bottom": "\u5e95\u90e8\u5bf9\u9f50",
162
+ "Cell Style": "\u5355\u5143\u683c\u6837\u5f0f",
163
+
164
+ // Files
165
+ "Upload File": "\u4e0a\u4f20\u6587\u4ef6",
166
+ "Drop file": "\u6587\u4ef6\u62d6\u653e",
167
+
168
+ // Emoticons
169
+ "Emoticons": "\u8868\u60c5",
170
+ "Grinning face": "\u8138\u4e0a\u7b11\u563b\u563b",
171
+ "Grinning face with smiling eyes": "咧着嘴笑的脸微笑的眼睛",
172
+ "Face with tears of joy": "\u7b11\u563b\u563b\u7684\u8138\uff0c\u542b\u7b11\u7684\u773c\u775b",
173
+ "Smiling face with open mouth": "\u7b11\u8138\u5f20\u5f00\u5634",
174
+ "Smiling face with open mouth and smiling eyes": "\u7b11\u8138\u5f20\u5f00\u5634\u5fae\u7b11\u7684\u773c\u775b",
175
+ "Smiling face with open mouth and cold sweat": "\u7b11\u8138\u5f20\u5f00\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
176
+ "Smiling face with open mouth and tightly-closed eyes": "\u7b11\u8138\u5f20\u5f00\u5634\uff0c\u7d27\u7d27\u95ed\u7740\u773c\u775b",
177
+ "Smiling face with halo": "\u7b11\u8138\u6655",
178
+ "Smiling face with horns": "\u5fae\u7b11\u7684\u8138\u89d2",
179
+ "Winking face": "\u7728\u773c\u8868\u60c5",
180
+ "Smiling face with smiling eyes": "\u9762\u5e26\u5fae\u7b11\u7684\u773c\u775b",
181
+ "Face savoring delicious food": "\u9762\u5bf9\u54c1\u5c1d\u7f8e\u5473\u7684\u98df\u7269",
182
+ "Relieved face": "\u9762\u5bf9\u5982\u91ca\u91cd\u8d1f",
183
+ "Smiling face with heart-shaped eyes": "\u5fae\u7b11\u7684\u8138\uff0c\u5fc3\u810f\u5f62\u7684\u773c\u775b",
184
+ "Smiling face with sunglasses": "\u7b11\u8138\u592a\u9633\u955c",
185
+ "Smirking face": "\u9762\u5bf9\u9762\u5e26\u7b11\u5bb9",
186
+ "Neutral face": "\u4e2d\u6027\u9762",
187
+ "Expressionless face": "\u9762\u65e0\u8868\u60c5",
188
+ "Unamused face": "\u4e00\u8138\u4e0d\u5feb\u7684\u8138",
189
+ "Face with cold sweat": "\u9762\u5bf9\u51b7\u6c57",
190
+ "Pensive face": "\u6c89\u601d\u7684\u8138",
191
+ "Confused face": "\u9762\u5bf9\u56f0\u60d1",
192
+ "Confounded face": "\u8be5\u6b7b\u7684\u8138",
193
+ "Kissing face": "\u9762\u5bf9\u63a5\u543b",
194
+ "Face throwing a kiss": "\u9762\u5bf9\u6295\u63b7\u4e00\u4e2a\u543b",
195
+ "Kissing face with smiling eyes": "\u63a5\u543b\u8138\uff0c\u542b\u7b11\u7684\u773c\u775b",
196
+ "Kissing face with closed eyes": "\u63a5\u543b\u7684\u8138\u95ed\u7740\u773c\u775b",
197
+ "Face with stuck out tongue": "\u9762\u5bf9\u4f38\u51fa\u820c\u5934",
198
+ "Face with stuck out tongue and winking eye": "\u9762\u5bf9\u4f38\u51fa\u820c\u5934\u548c\u7728\u52a8\u7684\u773c\u775b",
199
+ "Face with stuck out tongue and tightly-closed eyes": "\u9762\u5bf9\u4f38\u51fa\u820c\u5934\u548c\u7d27\u95ed\u7684\u773c\u775b",
200
+ "Disappointed face": "\u9762\u5bf9\u5931\u671b",
201
+ "Worried face": "\u9762\u5bf9\u62c5\u5fc3",
202
+ "Angry face": "\u6124\u6012\u7684\u8138",
203
+ "Pouting face": "\u9762\u5bf9\u5658\u5634",
204
+ "Crying face": "\u54ed\u6ce3\u7684\u8138",
205
+ "Persevering face": "\u600e\u5948\u8138",
206
+ "Face with look of triumph": "\u9762\u5e26\u770b\u7684\u80dc\u5229",
207
+ "Disappointed but relieved face": "\u5931\u671b\uff0c\u4f46\u8138\u4e0a\u91ca\u7136",
208
+ "Frowning face with open mouth": "\u9762\u5bf9\u76b1\u7740\u7709\u5934\u5f20\u53e3",
209
+ "Anguished face": "\u9762\u5bf9\u75db\u82e6",
210
+ "Fearful face": "\u53ef\u6015\u7684\u8138",
211
+ "Weary face": "\u9762\u5bf9\u538c\u5026",
212
+ "Sleepy face": "\u9762\u5bf9\u56f0",
213
+ "Tired face": "\u75b2\u60eb\u7684\u8138",
214
+ "Grimacing face": "\u72f0\u72de\u7684\u8138",
215
+ "Loudly crying face": "\u5927\u58f0\u54ed\u8138",
216
+ "Face with open mouth": "\u9762\u5bf9\u5f20\u5f00\u5634",
217
+ "Hushed face": "\u5b89\u9759\u7684\u8138",
218
+ "Face with open mouth and cold sweat": "脸上露出嘴巴和冷汗",
219
+ "Face screaming in fear": "\u9762\u5bf9\u5f20\u5f00\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
220
+ "Astonished face": "\u9762\u5bf9\u60ca\u8bb6",
221
+ "Flushed face": "\u7ea2\u6251\u6251\u7684\u8138\u86cb",
222
+ "Sleeping face": "\u719f\u7761\u7684\u8138",
223
+ "Dizzy face": "\u9762\u5bf9\u7729",
224
+ "Face without mouth": "\u8138\u4e0a\u6ca1\u6709\u5634",
225
+ "Face with medical mask": "\u9762\u5bf9\u533b\u7597\u53e3\u7f69",
226
+
227
+ // Line breaker
228
+ "Break": "\u7834",
229
+
230
+ // Math
231
+ "Subscript": "\u4e0b\u6807",
232
+ "Superscript": "\u4e0a\u6807",
233
+
234
+ // Full screen
235
+ "Fullscreen": "\u5168\u5c4f",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "\u63d2\u5165\u6c34\u5e73\u7ebf",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "\u683c\u5f0f\u5316\u5220\u9664",
242
+
243
+ // Undo, redo
244
+ "Undo": "\u64a4\u6d88",
245
+ "Redo": "\u91cd\u590d",
246
+
247
+ // Select all
248
+ "Select All": "\u5168\u9009",
249
+
250
+ // Code view
251
+ "Code View": "\u4ee3\u7801\u89c6\u56fe",
252
+
253
+ // Quote
254
+ "Quote": "\u5f15\u7528",
255
+ "Increase": "\u589e\u52a0\u5f15\u7528",
256
+ "Decrease": "\u5220\u9664\u5f15\u7528",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "\u5feb\u63d2",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "特殊字符",
263
+ "Latin": "拉丁",
264
+ "Greek": "希腊语",
265
+ "Cyrillic": "西里尔",
266
+ "Punctuation": "标点",
267
+ "Currency": "货币",
268
+ "Arrows": "箭头",
269
+ "Math": "数学",
270
+ "Misc": "杂项",
271
+
272
+ // Print.
273
+ "Print": "打印",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "拼写检查器",
277
+
278
+ // Help
279
+ "Help": "帮帮我",
280
+ "Shortcuts": "快捷键",
281
+ "Inline Editor": "内联编辑器",
282
+ "Show the editor": "显示编辑",
283
+ "Common actions": "共同行动",
284
+ "Copy": "复制",
285
+ "Cut": "切",
286
+ "Paste": "糊",
287
+ "Basic Formatting": "基本格式",
288
+ "Increase quote level": "提高报价水平",
289
+ "Decrease quote level": "降低报价水平",
290
+ "Image / Video": "图像/视频",
291
+ "Resize larger": "调整大小更大",
292
+ "Resize smaller": "调整大小更小",
293
+ "Table": "表",
294
+ "Select table cell": "选择表单元格",
295
+ "Extend selection one cell": "扩展选择一个单元格",
296
+ "Extend selection one row": "扩展选择一行",
297
+ "Navigation": "导航",
298
+ "Focus popup / toolbar": "焦点弹出/工具栏",
299
+ "Return focus to previous position": "将焦点返回到上一个位置",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "嵌入网址",
303
+ "Paste in a URL to embed": "粘贴在一个网址中嵌入",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "粘贴的内容来自微软Word文档。你想保留格式还是清理它?",
307
+ "Keep": "保持",
308
+ "Clean": "清洁",
309
+ "Word Paste Detected": "检测到字贴"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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
+ * Traditional Chinese spoken in Taiwan.
35
+ */
36
+
37
+ $.FE.LANGUAGE['zh_tw'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "\u8f38\u5165\u4e00\u4e9b\u5167\u5bb9",
41
+
42
+ // Basic formatting
43
+ "Bold": "\u7c97\u9ad4",
44
+ "Italic": "\u659c\u9ad4",
45
+ "Underline": "\u5e95\u7dda",
46
+ "Strikethrough": "\u522a\u9664\u7dda",
47
+
48
+ // Main buttons
49
+ "Insert": "\u63d2\u5165",
50
+ "Delete": "\u522a\u9664",
51
+ "Cancel": "\u53d6\u6d88",
52
+ "OK": "\u78ba\u5b9a",
53
+ "Back": "\u5f8c",
54
+ "Remove": "\u79fb\u9664",
55
+ "More": "\u66f4\u591a",
56
+ "Update": "\u66f4\u65b0",
57
+ "Style": "\u6a23\u5f0f",
58
+
59
+ // Font
60
+ "Font Family": "\u5b57\u9ad4",
61
+ "Font Size": "\u5b57\u578b\u5927\u5c0f",
62
+
63
+ // Colors
64
+ "Colors": "\u984f\u8272",
65
+ "Background": "\u80cc\u666f",
66
+ "Text": "\u6587\u5b57",
67
+ "HEX Color": "十六進制顏色",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "\u683c\u5f0f",
71
+ "Normal": "\u6b63\u5e38",
72
+ "Code": "\u7a0b\u5f0f\u78bc",
73
+ "Heading 1": "\u6a19\u984c 1",
74
+ "Heading 2": "\u6a19\u984c 2",
75
+ "Heading 3": "\u6a19\u984c 3",
76
+ "Heading 4": "\u6a19\u984c 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "\u6bb5\u843d\u6a23\u5f0f",
80
+ "Inline Style": "\u5167\u806f\u6a23\u5f0f",
81
+
82
+ // Alignment
83
+ "Align": "\u5c0d\u9f4a",
84
+ "Align Left": "\u7f6e\u5de6\u5c0d\u9f4a",
85
+ "Align Center": "\u7f6e\u4e2d\u5c0d\u9f4a",
86
+ "Align Right": "\u7f6e\u53f3\u5c0d\u9f4a",
87
+ "Align Justify": "\u5de6\u53f3\u5c0d\u9f4a",
88
+ "None": "\u7121",
89
+
90
+ // Lists
91
+ "Ordered List": "\u6578\u5b57\u6e05\u55ae",
92
+ "Unordered List": "\u9805\u76ee\u6e05\u55ae",
93
+
94
+ // Indent
95
+ "Decrease Indent": "\u6e1b\u5c11\u7e2e\u6392",
96
+ "Increase Indent": "\u589e\u52a0\u7e2e\u6392",
97
+
98
+ // Links
99
+ "Insert Link": "\u63d2\u5165\u9023\u7d50",
100
+ "Open in new tab": "\u5728\u65b0\u5206\u9801\u958b\u555f",
101
+ "Open Link": "\u958b\u555f\u9023\u7d50",
102
+ "Edit Link": "\u7de8\u8f2f\u9023\u7d50",
103
+ "Unlink": "\u79fb\u9664\u9023\u7d50",
104
+ "Choose Link": "\u9078\u64c7\u9023\u7d50",
105
+
106
+ // Images
107
+ "Insert Image": "\u63d2\u5165\u5716\u7247",
108
+ "Upload Image": "\u4e0a\u50b3\u5716\u7247",
109
+ "By URL": "\u7db2\u5740\u4e0a\u50b3",
110
+ "Browse": "\u700f\u89bd",
111
+ "Drop image": "\u5716\u7247\u62d6\u66f3",
112
+ "or click": "\u6216\u9ede\u64ca",
113
+ "Manage Images": "\u7ba1\u7406\u5716\u7247",
114
+ "Loading": "\u8f09\u5165\u4e2d",
115
+ "Deleting": "\u522a\u9664",
116
+ "Tags": "\u6a19\u7c64",
117
+ "Are you sure? Image will be deleted.": "\u78ba\u5b9a\u522a\u9664\u5716\u7247\uff1f",
118
+ "Replace": "\u66f4\u63db",
119
+ "Uploading": "\u4e0a\u50b3",
120
+ "Loading image": "\u4e0a\u50b3\u4e2d",
121
+ "Display": "\u986f\u793a",
122
+ "Inline": "\u5d4c\u5165",
123
+ "Break Text": "\u8207\u6587\u5b57\u5206\u96e2",
124
+ "Alternate Text": "\u6587\u5b57\u74b0\u7e5e",
125
+ "Change Size": "\u8abf\u6574\u5927\u5c0f",
126
+ "Width": "\u5bec\u5ea6",
127
+ "Height": "\u9ad8\u5ea6",
128
+ "Something went wrong. Please try again.": "\u932f\u8aa4\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002",
129
+ "Image Caption": "圖片說明",
130
+ "Advanced Edit": "高級編輯",
131
+
132
+ // Video
133
+ "Insert Video": "\u63d2\u5165\u5f71\u7247",
134
+ "Embedded Code": "\u5d4c\u5165\u7a0b\u5f0f\u78bc",
135
+
136
+ // Tables
137
+ "Insert Table": "\u63d2\u5165\u8868\u683c",
138
+ "Table Header": "\u8868\u982d",
139
+ "Remove Table": "\u522a\u9664\u8868",
140
+ "Table Style": "\u8868\u6a23\u5f0f",
141
+ "Horizontal Align": "\u6c34\u6e96\u5c0d\u9f4a\u65b9\u5f0f",
142
+ "Row": "\u884c",
143
+ "Insert row above": "\u5411\u4e0a\u63d2\u5165\u4e00\u884c",
144
+ "Insert row below": "\u5411\u4e0b\u63d2\u5165\u4e00\u884c",
145
+ "Delete row": "\u522a\u9664\u884c",
146
+ "Column": "\u5217",
147
+ "Insert column before": "\u5411\u5de6\u63d2\u5165\u4e00\u5217",
148
+ "Insert column after": "\u5411\u53f3\u63d2\u5165\u4e00\u5217",
149
+ "Delete column": "\u522a\u9664\u884c",
150
+ "Cell": "\u5132\u5b58\u683c",
151
+ "Merge cells": "\u5408\u4f75\u5132\u5b58\u683c",
152
+ "Horizontal split": "\u6c34\u5e73\u5206\u5272",
153
+ "Vertical split": "\u5782\u76f4\u5206\u5272",
154
+ "Cell Background": "\u5132\u5b58\u683c\u80cc\u666f",
155
+ "Vertical Align": "\u5782\u76f4\u5c0d\u9f4a\u65b9\u5f0f",
156
+ "Top": "\u4e0a",
157
+ "Middle": "\u4e2d",
158
+ "Bottom": "\u4e0b",
159
+ "Align Top": "\u5411\u4e0a\u5c0d\u9f4a",
160
+ "Align Middle": "\u4e2d\u9593\u5c0d\u9f4a",
161
+ "Align Bottom": "\u5e95\u90e8\u5c0d\u9f4a",
162
+ "Cell Style": "\u5132\u5b58\u683c\u6a23\u5f0f",
163
+
164
+ // Files
165
+ "Upload File": "\u4e0a\u50b3\u6587\u4ef6",
166
+ "Drop file": "\u6587\u4ef6\u62d6\u66f3",
167
+
168
+ // Emoticons
169
+ "Emoticons": "\u8868\u60c5",
170
+ "Grinning face": "\u81c9\u4e0a\u7b11\u563b\u563b",
171
+ "Grinning face with smiling eyes": "\u7b11\u563b\u563b\u7684\u81c9\uff0c\u542b\u7b11\u7684\u773c\u775b",
172
+ "Face with tears of joy": "\u81c9\u4e0a\u5e36\u8457\u559c\u6085\u7684\u6dda\u6c34",
173
+ "Smiling face with open mouth": "\u7b11\u81c9\u5f35\u958b\u5634",
174
+ "Smiling face with open mouth and smiling eyes": "\u7b11\u81c9\u5f35\u958b\u5634\u5fae\u7b11\u7684\u773c\u775b",
175
+ "Smiling face with open mouth and cold sweat": "\u7b11\u81c9\u5f35\u958b\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
176
+ "Smiling face with open mouth and tightly-closed eyes": "\u7b11\u81c9\u5f35\u958b\u5634\uff0c\u7dca\u7dca\u9589\u8457\u773c\u775b",
177
+ "Smiling face with halo": "\u7b11\u81c9\u6688",
178
+ "Smiling face with horns": "\u5fae\u7b11\u7684\u81c9\u89d2",
179
+ "Winking face": "\u7728\u773c\u8868\u60c5",
180
+ "Smiling face with smiling eyes": "\u9762\u5e36\u5fae\u7b11\u7684\u773c\u775b",
181
+ "Face savoring delicious food": "\u9762\u5c0d\u54c1\u5690\u7f8e\u5473\u7684\u98df\u7269",
182
+ "Relieved face": "\u9762\u5c0d\u5982\u91cb\u91cd\u8ca0",
183
+ "Smiling face with heart-shaped eyes": "\u5fae\u7b11\u7684\u81c9\uff0c\u5fc3\u81df\u5f62\u7684\u773c\u775b",
184
+ "Smiling face with sunglasses": "\u7b11\u81c9\u592a\u967d\u93e1",
185
+ "Smirking face": "\u9762\u5c0d\u9762\u5e36\u7b11\u5bb9",
186
+ "Neutral face": "\u4e2d\u6027\u9762",
187
+ "Expressionless face": "\u9762\u7121\u8868\u60c5",
188
+ "Unamused face": "\u4e00\u81c9\u4e0d\u5feb\u7684\u81c9",
189
+ "Face with cold sweat": "\u9762\u5c0d\u51b7\u6c57",
190
+ "Pensive face": "\u6c89\u601d\u7684\u81c9",
191
+ "Confused face": "\u9762\u5c0d\u56f0\u60d1",
192
+ "Confounded face": "\u8a72\u6b7b\u7684\u81c9",
193
+ "Kissing face": "\u9762\u5c0d\u63a5\u543b",
194
+ "Face throwing a kiss": "\u9762\u5c0d\u6295\u64f2\u4e00\u500b\u543b",
195
+ "Kissing face with smiling eyes": "\u63a5\u543b\u81c9\uff0c\u542b\u7b11\u7684\u773c\u775b",
196
+ "Kissing face with closed eyes": "\u63a5\u543b\u7684\u81c9\u9589\u8457\u773c\u775b",
197
+ "Face with stuck out tongue": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d",
198
+ "Face with stuck out tongue and winking eye": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d\u548c\u7728\u52d5\u7684\u773c\u775b",
199
+ "Face with stuck out tongue and tightly-closed eyes": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d\u548c\u7dca\u9589\u7684\u773c\u775b",
200
+ "Disappointed face": "\u9762\u5c0d\u5931\u671b",
201
+ "Worried face": "\u9762\u5c0d\u64d4\u5fc3",
202
+ "Angry face": "\u61a4\u6012\u7684\u81c9",
203
+ "Pouting face": "\u9762\u5c0d\u5658\u5634",
204
+ "Crying face": "\u54ed\u6ce3\u7684\u81c9",
205
+ "Persevering face": "\u600e\u5948\u81c9",
206
+ "Face with look of triumph": "\u9762\u5e36\u770b\u7684\u52dd\u5229",
207
+ "Disappointed but relieved face": "\u5931\u671b\uff0c\u4f46\u81c9\u4e0a\u91cb\u7136",
208
+ "Frowning face with open mouth": "\u9762\u5c0d\u76ba\u8457\u7709\u982d\u5f35\u53e3",
209
+ "Anguished face": "\u9762\u5c0d\u75db\u82e6",
210
+ "Fearful face": "\u53ef\u6015\u7684\u81c9",
211
+ "Weary face": "\u9762\u5c0d\u53ad\u5026",
212
+ "Sleepy face": "\u9762\u5c0d\u56f0",
213
+ "Tired face": "\u75b2\u618a\u7684\u81c9",
214
+ "Grimacing face": "\u7319\u7370\u7684\u81c9",
215
+ "Loudly crying face": "\u5927\u8072\u54ed\u81c9",
216
+ "Face with open mouth": "\u9762\u5c0d\u5f35\u958b\u5634",
217
+ "Hushed face": "\u5b89\u975c\u7684\u81c9",
218
+ "Face with open mouth and cold sweat": "\u9762\u5c0d\u5f35\u958b\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
219
+ "Face screaming in fear": "\u9762\u5c0d\u5c16\u53eb\u5728\u6050\u61fc\u4e2d",
220
+ "Astonished face": "\u9762\u5c0d\u9a5a\u8a1d",
221
+ "Flushed face": "\u7d05\u64b2\u64b2\u7684\u81c9\u86cb",
222
+ "Sleeping face": "\u719f\u7761\u7684\u81c9",
223
+ "Dizzy face": "\u9762\u5c0d\u7729",
224
+ "Face without mouth": "\u81c9\u4e0a\u6c92\u6709\u5634",
225
+ "Face with medical mask": "\u9762\u5c0d\u91ab\u7642\u53e3\u7f69",
226
+
227
+ // Line breaker
228
+ "Break": "\u63db\u884c",
229
+
230
+ // Math
231
+ "Subscript": "\u4e0b\u6a19",
232
+ "Superscript": "\u4e0a\u6a19",
233
+
234
+ // Full screen
235
+ "Fullscreen": "\u5168\u87a2\u5e55",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "\u63d2\u5165\u6c34\u5e73\u7dda",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "\u6e05\u9664\u683c\u5f0f",
242
+
243
+ // Undo, redo
244
+ "Undo": "\u5fa9\u539f",
245
+ "Redo": "\u53d6\u6d88\u5fa9\u539f",
246
+
247
+ // Select all
248
+ "Select All": "\u5168\u9078",
249
+
250
+ // Code view
251
+ "Code View": "\u539f\u59cb\u78bc",
252
+
253
+ // Quote
254
+ "Quote": "\u5f15\u6587",
255
+ "Increase": "\u7e2e\u6392",
256
+ "Decrease": "\u53bb\u9664\u7e2e\u6392",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "\u5feb\u63d2",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "特殊字符",
263
+ "Latin": "拉丁",
264
+ "Greek": "希臘語",
265
+ "Cyrillic": "西里爾",
266
+ "Punctuation": "標點",
267
+ "Currency": "貨幣",
268
+ "Arrows": "箭頭",
269
+ "Math": "數學",
270
+ "Misc": "雜項",
271
+
272
+ // Print.
273
+ "Print": "打印",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "拼寫檢查器",
277
+
278
+ // Help
279
+ "Help": "幫幫我",
280
+ "Shortcuts": "快捷鍵",
281
+ "Inline Editor": "內聯編輯器",
282
+ "Show the editor": "顯示編輯",
283
+ "Common actions": "共同行動",
284
+ "Copy": "複製",
285
+ "Cut": "切",
286
+ "Paste": "糊",
287
+ "Basic Formatting": "基本格式",
288
+ "Increase quote level": "提高報價水平",
289
+ "Decrease quote level": "降低報價水平",
290
+ "Image / Video": "圖像/視頻",
291
+ "Resize larger": "調整大小更大",
292
+ "Resize smaller": "調整大小更小",
293
+ "Table": "表",
294
+ "Select table cell": "選擇表單元格",
295
+ "Extend selection one cell": "擴展選擇一個單元格",
296
+ "Extend selection one row": "擴展選擇一行",
297
+ "Navigation": "導航",
298
+ "Focus popup / toolbar": "焦點彈出/工具欄",
299
+ "Return focus to previous position": "將焦點返回到上一個位置",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "嵌入網址",
303
+ "Paste in a URL to embed": "粘貼在一個網址中嵌入",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "粘貼的內容來自微軟Word文檔。你想保留格式還是清理它?",
307
+ "Keep": "保持",
308
+ "Clean": "清潔",
309
+ "Word Paste Detected": "檢測到字貼"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));