wysiwyg-rails 1.2.7 → 4.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +1 -1
  3. data/README.md +112 -35
  4. data/app/assets/javascripts/froala_editor.min.js +5 -9
  5. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  6. data/app/assets/javascripts/languages/ar.js +291 -0
  7. data/app/assets/javascripts/languages/bs.js +278 -0
  8. data/app/assets/javascripts/languages/cs.js +284 -0
  9. data/app/assets/javascripts/languages/da.js +276 -0
  10. data/app/assets/javascripts/languages/de.js +309 -0
  11. data/app/assets/javascripts/languages/el.js +284 -0
  12. data/app/assets/javascripts/languages/en_ca.js +222 -0
  13. data/app/assets/javascripts/languages/en_gb.js +222 -0
  14. data/app/assets/javascripts/languages/es.js +289 -0
  15. data/app/assets/javascripts/languages/et.js +278 -0
  16. data/app/assets/javascripts/languages/fa.js +278 -0
  17. data/app/assets/javascripts/languages/fi.js +278 -0
  18. data/app/assets/javascripts/languages/fr.js +303 -0
  19. data/app/assets/javascripts/languages/he.js +278 -0
  20. data/app/assets/javascripts/languages/hr.js +278 -0
  21. data/app/assets/javascripts/languages/hu.js +284 -0
  22. data/app/assets/javascripts/languages/id.js +278 -0
  23. data/app/assets/javascripts/languages/it.js +294 -0
  24. data/app/assets/javascripts/languages/ja.js +278 -0
  25. data/app/assets/javascripts/languages/ko.js +306 -0
  26. data/app/assets/javascripts/languages/ku.js +271 -0
  27. data/app/assets/javascripts/languages/me.js +278 -0
  28. data/app/assets/javascripts/languages/nb.js +278 -0
  29. data/app/assets/javascripts/languages/nl.js +291 -0
  30. data/app/assets/javascripts/languages/pl.js +295 -0
  31. data/app/assets/javascripts/languages/pt_br.js +278 -0
  32. data/app/assets/javascripts/languages/pt_pt.js +295 -0
  33. data/app/assets/javascripts/languages/ro.js +278 -0
  34. data/app/assets/javascripts/languages/ru.js +291 -0
  35. data/app/assets/javascripts/languages/sk.js +284 -0
  36. data/app/assets/javascripts/languages/sl.js +224 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +304 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +5 -4
  50. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  52. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  54. data/app/assets/javascripts/plugins/entities.min.js +5 -4
  55. data/app/assets/javascripts/plugins/file.min.js +7 -0
  56. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/plugins/font_family.min.js +5 -4
  58. data/app/assets/javascripts/plugins/font_size.min.js +5 -4
  59. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  60. data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
  61. data/app/assets/javascripts/plugins/help.min.js +7 -0
  62. data/app/assets/javascripts/plugins/image.min.js +7 -0
  63. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  66. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  67. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/plugins/link.min.js +7 -0
  69. data/app/assets/javascripts/plugins/lists.min.js +5 -4
  70. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  71. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  72. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  73. data/app/assets/javascripts/plugins/print.min.js +7 -0
  74. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  75. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  76. data/app/assets/javascripts/plugins/save.min.js +7 -0
  77. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  78. data/app/assets/javascripts/plugins/table.min.js +7 -0
  79. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  80. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  81. data/app/assets/javascripts/plugins/url.min.js +7 -0
  82. data/app/assets/javascripts/plugins/video.min.js +5 -4
  83. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  84. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  85. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  86. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  87. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  88. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  89. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  90. data/app/assets/stylesheets/froala_editor.css +1431 -0
  91. data/app/assets/stylesheets/froala_editor.min.css +6 -4
  92. data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
  93. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  94. data/app/assets/stylesheets/froala_style.css +362 -0
  95. data/app/assets/stylesheets/froala_style.min.css +6 -4
  96. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  97. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  99. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/colors.css +98 -0
  101. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  103. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  105. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/file.css +128 -0
  107. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  109. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
  111. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/help.css +45 -0
  113. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/image.css +213 -0
  115. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  117. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  119. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  120. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  121. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  122. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  123. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  124. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  125. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  126. data/app/assets/stylesheets/plugins/table.css +111 -0
  127. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  128. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  129. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  130. data/app/assets/stylesheets/plugins/video.css +201 -0
  131. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  132. data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
  133. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  134. data/app/assets/stylesheets/themes/dark.css +2188 -0
  135. data/app/assets/stylesheets/themes/dark.min.css +6 -4
  136. data/app/assets/stylesheets/themes/gray.css +2188 -0
  137. data/app/assets/stylesheets/themes/gray.min.css +6 -4
  138. data/app/assets/stylesheets/themes/royal.css +2188 -0
  139. data/app/assets/stylesheets/themes/royal.min.css +6 -4
  140. data/app/assets/stylesheets/third_party/embedly.css +60 -0
  141. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  143. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  144. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  145. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  146. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  147. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  148. data/lib/wysiwyg-rails/engine.rb +11 -0
  149. data/lib/wysiwyg-rails/version.rb +1 -1
  150. metadata +142 -72
  151. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  152. data/app/assets/javascripts/langs/ar.js +0 -94
  153. data/app/assets/javascripts/langs/bs.js +0 -94
  154. data/app/assets/javascripts/langs/cs.js +0 -94
  155. data/app/assets/javascripts/langs/da.js +0 -94
  156. data/app/assets/javascripts/langs/de.js +0 -94
  157. data/app/assets/javascripts/langs/en_ca.js +0 -94
  158. data/app/assets/javascripts/langs/en_gb.js +0 -94
  159. data/app/assets/javascripts/langs/en_us.js +0 -94
  160. data/app/assets/javascripts/langs/es.js +0 -94
  161. data/app/assets/javascripts/langs/et.js +0 -90
  162. data/app/assets/javascripts/langs/fa.js +0 -94
  163. data/app/assets/javascripts/langs/fi.js +0 -94
  164. data/app/assets/javascripts/langs/fr.js +0 -94
  165. data/app/assets/javascripts/langs/he.js +0 -94
  166. data/app/assets/javascripts/langs/hr.js +0 -94
  167. data/app/assets/javascripts/langs/hu.js +0 -94
  168. data/app/assets/javascripts/langs/id.js +0 -94
  169. data/app/assets/javascripts/langs/it.js +0 -94
  170. data/app/assets/javascripts/langs/ja.js +0 -94
  171. data/app/assets/javascripts/langs/ko.js +0 -94
  172. data/app/assets/javascripts/langs/me.js +0 -94
  173. data/app/assets/javascripts/langs/nb.js +0 -94
  174. data/app/assets/javascripts/langs/nl.js +0 -94
  175. data/app/assets/javascripts/langs/pl.js +0 -94
  176. data/app/assets/javascripts/langs/pt_br.js +0 -94
  177. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  178. data/app/assets/javascripts/langs/ro.js +0 -94
  179. data/app/assets/javascripts/langs/ru.js +0 -94
  180. data/app/assets/javascripts/langs/sr.js +0 -94
  181. data/app/assets/javascripts/langs/sv.js +0 -94
  182. data/app/assets/javascripts/langs/th.js +0 -94
  183. data/app/assets/javascripts/langs/tr.js +0 -94
  184. data/app/assets/javascripts/langs/uk.js +0 -94
  185. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  186. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  187. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  188. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  189. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  190. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  191. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  192. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  193. data/app/assets/stylesheets/froala_content.min.css +0 -5
  194. data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -0,0 +1,295 @@
