wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +123 -175
  4. data/Rakefile +5 -5
  5. data/app/assets/javascripts/froala_editor.min.js +1 -7
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +1 -7
  7. data/app/assets/javascripts/languages/ar.js +277 -336
  8. data/app/assets/javascripts/languages/bs.js +277 -336
  9. data/app/assets/javascripts/languages/cs.js +277 -336
  10. data/app/assets/javascripts/languages/da.js +275 -333
  11. data/app/assets/javascripts/languages/de.js +277 -336
  12. data/app/assets/javascripts/languages/el.js +283 -342
  13. data/app/assets/javascripts/languages/en_ca.js +221 -280
  14. data/app/assets/javascripts/languages/en_gb.js +221 -280
  15. data/app/assets/javascripts/languages/es.js +277 -342
  16. data/app/assets/javascripts/languages/et.js +277 -336
  17. data/app/assets/javascripts/languages/fa.js +277 -336
  18. data/app/assets/javascripts/languages/fi.js +277 -336
  19. data/app/assets/javascripts/languages/fr.js +277 -336
  20. data/app/assets/javascripts/languages/he.js +277 -336
  21. data/app/assets/javascripts/languages/hr.js +277 -336
  22. data/app/assets/javascripts/languages/hu.js +277 -336
  23. data/app/assets/javascripts/languages/id.js +277 -337
  24. data/app/assets/javascripts/languages/it.js +277 -336
  25. data/app/assets/javascripts/languages/ja.js +277 -336
  26. data/app/assets/javascripts/languages/ko.js +277 -336
  27. data/app/assets/javascripts/languages/ku.js +270 -329
  28. data/app/assets/javascripts/languages/me.js +277 -336
  29. data/app/assets/javascripts/languages/nb.js +277 -336
  30. data/app/assets/javascripts/languages/nl.js +277 -336
  31. data/app/assets/javascripts/languages/pl.js +277 -336
  32. data/app/assets/javascripts/languages/pt_br.js +277 -336
  33. data/app/assets/javascripts/languages/pt_pt.js +277 -336
  34. data/app/assets/javascripts/languages/ro.js +277 -336
  35. data/app/assets/javascripts/languages/ru.js +277 -336
  36. data/app/assets/javascripts/languages/sk.js +277 -336
  37. data/app/assets/javascripts/languages/sr.js +277 -336
  38. data/app/assets/javascripts/languages/sv.js +277 -336
  39. data/app/assets/javascripts/languages/th.js +277 -336
  40. data/app/assets/javascripts/languages/tr.js +277 -336
  41. data/app/assets/javascripts/languages/uk.js +277 -336
  42. data/app/assets/javascripts/languages/vi.js +218 -276
  43. data/app/assets/javascripts/languages/zh_cn.js +277 -336
  44. data/app/assets/javascripts/languages/zh_tw.js +277 -336
  45. data/app/assets/javascripts/plugins/align.min.js +1 -7
  46. data/app/assets/javascripts/plugins/char_counter.min.js +1 -7
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -7
  48. data/app/assets/javascripts/plugins/code_view.min.js +1 -7
  49. data/app/assets/javascripts/plugins/colors.min.js +1 -7
  50. data/app/assets/javascripts/plugins/draggable.min.js +1 -7
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +1 -7
  53. data/app/assets/javascripts/plugins/entities.min.js +1 -7
  54. data/app/assets/javascripts/plugins/file.min.js +1 -7
  55. data/app/assets/javascripts/plugins/font_family.min.js +1 -7
  56. data/app/assets/javascripts/plugins/font_size.min.js +1 -7
  57. data/app/assets/javascripts/plugins/forms.min.js +1 -7
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -7
  59. data/app/assets/javascripts/plugins/help.min.js +1 -7
  60. data/app/assets/javascripts/plugins/image.min.js +1 -7
  61. data/app/assets/javascripts/plugins/image_manager.min.js +1 -7
  62. data/app/assets/javascripts/plugins/inline_class.min.js +1 -7
  63. data/app/assets/javascripts/plugins/inline_style.min.js +1 -7
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -7
  65. data/app/assets/javascripts/plugins/line_height.min.js +1 -7
  66. data/app/assets/javascripts/plugins/link.min.js +1 -7
  67. data/app/assets/javascripts/plugins/lists.min.js +1 -7
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -7
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -7
  70. data/app/assets/javascripts/plugins/print.min.js +1 -7
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -7
  72. data/app/assets/javascripts/plugins/quote.min.js +1 -7
  73. data/app/assets/javascripts/plugins/save.min.js +1 -7
  74. data/app/assets/javascripts/plugins/special_characters.min.js +1 -7
  75. data/app/assets/javascripts/plugins/table.min.js +1 -7
  76. data/app/assets/javascripts/plugins/url.min.js +1 -7
  77. data/app/assets/javascripts/plugins/video.min.js +1 -7
  78. data/app/assets/javascripts/plugins/word_paste.min.js +1 -7
  79. data/app/assets/javascripts/third_party/embedly.min.js +1 -7
  80. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -7
  81. data/app/assets/javascripts/third_party/image_aviary.min.js +6 -6
  82. data/app/assets/javascripts/third_party/image_tui.min.js +1 -7
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -7
  84. data/app/assets/stylesheets/froala_editor.css +1341 -1337
  85. data/app/assets/stylesheets/froala_editor.min.css +2 -7
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3057 -2987
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -7
  88. data/app/assets/stylesheets/froala_style.css +349 -452
  89. data/app/assets/stylesheets/froala_style.min.css +2 -7
  90. data/app/assets/stylesheets/plugins/char_counter.css +45 -57
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -7
  92. data/app/assets/stylesheets/plugins/code_view.css +93 -112
  93. data/app/assets/stylesheets/plugins/code_view.min.css +2 -7
  94. data/app/assets/stylesheets/plugins/colors.css +95 -155
  95. data/app/assets/stylesheets/plugins/colors.min.css +2 -7
  96. data/app/assets/stylesheets/plugins/draggable.css +37 -43
  97. data/app/assets/stylesheets/plugins/draggable.min.css +2 -7
  98. data/app/assets/stylesheets/plugins/emoticons.css +27 -42
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -7
  100. data/app/assets/stylesheets/plugins/file.css +124 -146
  101. data/app/assets/stylesheets/plugins/file.min.css +2 -7
  102. data/app/assets/stylesheets/plugins/fullscreen.css +58 -35
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +2 -7
  104. data/app/assets/stylesheets/plugins/help.css +41 -52
  105. data/app/assets/stylesheets/plugins/help.min.css +2 -7
  106. data/app/assets/stylesheets/plugins/image.css +207 -245
  107. data/app/assets/stylesheets/plugins/image.min.css +2 -7
  108. data/app/assets/stylesheets/plugins/image_manager.css +229 -268
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +2 -7
  110. data/app/assets/stylesheets/plugins/line_breaker.css +34 -37
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -7
  112. data/app/assets/stylesheets/plugins/quick_insert.css +68 -70
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -7
  114. data/app/assets/stylesheets/plugins/special_characters.css +26 -51
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -7
  116. data/app/assets/stylesheets/plugins/table.css +107 -181
  117. data/app/assets/stylesheets/plugins/table.min.css +2 -7
  118. data/app/assets/stylesheets/plugins/video.css +194 -231
  119. data/app/assets/stylesheets/plugins/video.min.css +2 -7
  120. data/app/assets/stylesheets/themes/dark.css +1873 -1336
  121. data/app/assets/stylesheets/themes/dark.min.css +2 -7
  122. data/app/assets/stylesheets/themes/gray.css +1873 -1336
  123. data/app/assets/stylesheets/themes/gray.min.css +2 -7
  124. data/app/assets/stylesheets/themes/red.css +1326 -1336
  125. data/app/assets/stylesheets/themes/red.min.css +7 -7
  126. data/app/assets/stylesheets/themes/royal.css +1326 -1336
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -7
  128. data/app/assets/stylesheets/third_party/embedly.css +56 -64
  129. data/app/assets/stylesheets/third_party/embedly.min.css +2 -7
  130. data/app/assets/stylesheets/third_party/font_awesome.css +20 -50
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +2 -7
  132. data/app/assets/stylesheets/third_party/image_tui.css +37 -42
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +2 -7
  134. data/app/assets/stylesheets/third_party/spell_checker.css +60 -72
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +2 -7
  136. data/lib/wysiwyg-rails.rb +1 -1
  137. data/lib/wysiwyg-rails/engine.rb +16 -16
  138. data/lib/wysiwyg-rails/version.rb +5 -5
  139. metadata +9 -8
