activeadmin_froala_editor 0.1.2 → 0.2.8

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 +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 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
- * 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
- }));
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
+ * Traditional Chinese spoken in Taiwan.
17
+ */
18
+ FE.LANGUAGE['zh_tw'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "\u8F38\u5165\u4E00\u4E9B\u5167\u5BB9",
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': "\u5B57\u578B\u5927\u5C0F",
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': "\u7F6E\u4E2D\u5C0D\u9F4A",
60
+ 'Align Right': "\u7F6E\u53F3\u5C0D\u9F4A",
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': "\u63D2\u5165\u9023\u7D50",
71
+ 'Open in new tab': '在新標籤頁中打開',
72
+ 'Open Link': "\u958B\u555F\u9023\u7D50",
73
+ 'Edit Link': "\u7DE8\u8F2F\u9023\u7D50",
74
+ 'Unlink': "\u79FB\u9664\u9023\u7D50",
75
+ 'Choose Link': "\u9078\u64C7\u9023\u7D50",
76
+ // Images
77
+ 'Insert Image': '插入圖片',
78
+ 'Upload Image': '上傳圖片',
79
+ 'By URL': "\u7DB2\u5740\u4E0A\u50B3",
80
+ 'Browse': '瀏覽',
81
+ 'Drop image': "\u5716\u7247\u62D6\u66F3",
82
+ 'or click': '或點擊',
83
+ 'Manage Images': '管理圖片',
84
+ 'Loading': '加載中',
85
+ 'Deleting': '刪除中',
86
+ 'Tags': '標籤',
87
+ 'Are you sure? Image will be deleted.': "\u78BA\u5B9A\u522A\u9664\u5716\u7247\uFF1F",
88
+ 'Replace': '替換',
89
+ 'Uploading': '上傳中',
90
+ 'Loading image': '圖片加載中',
91
+ 'Display': '顯示',
92
+ 'Inline': "\u5D4C\u5165",
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': "\u522A\u9664\u8868",
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': "\u5411\u5DE6\u63D2\u5165\u4E00\u5217",
120
+ 'Insert column after': "\u5411\u53F3\u63D2\u5165\u4E00\u5217",
121
+ 'Delete column': '刪除列',
122
+ 'Cell': '單元格',
123
+ 'Merge cells': '合併單元格',
124
+ 'Horizontal split': '水平分割',
125
+ 'Vertical split': '垂直分割',
126
+ 'Cell Background': '單元格背景',
127
+ 'Vertical Align': '垂直對齊方式',
128
+ 'Top': "\u4E0A",
129
+ 'Middle': "\u4E2D",
130
+ 'Bottom': '底部',
131
+ 'Align Top': '靠上對齊',
132
+ 'Align Middle': "\u4E2D\u9593\u5C0D\u9F4A",
133
+ 'Align Bottom': '靠下對齊',
134
+ 'Cell Style': '單元格樣式',
135
+ // Files
136
+ 'Upload File': '上傳文件',
137
+ 'Drop file': '拖入文件',
138
+ // Emoticons
139
+ 'Emoticons': '表情符號',
140
+ 'Grinning face': "\u81C9\u4E0A\u7B11\u563B\u563B",
141
+ 'Grinning face with smiling eyes': "\u7B11\u563B\u563B\u7684\u81C9\uFF0C\u542B\u7B11\u7684\u773C\u775B",
142
+ 'Face with tears of joy': "\u81C9\u4E0A\u5E36\u8457\u559C\u6085\u7684\u6DDA\u6C34",
143
+ 'Smiling face with open mouth': "\u7B11\u81C9\u5F35\u958B\u5634",
144
+ 'Smiling face with open mouth and smiling eyes': "\u7B11\u81C9\u5F35\u958B\u5634\u5FAE\u7B11\u7684\u773C\u775B",
145
+ 'Smiling face with open mouth and cold sweat': '帶冷汗的張嘴微笑',
146
+ 'Smiling face with open mouth and tightly-closed eyes': "\u7B11\u81C9\u5F35\u958B\u5634\uFF0C\u7DCA\u7DCA\u9589\u8457\u773C\u775B",
147
+ 'Smiling face with halo': '帶光環微笑',
148
+ 'Smiling face with horns': '帶牛角的微笑',
149
+ 'Winking face': "\u7728\u773C\u8868\u60C5",
150
+ 'Smiling face with smiling eyes': "\u9762\u5E36\u5FAE\u7B11\u7684\u773C\u775B",
151
+ 'Face savoring delicious food': "\u9762\u5C0D\u54C1\u5690\u7F8E\u5473\u7684\u98DF\u7269",
152
+ 'Relieved face': '如釋重負',
153
+ 'Smiling face with heart-shaped eyes': "\u5FAE\u7B11\u7684\u81C9\uFF0C\u5FC3\u81DF\u5F62\u7684\u773C\u775B",
154
+ 'Smiling face with sunglasses': "\u7B11\u81C9\u592A\u967D\u93E1",
155
+ 'Smirking face': "\u9762\u5C0D\u9762\u5E36\u7B11\u5BB9",
156
+ 'Neutral face': '中性臉',
157
+ 'Expressionless face': '无表情的脸',
158
+ 'Unamused face': "\u4E00\u81C9\u4E0D\u5FEB\u7684\u81C9",
159
+ 'Face with cold sweat': "\u9762\u5C0D\u51B7\u6C57",
160
+ 'Pensive face': "\u6C89\u601D\u7684\u81C9",
161
+ 'Confused face': "\u9762\u5C0D\u56F0\u60D1",
162
+ 'Confounded face': "\u8A72\u6B7B\u7684\u81C9",
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': "\u54ED\u6CE3\u7684\u81C9",
175
+ 'Persevering face': "\u600E\u5948\u81C9",
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': "\u9762\u5C0D\u53AD\u5026",
182
+ 'Sleepy face': '困了',
183
+ 'Tired face': '累了',
184
+ 'Grimacing face': '鬼脸',
185
+ 'Loudly crying face': '大声哭泣的脸',
186
+ 'Face with open mouth': '張開嘴',
187
+ 'Hushed face': "\u5B89\u975C\u7684\u81C9",
188
+ 'Face with open mouth and cold sweat': "\u9762\u5C0D\u5F35\u958B\u5634\uFF0C\u4E00\u8EAB\u51B7\u6C57",
189
+ 'Face screaming in fear': "\u9762\u5C0D\u5C16\u53EB\u5728\u6050\u61FC\u4E2D",
190
+ 'Astonished face': "\u9762\u5C0D\u9A5A\u8A1D",
191
+ 'Flushed face': '臉紅',
192
+ 'Sleeping face': "\u719F\u7761\u7684\u81C9",
193
+ 'Dizzy face': "\u9762\u5C0D\u7729",
194
+ 'Face without mouth': '沒有嘴的臉',
195
+ 'Face with medical mask': "\u9762\u5C0D\u91AB\u7642\u53E3\u7F69",
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': "\u7E2E\u6392",
219
+ 'Decrease': "\u53BB\u9664\u7E2E\u6392",
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
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=zh_tw.js.map