1
+ /*!
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2022 Froala Labs
5
+ */
6
+
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
+ * Portuguese spoken in Portugal
17
+ */
18
+ FE.LANGUAGE['pt_pt'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Digite algo',
22
+ // Missing translations
23
+ 'Text Color': 'Cor do texto',
24
+ 'Background Color': 'Cor de fundo',
25
+ 'Inline Class': 'Classe Inline',
26
+ 'Default': 'Padrão',
27
+ 'Lower Alpha': 'Alfa minúsculo',
28
+ 'Lower Greek': 'Grego minúsculo',
29
+ 'Lower Roman': 'Roman minúsculo',
30
+ 'Upper Alpha': 'Alfa maiúsculo',
31
+ 'Upper Roman': 'Roman maiúscula',
32
+ 'Circle': 'Círculo',
33
+ 'Disc': 'Disco',
34
+ 'Square': 'Quadrado',
35
+ 'Single': 'Único',
36
+ 'Double': 'Duplo',
37
+ 'Insert Files': 'Inserir arquivos',
38
+ 'Download PDF': 'Baixar PDF',
39
+ // Basic formatting
40
+ 'Bold': 'Negrito',
41
+ 'Italic': "It\xE1lico",
42
+ 'Underline': 'Sublinhado',
43
+ 'Strikethrough': 'Rasurado',
44
+ // Main buttons
45
+ 'Insert': 'Inserir',
46
+ 'Delete': 'Apagar',
47
+ 'Cancel': 'Cancelar',
48
+ 'OK': 'Ok',
49
+ 'Back': 'Voltar',
50
+ 'Remove': 'Remover',
51
+ 'More': 'Mais',
52
+ 'Update': 'Atualizar',
53
+ 'Style': 'Estilo',
54
+ // Font
55
+ 'Font Family': 'Fonte',
56
+ 'Font Size': 'Tamanho da fonte',
57
+ // Colors
58
+ 'Colors': 'Cores',
59
+ 'Background': 'Fundo',
60
+ 'Text': 'Texto',
61
+ 'HEX Color': 'Cor hexadecimal',
62
+ // Paragraphs
63
+ 'Paragraph Format': 'Formatos',
64
+ 'Normal': 'Normal',
65
+ 'Code': "C\xF3digo",
66
+ 'Heading 1': "Cabe\xE7alho 1",
67
+ 'Heading 2': "Cabe\xE7alho 2",
68
+ 'Heading 3': "Cabe\xE7alho 3",
69
+ 'Heading 4': "Cabe\xE7alho 4",
70
+ // Style
71
+ 'Paragraph Style': "Estilo de par\xE1grafo",
72
+ 'Inline Style': 'Estilo embutido',
73
+ // Alignment
74
+ 'Align': 'Alinhar',
75
+ 'Align Left': "Alinhar \xE0 esquerda",
76
+ 'Align Center': 'Alinhar ao centro',
77
+ 'Align Right': "Alinhar \xE0 direita",
78
+ 'Align Justify': 'Justificado',
79
+ 'None': 'Nenhum',
80
+ // Lists
81
+ 'Ordered List': 'Lista ordenada',
82
+ 'Unordered List': "Lista n\xE3o ordenada",
83
+ // Indent
84
+ 'Decrease Indent': "Diminuir avan\xE7o",
85
+ 'Increase Indent': "Aumentar avan\xE7o",
86
+ // Links
87
+ 'Insert Link': 'Inserir link',
88
+ 'Open in new tab': 'Abrir em uma nova aba',
89
+ 'Open Link': 'Abrir link',
90
+ 'Edit Link': 'Editar link',
91
+ 'Unlink': 'Remover link',
92
+ 'Choose Link': 'Escolha o link',
93
+ // Images
94
+ 'Insert Image': 'Inserir imagem',
95
+ 'Upload Image': 'Carregar imagem',
96
+ 'By URL': 'Por URL',
97
+ 'Browse': 'Procurar',
98
+ 'Drop image': 'Largue imagem',
99
+ 'or click': 'ou clique em',
100
+ 'Manage Images': 'Gerenciar as imagens',
101
+ 'Loading': 'Carregando',
102
+ 'Deleting': 'Excluindo',
103
+ 'Tags': 'Etiquetas',
104
+ 'Are you sure? Image will be deleted.': "Voc\xEA tem certeza? Imagem ser\xE1 apagada.",
105
+ 'Replace': 'Substituir',
106
+ 'Uploading': 'Carregando',
107
+ 'Loading image': 'Carregando imagem',
108
+ 'Display': 'Exibir',
109
+ 'Inline': 'Em linha',
110
+ 'Break Text': 'Texto de quebra',
111
+ 'Alternative Text': 'Texto alternativo',
112
+ 'Change Size': 'Alterar tamanho',
113
+ 'Width': 'Largura',
114
+ 'Height': 'Altura',
115
+ 'Something went wrong. Please try again.': 'Algo deu errado. Por favor, tente novamente.',
116
+ 'Image Caption': 'Legenda da imagem',
117
+ 'Advanced Edit': 'Edição avançada',
118
+ // Video
119
+ 'Insert Video': "Inserir v\xEDdeo",
120
+ 'Embedded Code': "C\xF3digo embutido",
121
+ 'Paste in a video URL': 'Colar em um URL de vídeo',
122
+ 'Drop video': 'Solte o video',
123
+ 'Your browser does not support HTML5 video.': 'Seu navegador não suporta o vídeo html5.',
124
+ 'Upload Video': 'Envio vídeo',
125
+ // Tables
126
+ 'Insert Table': 'Inserir tabela',
127
+ 'Table Header': "Cabe\xE7alho da tabela",
128
+ 'Remove Table': 'Remover tabela',
129
+ 'Table Style': 'estilo de tabela',
130
+ 'Horizontal Align': 'Alinhamento horizontal',
131
+ 'Row': 'Linha',
132
+ 'Insert row above': 'Inserir linha antes',
133
+ 'Insert row below': 'Inserir linha depois',
134
+ 'Delete row': 'Eliminar linha',
135
+ 'Column': 'Coluna',
136
+ 'Insert column before': 'Inserir coluna antes',
137
+ 'Insert column after': 'Inserir coluna depois',
138
+ 'Delete column': 'Eliminar coluna',
139
+ 'Cell': "C\xE9lula",
140
+ 'Merge cells': "Unir c\xE9lulas",
141
+ 'Horizontal split': "Divis\xE3o horizontal",
142
+ 'Vertical split': "Divis\xE3o vertical",
143
+ 'Cell Background': "Fundo da c\xE9lula",
144
+ 'Vertical Align': 'Alinhar vertical',
145
+ 'Top': 'Topo',
146
+ 'Middle': 'Meio',
147
+ 'Bottom': 'Fundo',
148
+ 'Align Top': 'Alinhar topo',
149
+ 'Align Middle': 'Alinhar meio',
150
+ 'Align Bottom': 'Alinhar fundo',
151
+ 'Cell Style': "Estilo de c\xE9lula",
152
+ // Files
153
+ 'Upload File': 'Upload de arquivo',
154
+ 'Drop file': 'Largar arquivo',
155
+ // Emoticons
156
+ 'Emoticons': 'Emoticons',
157
+ 'Grinning face': 'Sorrindo a cara',
158
+ 'Grinning face with smiling eyes': 'Sorrindo rosto com olhos sorridentes',
159
+ 'Face with tears of joy': "Rosto com l\xE1grimas de alegria",
160
+ 'Smiling face with open mouth': 'Rosto de sorriso com a boca aberta',
161
+ 'Smiling face with open mouth and smiling eyes': 'Rosto de sorriso com a boca aberta e olhos sorridentes',
162
+ 'Smiling face with open mouth and cold sweat': 'Rosto de sorriso com a boca aberta e suor frio',
163
+ 'Smiling face with open mouth and tightly-closed eyes': 'Rosto de sorriso com a boca aberta e os olhos bem fechados',
164
+ 'Smiling face with halo': 'Rosto de sorriso com halo',
165
+ 'Smiling face with horns': 'Rosto de sorriso com chifres',
166
+ 'Winking face': 'Pisc a rosto',
167
+ 'Smiling face with smiling eyes': 'Rosto de sorriso com olhos sorridentes',
168
+ 'Face savoring delicious food': 'Rosto saboreando uma deliciosa comida',
169
+ 'Relieved face': 'Rosto aliviado',
170
+ 'Smiling face with heart-shaped eyes': "Rosto de sorriso com os olhos em forma de cora\xE7\xE3o",
171
+ 'Smiling face with sunglasses': "Rosto de sorriso com \xF3culos de sol",
172
+ 'Smirking face': 'Rosto sorridente',
173
+ 'Neutral face': 'Rosto neutra',
174
+ 'Expressionless face': 'Rosto inexpressivo',
175
+ 'Unamused face': "O rosto n\xE3o divertido",
176
+ 'Face with cold sweat': 'Rosto com suor frio',
177
+ 'Pensive face': 'O rosto pensativo',
178
+ 'Confused face': 'Cara confusa',
179
+ 'Confounded face': "Rosto at\xF4nito",
180
+ 'Kissing face': 'Beijar Rosto',
181
+ 'Face throwing a kiss': 'Rosto jogando um beijo',
182
+ 'Kissing face with smiling eyes': 'Beijar rosto com olhos sorridentes',
183
+ 'Kissing face with closed eyes': 'Beijando a cara com os olhos fechados',
184
+ 'Face with stuck out tongue': "Preso de cara com a l\xEDngua para fora",
185
+ 'Face with stuck out tongue and winking eye': "Rosto com estendeu a l\xEDngua e olho piscando",
186
+ 'Face with stuck out tongue and tightly-closed eyes': 'Rosto com estendeu a língua e os olhos bem fechados',
187
+ 'Disappointed face': 'Rosto decepcionado',
188
+ 'Worried face': 'O rosto preocupado',
189
+ 'Angry face': 'Rosto irritado',
190
+ 'Pouting face': 'Beicinho Rosto',
191
+ 'Crying face': 'Cara de choro',
192
+ 'Persevering face': 'Perseverar Rosto',
193
+ 'Face with look of triumph': 'Rosto com olhar de triunfo',
194
+ 'Disappointed but relieved face': 'Fiquei Desapontado mas aliviado Rosto',
195
+ 'Frowning face with open mouth': 'Sobrancelhas franzidas rosto com a boca aberta',
196
+ 'Anguished face': 'O rosto angustiado',
197
+ 'Fearful face': 'Cara com medo',
198
+ 'Weary face': 'Rosto cansado',
199
+ 'Sleepy face': 'Cara de sono',
200
+ 'Tired face': 'Rosto cansado',
201
+ 'Grimacing face': 'Fazendo caretas face',
202
+ 'Loudly crying face': 'Alto chorando rosto',
203
+ 'Face with open mouth': 'Enfrentar com a boca aberta',
204
+ 'Hushed face': 'Flagrantes de rosto',
205
+ 'Face with open mouth and cold sweat': 'Enfrentar com a boca aberta e suor frio',
206
+ 'Face screaming in fear': 'Cara gritando de medo',
207
+ 'Astonished face': 'Cara de surpresa',
208
+ 'Flushed face': 'Rosto vermelho',
209
+ 'Sleeping face': 'O rosto de sono',
210
+ 'Dizzy face': 'Cara tonto',
211
+ 'Face without mouth': 'Rosto sem boca',
212
+ 'Face with medical mask': "Rosto com m\xE1scara m\xE9dica",
213
+ // Line breaker
214
+ 'Break': 'Partir',
215
+ // Math
216
+ 'Subscript': 'Subscrito',
217
+ 'Superscript': 'Sobrescrito',
218
+ // Full screen
219
+ 'Fullscreen': 'Tela cheia',
220
+ // Horizontal line
221
+ 'Insert Horizontal Line': 'Inserir linha horizontal',
222
+ // Clear formatting
223
+ 'Clear Formatting': "Remover formata\xE7\xE3o",
224
+ // Save
225
+ 'Save': "Salve",
226
+ // Undo, redo
227
+ 'Undo': 'Anular',
228
+ 'Redo': 'Restaurar',
229
+ // Select all
230
+ 'Select All': 'Seleccionar tudo',
231
+ // Code view
232
+ 'Code View': "Exibi\xE7\xE3o de c\xF3digo",
233
+ // Quote
234
+ 'Quote': "Cita\xE7\xE3o",
235
+ 'Increase': 'Aumentar',
236
+ 'Decrease': 'Diminuir',
237
+ // Quick Insert
238
+ 'Quick Insert': "Inser\xE7\xE3o r\xE1pida",
239
+ // Spcial Characters
240
+ 'Special Characters': 'Caracteres especiais',
241
+ 'Latin': 'Latino',
242
+ 'Greek': 'Grego',
243
+ 'Cyrillic': 'Cirílico',
244
+ 'Punctuation': 'Pontuação',
245
+ 'Currency': 'Moeda',
246
+ 'Arrows': 'Setas; flechas',
247
+ 'Math': 'Matemática',
248
+ 'Misc': 'Misc',
249
+ // Print.
250
+ 'Print': 'Impressão',
251
+ // Spell Checker.
252
+ 'Spell Checker': 'Verificador ortográfico',
253
+ // Help
254
+ 'Help': 'Socorro',
255
+ 'Shortcuts': 'Atalhos',
256
+ 'Inline Editor': 'Editor em linha',
257
+ 'Show the editor': 'Mostre o editor',
258
+ 'Common actions': 'Ações comuns',
259
+ 'Copy': 'Cópia de',
260
+ 'Cut': 'Cortar',
261
+ 'Paste': 'Colar',
262
+ 'Basic Formatting': 'Formatação básica',
263
+ 'Increase quote level': 'Aumentar o nível de cotação',
264
+ 'Decrease quote level': 'Diminuir o nível de cotação',
265
+ 'Image / Video': 'Imagem / video',
266
+ 'Resize larger': 'Redimensionar maior',
267
+ 'Resize smaller': 'Redimensionar menor',
268
+ 'Table': 'Tabela',
269
+ 'Select table cell': 'Selecione a célula da tabela',
270
+ 'Extend selection one cell': 'Ampliar a seleção de uma célula',
271
+ 'Extend selection one row': 'Ampliar a seleção uma linha',
272
+ 'Navigation': 'Navegação',
273
+ 'Focus popup / toolbar': 'Foco popup / barra de ferramentas',
274
+ 'Return focus to previous position': 'Retornar o foco para a posição anterior',
275
+ // Embed.ly
276
+ 'Embed URL': 'URL de inserção',
277
+ 'Paste in a URL to embed': 'Colar em url para incorporar',
278
+ // Word Paste.
279
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?',
280
+ 'Keep': 'Guarda',
281
+ 'Clean': 'Limpar limpo',
282
+ 'Word Paste Detected': 'Pasta de palavras detectada',
283
+ // Character Counter
284
+ 'Characters': 'Caracteres',
285
+ // More Buttons
286
+ 'More Text': 'Mais Texto',
287
+ 'More Paragraph': 'Mais Parágrafo',
288
+ 'More Rich': 'Mais Rico',
289
+ 'More Misc': 'Mais Misc'
290
+ },
291
+ direction: 'ltr'
292
+ };
293
+
294
+ })));
295
+ //# sourceMappingURL=pt_pt.js.map
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2022 Froala Labs
5
+ */
6
+
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
+ * Romanian
17
+ */
18
+ FE.LANGUAGE['ro'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "Tasteaz\u0103 ceva",
22
+ // Basic formatting
23
+ 'Bold': "\xCEngro\u015Fat",
24
+ 'Italic': 'Cursiv',
25
+ 'Underline': 'Subliniat',
26
+ 'Strikethrough': "T\u0103iat",
27
+ // Main buttons
28
+ 'Insert': "Insereaz\u0103",
29
+ 'Delete': "\u015Eterge",
30
+ 'Cancel': "Anuleaz\u0103",
31
+ 'OK': 'Ok',
32
+ 'Back': "\xCEnapoi",
33
+ 'Remove': "\u0218terge",
34
+ 'More': 'Mai mult',
35
+ 'Update': "Actualizeaz\u0103",
36
+ 'Style': 'Stil',
37
+ // Font
38
+ 'Font Family': 'Font',
39
+ 'Font Size': 'Dimensiune font',
40
+ // Colors
41
+ 'Colors': 'Culoare',
42
+ 'Background': 'Fundal',
43
+ 'Text': 'Text',
44
+ 'HEX Color': 'Culoare Hexa',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Format paragraf',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Cod',
49
+ 'Heading 1': 'Antet 1',
50
+ 'Heading 2': 'Antet 2',
51
+ 'Heading 3': 'Antet 3',
52
+ 'Heading 4': 'Antet 4',
53
+ // Style
54
+ 'Paragraph Style': 'Stil paragraf',
55
+ 'Inline Style': "Stil \xEEn linie",
56
+ // Alignment
57
+ 'Align': 'Aliniere',
58
+ 'Align Left': "Aliniere la st\xE2nga",
59
+ 'Align Center': 'Aliniere la centru',
60
+ 'Align Right': 'Aliniere la dreapta',
61
+ 'Align Justify': "Aliniere pe toat\u0103 l\u0103\u021Bimea",
62
+ 'None': 'Niciunul',
63
+ // Lists
64
+ 'Ordered List': "List\u0103 ordonat\u0103",
65
+ 'Unordered List': "List\u0103 neordonat\u0103",
66
+ // Indent
67
+ 'Decrease Indent': "De-indenteaz\u0103",
68
+ 'Increase Indent': "Indenteaz\u0103",
69
+ // Links
70
+ 'Insert Link': 'Inserare link',
71
+ 'Open in new tab': "Deschide \xEEn tab nou",
72
+ 'Open Link': 'Deschide link',
73
+ 'Edit Link': 'Editare link',
74
+ 'Unlink': "\u0218terge link-ul",
75
+ 'Choose Link': 'Alege link',
76
+ // Images
77
+ 'Insert Image': 'Inserare imagine',
78
+ 'Upload Image': "\xCEncarc\u0103 imagine",
79
+ 'By URL': "Dup\u0103 URL",
80
+ 'Browse': "R\u0103sfoie\u0219te",
81
+ 'Drop image': 'Trage imagine',
82
+ 'or click': "sau f\u0103 click",
83
+ 'Manage Images': 'Gestionare imagini',
84
+ 'Loading': "Se \xEEncarc\u0103",
85
+ 'Deleting': "Se \u0219terge",
86
+ 'Tags': 'Etichete',
87
+ 'Are you sure? Image will be deleted.': "Sunte\u021Bi sigur? Imaginea va fi \u015Ftears\u0103.",
88
+ 'Replace': "\xCEnlocuire",
89
+ 'Uploading': "Imaginea se \xEEncarc\u0103",
90
+ 'Loading image': "Imaginea se \xEEncarc\u0103",
91
+ 'Display': "Afi\u0219are",
92
+ 'Inline': "\xCEn linie",
93
+ 'Break Text': 'Sparge text',
94
+ 'Alternative Text': 'Text alternativ',
95
+ 'Change Size': 'Modificare dimensiuni',
96
+ 'Width': "L\u0103\u021Bime",
97
+ 'Height': "\xCEn\u0103l\u021Bime",
98
+ 'Something went wrong. Please try again.': "Ceva n-a mers bine. V\u0103 rug\u0103m s\u0103 \xEEncerca\u021Bi din nou.",
99
+ 'Image Caption': 'Captura imaginii',
100
+ 'Advanced Edit': 'Editare avansată',
101
+ // Video
102
+ 'Insert Video': 'Inserare video',
103
+ 'Embedded Code': 'Cod embedded',
104
+ 'Paste in a video URL': 'Lipiți o adresă URL pentru video',
105
+ 'Drop video': 'Trage video',
106
+ 'Your browser does not support HTML5 video.': 'Browserul dvs. nu acceptă videoclipul html5.',
107
+ 'Upload Video': 'Încărcați videoclipul',
108
+ // Tables
109
+ 'Insert Table': 'Inserare tabel',
110
+ 'Table Header': 'Antet tabel',
111
+ 'Remove Table': "\u0218terge tabel",
112
+ 'Table Style': 'Stil tabel',
113
+ 'Horizontal Align': "Aliniere orizontal\u0103",
114
+ 'Row': 'Linie',
115
+ 'Insert row above': "Insereaz\u0103 linie \xEEnainte",
116
+ 'Insert row below': "Insereaz\u0103 linie dup\u0103",
117
+ 'Delete row': "\u015Eterge linia",
118
+ 'Column': "Coloan\u0103",
119
+ 'Insert column before': "Insereaz\u0103 coloan\u0103 \xEEnainte",
120
+ 'Insert column after': "Insereaz\u0103 coloan\u0103 dup\u0103",
121
+ 'Delete column': "\u015Eterge coloana",
122
+ 'Cell': 'Celula',
123
+ 'Merge cells': "Une\u015Fte celulele",
124
+ 'Horizontal split': "\xCEmparte orizontal",
125
+ 'Vertical split': "\xCEmparte vertical",
126
+ 'Cell Background': "Fundal celul\u0103",
127
+ 'Vertical Align': "Aliniere vertical\u0103",
128
+ 'Top': 'Sus',
129
+ 'Middle': 'Mijloc',
130
+ 'Bottom': 'Jos',
131
+ 'Align Top': 'Aliniere sus',
132
+ 'Align Middle': 'Aliniere la mijloc',
133
+ 'Align Bottom': 'Aliniere jos',
134
+ 'Cell Style': "Stil celul\u0103",
135
+ // Files
136
+ 'Upload File': "\xCEnc\u0103rca\u021Bi fi\u0219ier",
137
+ 'Drop file': "Trage fi\u0219ier",
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticoane',
140
+ 'Grinning face': "Fa\u021B\u0103 r\xE2njind",
141
+ 'Grinning face with smiling eyes': "Fa\u021B\u0103 r\xE2njind cu ochi z\xE2mbitori",
142
+ 'Face with tears of joy': "Fa\u021B\u0103 cu lacrimi de bucurie",
143
+ 'Smiling face with open mouth': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103",
144
+ 'Smiling face with open mouth and smiling eyes': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u0219i ochi z\xE2mbitori",
145
+ 'Smiling face with open mouth and cold sweat': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u015Fi sudoare rece",
146
+ 'Smiling face with open mouth and tightly-closed eyes': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u015Fi ochii ferm \xEEnchi\u0219i",
147
+ 'Smiling face with halo': "Fa\u021B\u0103 z\xE2mbitoare cu aur\u0103",
148
+ 'Smiling face with horns': "Fa\u021B\u0103 z\xE2mbitoare cu coarne",
149
+ 'Winking face': "Fa\u021B\u0103 clipind",
150
+ 'Smiling face with smiling eyes': "Fa\u021B\u0103 z\xE2mbitoare cu ochi z\xE2mbitori",
151
+ 'Face savoring delicious food': "Fa\u021B\u0103 savur\xE2nd preparate delicioase",
152
+ 'Relieved face': "Fa\u021B\u0103 u\u0219urat\u0103",
153
+ 'Smiling face with heart-shaped eyes': "Fa\u021B\u0103 z\xE2mbitoare cu ochi in forma de inim\u0103",
154
+ 'Smiling face with sunglasses': "Fa\u021B\u0103 z\xE2mbitoare cu ochelari de soare",
155
+ 'Smirking face': "Fa\u021B\u0103 cu sur\xE2s afectat",
156
+ 'Neutral face': "Fa\u021B\u0103 neutr\u0103",
157
+ 'Expressionless face': "Fa\u021B\u0103 f\u0103r\u0103 expresie",
158
+ 'Unamused face': "Fa\u021B\u0103 neamuzat\u0103",
159
+ 'Face with cold sweat': "Fa\u021B\u0103 cu sudoare rece",
160
+ 'Pensive face': "Fa\u021B\u0103 medit\xE2nd",
161
+ 'Confused face': "Fa\u021B\u0103 confuz\u0103",
162
+ 'Confounded face': "Fa\u021B\u0103 z\u0103p\u0103cit\u0103",
163
+ 'Kissing face': "Fa\u021B\u0103 s\u0103rut\xE2nd",
164
+ 'Face throwing a kiss': "Fa\u021B\u0103 arunc\xE2nd un s\u0103rut",
165
+ 'Kissing face with smiling eyes': "Fa\u021B\u0103 s\u0103rut\xE2nd cu ochi z\xE2mbitori",
166
+ 'Kissing face with closed eyes': "Fa\u021B\u0103 s\u0103rut\xE2nd cu ochii \xEEnchi\u0219i",
167
+ 'Face with stuck out tongue': "Fa\u021B\u0103 cu limba afar\u0103",
168
+ 'Face with stuck out tongue and winking eye': "Fa\u021B\u0103 cu limba scoas\u0103 clipind",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Fa\u021B\u0103 cu limba scoas\u0103 \u0219i ochii ferm \xEEnchi\u0219i",
170
+ 'Disappointed face': "Fa\u021B\u0103 dezam\u0103git\u0103",
171
+ 'Worried face': "Fa\u021B\u0103 \xEEngrijorat\u0103",
172
+ 'Angry face': "Fa\u021B\u0103 nervoas\u0103",
173
+ 'Pouting face': "Fa\u021B\u0103 fierb\xE2nd",
174
+ 'Crying face': "Fa\u021B\u0103 pl\xE2ng\xE2nd",
175
+ 'Persevering face': "Fa\u021B\u0103 perseverent\u0103",
176
+ 'Face with look of triumph': "Fa\u021B\u0103 triumf\u0103toare",
177
+ 'Disappointed but relieved face': "Fa\u021B\u0103 dezam\u0103git\u0103 dar u\u0219urat\u0103",
178
+ 'Frowning face with open mouth': "Fa\u021B\u0103 \xEEncruntat\u0103 cu gura deschis\u0103",
179
+ 'Anguished face': "Fa\u021B\u0103 \xEEndurerat\u0103",
180
+ 'Fearful face': "Fa\u021B\u0103 tem\u0103toare",
181
+ 'Weary face': "Fa\u021B\u0103 \xEEngrijorat\u0103",
182
+ 'Sleepy face': "Fa\u021B\u0103 adormit\u0103",
183
+ 'Tired face': "Fa\u021B\u0103 obosit\u0103",
184
+ 'Grimacing face': "Fa\u021B\u0103 cu grimas\u0103",
185
+ 'Loudly crying face': "Fa\u021B\u0103 pl\xE2ng\xE2nd zgomotos",
186
+ 'Face with open mouth': "Fa\u021B\u0103 cu gura deschis\u0103",
187
+ 'Hushed face': "Fa\u021B\u0103 discret\u0103",
188
+ 'Face with open mouth and cold sweat': "Fa\u021B\u0103 cu gura deschis\u0103 si sudoare rece",
189
+ 'Face screaming in fear': "Fa\u021B\u0103 \u021Bip\xE2nd de fric\u0103",
190
+ 'Astonished face': "Fa\u021B\u0103 uimit\u0103",
191
+ 'Flushed face': "Fa\u021B\u0103 sp\u0103lat\u0103",
192
+ 'Sleeping face': "Fa\u021B\u0103 adormit\u0103",
193
+ 'Dizzy face': "Fa\u021B\u0103 ame\u021Bit\u0103",
194
+ 'Face without mouth': "Fa\u021B\u0103 f\u0103r\u0103 gur\u0103",
195
+ 'Face with medical mask': "Fa\u021B\u0103 cu masc\u0103 medical\u0103",
196
+ // Line breaker
197
+ 'Break': 'Desparte',
198
+ // Horizontal line
199
+ 'Insert Horizontal Line': "Inserare linie orizontal\u0103",
200
+ // Math
201
+ 'Subscript': 'Indice',
202
+ 'Superscript': 'Exponent',
203
+ // Full screen
204
+ 'Fullscreen': 'Ecran complet',
205
+ // Clear formatting
206
+ 'Clear Formatting': "Elimina\u021Bi formatarea",
207
+ // Save
208
+ 'Save': "Salva\u021Bi",
209
+ // Undo, redo
210
+ 'Undo': "Reexecut\u0103",
211
+ 'Redo': "Dezexecut\u0103",
212
+ // Select all
213
+ 'Select All': "Selecteaz\u0103 tot",
214
+ // Code view
215
+ 'Code View': 'Vizualizare cod',
216
+ // Quote
217
+ 'Quote': 'Citat',
218
+ 'Increase': "Indenteaz\u0103",
219
+ 'Decrease': "De-indenteaz\u0103",
220
+ // Quick Insert
221
+ 'Quick Insert': "Inserare rapid\u0103",
222
+ // Spcial Characters
223
+ 'Special Characters': 'Caracterele speciale',
224
+ 'Latin': 'Latină',
225
+ 'Greek': 'Greacă',
226
+ 'Cyrillic': 'Chirilic',
227
+ 'Punctuation': 'Punctuaţie',
228
+ 'Currency': 'Valută',
229
+ 'Arrows': 'Săgeți',
230
+ 'Math': 'Matematică',
231
+ 'Misc': 'Diverse',
232
+ // Print.
233
+ 'Print': 'Imprimare',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Ortografie',
236
+ // Help
237
+ 'Help': 'Ajutor',
238
+ 'Shortcuts': 'Comenzi rapide',
239
+ 'Inline Editor': 'Editor inline',
240
+ 'Show the editor': 'Arătați editorul',
241
+ 'Common actions': 'Acțiuni comune',
242
+ 'Copy': 'Copie',
243
+ 'Cut': 'A taia',
244
+ 'Paste': 'Lipire',
245
+ 'Basic Formatting': 'Formatul de bază',
246
+ 'Increase quote level': 'Creșteți nivelul cotației',
247
+ 'Decrease quote level': 'Micșorați nivelul cotației',
248
+ 'Image / Video': 'Imagine / video',
249
+ 'Resize larger': 'Redimensionați mai mare',
250
+ 'Resize smaller': 'Redimensionați mai puțin',
251
+ 'Table': 'Tabel',
252
+ 'Select table cell': 'Selectați celula tabelă',
253
+ 'Extend selection one cell': 'Extindeți selecția la o celulă',
254
+ 'Extend selection one row': 'Extindeți selecția cu un rând',
255
+ 'Navigation': 'Navigare',
256
+ 'Focus popup / toolbar': 'Focus popup / bara de instrumente',
257
+ 'Return focus to previous position': 'Reveniți la poziția anterioară',
258
+ // Embed.ly
259
+ 'Embed URL': 'Încorporați url',
260
+ 'Paste in a URL to embed': 'Lipiți un URL pentru a-l încorpora',
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?': 'Conținutul lipit vine dintr-un document word Microsoft. Doriți să păstrați formatul sau să îl curățați?',
263
+ 'Keep': 'A pastra',
264
+ 'Clean': 'Curat',
265
+ 'Word Paste Detected': 'A fost detectată lipire din Word',
266
+ // Character Counter
267
+ 'Characters': 'Caracterele',
268
+ // More Buttons
269
+ 'More Text': 'Mai Mult Text',
270
+ 'More Paragraph': 'Mai Mult Paragraf',
271
+ 'More Rich': 'Mai Mult Bogat',
272
+ 'More Misc': 'Mai Mult Diverse'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=ro.js.map