wysiwyg-rails-qiniu 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +101 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +11 -0
  6. data/app/assets/javascripts/languages/ar.js +227 -0
  7. data/app/assets/javascripts/languages/bs.js +227 -0
  8. data/app/assets/javascripts/languages/cs.js +227 -0
  9. data/app/assets/javascripts/languages/da.js +227 -0
  10. data/app/assets/javascripts/languages/de.js +227 -0
  11. data/app/assets/javascripts/languages/en_ca.js +171 -0
  12. data/app/assets/javascripts/languages/en_gb.js +171 -0
  13. data/app/assets/javascripts/languages/es.js +227 -0
  14. data/app/assets/javascripts/languages/et.js +227 -0
  15. data/app/assets/javascripts/languages/fa.js +227 -0
  16. data/app/assets/javascripts/languages/fi.js +227 -0
  17. data/app/assets/javascripts/languages/fr.js +227 -0
  18. data/app/assets/javascripts/languages/he.js +227 -0
  19. data/app/assets/javascripts/languages/hr.js +229 -0
  20. data/app/assets/javascripts/languages/hu.js +227 -0
  21. data/app/assets/javascripts/languages/id.js +227 -0
  22. data/app/assets/javascripts/languages/it.js +227 -0
  23. data/app/assets/javascripts/languages/ja.js +227 -0
  24. data/app/assets/javascripts/languages/ko.js +227 -0
  25. data/app/assets/javascripts/languages/me.js +227 -0
  26. data/app/assets/javascripts/languages/nb.js +227 -0
  27. data/app/assets/javascripts/languages/nl.js +227 -0
  28. data/app/assets/javascripts/languages/pl.js +227 -0
  29. data/app/assets/javascripts/languages/pt_br.js +227 -0
  30. data/app/assets/javascripts/languages/pt_pt.js +227 -0
  31. data/app/assets/javascripts/languages/ro.js +228 -0
  32. data/app/assets/javascripts/languages/ru.js +227 -0
  33. data/app/assets/javascripts/languages/sr.js +227 -0
  34. data/app/assets/javascripts/languages/sv.js +227 -0
  35. data/app/assets/javascripts/languages/th.js +227 -0
  36. data/app/assets/javascripts/languages/tr.js +227 -0
  37. data/app/assets/javascripts/languages/ua.js +227 -0
  38. data/app/assets/javascripts/languages/uk.js +216 -0
  39. data/app/assets/javascripts/languages/zh_cn.js +227 -0
  40. data/app/assets/javascripts/languages/zh_tw.js +227 -0
  41. data/app/assets/javascripts/plugins/align.min.js +7 -0
  42. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  43. data/app/assets/javascripts/plugins/code_beautifier.min.js +8 -0
  44. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  45. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  46. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  47. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  48. data/app/assets/javascripts/plugins/file.min.js +7 -0
  49. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  50. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  51. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  52. data/app/assets/javascripts/plugins/image.min.js +7 -0
  53. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  54. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  55. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  56. data/app/assets/javascripts/plugins/link.min.js +7 -0
  57. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  58. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  59. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  60. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  61. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  62. data/app/assets/javascripts/plugins/save.min.js +7 -0
  63. data/app/assets/javascripts/plugins/table.min.js +8 -0
  64. data/app/assets/javascripts/plugins/url.min.js +7 -0
  65. data/app/assets/javascripts/plugins/video.min.js +7 -0
  66. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  67. data/app/assets/stylesheets/froala_style.min.css +7 -0
  68. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  69. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  70. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  71. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  72. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  73. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  74. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  75. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  76. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  77. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  78. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  79. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  80. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  81. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  82. data/app/assets/stylesheets/themes/red.min.css +7 -0
  83. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  84. data/lib/wysiwyg-rails-qiniu.rb +2 -0
  85. data/lib/wysiwyg-rails-qiniu/engine.rb +19 -0
  86. data/lib/wysiwyg-rails-qiniu/version.rb +5 -0
  87. metadata +170 -0
