wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Hungarian
9
35
  */
@@ -21,7 +47,7 @@ $.FE.LANGUAGE['hu'] = {
21
47
 
22
48
  // Main buttons
23
49
  "Insert": "Beilleszt\u00e9s",
24
- "Delete": "T\u00f6r\u00f6l",
50
+ "Delete": "T\u00f6rl\u00e9s",
25
51
  "Cancel": "M\u00e9gse",
26
52
  "OK": "Rendben",
27
53
  "Back": "Vissza",
@@ -32,12 +58,13 @@ $.FE.LANGUAGE['hu'] = {
32
58
 
33
59
  // Font
34
60
  "Font Family": "Bet\u0171t\u00edpus",
35
- "Font Size": "Bet\u0171m\u00e9retek",
61
+ "Font Size": "Bet\u0171m\u00e9ret",
36
62
 
37
63
  // Colors
38
64
  "Colors": "Sz\u00ednek",
39
65
  "Background": "H\u00e1tt\u00e9r",
40
66
  "Text": "Sz\u00f6veg",
67
+ "HEX Color": "Hex színű",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Form\u00e1tumok",
@@ -85,24 +112,30 @@ $.FE.LANGUAGE['hu'] = {
85
112
  "or click": "vagy kattintson ide",
86
113
  "Manage Images": "K\u00e9pek kezel\u00e9se",
87
114
  "Loading": "Bet\u00f6lt\u00e9s...",
88
- "Deleting": "T\u00f6rl\u00e9se",
115
+ "Deleting": "T\u00f6rl\u00e9s...",
89
116
  "Tags": "C\u00edmk\u00e9k",
90
- "Are you sure? Image will be deleted.": "Biztos benne? K\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
117
+ "Are you sure? Image will be deleted.": "Biztos benne? A k\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
91
118
  "Replace": "Csere",
92
119
  "Uploading": "Felt\u00f6lt\u00e9s",
93
- "Loading image": "K\u00e9pfelt\u00f6lt\u00e9s",
120
+ "Loading image": "K\u00e9p bet\u00f6lt\u00e9se",
94
121
  "Display": "Kijelz\u0151",
95
122
  "Inline": "Sorban",
96
123
  "Break Text": "Sz\u00f6veg t\u00f6r\u00e9se",
97
- "Alternate Text": "Alternat\u00edv sz\u00f6veg",
124
+ "Alternative Text": "Alternat\u00edv sz\u00f6veg",
98
125
  "Change Size": "M\u00e9ret m\u00f3dos\u00edt\u00e1sa",
99
126
  "Width": "Sz\u00e9less\u00e9g",
100
127
  "Height": "Magass\u00e1g",
101
128
  "Something went wrong. Please try again.": "Valami elromlott. K\u00e9rlek pr\u00f3b\u00e1ld \u00fajra.",
129
+ "Image Caption": "Képaláírás",
130
+ "Advanced Edit": "Fejlett szerkesztés",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Vide\u00f3 beilleszt\u00e9se",
105
134
  "Embedded Code": "K\u00f3d bem\u00e1sol\u00e1sa",
135
+ "Paste in a video URL": "Illessze be a videó URL-címét",
136
+ "Drop video": "Csepp videót",
137
+ "Your browser does not support HTML5 video.": "A böngészője nem támogatja a html5 videót.",
138
+ "Upload Video": "Videó feltöltése",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
@@ -138,17 +171,17 @@ $.FE.LANGUAGE['hu'] = {
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "Hangulatjelek",
141
- "Grinning face": "Vigyorg\u00f3",
174
+ "Grinning face": "Vigyorg\u00f3 arc",
142
175
  "Grinning face with smiling eyes": "Vigyorg\u00f3 arc mosolyg\u00f3 szemekkel",
143
176
  "Face with tears of joy": "Arc \u00e1t az \u00f6r\u00f6m k\u00f6nnyei",
144
177
  "Smiling face with open mouth": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal",
145
- "Smiling face with open mouth and smiling eyes": "Mosoly g\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s mosolyg\u00f3 szemek",
178
+ "Smiling face with open mouth and smiling eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s mosolyg\u00f3 szemek",
146
179
  "Smiling face with open mouth and cold sweat": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
147
180
  "Smiling face with open mouth and tightly-closed eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s szorosan lehunyt szemmel",
148
181
  "Smiling face with halo": "Mosolyg\u00f3 arc dicsf\u00e9nyben",
149
182
  "Smiling face with horns": "Mosolyg\u00f3 arc szarvakkal",
150
183
  "Winking face": "Kacsint\u00f3s arc",
151
- "Smiling face with smiling eyes": "Mosolyg\u00f3 arc mosolyg\u00f3 szemek",
184
+ "Smiling face with smiling eyes": "Mosolyg\u00f3 arc mosolyg\u00f3 szemekkel",
152
185
  "Face savoring delicious food": "Arc \u00edzlelgette \u00edzletes \u00e9telek",
153
186
  "Relieved face": "Megk\u00f6nnyebb\u00fclt arc",
154
187
  "Smiling face with heart-shaped eyes": "Mosolyg\u00f3 arc sz\u00edv alak\u00fa szemekkel",
@@ -161,7 +194,7 @@ $.FE.LANGUAGE['hu'] = {
161
194
  "Pensive face": "T\u00f6preng\u0151 arc",
162
195
  "Confused face": "Zavaros arc",
163
196
  "Confounded face": "R\u00e1c\u00e1folt arc",
164
- "Kissing face": "Cs\u00f3k arc",
197
+ "Kissing face": "Cs\u00f3kos arc",
165
198
  "Face throwing a kiss": "Arcra dobott egy cs\u00f3kot",
166
199
  "Kissing face with smiling eyes": "Cs\u00f3kos arc\u00e1t mosolyg\u00f3 szemek",
167
200
  "Kissing face with closed eyes": "Cs\u00f3kos arc\u00e1t csukott szemmel",
@@ -175,7 +208,7 @@ $.FE.LANGUAGE['hu'] = {
175
208
  "Crying face": "S\u00edr\u00f3 arc",
176
209
  "Persevering face": "Kitart\u00f3 arc",
177
210
  "Face with look of triumph": "Arc\u00e1t diadalmas pillant\u00e1st",
178
- "Disappointed but relieved face": "Csal\u00f3dott, de megk\u00f6nnyebb\u00fclt arccal",
211
+ "Disappointed but relieved face": "Csal\u00f3dott, de megk\u00f6nnyebb\u00fclt arc",
179
212
  "Frowning face with open mouth": "Komor arcb\u00f3l t\u00e1tott sz\u00e1jjal",
180
213
  "Anguished face": "Gy\u00f6tr\u0151d\u0151 arc",
181
214
  "Fearful face": "F\u00e9lelmetes arc",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['hu'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa",
213
246
 
247
+ // Save
248
+ "Save": "\u004d\u0065\u006e\u0074\u00e9\u0073",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Visszavon\u00e1s",
216
252
  "Redo": "Ism\u00e9t",
@@ -223,11 +259,63 @@ $.FE.LANGUAGE['hu'] = {
223
259
 
224
260
  // Quote
225
261
  "Quote": "Id\u00e9zet",
226
- "Increase": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
227
- "Decrease": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
262
+ "Increase": "N\u00f6vel\u00e9s",
263
+ "Decrease": "Cs\u00f6kkent\u00e9s",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Beilleszt\u00e9s"
266
+ "Quick Insert": "Beilleszt\u00e9s",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Speciális karakterek",
270
+ "Latin": "Latin",
271
+ "Greek": "Görög",
272
+ "Cyrillic": "Cirill",
273
+ "Punctuation": "Központozás",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Nyilak",
276
+ "Math": "Matematikai",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Nyomtatás",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Helyesírás-ellenőrző",
284
+
285
+ // Help
286
+ "Help": "Segítség",
287
+ "Shortcuts": "Hivatkozások",
288
+ "Inline Editor": "Inline szerkesztő",
289
+ "Show the editor": "Mutassa meg a szerkesztőt",
290
+ "Common actions": "Közös cselekvések",
291
+ "Copy": "Másolat",
292
+ "Cut": "Vágott",
293
+ "Paste": "Paszta",
294
+ "Basic Formatting": "Alap formázás",
295
+ "Increase quote level": "Növeli az idézet szintjét",
296
+ "Decrease quote level": "Csökkenti az árazási szintet",
297
+ "Image / Video": "Kép / videó",
298
+ "Resize larger": "Nagyobb átméretezés",
299
+ "Resize smaller": "Kisebb méretűek",
300
+ "Table": "Asztal",
301
+ "Select table cell": "Válasszon táblázatcellát",
302
+ "Extend selection one cell": "Kiterjesztheti a kiválasztást egy cellára",
303
+ "Extend selection one row": "Szűkítse ki az egy sort",
304
+ "Navigation": "Navigáció",
305
+ "Focus popup / toolbar": "Fókusz felugró ablak / eszköztár",
306
+ "Return focus to previous position": "Visszaáll az előző pozícióra",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Beágyazott url",
310
+ "Paste in a URL to embed": "Beilleszteni egy URL-t a beágyazáshoz",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "A beillesztett tartalom egy microsoft szó dokumentumból származik. szeretné megtartani a formátumot vagy tisztítani?",
314
+ "Keep": "Tart",
315
+ "Clean": "Tiszta",
316
+ "Word Paste Detected": "Szópaszta észlelhető"
231
317
  },
232
318
  direction: "ltr"
233
- };
319
+ };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Indonesian
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['id'] = {
38
64
  "Colors": "Warna",
39
65
  "Background": "Latar belakang",
40
66
  "Text": "Teks",
67
+ "HEX Color": "Warna hex",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Format",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['id'] = {
94
121
  "Display": "Pameran",
95
122
  "Inline": "Di barisan",
96
123
  "Break Text": "Memecah teks",
97
- "Alternate Text": "Teks alternatif",
124
+ "Alternative Text": "Teks alternatif",
98
125
  "Change Size": "Ukuran perubahan",
99
126
  "Width": "Lebar",
100
127
  "Height": "Tinggi",
101
128
  "Something went wrong. Please try again.": "Ada yang salah. Silakan coba lagi.",
129
+ "Image Caption": "Keterangan gambar",
130
+ "Advanced Edit": "Edit lanjutan",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Memasukkan video",
105
134
  "Embedded Code": "Kode tertanam",
135
+ "Paste in a video URL": "Paste di url video",
136
+ "Drop video": "Jatuhkan video",
137
+ "Your browser does not support HTML5 video.": "Browser Anda tidak mendukung video html5.",
138
+ "Upload Video": "Mengunggah video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Sisipkan tabel",
@@ -212,6 +245,9 @@ $.FE.LANGUAGE['id'] = {
212
245
  // Clear formatting
213
246
  "Clear Formatting": "Menghapus format",
214
247
 
248
+ // Save
249
+ "Save": "Menyimpan",
250
+
215
251
  // Undo, redo
216
252
  "Undo": "Batal",
217
253
  "Redo": "Ulang",
@@ -228,7 +264,59 @@ $.FE.LANGUAGE['id'] = {
228
264
  "Decrease": "Penurunan",
229
265
 
230
266
  // Quick Insert
231
- "Quick Insert": "Memasukkan cepat"
267
+ "Quick Insert": "Memasukkan cepat",
268
+
269
+ // Spcial Characters
270
+ "Special Characters": "Karakter spesial",
271
+ "Latin": "Latin",
272
+ "Greek": "Yunani",
273
+ "Cyrillic": "Kyrillic",
274
+ "Punctuation": "Tanda baca",
275
+ "Currency": "Mata uang",
276
+ "Arrows": "Panah",
277
+ "Math": "Matematika",
278
+ "Misc": "Misc",
279
+
280
+ // Print.
281
+ "Print": "Mencetak",
282
+
283
+ // Spell Checker.
284
+ "Spell Checker": "Pemeriksa ejaan",
285
+
286
+ // Help
287
+ "Help": "Membantu",
288
+ "Shortcuts": "Jalan pintas",
289
+ "Inline Editor": "Editor inline",
290
+ "Show the editor": "Tunjukkan editornya",
291
+ "Common actions": "Tindakan umum",
292
+ "Copy": "Salinan",
293
+ "Cut": "Memotong",
294
+ "Paste": "Pasta",
295
+ "Basic Formatting": "Format dasar",
296
+ "Increase quote level": "Meningkatkan tingkat kutipan",
297
+ "Decrease quote level": "Menurunkan tingkat kutipan",
298
+ "Image / Video": "Gambar / video",
299
+ "Resize larger": "Mengubah ukuran lebih besar",
300
+ "Resize smaller": "Mengubah ukuran lebih kecil",
301
+ "Table": "Meja",
302
+ "Select table cell": "Pilih sel tabel",
303
+ "Extend selection one cell": "Memperpanjang seleksi satu sel",
304
+ "Extend selection one row": "Perpanjang pilihan satu baris",
305
+ "Navigation": "Navigasi",
306
+ "Focus popup / toolbar": "Fokus popup / toolbar",
307
+ "Return focus to previous position": "Kembali fokus ke posisi sebelumnya",
308
+
309
+ // Embed.ly
310
+ "Embed URL": "Embed url",
311
+ "Paste in a URL to embed": "Paste di url untuk menanamkan",
312
+
313
+ // Word Paste.
314
+ "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?",
315
+ "Keep": "Menjaga",
316
+ "Clean": "Bersih",
317
+ "Word Paste Detected": "Kata paste terdeteksi"
232
318
  },
233
319
  direction: "ltr"
234
320
  };
321
+
322
+ }));