activeadmin_froala_editor 0.1.2 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -1,315 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 Froala Labs
5
5
  */
6
6
 
7
- (function (factory) {
8
- if (typeof define === 'function' && define.amd) {
9
- // AMD. Register as an anonymous module.
10
- define(['jquery'], factory);
11
- } else if (typeof module === 'object' && module.exports) {
12
- // Node/CommonJS
13
- module.exports = function( root, jQuery ) {
14
- if ( jQuery === undefined ) {
15
- // require('jQuery') returns a factory that requires window to
16
- // build a jQuery instance, we normalize how we use modules
17
- // that require this pattern but the window provided is a noop
18
- // if it's defined (how jquery works)
19
- if ( typeof window !== 'undefined' ) {
20
- jQuery = require('jquery');
21
- }
22
- else {
23
- jQuery = require('jquery')(root);
24
- }
25
- }
26
- return factory(jQuery);
27
- };
28
- } else {
29
- // Browser globals
30
- factory(window.jQuery);
31
- }
32
- }(function ($) {
33
- /**
34
- * Indonesian
35
- */
36
-
37
- $.FE.LANGUAGE['id'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Ketik sesuatu",
41
-
42
- // Basic formatting
43
- "Bold": "Tebal",
44
- "Italic": "Miring",
45
- "Underline": "Garis bawah",
46
- "Strikethrough": "Coret",
47
-
48
- // Main buttons
49
- "Insert": "Memasukkan",
50
- "Delete": "Hapus",
51
- "Cancel": "Batal",
52
- "OK": "Ok",
53
- "Back": "Kembali",
54
- "Remove": "Hapus",
55
- "More": "Lebih",
56
- "Update": "Memperbarui",
57
- "Style": "Gaya",
58
-
59
- // Font
60
- "Font Family": "Jenis Huruf",
61
- "Font Size": "Ukuran leter",
62
-
63
- // Colors
64
- "Colors": "Warna",
65
- "Background": "Latar belakang",
66
- "Text": "Teks",
67
- "HEX Color": "Warna hex",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Format",
71
- "Normal": "Normal",
72
- "Code": "Kode",
73
- "Heading 1": "Header 1",
74
- "Heading 2": "Header 2",
75
- "Heading 3": "Header 3",
76
- "Heading 4": "Header 4",
77
-
78
- // Style
79
- "Paragraph Style": "Paragraf gaya",
80
- "Inline Style": "Di barisan gaya",
81
-
82
- // Alignment
83
- "Align": "Rate",
84
- "Align Left": "Rate kiri",
85
- "Align Center": "Rate tengah",
86
- "Align Right": "Rata kanan",
87
- "Align Justify": "Justifi",
88
- "None": "Tak satupun",
89
-
90
- // Lists
91
- "Ordered List": "List nomor",
92
- "Unordered List": "List simbol",
93
-
94
- // Indent
95
- "Decrease Indent": "Turunkan inden",
96
- "Increase Indent": "Tambah inden",
97
-
98
- // Links
99
- "Insert Link": "Memasukkan link",
100
- "Open in new tab": "Buka di tab baru",
101
- "Open Link": "Buka tautan",
102
- "Edit Link": "Mengedit link",
103
- "Unlink": "Menghapus link",
104
- "Choose Link": "Memilih link",
105
-
106
- // Images
107
- "Insert Image": "Memasukkan gambar",
108
- "Upload Image": "Meng-upload gambar",
109
- "By URL": "Oleh URL",
110
- "Browse": "Melihat-lihat",
111
- "Drop image": "Jatuhkan gambar",
112
- "or click": "atau klik",
113
- "Manage Images": "Mengelola gambar",
114
- "Loading": "Pemuatan",
115
- "Deleting": "Menghapus",
116
- "Tags": "Label",
117
- "Are you sure? Image will be deleted.": "Apakah Anda yakin? Gambar akan dihapus.",
118
- "Replace": "Mengganti",
119
- "Uploading": "Gambar upload",
120
- "Loading image": "Pemuatan gambar",
121
- "Display": "Pameran",
122
- "Inline": "Di barisan",
123
- "Break Text": "Memecah teks",
124
- "Alternate Text": "Teks alternatif",
125
- "Change Size": "Ukuran perubahan",
126
- "Width": "Lebar",
127
- "Height": "Tinggi",
128
- "Something went wrong. Please try again.": "Ada yang salah. Silakan coba lagi.",
129
- "Image Caption": "Keterangan gambar",
130
- "Advanced Edit": "Edit lanjutan",
131
-
132
- // Video
133
- "Insert Video": "Memasukkan video",
134
- "Embedded Code": "Kode tertanam",
135
-
136
- // Tables
137
- "Insert Table": "Sisipkan tabel",
138
- "Table Header": "Header tabel",
139
- "Remove Table": "Hapus tabel",
140
- "Table Style": "Gaya tabel",
141
- "Horizontal Align": "Menyelaraskan horisontal",
142
-
143
- "Row": "Baris",
144
- "Insert row above": "Sisipkan baris di atas",
145
- "Insert row below": "Sisipkan baris di bawah",
146
- "Delete row": "Hapus baris",
147
- "Column": "Kolom",
148
- "Insert column before": "Sisipkan kolom sebelumSisipkan kolom sebelum",
149
- "Insert column after": "Sisipkan kolom setelah",
150
- "Delete column": "Hapus kolom",
151
- "Cell": "Sel",
152
- "Merge cells": "Menggabungkan sel",
153
- "Horizontal split": "Perpecahan horisontal",
154
- "Vertical split": "Perpecahan vertikal",
155
- "Cell Background": "Latar belakang sel",
156
- "Vertical Align": "Menyelaraskan vertikal",
157
- "Top": "Teratas",
158
- "Middle": "Tengah",
159
- "Bottom": "Bagian bawah",
160
- "Align Top": "Menyelaraskan atas",
161
- "Align Middle": "Menyelaraskan tengah",
162
- "Align Bottom": "Menyelaraskan bawah",
163
- "Cell Style": "Gaya sel",
164
-
165
- // Files
166
- "Upload File": "Meng-upload berkas",
167
- "Drop file": "Jatuhkan berkas",
168
-
169
- // Emoticons
170
- "Emoticons": "Emoticon",
171
- "Grinning face": "Sambil tersenyum wajah",
172
- "Grinning face with smiling eyes": "Sambil tersenyum wajah dengan mata tersenyum",
173
- "Face with tears of joy": "Hadapi dengan air mata sukacita",
174
- "Smiling face with open mouth": "Tersenyum wajah dengan mulut terbuka",
175
- "Smiling face with open mouth and smiling eyes": "Tersenyum wajah dengan mulut terbuka dan tersenyum mata",
176
- "Smiling face with open mouth and cold sweat": "Tersenyum wajah dengan mulut terbuka dan keringat dingin",
177
- "Smiling face with open mouth and tightly-closed eyes": "Tersenyum wajah dengan mulut terbuka dan mata tertutup rapat",
178
- "Smiling face with halo": "Tersenyum wajah dengan halo",
179
- "Smiling face with horns": "Tersenyum wajah dengan tanduk",
180
- "Winking face": "Mengedip wajah",
181
- "Smiling face with smiling eyes": "Tersenyum wajah dengan mata tersenyum",
182
- "Face savoring delicious food": "Wajah menikmati makanan lezat",
183
- "Relieved face": "Wajah Lega",
184
- "Smiling face with heart-shaped eyes": "Tersenyum wajah dengan mata berbentuk hati",
185
- "Smiling face with sunglasses": "Tersenyum wajah dengan kacamata hitam",
186
- "Smirking face": "Menyeringai wajah",
187
- "Neutral face": "Wajah Netral",
188
- "Expressionless face": "Wajah tanpa ekspresi",
189
- "Unamused face": "Wajah tidak senang",
190
- "Face with cold sweat": "Muka dengan keringat dingin",
191
- "Pensive face": "Wajah termenung",
192
- "Confused face": "Wajah Bingung",
193
- "Confounded face": "Wajah kesal",
194
- "Kissing face": "wajah mencium",
195
- "Face throwing a kiss": "Wajah melempar ciuman",
196
- "Kissing face with smiling eyes": "Berciuman wajah dengan mata tersenyum",
197
- "Kissing face with closed eyes": "Berciuman wajah dengan mata tertutup",
198
- "Face with stuck out tongue": "Muka dengan menjulurkan lidah",
199
- "Face with stuck out tongue and winking eye": "Muka dengan menjulurkan lidah dan mengedip mata",
200
- "Face with stuck out tongue and tightly-closed eyes": "Wajah dengan lidah terjebak dan mata erat-tertutup",
201
- "Disappointed face": "Wajah kecewa",
202
- "Worried face": "Wajah Khawatir",
203
- "Angry face": "Wajah Marah",
204
- "Pouting face": "Cemberut wajah",
205
- "Crying face": "Menangis wajah",
206
- "Persevering face": "Tekun wajah",
207
- "Face with look of triumph": "Hadapi dengan tampilan kemenangan",
208
- "Disappointed but relieved face": "Kecewa tapi lega wajah",
209
- "Frowning face with open mouth": "Sambil mengerutkan kening wajah dengan mulut terbuka",
210
- "Anguished face": "Wajah sedih",
211
- "Fearful face": "Wajah Takut",
212
- "Weary face": "Wajah lelah",
213
- "Sleepy face": "wajah mengantuk",
214
- "Tired face": "Wajah Lelah",
215
- "Grimacing face": "Sambil meringis wajah",
216
- "Loudly crying face": "Keras menangis wajah",
217
- "Face with open mouth": "Hadapi dengan mulut terbuka",
218
- "Hushed face": "Wajah dipetieskan",
219
- "Face with open mouth and cold sweat": "Hadapi dengan mulut terbuka dan keringat dingin",
220
- "Face screaming in fear": "Hadapi berteriak dalam ketakutan",
221
- "Astonished face": "Wajah Kaget",
222
- "Flushed face": "Wajah memerah",
223
- "Sleeping face": "Tidur face",
224
- "Dizzy face": "Wajah pusing",
225
- "Face without mouth": "Wajah tanpa mulut",
226
- "Face with medical mask": "Hadapi dengan masker medis",
227
-
228
- // Line breaker
229
- "Break": "Memecah",
230
-
231
- // Math
232
- "Subscript": "Subskrip",
233
- "Superscript": "Superskrip",
234
-
235
- // Full screen
236
- "Fullscreen": "Layar penuh",
237
-
238
- // Horizontal line
239
- "Insert Horizontal Line": "Sisipkan Garis Horizontal",
240
-
241
- // Clear formatting
242
- "Clear Formatting": "Menghapus format",
243
-
244
- // Undo, redo
245
- "Undo": "Batal",
246
- "Redo": "Ulang",
247
-
248
- // Select all
249
- "Select All": "Pilih semua",
250
-
251
- // Code view
252
- "Code View": "Melihat kode",
253
-
254
- // Quote
255
- "Quote": "Kutipan",
256
- "Increase": "Meningkat",
257
- "Decrease": "Penurunan",
258
-
259
- // Quick Insert
260
- "Quick Insert": "Memasukkan cepat",
261
-
262
- // Spcial Characters
263
- "Special Characters": "Karakter spesial",
264
- "Latin": "Latin",
265
- "Greek": "Yunani",
266
- "Cyrillic": "Kyrillic",
267
- "Punctuation": "Tanda baca",
268
- "Currency": "Mata uang",
269
- "Arrows": "Panah",
270
- "Math": "Matematika",
271
- "Misc": "Misc",
272
-
273
- // Print.
274
- "Print": "Mencetak",
275
-
276
- // Spell Checker.
277
- "Spell Checker": "Pemeriksa ejaan",
278
-
279
- // Help
280
- "Help": "Membantu",
281
- "Shortcuts": "Jalan pintas",
282
- "Inline Editor": "Editor inline",
283
- "Show the editor": "Tunjukkan editornya",
284
- "Common actions": "Tindakan umum",
285
- "Copy": "Salinan",
286
- "Cut": "Memotong",
287
- "Paste": "Pasta",
288
- "Basic Formatting": "Format dasar",
289
- "Increase quote level": "Meningkatkan tingkat kutipan",
290
- "Decrease quote level": "Menurunkan tingkat kutipan",
291
- "Image / Video": "Gambar / video",
292
- "Resize larger": "Mengubah ukuran lebih besar",
293
- "Resize smaller": "Mengubah ukuran lebih kecil",
294
- "Table": "Meja",
295
- "Select table cell": "Pilih sel tabel",
296
- "Extend selection one cell": "Memperpanjang seleksi satu sel",
297
- "Extend selection one row": "Perpanjang pilihan satu baris",
298
- "Navigation": "Navigasi",
299
- "Focus popup / toolbar": "Fokus popup / toolbar",
300
- "Return focus to previous position": "Kembali fokus ke posisi sebelumnya",
301
-
302
- // Embed.ly
303
- "Embed URL": "Embed url",
304
- "Paste in a URL to embed": "Paste di url untuk menanamkan",
305
-
306
- // Word Paste.
307
- "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?",
308
- "Keep": "Menjaga",
309
- "Clean": "Bersih",
310
- "Word Paste Detected": "Kata paste terdeteksi"
311
- },
312
- direction: "ltr"
313
- };
314
-
315
- }));
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