@@ -0,0 +1,227 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * French
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['fr'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Tapez quelque chose",
15
+
16
+ // Basic formatting
17
+ "Bold": "Gras",
18
+ "Italic": "Italique",
19
+ "Underline": "Soulign\u00e9",
20
+ "Strikethrough": "Barr\u00e9",
21
+
22
+ // Main buttons
23
+ "Insert": "Ins\u00e9rer",
24
+ "Delete": "Effacer",
25
+ "Cancel": "Annuler",
26
+ "OK": "Ok",
27
+ "Back": "Ant\u00e9rieur",
28
+ "Remove": "Enlever",
29
+ "More": "Plus",
30
+ "Update": "Actualiser",
31
+ "Style": "Style",
32
+
33
+ // Font
34
+ "Font Family": "Polices de caract\u00e8res",
35
+ "Font Size": "Taille de la police",
36
+
37
+ // Colors
38
+ "Colors": "Couleurs",
39
+ "Background": "Arri\u00e8re-plan",
40
+ "Text": "Texte",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Formats",
44
+ "Normal": "Normal",
45
+ "Code": "Code",
46
+ "Heading 1": "Titre 1",
47
+ "Heading 2": "Titre 2",
48
+ "Heading 3": "Titre 3",
49
+ "Heading 4": "Titre 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Style de paragraphe",
53
+ "Inline Style": "Style en ligne",
54
+
55
+ // Alignment
56
+ "Align": "Aligner",
57
+ "Align Left": "Aligner \u00e0 gauche",
58
+ "Align Center": "Aligner au centre",
59
+ "Align Right": "Aligner \u00e0 droite",
60
+ "Align Justify": "Justifi\u00e9",
61
+ "None": "Aucun",
62
+
63
+ // Lists
64
+ "Ordered List": "Liste ordonn\u00e9e",
65
+ "Unordered List": "Liste non ordonn\u00e9e",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Diminuer le retrait",
69
+ "Increase Indent": "Augmenter le retrait",
70
+
71
+ // Links
72
+ "Insert Link": "Ins\u00e9rer un lien",
73
+ "Open in new tab": "Ouvrir dans un nouvel onglet",
74
+ "Open Link": "Ouvrir le lien",
75
+ "Edit Link": "Modifier le lien",
76
+ "Unlink": "Enlever le lien",
77
+ "Choose Link": "Choisissez le lien",
78
+
79
+ // Images
80
+ "Insert Image": "Ins\u00e9rer une image",
81
+ "Upload Image": "T\u00e9l\u00e9charger une image",
82
+ "By URL": "Par URL",
83
+ "Browse": "Feuilleter",
84
+ "Drop image": "D\u00e9posez l'image",
85
+ "or click": "ou cliquez",
86
+ "Manage Images": "Gestion des images",
87
+ "Loading": "Chargement",
88
+ "Deleting": "Suppression",
89
+ "Tags": "\u00c9tiquettes",
90
+ "Are you sure? Image will be deleted.": "Etes-vous s\u00fbr? Image sera supprim\u00e9e.",
91
+ "Replace": "Remplacer",
92
+ "Uploading": "De t\u00e9l\u00e9chargement d'images",
93
+ "Loading image": "De t\u00e9l\u00e9chargement d'images",
94
+ "Display": "Afficher",
95
+ "Inline": "En ligne",
96
+ "Break Text": "Texte scission",
97
+ "Alternate Text": "Texte alternatif",
98
+ "Change Size": "Changer la dimension",
99
+ "Width": "Largeur",
100
+ "Height": "Hauteur",
101
+ "Something went wrong. Please try again.": "Quelque chose a mal tourn\u00e9. Veuillez r\u00e9essayer.",
102
+
103
+ // Video
104
+ "Insert Video": "Ins\u00e9rer une vid\u00e9o",
105
+ "Embedded Code": "Code embarqu\u00e9",
106
+
107
+ // Tables
108
+ "Insert Table": "Ins\u00e9rer un tableau",
109
+ "Header": "Ent\u00eate",
110
+ "Row": "Ligne",
111
+ "Insert row above": "Ins\u00e9rer une ligne avant",
112
+ "Insert row below": "Ins\u00e9rer une ligne apr\u00e8s",
113
+ "Delete row": "Effacer la ligne",
114
+ "Column": "Colonne",
115
+ "Insert column before": "Ins\u00e9rer une colonne avant",
116
+ "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
117
+ "Delete column": "Effacer la colonne",
118
+ "Cell": "Cellule",
119
+ "Merge cells": "Fusionner les cellules",
120
+ "Horizontal split": "Diviser horizontale",
121
+ "Vertical split": "Diviser verticale",
122
+ "Cell Background": "Fond de la cellule",
123
+ "Vertical Align": "Aligner vertical",
124
+ "Top": "En haut",
125
+ "Middle": "Milieu",
126
+ "Bottom": "En bas",
127
+ "Align Top": "Aligner en haut",
128
+ "Align Middle": "Aligner au milieu",
129
+ "Align Bottom": "Aligner en bas",
130
+ "Cell Style": "Style de cellule",
131
+
132
+ // Files
133
+ "Upload File": "T\u00e9l\u00e9charger le fichier",
134
+ "Drop file": "D\u00e9posez le fichier",
135
+
136
+ // Emoticons
137
+ "Emoticons": "\u00c9motic\u00f4nes",
138
+ "Grinning face": "Souriant visage",
139
+ "Grinning face with smiling eyes": "Souriant visage aux yeux souriants",
140
+ "Face with tears of joy": "Visage \u00e0 des larmes de joie",
141
+ "Smiling face with open mouth": "Visage souriant avec la bouche ouverte",
142
+ "Smiling face with open mouth and smiling eyes": "Visage souriant avec la bouche ouverte et les yeux en souriant",
143
+ "Smiling face with open mouth and cold sweat": "Visage souriant avec la bouche ouverte et la sueur froide",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Visage souriant avec la bouche ouverte et les yeux herm\u00e9tiquement clos",
145
+ "Smiling face with halo": "Sourire visage avec halo",
146
+ "Smiling face with horns": "Visage souriant avec des cornes",
147
+ "Winking face": "Clin d'oeil visage",
148
+ "Smiling face with smiling eyes": "Sourire visage aux yeux souriants",
149
+ "Face savoring delicious food": "Visage savourant de d\u00e9licieux plats",
150
+ "Relieved face": "Soulag\u00e9 visage",
151
+ "Smiling face with heart-shaped eyes": "Visage souriant avec des yeux en forme de coeur",
152
+ "Smiling face with sunglasses": "Sourire visage avec des lunettes de soleil",
153
+ "Smirking face": "Souriant visage",
154
+ "Neutral face": "Visage neutre",
155
+ "Expressionless face": "Visage sans expression",
156
+ "Unamused face": "Visage pas amus\u00e9",
157
+ "Face with cold sweat": "Face \u00e0 la sueur froide",
158
+ "Pensive face": "pensif visage",
159
+ "Confused face": "Visage confus",
160
+ "Confounded face": "visage maudit",
161
+ "Kissing face": "Embrasser le visage",
162
+ "Face throwing a kiss": "Visage jetant un baiser",
163
+ "Kissing face with smiling eyes": "Embrasser le visage avec les yeux souriants",
164
+ "Kissing face with closed eyes": "Embrasser le visage avec les yeux ferm\u00e9s",
165
+ "Face with stuck out tongue": "Visage avec sortait de la langue",
166
+ "Face with stuck out tongue and winking eye": "Visage avec sortait de la langue et des yeux clignotante",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Visage avec sortait de la langue et les yeux ferm\u00e9s herm\u00e9tiquement",
168
+ "Disappointed face": "Visage d\u00e9\u00e7u",
169
+ "Worried face": "Visage inquiet",
170
+ "Angry face": "Visage en col\u00e9re",
171
+ "Pouting face": "Faire la moue face",
172
+ "Crying face": "Pleurer visage",
173
+ "Persevering face": "Pers\u00e9v\u00e9rer face",
174
+ "Face with look of triumph": "Visage avec le regard de triomphe",
175
+ "Disappointed but relieved face": "D\u00e9\u00e7u, mais le visage soulag\u00e9",
176
+ "Frowning face with open mouth": "Les sourcils fronc\u00e9s visage avec la bouche ouverte",
177
+ "Anguished face": "Visage angoiss\u00e9",
178
+ "Fearful face": "Craignant visage",
179
+ "Weary face": "Visage las",
180
+ "Sleepy face": "Visage endormi",
181
+ "Tired face": "Visage fatigu\u00e9",
182
+ "Grimacing face": "Visage grima\u00e7ante",
183
+ "Loudly crying face": "Pleurer bruyamment visage",
184
+ "Face with open mouth": "Visage \u00e0 la bouche ouverte",
185
+ "Hushed face": "Visage feutr\u00e9e",
186
+ "Face with open mouth and cold sweat": "Visage \u00e0 la bouche ouverte et la sueur froide",
187
+ "Face screaming in fear": "Visage hurlant de peur",
188
+ "Astonished face": "Visage \u00e9tonn\u00e9",
189
+ "Flushed face": "Visage congestionn\u00e9",
190
+ "Sleeping face": "Visage au bois dormant",
191
+ "Dizzy face": "Visage vertige",
192
+ "Face without mouth": "Visage sans bouche",
193
+ "Face with medical mask": "Visage avec un masque m\u00e9dical",
194
+
195
+ // Line breaker
196
+ "Break": "Rompre",
197
+
198
+ // Math
199
+ "Subscript": "Indice",
200
+ "Superscript": "Exposant",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Plein \u00e9cran",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Ins\u00e9rez une ligne horizontale",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Effacer formatage",
210
+
211
+ // Undo, redo
212
+ "Undo": "Annuler",
213
+ "Redo": "R\u00e9tablir",
214
+
215
+ // Select all
216
+ "Select All": "Tout s\u00e9lectionner",
217
+
218
+ // Code view
219
+ "Code View": "Vue de code",
220
+
221
+ // Quote
222
+ "Quote": "Citer",
223
+ "Increase": "Augmentation",
224
+ "Decrease": "Diminution"
225
+ },
226
+ direction: "ltr"
227
+ };
@@ -0,0 +1,227 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * Hebrew
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['he'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "\u05d4\u05e7\u05dc\u05d3 \u05db\u05d0\u05df",
15
+
16
+ // Basic formatting
17
+ "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
18
+ "Italic": "\u05de\u05d5\u05d8\u05d4",
19
+ "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
20
+ "Strikethrough": "\u05e7\u05d5 \u05d0\u05de\u05e6\u05e2\u05d9",
21
+
22
+ // Main buttons
23
+ "Insert": "\u05d4\u05d5\u05e1\u05e4\u05ea",
24
+ "Delete": "\u05de\u05d7\u05d9\u05e7\u05d4",
25
+ "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
26
+ "OK": "\u05d1\u05e6\u05e2",
27
+ "Back": "\u05d1\u05d7\u05d6\u05e8\u05d4",
28
+ "Remove": "\u05d4\u05e1\u05e8",
29
+ "More": "\u05d9\u05d5\u05ea\u05e8",
30
+ "Update": "\u05e2\u05d3\u05db\u05d5\u05df",
31
+ "Style": "\u05e1\u05d2\u05e0\u05d5\u05df",
32
+
33
+ // Font
34
+ "Font Family": "\u05d2\u05d5\u05e4\u05df",
35
+ "Font Size": "\u05d2\u05d5\u05d3\u05dc \u05d4\u05d2\u05d5\u05e4\u05df",
36
+
37
+ // Colors
38
+ "Colors": "\u05e6\u05d1\u05e2\u05d9\u05dd",
39
+ "Background": "\u05e8\u05e7\u05e2",
40
+ "Text": "\u05d4\u05d8\u05e1\u05d8",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "\u05e4\u05d5\u05e8\u05de\u05d8",
44
+ "Normal": "\u05e8\u05d2\u05d9\u05dc",
45
+ "Code": "\u05e7\u05d5\u05d3",
46
+ "Heading 1": "1 \u05db\u05d5\u05ea\u05e8\u05ea",
47
+ "Heading 2": "2 \u05db\u05d5\u05ea\u05e8\u05ea",
48
+ "Heading 3": "3 \u05db\u05d5\u05ea\u05e8\u05ea",
49
+ "Heading 4": "4 \u05db\u05d5\u05ea\u05e8\u05ea",
50
+
51
+ // Style
52
+ "Paragraph Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05e4\u05e1\u05e7\u05d4",
53
+ "Inline Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05de\u05d5\u05d1\u05e0\u05d4",
54
+
55
+ // Alignment
56
+ "Align": "\u05d9\u05d9\u05e9\u05d5\u05e8",
57
+ "Align Left": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
58
+ "Align Center": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05e8\u05db\u05d6",
59
+ "Align Right": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
60
+ "Align Justify": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05dc\u05d0",
61
+ "None": "\u05d0\u05e3 \u05d0\u05d7\u05d3",
62
+
63
+ // Lists
64
+ "Ordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
65
+ "Unordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4",
66
+
67
+ // Indent
68
+ "Decrease Indent": "\u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
69
+ "Increase Indent": "\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
70
+
71
+ // Links
72
+ "Insert Link": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
73
+ "Open in new tab": "\u05dc\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9",
74
+ "Open Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e4\u05ea\u05d5\u05d7",
75
+ "Edit Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05e8\u05d9\u05db\u05d4",
76
+ "Unlink": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
77
+ "Choose Link": "\u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8",
78
+
79
+ // Images
80
+ "Insert Image": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
81
+ "Upload Image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4",
82
+ "By URL": "URL \u05e2\u05dc \u05d9\u05d3\u05d9",
83
+ "Browse": "\u05dc\u05d2\u05dc\u05d5\u05e9",
84
+ "Drop image": "\u05e9\u05d7\u05e8\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
85
+ "or click": "\u05d0\u05d5 \u05dc\u05d7\u05e5",
86
+ "Manage Images": "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
87
+ "Loading": "\u05d8\u05e2\u05d9\u05e0\u05d4",
88
+ "Deleting": "\u05de\u05d7\u05d9\u05e7\u05d4",
89
+ "Tags": "\u05ea\u05d2\u05d9\u05dd",
90
+ "Are you sure? Image will be deleted.": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7\u003f \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05ea\u05de\u05d7\u05e7\u002e",
91
+ "Replace": "\u05dc\u05d4\u05d7\u05dc\u05d9\u05e3",
92
+ "Uploading": "\u05d4\u05e2\u05dc\u05d0\u05d4",
93
+ "Loading image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d8\u05e2\u05d9\u05e0\u05d4",
94
+ "Display": "\u05ea\u05e6\u05d5\u05d2\u05d4",
95
+ "Inline": "\u05d1\u05e9\u05d5\u05e8\u05d4",
96
+ "Break Text": "\u05d8\u05e7\u05e1\u05d8 \u05d4\u05e4\u05e1\u05e7\u05d4",
97
+ "Alternate Text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05dc\u05d5\u05e4\u05d9",
98
+ "Change Size": "\u05d2\u05d5\u05d3\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9",
99
+ "Width": "\u05e8\u05d5\u05d7\u05d1",
100
+ "Height": "\u05d2\u05d5\u05d1\u05d4",
101
+ "Something went wrong. Please try again.": "\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9. \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.",
102
+
103
+ // Video
104
+ "Insert Video": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
105
+ "Embedded Code": "\u05e7\u05d5\u05d3 \u05de\u05d5\u05d8\u05d1\u05e2",
106
+
107
+ // Tables
108
+ "Insert Table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
109
+ "Header": "\u05db\u05d5\u05ea\u05e8\u05ea",
110
+ "Row": "\u05e9\u05d5\u05e8\u05d4",
111
+ "Insert row above": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
112
+ "Insert row below": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
113
+ "Delete row": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e9\u05d5\u05e8\u05d4",
114
+ "Column": "\u05d8\u05d5\u05e8",
115
+ "Insert column before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05dc\u05e4\u05e0\u05d9",
116
+ "Insert column after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05d0\u05d7\u05e8\u05d9",
117
+ "Delete column": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d8\u05d5\u05e8",
118
+ "Cell": "\u05ea\u05d0",
119
+ "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
120
+ "Horizontal split": "\u05e4\u05e6\u05dc \u05d0\u05d5\u05e4\u05e7\u05d9",
121
+ "Vertical split": "\u05e4\u05e6\u05dc \u05d0\u05e0\u05db\u05d9",
122
+ "Cell Background": "\u05e8\u05e7\u05e2 \u05ea\u05d0",
123
+ "Vertical Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
124
+ "Top": "\u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
125
+ "Middle": "\u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
126
+ "Bottom": "\u05ea\u05d7\u05ea\u05d5\u05df",
127
+ "Align Top": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
128
+ "Align Middle": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
129
+ "Align Bottom": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05d7\u05ea\u05d5\u05df",
130
+ "Cell Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05ea\u05d0",
131
+
132
+ // Files
133
+ "Upload File": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5",
134
+ "Drop file": "\u05d6\u05e8\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05d0\u05df",
135
+
136
+ // Emoticons
137
+ "Emoticons": "\u05e1\u05de\u05d9\u05d9\u05dc\u05d9\u05dd",
138
+ "Grinning face": "\u05d7\u05d9\u05d9\u05da \u05e4\u05e0\u05d9\u05dd",
139
+ "Grinning face with smiling eyes": "\u05d7\u05d9\u05d9\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
140
+ "Face with tears of joy": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d3\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05e9\u05de\u05d7\u05d4",
141
+ "Smiling face with open mouth": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
142
+ "Smiling face with open mouth and smiling eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05de\u05d7\u05d9\u05d9\u05da \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd",
143
+ "Smiling face with open mouth and cold sweat": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4",
144
+ "Smiling face with open mouth and tightly-closed eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05d7\u05d5\u05d6\u05e7\u05d4\u002d\u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
145
+ "Smiling face with halo": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d4\u05d9\u05dc\u05d4",
146
+ "Smiling face with horns": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e7\u05e8\u05e0\u05d5\u05ea",
147
+ "Winking face": "\u05e7\u05e8\u05d9\u05e6\u05d4 \u05e4\u05e0\u05d9\u05dd",
148
+ "Smiling face with smiling eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
149
+ "Face savoring delicious food": "\u05e4\u05e0\u05d9\u05dd \u05de\u05ea\u05e2\u05e0\u05d2 \u05d0\u05d5\u05db\u05dc \u05d8\u05e2\u05d9\u05dd",
150
+ "Relieved face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d4\u05e7\u05dc\u05d4",
151
+ "Smiling face with heart-shaped eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05e6\u05d5\u05e8\u05ea \u05dc\u05d1",
152
+ "Smiling face with sunglasses": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e9\u05e7\u05e4\u05d9 \u05e9\u05de\u05e9",
153
+ "Smirking face": "\u05d4\u05d9\u05d0 \u05d7\u05d9\u05d9\u05db\u05d4 \u05d7\u05d9\u05d5\u05da \u05e0\u05d1\u05d6\u05d4 \u05e4\u05e0\u05d9\u05dd",
154
+ "Neutral face": "\u05e4\u05e0\u05d9\u05dd \u05e0\u05d9\u05d8\u05e8\u05dc\u05d9",
155
+ "Expressionless face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05d7\u05ea\u05d5\u05dd",
156
+ "Unamused face": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d0 \u05de\u05e9\u05d5\u05e2\u05e9\u05e2\u05d9\u05dd",
157
+ "Face with cold sweat": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4",
158
+ "Pensive face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05de\u05d4\u05d5\u05e8\u05d4\u05e8",
159
+ "Confused face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc\u05d9\u05dd",
160
+ "Confounded face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc",
161
+ "Kissing face": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd",
162
+ "Face throwing a kiss": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d6\u05e8\u05d5\u05e7 \u05e0\u05e9\u05d9\u05e7\u05d4",
163
+ "Kissing face with smiling eyes": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
164
+ "Kissing face with closed eyes": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
165
+ "Face with stuck out tongue": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05d1\u05dc\u05d8\u05d5",
166
+ "Face with stuck out tongue and winking eye": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05ea\u05e7\u05d5\u05e2\u05d4 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d5\u05e2\u05d9\u05df \u05e7\u05d5\u05e8\u05e6\u05ea",
167
+ "Face with stuck out tongue and tightly-closed eyes": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05ea\u05e7\u05d5\u05e2\u05d4 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d5\u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05d7\u05d5\u05d6\u05e7\u05d4\u002d\u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
168
+ "Disappointed face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d5\u05db\u05d6\u05d1\u05d9\u05dd",
169
+ "Worried face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d5\u05d3\u05d0\u05d2\u05d9\u05dd",
170
+ "Angry face": "\u05e4\u05e0\u05d9\u05dd \u05db\u05d5\u05e2\u05e1\u05d9\u05dd",
171
+ "Pouting face": "\u05de\u05e9\u05d5\u05e8\u05d1\u05d1 \u05e4\u05e0\u05d9\u05dd",
172
+ "Crying face": "\u05d1\u05db\u05d9 \u05e4\u05e0\u05d9\u05dd",
173
+ "Persevering face": "\u05d4\u05ea\u05de\u05d3\u05ea \u05e4\u05e0\u05d9\u05dd",
174
+ "Face with look of triumph": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05d1\u05d8 \u05e9\u05dc \u05e0\u05e6\u05d7\u05d5\u05df",
175
+ "Disappointed but relieved face": "\u05de\u05d0\u05d5\u05db\u05d6\u05d1 \u05d0\u05d1\u05dc \u05d4\u05d5\u05e7\u05dc \u05e4\u05e0\u05d9\u05dd",
176
+ "Frowning face with open mouth": "\u05e7\u05de\u05d8 \u05d0\u05ea \u05de\u05e6\u05d7 \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
177
+ "Anguished face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d9\u05d5\u05e1\u05e8\u05d9\u05dd",
178
+ "Fearful face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d7\u05e9\u05e9\u05d5",
179
+ "Weary face": "\u05e4\u05e0\u05d9\u05dd \u05d5\u05d9\u05e8\u05d9",
180
+ "Sleepy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05e1\u05dc\u05d9\u05e4\u05d9",
181
+ "Tired face": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05d9\u05d9\u05e4\u05d9\u05dd",
182
+ "Grimacing face": "\u05d4\u05d5\u05d0 \u05d4\u05e2\u05d5\u05d5\u05d4 \u05d0\u05ea \u05e4\u05e0\u05d9 \u05e4\u05e0\u05d9\u05dd",
183
+ "Loudly crying face": "\u05d1\u05e7\u05d5\u05dc \u05e8\u05dd \u05d1\u05d5\u05db\u05d4 \u05e4\u05e0\u05d9\u05dd",
184
+ "Face with open mouth": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
185
+ "Hushed face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d5\u05e7\u05d8\u05d9\u05dd",
186
+ "Face with open mouth and cold sweat": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4\u0022",
187
+ "Face screaming in fear": "\u05e4\u05e0\u05d9\u05dd \u05e6\u05d5\u05e8\u05d7\u05d9\u05dd \u05d1\u05e4\u05d7\u05d3",
188
+ "Astonished face": "\u05e4\u05e0\u05d9\u05d5 \u05e0\u05d3\u05d4\u05de\u05d5\u05ea",
189
+ "Flushed face": "\u05e4\u05e0\u05d9\u05d5 \u05e1\u05de\u05d5\u05e7\u05d5\u05ea",
190
+ "Sleeping face": "\u05e9\u05d9\u05e0\u05d4 \u05e4\u05e0\u05d9\u05dd",
191
+ "Dizzy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d3\u05d9\u05d6\u05d9",
192
+ "Face without mouth": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05dc\u05d0 \u05e4\u05d4",
193
+ "Face with medical mask": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05db\u05d4 \u05e8\u05e4\u05d5\u05d0\u05d9\u05ea",
194
+
195
+ // Line breaker
196
+ "Break": "\u05d4\u05e4\u05e1\u05e7\u05d4",
197
+
198
+ // Math
199
+ "Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
200
+ "Superscript": "\u05e2\u05d9\u05dc\u05d9",
201
+
202
+ // Full screen
203
+ "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
210
+
211
+ // Undo, redo
212
+ "Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
213
+ "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
214
+
215
+ // Select all
216
+ "Select All": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
217
+
218
+ // Code view
219
+ "Code View": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e7\u05d5\u05d3",
220
+
221
+ // Quote
222
+ "Quote": "\u05e6\u05d9\u05d8\u05d5\u05d8",
223
+ "Increase": "\u05dc\u05d4\u05d2\u05d1\u05d9\u05e8",
224
+ "Decrease": "\u05d9\u05e8\u05d9\u05d3\u05d4"
225
+ },
226
+ direction: "rtl"
227
+ };