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,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
+ * Indonesian
17
+ */
18
+ FE.LANGUAGE['id'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Ketik sesuatu',
22
+ // Basic formatting
23
+ 'Bold': 'Tebal',
24
+ 'Italic': 'Miring',
25
+ 'Underline': 'Garis bawah',
26
+ 'Strikethrough': 'Coret',
27
+ // Main buttons
28
+ 'Insert': 'Memasukkan',
29
+ 'Delete': 'Hapus',
30
+ 'Cancel': 'Batal',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Kembali',
33
+ 'Remove': 'Hapus',
34
+ 'More': 'Lebih',
35
+ 'Update': 'Memperbarui',
36
+ 'Style': 'Gaya',
37
+ // Font
38
+ 'Font Family': 'Jenis Huruf',
39
+ 'Font Size': 'Ukuran leter',
40
+ // Colors
41
+ 'Colors': 'Warna',
42
+ 'Background': 'Latar belakang',
43
+ 'Text': 'Teks',
44
+ 'HEX Color': 'Warna hex',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Format',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Kode',
49
+ 'Heading 1': 'Header 1',
50
+ 'Heading 2': 'Header 2',
51
+ 'Heading 3': 'Header 3',
52
+ 'Heading 4': 'Header 4',
53
+ // Style
54
+ 'Paragraph Style': 'Paragraf gaya',
55
+ 'Inline Style': 'Di barisan gaya',
56
+ // Alignment
57
+ 'Align': 'Rate',
58
+ 'Align Left': 'Rate kiri',
59
+ 'Align Center': 'Rate tengah',
60
+ 'Align Right': 'Rata kanan',
61
+ 'Align Justify': 'Justifi',
62
+ 'None': 'Tak satupun',
63
+ // Lists
64
+ 'Ordered List': 'List nomor',
65
+ 'Unordered List': 'List simbol',
66
+ // Indent
67
+ 'Decrease Indent': 'Turunkan inden',
68
+ 'Increase Indent': 'Tambah inden',
69
+ // Links
70
+ 'Insert Link': 'Memasukkan link',
71
+ 'Open in new tab': 'Buka di tab baru',
72
+ 'Open Link': 'Buka tautan',
73
+ 'Edit Link': 'Mengedit link',
74
+ 'Unlink': 'Menghapus link',
75
+ 'Choose Link': 'Memilih link',
76
+ // Images
77
+ 'Insert Image': 'Memasukkan gambar',
78
+ 'Upload Image': 'Meng-upload gambar',
79
+ 'By URL': 'Oleh URL',
80
+ 'Browse': 'Melihat-lihat',
81
+ 'Drop image': 'Jatuhkan gambar',
82
+ 'or click': 'atau klik',
83
+ 'Manage Images': 'Mengelola gambar',
84
+ 'Loading': 'Pemuatan',
85
+ 'Deleting': 'Menghapus',
86
+ 'Tags': 'Label',
87
+ 'Are you sure? Image will be deleted.': 'Apakah Anda yakin? Gambar akan dihapus.',
88
+ 'Replace': 'Mengganti',
89
+ 'Uploading': 'Gambar upload',
90
+ 'Loading image': 'Pemuatan gambar',
91
+ 'Display': 'Pameran',
92
+ 'Inline': 'Di barisan',
93
+ 'Break Text': 'Memecah teks',
94
+ 'Alternative Text': 'Teks alternatif',
95
+ 'Change Size': 'Ukuran perubahan',
96
+ 'Width': 'Lebar',
97
+ 'Height': 'Tinggi',
98
+ 'Something went wrong. Please try again.': 'Ada yang salah. Silakan coba lagi.',
99
+ 'Image Caption': 'Keterangan gambar',
100
+ 'Advanced Edit': 'Edit lanjutan',
101
+ // Video
102
+ 'Insert Video': 'Memasukkan video',
103
+ 'Embedded Code': 'Kode tertanam',
104
+ 'Paste in a video URL': 'Paste di url video',
105
+ 'Drop video': 'Jatuhkan video',
106
+ 'Your browser does not support HTML5 video.': 'Browser Anda tidak mendukung video html5.',
107
+ 'Upload Video': 'Mengunggah video',
108
+ // Tables
109
+ 'Insert Table': 'Sisipkan tabel',
110
+ 'Table Header': 'Header tabel',
111
+ 'Remove Table': 'Hapus tabel',
112
+ 'Table Style': 'Gaya tabel',
113
+ 'Horizontal Align': 'Menyelaraskan horisontal',
114
+ 'Row': 'Baris',
115
+ 'Insert row above': 'Sisipkan baris di atas',
116
+ 'Insert row below': 'Sisipkan baris di bawah',
117
+ 'Delete row': 'Hapus baris',
118
+ 'Column': 'Kolom',
119
+ 'Insert column before': 'Sisipkan kolom sebelumSisipkan kolom sebelum',
120
+ 'Insert column after': 'Sisipkan kolom setelah',
121
+ 'Delete column': 'Hapus kolom',
122
+ 'Cell': 'Sel',
123
+ 'Merge cells': 'Menggabungkan sel',
124
+ 'Horizontal split': 'Perpecahan horisontal',
125
+ 'Vertical split': 'Perpecahan vertikal',
126
+ 'Cell Background': 'Latar belakang sel',
127
+ 'Vertical Align': 'Menyelaraskan vertikal',
128
+ 'Top': 'Teratas',
129
+ 'Middle': 'Tengah',
130
+ 'Bottom': 'Bagian bawah',
131
+ 'Align Top': 'Menyelaraskan atas',
132
+ 'Align Middle': 'Menyelaraskan tengah',
133
+ 'Align Bottom': 'Menyelaraskan bawah',
134
+ 'Cell Style': 'Gaya sel',
135
+ // Files
136
+ 'Upload File': 'Meng-upload berkas',
137
+ 'Drop file': 'Jatuhkan berkas',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticon',
140
+ 'Grinning face': 'Sambil tersenyum wajah',
141
+ 'Grinning face with smiling eyes': 'Sambil tersenyum wajah dengan mata tersenyum',
142
+ 'Face with tears of joy': 'Hadapi dengan air mata sukacita',
143
+ 'Smiling face with open mouth': 'Tersenyum wajah dengan mulut terbuka',
144
+ 'Smiling face with open mouth and smiling eyes': 'Tersenyum wajah dengan mulut terbuka dan tersenyum mata',
145
+ 'Smiling face with open mouth and cold sweat': 'Tersenyum wajah dengan mulut terbuka dan keringat dingin',
146
+ 'Smiling face with open mouth and tightly-closed eyes': 'Tersenyum wajah dengan mulut terbuka dan mata tertutup rapat',
147
+ 'Smiling face with halo': 'Tersenyum wajah dengan halo',
148
+ 'Smiling face with horns': 'Tersenyum wajah dengan tanduk',
149
+ 'Winking face': 'Mengedip wajah',
150
+ 'Smiling face with smiling eyes': 'Tersenyum wajah dengan mata tersenyum',
151
+ 'Face savoring delicious food': 'Wajah menikmati makanan lezat',
152
+ 'Relieved face': 'Wajah Lega',
153
+ 'Smiling face with heart-shaped eyes': 'Tersenyum wajah dengan mata berbentuk hati',
154
+ 'Smiling face with sunglasses': 'Tersenyum wajah dengan kacamata hitam',
155
+ 'Smirking face': 'Menyeringai wajah',
156
+ 'Neutral face': 'Wajah Netral',
157
+ 'Expressionless face': 'Wajah tanpa ekspresi',
158
+ 'Unamused face': 'Wajah tidak senang',
159
+ 'Face with cold sweat': 'Muka dengan keringat dingin',
160
+ 'Pensive face': 'Wajah termenung',
161
+ 'Confused face': 'Wajah Bingung',
162
+ 'Confounded face': 'Wajah kesal',
163
+ 'Kissing face': 'wajah mencium',
164
+ 'Face throwing a kiss': 'Wajah melempar ciuman',
165
+ 'Kissing face with smiling eyes': 'Berciuman wajah dengan mata tersenyum',
166
+ 'Kissing face with closed eyes': 'Berciuman wajah dengan mata tertutup',
167
+ 'Face with stuck out tongue': 'Muka dengan menjulurkan lidah',
168
+ 'Face with stuck out tongue and winking eye': 'Muka dengan menjulurkan lidah dan mengedip mata',
169
+ 'Face with stuck out tongue and tightly-closed eyes': 'Wajah dengan lidah terjebak dan mata erat-tertutup',
170
+ 'Disappointed face': 'Wajah kecewa',
171
+ 'Worried face': 'Wajah Khawatir',
172
+ 'Angry face': 'Wajah Marah',
173
+ 'Pouting face': 'Cemberut wajah',
174
+ 'Crying face': 'Menangis wajah',
175
+ 'Persevering face': 'Tekun wajah',
176
+ 'Face with look of triumph': 'Hadapi dengan tampilan kemenangan',
177
+ 'Disappointed but relieved face': 'Kecewa tapi lega wajah',
178
+ 'Frowning face with open mouth': 'Sambil mengerutkan kening wajah dengan mulut terbuka',
179
+ 'Anguished face': 'Wajah sedih',
180
+ 'Fearful face': 'Wajah Takut',
181
+ 'Weary face': 'Wajah lelah',
182
+ 'Sleepy face': 'wajah mengantuk',
183
+ 'Tired face': 'Wajah Lelah',
184
+ 'Grimacing face': 'Sambil meringis wajah',
185
+ 'Loudly crying face': 'Keras menangis wajah',
186
+ 'Face with open mouth': 'Hadapi dengan mulut terbuka',
187
+ 'Hushed face': 'Wajah dipetieskan',
188
+ 'Face with open mouth and cold sweat': 'Hadapi dengan mulut terbuka dan keringat dingin',
189
+ 'Face screaming in fear': 'Hadapi berteriak dalam ketakutan',
190
+ 'Astonished face': 'Wajah Kaget',
191
+ 'Flushed face': 'Wajah memerah',
192
+ 'Sleeping face': 'Tidur face',
193
+ 'Dizzy face': 'Wajah pusing',
194
+ 'Face without mouth': 'Wajah tanpa mulut',
195
+ 'Face with medical mask': 'Hadapi dengan masker medis',
196
+ // Line breaker
197
+ 'Break': 'Memecah',
198
+ // Math
199
+ 'Subscript': 'Subskrip',
200
+ 'Superscript': 'Superskrip',
201
+ // Full screen
202
+ 'Fullscreen': 'Layar penuh',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Sisipkan Garis Horizontal',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Menghapus format',
207
+ // Save
208
+ 'Save': 'Menyimpan',
209
+ // Undo, redo
210
+ 'Undo': 'Batal',
211
+ 'Redo': 'Ulang',
212
+ // Select all
213
+ 'Select All': 'Pilih semua',
214
+ // Code view
215
+ 'Code View': 'Melihat kode',
216
+ // Quote
217
+ 'Quote': 'Kutipan',
218
+ 'Increase': 'Meningkat',
219
+ 'Decrease': 'Penurunan',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Memasukkan cepat',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Karakter spesial',
224
+ 'Latin': 'Latin',
225
+ 'Greek': 'Yunani',
226
+ 'Cyrillic': 'Kyrillic',
227
+ 'Punctuation': 'Tanda baca',
228
+ 'Currency': 'Mata uang',
229
+ 'Arrows': 'Panah',
230
+ 'Math': 'Matematika',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Mencetak',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Pemeriksa ejaan',
236
+ // Help
237
+ 'Help': 'Membantu',
238
+ 'Shortcuts': 'Jalan pintas',
239
+ 'Inline Editor': 'Editor inline',
240
+ 'Show the editor': 'Tunjukkan editornya',
241
+ 'Common actions': 'Tindakan umum',
242
+ 'Copy': 'Salinan',
243
+ 'Cut': 'Memotong',
244
+ 'Paste': 'Pasta',
245
+ 'Basic Formatting': 'Format dasar',
246
+ 'Increase quote level': 'Meningkatkan tingkat kutipan',
247
+ 'Decrease quote level': 'Menurunkan tingkat kutipan',
248
+ 'Image / Video': 'Gambar / video',
249
+ 'Resize larger': 'Mengubah ukuran lebih besar',
250
+ 'Resize smaller': 'Mengubah ukuran lebih kecil',
251
+ 'Table': 'Meja',
252
+ 'Select table cell': 'Pilih sel tabel',
253
+ 'Extend selection one cell': 'Memperpanjang seleksi satu sel',
254
+ 'Extend selection one row': 'Perpanjang pilihan satu baris',
255
+ 'Navigation': 'Navigasi',
256
+ 'Focus popup / toolbar': 'Fokus popup / toolbar',
257
+ 'Return focus to previous position': 'Kembali fokus ke posisi sebelumnya',
258
+ // Embed.ly
259
+ 'Embed URL': 'Embed url',
260
+ 'Paste in a URL to embed': 'Paste di url untuk menanamkan',
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?': 'Konten yang disisipkan berasal dari dokumen kata microsoft. apakah Anda ingin menyimpan format atau membersihkannya?',
263
+ 'Keep': 'Menjaga',
264
+ 'Clean': 'Bersih',
265
+ 'Word Paste Detected': 'Kata paste terdeteksi',
266
+ // Character Counter
267
+ 'Characters': 'Karakter',
268
+ // More Buttons
269
+ 'More Text': 'Lebih banyak teks',
270
+ 'More Paragraph': 'Lebih banyak paragraf',
271
+ 'More Rich': 'Lebih banyak Kaya',
272
+ 'More Misc': 'Lebih banyak Lain-lain'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=id.js.map
@@ -0,0 +1,294 @@
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
+ * Italian
17
+ */
18
+ FE.LANGUAGE['it'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Digita qualcosa',
22
+ //Missing translations
23
+ 'Text Color': 'Colore del testo',
24
+ 'Background Color': 'Colore di sfondo',
25
+ 'Inline Class': 'Classe inline',
26
+ 'Default': 'Predefinito',
27
+ 'Lower Alpha': 'Alfa minuscole',
28
+ 'Lower Greek': 'Greche minuscole',
29
+ 'Lower Roman': 'Romane minuscole',
30
+ 'Upper Alpha': 'Alfa maiuscole',
31
+ 'Upper Roman': 'Romane maiuscole',
32
+ 'Circle': 'Cerchio',
33
+ 'Disc': 'Disco',
34
+ 'Square': 'Quadrato',
35
+ 'Double': 'Doppio',
36
+ 'Download PDF': 'Scarica il PDF',
37
+ // Basic formatting
38
+ 'Bold': 'Grassetto',
39
+ 'Italic': 'Corsivo',
40
+ 'Underline': 'Sottolineato',
41
+ 'Strikethrough': 'Barrato',
42
+ // Main buttons
43
+ 'Insert': 'Inserisci',
44
+ 'Delete': 'Cancella',
45
+ 'Cancel': 'Cancella',
46
+ 'OK': 'OK',
47
+ 'Back': 'Indietro',
48
+ 'Remove': 'Rimuovi',
49
+ 'More': "Di pi\xF9",
50
+ 'Update': 'Aggiorna',
51
+ 'Style': 'Stile',
52
+ // Font
53
+ 'Font Family': 'Carattere',
54
+ 'Font Size': 'Dimensione Carattere',
55
+ // Colors
56
+ 'Colors': 'Colori',
57
+ 'Background': 'Sfondo',
58
+ 'Text': 'Testo',
59
+ 'HEX Color': 'Colore Esadecimale',
60
+ // Paragraphs
61
+ 'Paragraph Format': 'Formattazione',
62
+ 'Normal': 'Normale',
63
+ 'Code': 'Codice',
64
+ 'Heading 1': 'Intestazione 1',
65
+ 'Heading 2': 'Intestazione 2',
66
+ 'Heading 3': 'Intestazione 3',
67
+ 'Heading 4': 'Intestazione 4',
68
+ // Style
69
+ 'Paragraph Style': 'Stile Paragrafo',
70
+ 'Inline Style': 'Stile in Linea',
71
+ // Alignment
72
+ 'Align': 'Allinea',
73
+ 'Align Left': 'Allinea a Sinistra',
74
+ 'Align Center': 'Allinea al Cento',
75
+ 'Align Right': 'Allinea a Destra',
76
+ 'Align Justify': 'Giustifica',
77
+ 'None': 'Nessuno',
78
+ // Lists
79
+ 'Ordered List': 'Elenchi Numerati',
80
+ 'Unordered List': 'Elenchi Puntati',
81
+ // Indent
82
+ 'Decrease Indent': 'Riduci Rientro',
83
+ 'Increase Indent': 'Aumenta Rientro',
84
+ // Links
85
+ 'Insert Link': 'Inserisci Link',
86
+ 'Open in new tab': 'Apri in nuova scheda',
87
+ 'Open Link': 'Apri Link',
88
+ 'Edit Link': 'Modifica Link',
89
+ 'Unlink': 'Rimuovi Link',
90
+ 'Choose Link': 'Scegli Link',
91
+ // Images
92
+ 'Insert Image': 'Inserisci Immagine',
93
+ 'Upload Image': 'Carica Immagine',
94
+ 'By URL': 'Inserisci URL',
95
+ 'Browse': 'Sfoglia',
96
+ 'Drop image': 'Rilascia immagine',
97
+ 'or click': 'oppure clicca qui',
98
+ 'Manage Images': 'Gestione Immagini',
99
+ 'Loading': 'Caricamento',
100
+ 'Deleting': 'Eliminazione',
101
+ 'Tags': 'Etichetta',
102
+ 'Are you sure? Image will be deleted.': "Sei sicuro? L'immagine verr\xE0 cancellata.",
103
+ 'Replace': 'Sostituisci',
104
+ 'Uploading': 'Caricamento',
105
+ 'Loading image': 'Caricamento immagine',
106
+ 'Display': 'Visualizzazione',
107
+ 'Inline': 'In Linea',
108
+ 'Break Text': 'Separa dal Testo',
109
+ 'Alternative Text': 'Testo Alternativo',
110
+ 'Change Size': 'Cambia Dimensioni',
111
+ 'Width': 'Larghezza',
112
+ 'Height': 'Altezza',
113
+ 'Something went wrong. Please try again.': 'Qualcosa non ha funzionato. Riprova, per favore.',
114
+ 'Image Caption': 'Didascalia',
115
+ 'Advanced Edit': 'Avanzato',
116
+ // Video
117
+ 'Insert Video': 'Inserisci Video',
118
+ 'Embedded Code': 'Codice Incorporato',
119
+ 'Paste in a video URL': 'Incolla l\'URL del video',
120
+ 'Drop video': 'Rilascia video',
121
+ 'Your browser does not support HTML5 video.': 'Il tuo browser non supporta i video html5.',
122
+ 'Upload Video': 'Carica Video',
123
+ // Tables
124
+ 'Insert Table': 'Inserisci Tabella',
125
+ 'Table Header': 'Intestazione Tabella',
126
+ 'Remove Table': 'Rimuovi Tabella',
127
+ 'Table Style': 'Stile Tabella',
128
+ 'Horizontal Align': 'Allineamento Orizzontale',
129
+ 'Row': 'Riga',
130
+ 'Insert row above': 'Inserisci una riga prima',
131
+ 'Insert row below': 'Inserisci una riga dopo',
132
+ 'Delete row': 'Cancella riga',
133
+ 'Column': 'Colonna',
134
+ 'Insert column before': 'Inserisci una colonna prima',
135
+ 'Insert column after': 'Inserisci una colonna dopo',
136
+ 'Delete column': 'Cancella colonna',
137
+ 'Cell': 'Cella',
138
+ 'Merge cells': 'Unisci celle',
139
+ 'Horizontal split': 'Dividi in orizzontale',
140
+ 'Vertical split': 'Dividi in verticale',
141
+ 'Cell Background': 'Sfondo Cella',
142
+ 'Vertical Align': 'Allineamento Verticale',
143
+ 'Top': 'Alto',
144
+ 'Middle': 'Centro',
145
+ 'Bottom': 'Basso',
146
+ 'Align Top': 'Allinea in Alto',
147
+ 'Align Middle': 'Allinea al Centro',
148
+ 'Align Bottom': 'Allinea in Basso',
149
+ 'Cell Style': 'Stile Cella',
150
+ // Files
151
+ 'Upload File': 'Carica File',
152
+ 'Drop file': 'Rilascia file',
153
+ // Emoticons
154
+ 'Emoticons': 'Emoticon',
155
+ 'Grinning face': 'Sorridente',
156
+ 'Grinning face with smiling eyes': 'Sorridente con gli occhi sorridenti',
157
+ 'Face with tears of joy': 'Con lacrime di gioia',
158
+ 'Smiling face with open mouth': 'Sorridente con la bocca aperta',
159
+ 'Smiling face with open mouth and smiling eyes': 'Sorridente con la bocca aperta e gli occhi sorridenti',
160
+ 'Smiling face with open mouth and cold sweat': 'Sorridente con la bocca aperta e sudore freddo',
161
+ 'Smiling face with open mouth and tightly-closed eyes': 'Sorridente con la bocca aperta e gli occhi stretti',
162
+ 'Smiling face with halo': 'Sorridente con aureola',
163
+ 'Smiling face with horns': 'Diavolo sorridente',
164
+ 'Winking face': 'Ammiccante',
165
+ 'Smiling face with smiling eyes': 'Sorridente imbarazzato',
166
+ 'Face savoring delicious food': 'Goloso',
167
+ 'Relieved face': 'Rassicurato',
168
+ 'Smiling face with heart-shaped eyes': 'Sorridente con gli occhi a forma di cuore',
169
+ 'Smiling face with sunglasses': 'Sorridente con gli occhiali da sole',
170
+ 'Smirking face': 'Compiaciuto',
171
+ 'Neutral face': 'Neutro',
172
+ 'Expressionless face': 'Inespressivo',
173
+ 'Unamused face': 'Annoiato',
174
+ 'Face with cold sweat': 'Sudare freddo',
175
+ 'Pensive face': 'Pensieroso',
176
+ 'Confused face': 'Perplesso',
177
+ 'Confounded face': 'Confuso',
178
+ 'Kissing face': 'Bacio',
179
+ 'Face throwing a kiss': 'Manda un bacio',
180
+ 'Kissing face with smiling eyes': 'Bacio con gli occhi sorridenti',
181
+ 'Kissing face with closed eyes': 'Bacio con gli occhi chiusi',
182
+ 'Face with stuck out tongue': 'Linguaccia',
183
+ 'Face with stuck out tongue and winking eye': 'Linguaccia ammiccante',
184
+ 'Face with stuck out tongue and tightly-closed eyes': 'Linguaccia con occhi stretti',
185
+ 'Disappointed face': 'Deluso',
186
+ 'Worried face': 'Preoccupato',
187
+ 'Angry face': 'Arrabbiato',
188
+ 'Pouting face': 'Imbronciato',
189
+ 'Crying face': 'Pianto',
190
+ 'Persevering face': 'Perseverante',
191
+ 'Face with look of triumph': 'Trionfante',
192
+ 'Disappointed but relieved face': 'Deluso ma rassicurato',
193
+ 'Frowning face with open mouth': 'Accigliato con la bocca aperta',
194
+ 'Anguished face': 'Angosciato',
195
+ 'Fearful face': 'Pauroso',
196
+ 'Weary face': 'Stanco',
197
+ 'Sleepy face': 'Assonnato',
198
+ 'Tired face': 'Snervato',
199
+ 'Grimacing face': 'Smorfia',
200
+ 'Loudly crying face': 'Pianto a gran voce',
201
+ 'Face with open mouth': 'Bocca aperta',
202
+ 'Hushed face': 'Silenzioso',
203
+ 'Face with open mouth and cold sweat': 'Bocca aperta e sudore freddo',
204
+ 'Face screaming in fear': 'Urlante dalla paura',
205
+ 'Astonished face': 'Stupito',
206
+ 'Flushed face': 'Arrossito',
207
+ 'Sleeping face': 'Addormentato',
208
+ 'Dizzy face': 'Stordito',
209
+ 'Face without mouth': 'Senza parole',
210
+ 'Face with medical mask': 'Malattia infettiva',
211
+ // Line breaker
212
+ 'Break': 'Separatore',
213
+ // Math
214
+ 'Subscript': 'Pedice',
215
+ 'Superscript': 'Apice',
216
+ // Full screen
217
+ 'Fullscreen': 'Schermo intero',
218
+ // Horizontal line
219
+ 'Insert Horizontal Line': 'Inserisci Divisore Orizzontale',
220
+ // Clear formatting
221
+ 'Clear Formatting': 'Cancella Formattazione',
222
+ // Save
223
+ 'Save': 'Salvare',
224
+ // Undo, redo
225
+ 'Undo': 'Annulla',
226
+ 'Redo': 'Ripeti',
227
+ // Select all
228
+ 'Select All': 'Seleziona Tutto',
229
+ // Code view
230
+ 'Code View': 'Visualizza Codice',
231
+ // Quote
232
+ 'Quote': 'Citazione',
233
+ 'Increase': 'Aumenta',
234
+ 'Decrease': 'Diminuisci',
235
+ // Quick Insert
236
+ 'Quick Insert': 'Inserimento Rapido',
237
+ // Spcial Characters
238
+ 'Special Characters': 'Caratteri Speciali',
239
+ 'Latin': 'Latino',
240
+ 'Greek': 'Greco',
241
+ 'Cyrillic': 'Cirillico',
242
+ 'Punctuation': 'Punteggiatura',
243
+ 'Currency': 'Valuta',
244
+ 'Arrows': 'Frecce',
245
+ 'Math': 'Matematica',
246
+ 'Misc': 'Misc',
247
+ // Print.
248
+ 'Print': 'Stampa',
249
+ // Spell Checker.
250
+ 'Spell Checker': 'Correttore Ortografico',
251
+ // Help
252
+ 'Help': 'Aiuto',
253
+ 'Shortcuts': 'Scorciatoie',
254
+ 'Inline Editor': 'Editor in Linea',
255
+ 'Show the editor': 'Mostra Editor',
256
+ 'Common actions': 'Azioni comuni',
257
+ 'Copy': 'Copia',
258
+ 'Cut': 'Taglia',
259
+ 'Paste': 'Incolla',
260
+ 'Basic Formatting': 'Formattazione di base',
261
+ 'Increase quote level': 'Aumenta il livello di citazione',
262
+ 'Decrease quote level': 'Diminuisci il livello di citazione',
263
+ 'Image / Video': 'Immagine / Video',
264
+ 'Resize larger': "Pi\xF9 grande",
265
+ 'Resize smaller': "Pi\xF9 piccolo",
266
+ 'Table': 'Tabella',
267
+ 'Select table cell': 'Seleziona la cella della tabella',
268
+ 'Extend selection one cell': 'Estendi la selezione di una cella',
269
+ 'Extend selection one row': 'Estendi la selezione una riga',
270
+ 'Navigation': 'Navigazione',
271
+ 'Focus popup / toolbar': 'Metti a fuoco la barra degli strumenti',
272
+ 'Return focus to previous position': 'Rimetti il fuoco sulla posizione precedente',
273
+ // Embed.ly
274
+ 'Embed URL': 'Incorpora URL',
275
+ 'Paste in a URL to embed': 'Incolla un URL da incorporare',
276
+ // Word Paste.
277
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Il contenuto incollato proviene da un documento di Microsoft Word. Vuoi mantenere la formattazione di Word o pulirlo?',
278
+ 'Keep': 'Mantieni',
279
+ 'Clean': 'Pulisci',
280
+ 'Word Paste Detected': "\xC8 stato rilevato un incolla da Word",
281
+ // Character Counter
282
+ 'Characters': 'Caratteri',
283
+ 'Words': 'Parole',
284
+ // More Buttons
285
+ 'More Text': 'Altro Testo',
286
+ 'More Paragraph': 'Altro Paragrafo',
287
+ 'More Rich': 'Altro Ricco',
288
+ 'More Misc': 'Altro Varie'
289
+ },
290
+ direction: 'ltr'
291
+ };
292
+
293
+ })));
294
+ //# sourceMappingURL=it.js.map