@@ -1,336 +1,277 @@
1
- /*!
2
- * froala_editor v2.9.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2020 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
- "Default": "默認",
93
- "Lower Alpha": "低α",
94
- "Lower Greek": "下希臘",
95
- "Lower Roman": "較低的羅馬",
96
- "Upper Alpha": "上阿爾法",
97
- "Upper Roman": "上羅馬",
98
-
99
- "Unordered List": "\u9805\u76ee\u6e05\u55ae",
100
- "Circle": "圈",
101
- "Disc": "圓盤",
102
- "Square": "廣場",
103
-
104
- // Line height
105
- "Line Height": "線高",
106
- "Single": "單",
107
- "Double": "雙",
108
-
109
- // Indent
110
- "Decrease Indent": "\u6e1b\u5c11\u7e2e\u6392",
111
- "Increase Indent": "\u589e\u52a0\u7e2e\u6392",
112
-
113
- // Links
114
- "Insert Link": "\u63d2\u5165\u9023\u7d50",
115
- "Open in new tab": "\u5728\u65b0\u5206\u9801\u958b\u555f",
116
- "Open Link": "\u958b\u555f\u9023\u7d50",
117
- "Edit Link": "\u7de8\u8f2f\u9023\u7d50",
118
- "Unlink": "\u79fb\u9664\u9023\u7d50",
119
- "Choose Link": "\u9078\u64c7\u9023\u7d50",
120
-
121
- // Images
122
- "Insert Image": "\u63d2\u5165\u5716\u7247",
123
- "Upload Image": "\u4e0a\u50b3\u5716\u7247",
124
- "By URL": "\u7db2\u5740\u4e0a\u50b3",
125
- "Browse": "\u700f\u89bd",
126
- "Drop image": "\u5716\u7247\u62d6\u66f3",
127
- "or click": "\u6216\u9ede\u64ca",
128
- "Manage Images": "\u7ba1\u7406\u5716\u7247",
129
- "Loading": "\u8f09\u5165\u4e2d",
130
- "Deleting": "\u522a\u9664",
131
- "Tags": "\u6a19\u7c64",
132
- "Are you sure? Image will be deleted.": "\u78ba\u5b9a\u522a\u9664\u5716\u7247\uff1f",
133
- "Replace": "\u66f4\u63db",
134
- "Uploading": "\u4e0a\u50b3",
135
- "Loading image": "\u4e0a\u50b3\u4e2d",
136
- "Display": "\u986f\u793a",
137
- "Inline": "\u5d4c\u5165",
138
- "Break Text": "\u8207\u6587\u5b57\u5206\u96e2",
139
- "Alternative Text": "\u6587\u5b57\u74b0\u7e5e",
140
- "Change Size": "\u8abf\u6574\u5927\u5c0f",
141
- "Width": "\u5bec\u5ea6",
142
- "Height": "\u9ad8\u5ea6",
143
- "Something went wrong. Please try again.": "\u932f\u8aa4\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002",
144
- "Image Caption": "圖片說明",
145
- "Advanced Edit": "高級編輯",
146
-
147
- // Video
148
- "Insert Video": "\u63d2\u5165\u5f71\u7247",
149
- "Embedded Code": "\u5d4c\u5165\u7a0b\u5f0f\u78bc",
150
- "Paste in a video URL": "粘貼在視頻網址",
151
- "Drop video": "放下視頻",
152
- "Your browser does not support HTML5 video.": "您的瀏覽器不支持html5視頻。",
153
- "Upload Video": "上傳視頻",
154
-
155
- // Tables
156
- "Insert Table": "\u63d2\u5165\u8868\u683c",
157
- "Table Header": "\u8868\u982d",
158
- "Remove Table": "\u522a\u9664\u8868",
159
- "Table Style": "\u8868\u6a23\u5f0f",
160
- "Horizontal Align": "\u6c34\u6e96\u5c0d\u9f4a\u65b9\u5f0f",
161
- "Row": "\u884c",
162
- "Insert row above": "\u5411\u4e0a\u63d2\u5165\u4e00\u884c",
163
- "Insert row below": "\u5411\u4e0b\u63d2\u5165\u4e00\u884c",
164
- "Delete row": "\u522a\u9664\u884c",
165
- "Column": "\u5217",
166
- "Insert column before": "\u5411\u5de6\u63d2\u5165\u4e00\u5217",
167
- "Insert column after": "\u5411\u53f3\u63d2\u5165\u4e00\u5217",
168
- "Delete column": "\u522a\u9664\u884c",
169
- "Cell": "\u5132\u5b58\u683c",
170
- "Merge cells": "\u5408\u4f75\u5132\u5b58\u683c",
171
- "Horizontal split": "\u6c34\u5e73\u5206\u5272",
172
- "Vertical split": "\u5782\u76f4\u5206\u5272",
173
- "Cell Background": "\u5132\u5b58\u683c\u80cc\u666f",
174
- "Vertical Align": "\u5782\u76f4\u5c0d\u9f4a\u65b9\u5f0f",
175
- "Top": "\u4e0a",
176
- "Middle": "\u4e2d",
177
- "Bottom": "\u4e0b",
178
- "Align Top": "\u5411\u4e0a\u5c0d\u9f4a",
179
- "Align Middle": "\u4e2d\u9593\u5c0d\u9f4a",
180
- "Align Bottom": "\u5e95\u90e8\u5c0d\u9f4a",
181
- "Cell Style": "\u5132\u5b58\u683c\u6a23\u5f0f",
182
-
183
- // Files
184
- "Upload File": "\u4e0a\u50b3\u6587\u4ef6",
185
- "Drop file": "\u6587\u4ef6\u62d6\u66f3",
186
-
187
- // Emoticons
188
- "Emoticons": "\u8868\u60c5",
189
- "Grinning face": "\u81c9\u4e0a\u7b11\u563b\u563b",
190
- "Grinning face with smiling eyes": "\u7b11\u563b\u563b\u7684\u81c9\uff0c\u542b\u7b11\u7684\u773c\u775b",
191
- "Face with tears of joy": "\u81c9\u4e0a\u5e36\u8457\u559c\u6085\u7684\u6dda\u6c34",
192
- "Smiling face with open mouth": "\u7b11\u81c9\u5f35\u958b\u5634",
193
- "Smiling face with open mouth and smiling eyes": "\u7b11\u81c9\u5f35\u958b\u5634\u5fae\u7b11\u7684\u773c\u775b",
194
- "Smiling face with open mouth and cold sweat": "\u7b11\u81c9\u5f35\u958b\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
195
- "Smiling face with open mouth and tightly-closed eyes": "\u7b11\u81c9\u5f35\u958b\u5634\uff0c\u7dca\u7dca\u9589\u8457\u773c\u775b",
196
- "Smiling face with halo": "\u7b11\u81c9\u6688",
197
- "Smiling face with horns": "\u5fae\u7b11\u7684\u81c9\u89d2",
198
- "Winking face": "\u7728\u773c\u8868\u60c5",
199
- "Smiling face with smiling eyes": "\u9762\u5e36\u5fae\u7b11\u7684\u773c\u775b",
200
- "Face savoring delicious food": "\u9762\u5c0d\u54c1\u5690\u7f8e\u5473\u7684\u98df\u7269",
201
- "Relieved face": "\u9762\u5c0d\u5982\u91cb\u91cd\u8ca0",
202
- "Smiling face with heart-shaped eyes": "\u5fae\u7b11\u7684\u81c9\uff0c\u5fc3\u81df\u5f62\u7684\u773c\u775b",
203
- "Smiling face with sunglasses": "\u7b11\u81c9\u592a\u967d\u93e1",
204
- "Smirking face": "\u9762\u5c0d\u9762\u5e36\u7b11\u5bb9",
205
- "Neutral face": "\u4e2d\u6027\u9762",
206
- "Expressionless face": "\u9762\u7121\u8868\u60c5",
207
- "Unamused face": "\u4e00\u81c9\u4e0d\u5feb\u7684\u81c9",
208
- "Face with cold sweat": "\u9762\u5c0d\u51b7\u6c57",
209
- "Pensive face": "\u6c89\u601d\u7684\u81c9",
210
- "Confused face": "\u9762\u5c0d\u56f0\u60d1",
211
- "Confounded face": "\u8a72\u6b7b\u7684\u81c9",
212
- "Kissing face": "\u9762\u5c0d\u63a5\u543b",
213
- "Face throwing a kiss": "\u9762\u5c0d\u6295\u64f2\u4e00\u500b\u543b",
214
- "Kissing face with smiling eyes": "\u63a5\u543b\u81c9\uff0c\u542b\u7b11\u7684\u773c\u775b",
215
- "Kissing face with closed eyes": "\u63a5\u543b\u7684\u81c9\u9589\u8457\u773c\u775b",
216
- "Face with stuck out tongue": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d",
217
- "Face with stuck out tongue and winking eye": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d\u548c\u7728\u52d5\u7684\u773c\u775b",
218
- "Face with stuck out tongue and tightly-closed eyes": "\u9762\u5c0d\u4f38\u51fa\u820c\u982d\u548c\u7dca\u9589\u7684\u773c\u775b",
219
- "Disappointed face": "\u9762\u5c0d\u5931\u671b",
220
- "Worried face": "\u9762\u5c0d\u64d4\u5fc3",
221
- "Angry face": "\u61a4\u6012\u7684\u81c9",
222
- "Pouting face": "\u9762\u5c0d\u5658\u5634",
223
- "Crying face": "\u54ed\u6ce3\u7684\u81c9",
224
- "Persevering face": "\u600e\u5948\u81c9",
225
- "Face with look of triumph": "\u9762\u5e36\u770b\u7684\u52dd\u5229",
226
- "Disappointed but relieved face": "\u5931\u671b\uff0c\u4f46\u81c9\u4e0a\u91cb\u7136",
227
- "Frowning face with open mouth": "\u9762\u5c0d\u76ba\u8457\u7709\u982d\u5f35\u53e3",
228
- "Anguished face": "\u9762\u5c0d\u75db\u82e6",
229
- "Fearful face": "\u53ef\u6015\u7684\u81c9",
230
- "Weary face": "\u9762\u5c0d\u53ad\u5026",
231
- "Sleepy face": "\u9762\u5c0d\u56f0",
232
- "Tired face": "\u75b2\u618a\u7684\u81c9",
233
- "Grimacing face": "\u7319\u7370\u7684\u81c9",
234
- "Loudly crying face": "\u5927\u8072\u54ed\u81c9",
235
- "Face with open mouth": "\u9762\u5c0d\u5f35\u958b\u5634",
236
- "Hushed face": "\u5b89\u975c\u7684\u81c9",
237
- "Face with open mouth and cold sweat": "\u9762\u5c0d\u5f35\u958b\u5634\uff0c\u4e00\u8eab\u51b7\u6c57",
238
- "Face screaming in fear": "\u9762\u5c0d\u5c16\u53eb\u5728\u6050\u61fc\u4e2d",
239
- "Astonished face": "\u9762\u5c0d\u9a5a\u8a1d",
240
- "Flushed face": "\u7d05\u64b2\u64b2\u7684\u81c9\u86cb",
241
- "Sleeping face": "\u719f\u7761\u7684\u81c9",
242
- "Dizzy face": "\u9762\u5c0d\u7729",
243
- "Face without mouth": "\u81c9\u4e0a\u6c92\u6709\u5634",
244
- "Face with medical mask": "\u9762\u5c0d\u91ab\u7642\u53e3\u7f69",
245
-
246
- // Line breaker
247
- "Break": "\u63db\u884c",
248
-
249
- // Math
250
- "Subscript": "\u4e0b\u6a19",
251
- "Superscript": "\u4e0a\u6a19",
252
-
253
- // Full screen
254
- "Fullscreen": "\u5168\u87a2\u5e55",
255
-
256
- // Horizontal line
257
- "Insert Horizontal Line": "\u63d2\u5165\u6c34\u5e73\u7dda",
258
-
259
- // Clear formatting
260
- "Clear Formatting": "\u6e05\u9664\u683c\u5f0f",
261
-
262
- // Save
263
- "Save": "保存",
264
-
265
- // Undo, redo
266
- "Undo": "\u5fa9\u539f",
267
- "Redo": "\u53d6\u6d88\u5fa9\u539f",
268
-
269
- // Select all
270
- "Select All": "\u5168\u9078",
271
-
272
- // Code view
273
- "Code View": "\u539f\u59cb\u78bc",
274
-
275
- // Quote
276
- "Quote": "\u5f15\u6587",
277
- "Increase": "\u7e2e\u6392",
278
- "Decrease": "\u53bb\u9664\u7e2e\u6392",
279
-
280
- // Quick Insert
281
- "Quick Insert": "\u5feb\u63d2",
282
-
283
- // Spcial Characters
284
- "Special Characters": "特殊字符",
285
- "Latin": "拉丁",
286
- "Greek": "希臘語",
287
- "Cyrillic": "西里爾",
288
- "Punctuation": "標點",
289
- "Currency": "貨幣",
290
- "Arrows": "箭頭",
291
- "Math": "數學",
292
- "Misc": "雜項",
293
-
294
- // Print.
295
- "Print": "打印",
296
-
297
- // Spell Checker.
298
- "Spell Checker": "拼寫檢查器",
299
-
300
- // Help
301
- "Help": "幫幫我",
302
- "Shortcuts": "快捷鍵",
303
- "Inline Editor": "內聯編輯器",
304
- "Show the editor": "顯示編輯",
305
- "Common actions": "共同行動",
306
- "Copy": "複製",
307
- "Cut": "切",
308
- "Paste": "糊",
309
- "Basic Formatting": "基本格式",
310
- "Increase quote level": "提高報價水平",
311
- "Decrease quote level": "降低報價水平",
312
- "Image / Video": "圖像/視頻",
313
- "Resize larger": "調整大小更大",
314
- "Resize smaller": "調整大小更小",
315
- "Table": "表",
316
- "Select table cell": "選擇表單元格",
317
- "Extend selection one cell": "擴展選擇一個單元格",
318
- "Extend selection one row": "擴展選擇一行",
319
- "Navigation": "導航",
320
- "Focus popup / toolbar": "焦點彈出/工具欄",
321
- "Return focus to previous position": "將焦點返回到上一個位置",
322
-
323
- // Embed.ly
324
- "Embed URL": "嵌入網址",
325
- "Paste in a URL to embed": "粘貼在一個網址中嵌入",
326
-
327
- // Word Paste.
328
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "粘貼的內容來自微軟Word文檔。你想保留格式還是清理它?",
329
- "Keep": "保持",
330
- "Clean": "清潔",
331
- "Word Paste Detected": "檢測到字貼"
332
- },
333
- direction: "ltr"
334
- };
335
-
336
- }));
1
+ /*!
2
+ * Froala Editor v3.0.0-beta.1 (https://www.froala.com/wysiwyg-editor)
3
+ * Copyright 2014-2019 Froala Labs
4
+ * Licensed under Froala Editor Terms (https://www.froala.com/wysiwyg-editor/terms)
5
+ */
6
+ (function (global, factory) {
7
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
8
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
9
+ (factory(global.FroalaEditor));
10
+ }(this, (function (FE) { 'use strict';
11
+
12
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
13
+
14
+ /**
15
+ * Traditional Chinese spoken in Taiwan.
16
+ */
17
+ FE.LANGUAGE['zh_tw'] = {
18
+ translation: {
19
+ // Place holder
20
+ 'Type something': "\u8F38\u5165\u4E00\u4E9B\u5167\u5BB9",
21
+ // Basic formatting
22
+ 'Bold': "\u7C97\u9AD4",
23
+ 'Italic': "\u659C\u9AD4",
24
+ 'Underline': "\u5E95\u7DDA",
25
+ 'Strikethrough': "\u522A\u9664\u7DDA",
26
+ // Main buttons
27
+ 'Insert': "\u63D2\u5165",
28
+ 'Delete': "\u522A\u9664",
29
+ 'Cancel': "\u53D6\u6D88",
30
+ 'OK': "\u78BA\u5B9A",
31
+ 'Back': "\u5F8C",
32
+ 'Remove': "\u79FB\u9664",
33
+ 'More': "\u66F4\u591A",
34
+ 'Update': "\u66F4\u65B0",
35
+ 'Style': "\u6A23\u5F0F",
36
+ // Font
37
+ 'Font Family': "\u5B57\u9AD4",
38
+ 'Font Size': "\u5B57\u578B\u5927\u5C0F",
39
+ // Colors
40
+ 'Colors': "\u984F\u8272",
41
+ 'Background': "\u80CC\u666F",
42
+ 'Text': "\u6587\u5B57",
43
+ 'HEX Color': '十六進制顏色',
44
+ // Paragraphs
45
+ 'Paragraph Format': "\u683C\u5F0F",
46
+ 'Normal': "\u6B63\u5E38",
47
+ 'Code': "\u7A0B\u5F0F\u78BC",
48
+ 'Heading 1': "\u6A19\u984C 1",
49
+ 'Heading 2': "\u6A19\u984C 2",
50
+ 'Heading 3': "\u6A19\u984C 3",
51
+ 'Heading 4': "\u6A19\u984C 4",
52
+ // Style
53
+ 'Paragraph Style': "\u6BB5\u843D\u6A23\u5F0F",
54
+ 'Inline Style': "\u5167\u806F\u6A23\u5F0F",
55
+ // Alignment
56
+ 'Align': "\u5C0D\u9F4A",
57
+ 'Align Left': "\u7F6E\u5DE6\u5C0D\u9F4A",
58
+ 'Align Center': "\u7F6E\u4E2D\u5C0D\u9F4A",
59
+ 'Align Right': "\u7F6E\u53F3\u5C0D\u9F4A",
60
+ 'Align Justify': "\u5DE6\u53F3\u5C0D\u9F4A",
61
+ 'None': "\u7121",
62
+ // Lists
63
+ 'Ordered List': "\u6578\u5B57\u6E05\u55AE",
64
+ 'Unordered List': "\u9805\u76EE\u6E05\u55AE",
65
+ // Indent
66
+ 'Decrease Indent': "\u6E1B\u5C11\u7E2E\u6392",
67
+ 'Increase Indent': "\u589E\u52A0\u7E2E\u6392",
68
+ // Links
69
+ 'Insert Link': "\u63D2\u5165\u9023\u7D50",
70
+ 'Open in new tab': "\u5728\u65B0\u5206\u9801\u958B\u555F",
71
+ 'Open Link': "\u958B\u555F\u9023\u7D50",
72
+ 'Edit Link': "\u7DE8\u8F2F\u9023\u7D50",
73
+ 'Unlink': "\u79FB\u9664\u9023\u7D50",
74
+ 'Choose Link': "\u9078\u64C7\u9023\u7D50",
75
+ // Images
76
+ 'Insert Image': "\u63D2\u5165\u5716\u7247",
77
+ 'Upload Image': "\u4E0A\u50B3\u5716\u7247",
78
+ 'By URL': "\u7DB2\u5740\u4E0A\u50B3",
79
+ 'Browse': "\u700F\u89BD",
80
+ 'Drop image': "\u5716\u7247\u62D6\u66F3",
81
+ 'or click': "\u6216\u9EDE\u64CA",
82
+ 'Manage Images': "\u7BA1\u7406\u5716\u7247",
83
+ 'Loading': "\u8F09\u5165\u4E2D",
84
+ 'Deleting': "\u522A\u9664",
85
+ 'Tags': "\u6A19\u7C64",
86
+ 'Are you sure? Image will be deleted.': "\u78BA\u5B9A\u522A\u9664\u5716\u7247\uFF1F",
87
+ 'Replace': "\u66F4\u63DB",
88
+ 'Uploading': "\u4E0A\u50B3",
89
+ 'Loading image': "\u4E0A\u50B3\u4E2D",
90
+ 'Display': "\u986F\u793A",
91
+ 'Inline': "\u5D4C\u5165",
92
+ 'Break Text': "\u8207\u6587\u5B57\u5206\u96E2",
93
+ 'Alternative Text': "\u6587\u5B57\u74B0\u7E5E",
94
+ 'Change Size': "\u8ABF\u6574\u5927\u5C0F",
95
+ 'Width': "\u5BEC\u5EA6",
96
+ 'Height': "\u9AD8\u5EA6",
97
+ 'Something went wrong. Please try again.': "\u932F\u8AA4\uFF0C\u8ACB\u518D\u8A66\u4E00\u6B21\u3002",
98
+ 'Image Caption': '圖片說明',
99
+ 'Advanced Edit': '高級編輯',
100
+ // Video
101
+ 'Insert Video': "\u63D2\u5165\u5F71\u7247",
102
+ 'Embedded Code': "\u5D4C\u5165\u7A0B\u5F0F\u78BC",
103
+ 'Paste in a video URL': '粘貼在視頻網址',
104
+ 'Drop video': '放下視頻',
105
+ 'Your browser does not support HTML5 video.': '您的瀏覽器不支持html5視頻。',
106
+ 'Upload Video': '上傳視頻',
107
+ // Tables
108
+ 'Insert Table': "\u63D2\u5165\u8868\u683C",
109
+ 'Table Header': "\u8868\u982D",
110
+ 'Remove Table': "\u522A\u9664\u8868",
111
+ 'Table Style': "\u8868\u6A23\u5F0F",
112
+ 'Horizontal Align': "\u6C34\u6E96\u5C0D\u9F4A\u65B9\u5F0F",
113
+ 'Row': "\u884C",
114
+ 'Insert row above': "\u5411\u4E0A\u63D2\u5165\u4E00\u884C",
115
+ 'Insert row below': "\u5411\u4E0B\u63D2\u5165\u4E00\u884C",
116
+ 'Delete row': "\u522A\u9664\u884C",
117
+ 'Column': "\u5217",
118
+ 'Insert column before': "\u5411\u5DE6\u63D2\u5165\u4E00\u5217",
119
+ 'Insert column after': "\u5411\u53F3\u63D2\u5165\u4E00\u5217",
120
+ 'Delete column': "\u522A\u9664\u884C",
121
+ 'Cell': "\u5132\u5B58\u683C",
122
+ 'Merge cells': "\u5408\u4F75\u5132\u5B58\u683C",
123
+ 'Horizontal split': "\u6C34\u5E73\u5206\u5272",
124
+ 'Vertical split': "\u5782\u76F4\u5206\u5272",
125
+ 'Cell Background': "\u5132\u5B58\u683C\u80CC\u666F",
126
+ 'Vertical Align': "\u5782\u76F4\u5C0D\u9F4A\u65B9\u5F0F",
127
+ 'Top': "\u4E0A",
128
+ 'Middle': "\u4E2D",
129
+ 'Bottom': "\u4E0B",
130
+ 'Align Top': "\u5411\u4E0A\u5C0D\u9F4A",
131
+ 'Align Middle': "\u4E2D\u9593\u5C0D\u9F4A",
132
+ 'Align Bottom': "\u5E95\u90E8\u5C0D\u9F4A",
133
+ 'Cell Style': "\u5132\u5B58\u683C\u6A23\u5F0F",
134
+ // Files
135
+ 'Upload File': "\u4E0A\u50B3\u6587\u4EF6",
136
+ 'Drop file': "\u6587\u4EF6\u62D6\u66F3",
137
+ // Emoticons
138
+ 'Emoticons': "\u8868\u60C5",
139
+ 'Grinning face': "\u81C9\u4E0A\u7B11\u563B\u563B",
140
+ 'Grinning face with smiling eyes': "\u7B11\u563B\u563B\u7684\u81C9\uFF0C\u542B\u7B11\u7684\u773C\u775B",
141
+ 'Face with tears of joy': "\u81C9\u4E0A\u5E36\u8457\u559C\u6085\u7684\u6DDA\u6C34",
142
+ 'Smiling face with open mouth': "\u7B11\u81C9\u5F35\u958B\u5634",
143
+ 'Smiling face with open mouth and smiling eyes': "\u7B11\u81C9\u5F35\u958B\u5634\u5FAE\u7B11\u7684\u773C\u775B",
144
+ 'Smiling face with open mouth and cold sweat': "\u7B11\u81C9\u5F35\u958B\u5634\uFF0C\u4E00\u8EAB\u51B7\u6C57",
145
+ 'Smiling face with open mouth and tightly-closed eyes': "\u7B11\u81C9\u5F35\u958B\u5634\uFF0C\u7DCA\u7DCA\u9589\u8457\u773C\u775B",
146
+ 'Smiling face with halo': "\u7B11\u81C9\u6688",
147
+ 'Smiling face with horns': "\u5FAE\u7B11\u7684\u81C9\u89D2",
148
+ 'Winking face': "\u7728\u773C\u8868\u60C5",
149
+ 'Smiling face with smiling eyes': "\u9762\u5E36\u5FAE\u7B11\u7684\u773C\u775B",
150
+ 'Face savoring delicious food': "\u9762\u5C0D\u54C1\u5690\u7F8E\u5473\u7684\u98DF\u7269",
151
+ 'Relieved face': "\u9762\u5C0D\u5982\u91CB\u91CD\u8CA0",
152
+ 'Smiling face with heart-shaped eyes': "\u5FAE\u7B11\u7684\u81C9\uFF0C\u5FC3\u81DF\u5F62\u7684\u773C\u775B",
153
+ 'Smiling face with sunglasses': "\u7B11\u81C9\u592A\u967D\u93E1",
154
+ 'Smirking face': "\u9762\u5C0D\u9762\u5E36\u7B11\u5BB9",
155
+ 'Neutral face': "\u4E2D\u6027\u9762",
156
+ 'Expressionless face': "\u9762\u7121\u8868\u60C5",
157
+ 'Unamused face': "\u4E00\u81C9\u4E0D\u5FEB\u7684\u81C9",
158
+ 'Face with cold sweat': "\u9762\u5C0D\u51B7\u6C57",
159
+ 'Pensive face': "\u6C89\u601D\u7684\u81C9",
160
+ 'Confused face': "\u9762\u5C0D\u56F0\u60D1",
161
+ 'Confounded face': "\u8A72\u6B7B\u7684\u81C9",
162
+ 'Kissing face': "\u9762\u5C0D\u63A5\u543B",
163
+ 'Face throwing a kiss': "\u9762\u5C0D\u6295\u64F2\u4E00\u500B\u543B",
164
+ 'Kissing face with smiling eyes': "\u63A5\u543B\u81C9\uFF0C\u542B\u7B11\u7684\u773C\u775B",
165
+ 'Kissing face with closed eyes': "\u63A5\u543B\u7684\u81C9\u9589\u8457\u773C\u775B",
166
+ 'Face with stuck out tongue': "\u9762\u5C0D\u4F38\u51FA\u820C\u982D",
167
+ 'Face with stuck out tongue and winking eye': "\u9762\u5C0D\u4F38\u51FA\u820C\u982D\u548C\u7728\u52D5\u7684\u773C\u775B",
168
+ 'Face with stuck out tongue and tightly-closed eyes': "\u9762\u5C0D\u4F38\u51FA\u820C\u982D\u548C\u7DCA\u9589\u7684\u773C\u775B",
169
+ 'Disappointed face': "\u9762\u5C0D\u5931\u671B",
170
+ 'Worried face': "\u9762\u5C0D\u64D4\u5FC3",
171
+ 'Angry face': "\u61A4\u6012\u7684\u81C9",
172
+ 'Pouting face': "\u9762\u5C0D\u5658\u5634",
173
+ 'Crying face': "\u54ED\u6CE3\u7684\u81C9",
174
+ 'Persevering face': "\u600E\u5948\u81C9",
175
+ 'Face with look of triumph': "\u9762\u5E36\u770B\u7684\u52DD\u5229",
176
+ 'Disappointed but relieved face': "\u5931\u671B\uFF0C\u4F46\u81C9\u4E0A\u91CB\u7136",
177
+ 'Frowning face with open mouth': "\u9762\u5C0D\u76BA\u8457\u7709\u982D\u5F35\u53E3",
178
+ 'Anguished face': "\u9762\u5C0D\u75DB\u82E6",
179
+ 'Fearful face': "\u53EF\u6015\u7684\u81C9",
180
+ 'Weary face': "\u9762\u5C0D\u53AD\u5026",
181
+ 'Sleepy face': "\u9762\u5C0D\u56F0",
182
+ 'Tired face': "\u75B2\u618A\u7684\u81C9",
183
+ 'Grimacing face': "\u7319\u7370\u7684\u81C9",
184
+ 'Loudly crying face': "\u5927\u8072\u54ED\u81C9",
185
+ 'Face with open mouth': "\u9762\u5C0D\u5F35\u958B\u5634",
186
+ 'Hushed face': "\u5B89\u975C\u7684\u81C9",
187
+ 'Face with open mouth and cold sweat': "\u9762\u5C0D\u5F35\u958B\u5634\uFF0C\u4E00\u8EAB\u51B7\u6C57",
188
+ 'Face screaming in fear': "\u9762\u5C0D\u5C16\u53EB\u5728\u6050\u61FC\u4E2D",
189
+ 'Astonished face': "\u9762\u5C0D\u9A5A\u8A1D",
190
+ 'Flushed face': "\u7D05\u64B2\u64B2\u7684\u81C9\u86CB",
191
+ 'Sleeping face': "\u719F\u7761\u7684\u81C9",
192
+ 'Dizzy face': "\u9762\u5C0D\u7729",
193
+ 'Face without mouth': "\u81C9\u4E0A\u6C92\u6709\u5634",
194
+ 'Face with medical mask': "\u9762\u5C0D\u91AB\u7642\u53E3\u7F69",
195
+ // Line breaker
196
+ 'Break': "\u63DB\u884C",
197
+ // Math
198
+ 'Subscript': "\u4E0B\u6A19",
199
+ 'Superscript': "\u4E0A\u6A19",
200
+ // Full screen
201
+ 'Fullscreen': "\u5168\u87A2\u5E55",
202
+ // Horizontal line
203
+ 'Insert Horizontal Line': "\u63D2\u5165\u6C34\u5E73\u7DDA",
204
+ // Clear formatting
205
+ 'Clear Formatting': "\u6E05\u9664\u683C\u5F0F",
206
+ // Save
207
+ 'Save': '保存',
208
+ // Undo, redo
209
+ 'Undo': "\u5FA9\u539F",
210
+ 'Redo': "\u53D6\u6D88\u5FA9\u539F",
211
+ // Select all
212
+ 'Select All': "\u5168\u9078",
213
+ // Code view
214
+ 'Code View': "\u539F\u59CB\u78BC",
215
+ // Quote
216
+ 'Quote': "\u5F15\u6587",
217
+ 'Increase': "\u7E2E\u6392",
218
+ 'Decrease': "\u53BB\u9664\u7E2E\u6392",
219
+ // Quick Insert
220
+ 'Quick Insert': "\u5FEB\u63D2",
221
+ // Spcial Characters
222
+ 'Special Characters': '特殊字符',
223
+ 'Latin': '拉丁',
224
+ 'Greek': '希臘語',
225
+ 'Cyrillic': '西里爾',
226
+ 'Punctuation': '標點',
227
+ 'Currency': '貨幣',
228
+ 'Arrows': '箭頭',
229
+ 'Math': '數學',
230
+ 'Misc': '雜項',
231
+ // Print.
232
+ 'Print': '打印',
233
+ // Spell Checker.
234
+ 'Spell Checker': '拼寫檢查器',
235
+ // Help
236
+ 'Help': '幫幫我',
237
+ 'Shortcuts': '快捷鍵',
238
+ 'Inline Editor': '內聯編輯器',
239
+ 'Show the editor': '顯示編輯',
240
+ 'Common actions': '共同行動',
241
+ 'Copy': '複製',
242
+ 'Cut': '切',
243
+ 'Paste': '糊',
244
+ 'Basic Formatting': '基本格式',
245
+ 'Increase quote level': '提高報價水平',
246
+ 'Decrease quote level': '降低報價水平',
247
+ 'Image / Video': '圖像/視頻',
248
+ 'Resize larger': '調整大小更大',
249
+ 'Resize smaller': '調整大小更小',
250
+ 'Table': '表',
251
+ 'Select table cell': '選擇表單元格',
252
+ 'Extend selection one cell': '擴展選擇一個單元格',
253
+ 'Extend selection one row': '擴展選擇一行',
254
+ 'Navigation': '導航',
255
+ 'Focus popup / toolbar': '焦點彈出/工具欄',
256
+ 'Return focus to previous position': '將焦點返回到上一個位置',
257
+ // Embed.ly
258
+ 'Embed URL': '嵌入網址',
259
+ 'Paste in a URL to embed': '粘貼在一個網址中嵌入',
260
+ // Word Paste.
261
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': '粘貼的內容來自微軟Word文檔。你想保留格式還是清理它?',
262
+ 'Keep': '保持',
263
+ 'Clean': '清潔',
264
+ 'Word Paste Detected': '檢測到字貼',
265
+ // Character Counter
266
+ 'Characters': '人物',
267
+ // More Buttons
268
+ 'More Text': '更多文字',
269
+ 'More Paragraph': '更多段落',
270
+ 'More Rich': '更多豐富',
271
+ 'More Misc': '更多雜項'
272
+ },
273
+ direction: 'ltr'
274
+ };
275
+
276
+ })));
277
+ //# sourceMappingURL=zh_tw.js.map