activeadmin_froala_editor 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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
+ * Estonian
35
+ */
36
+
37
+ $.FE.LANGUAGE['et'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Kirjuta midagi",
41
+
42
+ // Basic formatting
43
+ "Bold": "Rasvane",
44
+ "Italic": "Kursiiv",
45
+ "Underline": "Allajoonitud",
46
+ "Strikethrough": "L\u00e4bikriipsutatud",
47
+
48
+ // Main buttons
49
+ "Insert": "Lisa",
50
+ "Delete": "Kustuta",
51
+ "Cancel": "T\u00fchista",
52
+ "OK": "OK",
53
+ "Back": "Tagasi",
54
+ "Remove": "Eemaldama",
55
+ "More": "Rohkem",
56
+ "Update": "Ajakohastama",
57
+ "Style": "Stiil",
58
+
59
+ // Font
60
+ "Font Family": "Fondi perekond",
61
+ "Font Size": "Fondi suurus",
62
+
63
+ // Colors
64
+ "Colors": "V\u00e4rvid",
65
+ "Background": "Taust",
66
+ "Text": "Tekst",
67
+ "HEX Color": "Hex värvi",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Paragrahv formaat",
71
+ "Normal": "Normaalne",
72
+ "Code": "Kood",
73
+ "Heading 1": "P\u00e4is 1",
74
+ "Heading 2": "P\u00e4is 2",
75
+ "Heading 3": "P\u00e4is 3",
76
+ "Heading 4": "P\u00e4is 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Paragrahv stiil",
80
+ "Inline Style": "J\u00e4rjekorras stiil",
81
+
82
+ // Alignment
83
+ "Align": "Joonda",
84
+ "Align Left": "Joonda vasakule",
85
+ "Align Center": "Joonda keskele",
86
+ "Align Right": "Joonda paremale",
87
+ "Align Justify": "R\u00f6\u00f6pjoondus",
88
+ "None": "Mitte \u00fckski",
89
+
90
+ // Lists
91
+ "Ordered List": "Tellitud nimekirja",
92
+ "Unordered List": "Tavalise nimekirja",
93
+
94
+ // Indent
95
+ "Decrease Indent": "V\u00e4henemine taane",
96
+ "Increase Indent": "Suurenda taanet",
97
+
98
+ // Links
99
+ "Insert Link": "Lisa link",
100
+ "Open in new tab": "Ava uues sakis",
101
+ "Open Link": "Avatud link",
102
+ "Edit Link": "Muuda link",
103
+ "Unlink": "Eemalda link",
104
+ "Choose Link": "Vali link",
105
+
106
+ // Images
107
+ "Insert Image": "Lisa pilt",
108
+ "Upload Image": "Laadige pilt",
109
+ "By URL": "Poolt URL",
110
+ "Browse": "sirvida",
111
+ "Drop image": "Aseta pilt",
112
+ "or click": "v\u00f5i kliki",
113
+ "Manage Images": "Halda pilte",
114
+ "Loading": "Laadimine",
115
+ "Deleting": "Kustutamine",
116
+ "Tags": "Sildid",
117
+ "Are you sure? Image will be deleted.": "Oled sa kindel? Pilt kustutatakse.",
118
+ "Replace": "Asendama",
119
+ "Uploading": "Laadimise pilti",
120
+ "Loading image": "Laadimise pilti",
121
+ "Display": "Kuvama",
122
+ "Inline": "J\u00e4rjekorras",
123
+ "Break Text": "Murdma teksti",
124
+ "Alternate Text": "Asendusliikme teksti",
125
+ "Change Size": "Muuda suurust",
126
+ "Width": "Laius",
127
+ "Height": "K\u00f5rgus",
128
+ "Something went wrong. Please try again.": "Midagi l\u00e4ks valesti. Palun proovi uuesti.",
129
+ "Image Caption": "Pildi pealkiri",
130
+ "Advanced Edit": "Täiustatud redigeerimine",
131
+
132
+ // Video
133
+ "Insert Video": "Lisa video",
134
+ "Embedded Code": "Varjatud koodi",
135
+
136
+ // Tables
137
+ "Insert Table": "Sisesta tabel",
138
+ "Table Header": "Tabel p\u00e4ise kaudu",
139
+ "Remove Table": "Eemalda tabel",
140
+ "Table Style": "Tabel stiili",
141
+ "Horizontal Align": "Horisontaalne joonda",
142
+ "Row": "Rida",
143
+ "Insert row above": "Sisesta rida \u00fcles",
144
+ "Insert row below": "Sisesta rida alla",
145
+ "Delete row": "Kustuta rida",
146
+ "Column": "Veerg",
147
+ "Insert column before": "Sisesta veerg ette",
148
+ "Insert column after": "Sisesta veerg j\u00e4rele",
149
+ "Delete column": "Kustuta veerg",
150
+ "Cell": "Lahter",
151
+ "Merge cells": "\u00fchenda lahtrid",
152
+ "Horizontal split": "Poolita horisontaalselt",
153
+ "Vertical split": "Poolita vertikaalselt",
154
+ "Cell Background": "Lahter tausta",
155
+ "Vertical Align": "Vertikaalne joonda",
156
+ "Top": "\u00fclemine",
157
+ "Middle": "Keskmine",
158
+ "Bottom": "P\u00f5hi",
159
+ "Align Top": "Joonda \u00fclemine",
160
+ "Align Middle": "Joonda keskmine",
161
+ "Align Bottom": "Joonda P\u00f5hi",
162
+ "Cell Style": "Lahter stiili",
163
+
164
+ // Files
165
+ "Upload File": "Lae fail \u00fcles",
166
+ "Drop file": "Aseta fail",
167
+
168
+ // Emoticons
169
+ "Emoticons": "Emotikonid",
170
+ "Grinning face": "Irvitas n\u00e4kku",
171
+ "Grinning face with smiling eyes": "Irvitas n\u00e4kku naeratavad silmad",
172
+ "Face with tears of joy": "N\u00e4gu r\u00f5\u00f5mupisaratega",
173
+ "Smiling face with open mouth": "Naeratav n\u00e4gu avatud suuga",
174
+ "Smiling face with open mouth and smiling eyes": "Naeratav n\u00e4gu avatud suu ja naeratavad silmad",
175
+ "Smiling face with open mouth and cold sweat": "Naeratav n\u00e4gu avatud suu ja k\u00fclm higi",
176
+ "Smiling face with open mouth and tightly-closed eyes": "Naeratav n\u00e4gu avatud suu ja tihedalt suletud silmad",
177
+ "Smiling face with halo": "Naeratav n\u00e4gu halo",
178
+ "Smiling face with horns": "Naeratav n\u00e4gu sarved",
179
+ "Winking face": "Pilgutab n\u00e4gu",
180
+ "Smiling face with smiling eyes": "Naeratav n\u00e4gu naeratab silmad",
181
+ "Face savoring delicious food": "N\u00e4gu nautides maitsvat toitu",
182
+ "Relieved face": "P\u00e4\u00e4stetud n\u00e4gu",
183
+ "Smiling face with heart-shaped eyes": "Naeratav n\u00e4gu s\u00fcdajas silmad",
184
+ "Smiling face with sunglasses": "Naeratav n\u00e4gu p\u00e4ikeseprillid",
185
+ "Smirking face": "Muigama n\u00e4gu ",
186
+ "Neutral face": "Neutraalne n\u00e4gu",
187
+ "Expressionless face": "Ilmetu n\u00e4gu",
188
+ "Unamused face": "Morn n\u00e4gu",
189
+ "Face with cold sweat": "N\u00e4gu k\u00fclma higiga",
190
+ "Pensive face": "M\u00f5tlik n\u00e4gu",
191
+ "Confused face": "Segaduses n\u00e4gu",
192
+ "Confounded face": "Segas n\u00e4gu",
193
+ "Kissing face": "Suudlevad n\u00e4gu",
194
+ "Face throwing a kiss": "N\u00e4gu viskamine suudlus",
195
+ "Kissing face with smiling eyes": "Suudlevad n\u00e4gu naeratab silmad",
196
+ "Kissing face with closed eyes": "Suudlevad n\u00e4gu, silmad kinni",
197
+ "Face with stuck out tongue": "N\u00e4gu ummikus v\u00e4lja keele",
198
+ "Face with stuck out tongue and winking eye": "N\u00e4gu ummikus v\u00e4lja keele ja silma pilgutav silma",
199
+ "Face with stuck out tongue and tightly-closed eyes": "N\u00e4gu ummikus v\u00e4lja keele ja silmad tihedalt suletuna",
200
+ "Disappointed face": "Pettunud n\u00e4gu",
201
+ "Worried face": "Mures n\u00e4gu",
202
+ "Angry face": "Vihane n\u00e4gu",
203
+ "Pouting face": "Tursik n\u00e4gu",
204
+ "Crying face": "Nutt n\u00e4gu",
205
+ "Persevering face": "Püsiv n\u00e4gu",
206
+ "Face with look of triumph": "N\u00e4gu ilme triumf",
207
+ "Disappointed but relieved face": "Pettunud kuid vabastati n\u00e4gu",
208
+ "Frowning face with open mouth": "Kulmukortsutav n\u00e4gu avatud suuga",
209
+ "Anguished face": "Ahastavad n\u00e4gu",
210
+ "Fearful face": "Hirmunult n\u00e4gu",
211
+ "Weary face": "Grimasse",
212
+ "Sleepy face": "Unine n\u00e4gu",
213
+ "Tired face": "V\u00e4sinud n\u00e4gu",
214
+ "Grimacing face": "Grimassitavaks n\u00e4gu",
215
+ "Loudly crying face": "Valjusti nutma n\u00e4gu",
216
+ "Face with open mouth": "N\u00e4gu avatud suuga",
217
+ "Hushed face": "Raskel n\u00e4gu",
218
+ "Face with open mouth and cold sweat": "N\u00e4gu avatud suu ja k\u00fclm higi",
219
+ "Face screaming in fear": "N\u00e4gu karjuvad hirm",
220
+ "Astonished face": "Lummatud n\u00e4gu",
221
+ "Flushed face": "Punetav n\u00e4gu",
222
+ "Sleeping face": "Uinuv n\u00e4gu",
223
+ "Dizzy face": "Uimane n\u00fcgu",
224
+ "Face without mouth": "N\u00e4gu ilma suu",
225
+ "Face with medical mask": "N\u00e4gu meditsiinilise mask",
226
+
227
+ // Line breaker
228
+ "Break": "Murdma",
229
+
230
+ // Math
231
+ "Subscript": "Allindeks",
232
+ "Superscript": "\u00dclaindeks",
233
+
234
+ // Full screen
235
+ "Fullscreen": "T\u00e4isekraanil",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "Sisesta horisontaalne joon",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "Eemalda formaatimine",
242
+
243
+ // Undo, redo
244
+ "Undo": "V\u00f5ta tagasi",
245
+ "Redo": "Tee uuesti",
246
+
247
+ // Select all
248
+ "Select All": "Vali k\u00f5ik",
249
+
250
+ // Code view
251
+ "Code View": "Koodi vaadata",
252
+
253
+ // Quote
254
+ "Quote": "Tsitaat",
255
+ "Increase": "Suurendama",
256
+ "Decrease": "V\u00e4henda",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "Kiire sisestada",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "Erimärgid",
263
+ "Latin": "Latin",
264
+ "Greek": "Kreeka keel",
265
+ "Cyrillic": "Kirillitsa",
266
+ "Punctuation": "Kirjavahemärgid",
267
+ "Currency": "Valuuta",
268
+ "Arrows": "Nooled",
269
+ "Math": "Matemaatika",
270
+ "Misc": "Misc",
271
+
272
+ // Print.
273
+ "Print": "Printige",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "Õigekirja kontrollija",
277
+
278
+ // Help
279
+ "Help": "Abi",
280
+ "Shortcuts": "Otseteed",
281
+ "Inline Editor": "Sisemine redaktor",
282
+ "Show the editor": "Näita redaktorit",
283
+ "Common actions": "Ühised meetmed",
284
+ "Copy": "Koopia",
285
+ "Cut": "Lõigake",
286
+ "Paste": "Kleepige",
287
+ "Basic Formatting": "Põhiline vormindamine",
288
+ "Increase quote level": "Suurendada tsiteerimise taset",
289
+ "Decrease quote level": "Langetada tsiteerimise tase",
290
+ "Image / Video": "Pilt / video",
291
+ "Resize larger": "Suuruse muutmine suurem",
292
+ "Resize smaller": "Väiksema suuruse muutmine",
293
+ "Table": "Laud",
294
+ "Select table cell": "Vali tabeli lahtrisse",
295
+ "Extend selection one cell": "Laiendage valikut üks lahtrisse",
296
+ "Extend selection one row": "Laiendage valikut ühe reana",
297
+ "Navigation": "Navigeerimine",
298
+ "Focus popup / toolbar": "Fookuse hüpikakna / tööriistariba",
299
+ "Return focus to previous position": "Tagasi pöörata tähelepanu eelmisele positsioonile",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "Embed url",
303
+ "Paste in a URL to embed": "Kleepige URL-i sisestamiseks",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Kleepitud sisu pärineb Microsoft Wordi dokumendist. kas soovite vormi säilitada või puhastada?",
307
+ "Keep": "Pidage seda",
308
+ "Clean": "Puhas",
309
+ "Word Paste Detected": "Avastatud sõna pasta"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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
+ * Persian
35
+ */
36
+
37
+ $.FE.LANGUAGE['fa'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "\u0686\u06cc\u0632\u06cc \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f",
41
+
42
+ // Basic formatting
43
+ "Bold": "\u0636\u062e\u06cc\u0645",
44
+ "Italic": "\u062e\u0637 \u06a9\u062c",
45
+ "Underline": "\u062e\u0637 \u0632\u06cc\u0631",
46
+ "Strikethrough": "\u062e\u0637 \u062e\u0648\u0631\u062f\u0647",
47
+
48
+ // Main buttons
49
+ "Insert": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646",
50
+ "Delete": "\u062d\u0630\u0641 \u06a9\u0631\u062f\u0646",
51
+ "Cancel": "\u0644\u063a\u0648",
52
+ "OK": "\u0628\u0627\u0634\u0647",
53
+ "Back": "\u0628\u0647 \u0639\u0642\u0628",
54
+ "Remove": "\u0628\u0631\u062f\u0627\u0634\u062a\u0646",
55
+ "More": "\u0628\u06cc\u0634\u062a\u0631",
56
+ "Update": "\u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc",
57
+ "Style": "\u0633\u0628\u06a9",
58
+
59
+ // Font
60
+ "Font Family": "\u0642\u0644\u0645",
61
+ "Font Size": "\u0627\u0646\u062f\u0627\u0632\u0647 \u0642\u0644\u0645",
62
+
63
+ // Colors
64
+ "Colors": "\u0631\u0646\u06af",
65
+ "Background": "\u0632\u0645\u06cc\u0646\u0647 \u0645\u062a\u0646",
66
+ "Text": "\u0645\u062a\u0646",
67
+ "HEX Color": "شصت رنگ",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "\u0642\u0627\u0644\u0628",
71
+ "Normal": "\u0637\u0628\u06cc\u0639\u06cc - Normal",
72
+ "Code": "\u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u0647\u0627 - Code",
73
+ "Heading 1": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 1",
74
+ "Heading 2": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 2",
75
+ "Heading 3": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 3",
76
+ "Heading 4": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "\u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641 \u0633\u0628\u06a9",
80
+ "Inline Style": "\u062e\u0637\u06cc \u0633\u0628\u06a9",
81
+
82
+ // Alignment
83
+ "Align": "\u0631\u062f\u06cc\u0641 \u0628\u0646\u062f\u06cc \u0646\u0648\u0634\u062a\u0647",
84
+ "Align Left": "\u0686\u067e \u0686\u06cc\u0646",
85
+ "Align Center": "\u0648\u0633\u0637 \u0686\u06cc\u0646",
86
+ "Align Right": "\u0631\u0627\u0633\u062a \u0686\u06cc\u0646",
87
+ "Align Justify": "\u0645\u0633\u0627\u0648\u06cc \u0627\u0632 \u0637\u0631\u0641\u06cc\u0646",
88
+ "None": "\u0647\u06cc\u0686",
89
+
90
+ // Lists
91
+ "Ordered List": "\u0644\u06cc\u0633\u062a \u0634\u0645\u0627\u0631\u0647 \u0627\u06cc",
92
+ "Unordered List": "\u0644\u06cc\u0633\u062a \u062f\u0627\u06cc\u0631\u0647 \u0627\u06cc",
93
+
94
+ // Indent
95
+ "Decrease Indent": "\u06a9\u0627\u0647\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
96
+ "Increase Indent": "\u0627\u0641\u0632\u0627\u06cc\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
97
+
98
+ // Links
99
+ "Insert Link": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0644\u06cc\u0646\u06a9",
100
+ "Open in new tab": "\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u062f\u0631 \u0628\u0631\u06af\u0647 \u062c\u062f\u06cc\u062f",
101
+ "Open Link": "\u0644\u06cc\u0646\u06a9 \u0647\u0627\u06cc \u0628\u0627\u0632",
102
+ "Edit Link": "\u0644\u06cc\u0646\u06a9 \u0648\u06cc\u0631\u0627\u06cc\u0634",
103
+ "Unlink": "\u062d\u0630\u0641 \u0644\u06cc\u0646\u06a9",
104
+ "Choose Link": "\u0644\u06cc\u0646\u06a9 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f",
105
+
106
+ // Images
107
+ "Insert Image": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631",
108
+ "Upload Image": "\u0622\u067e\u0644\u0648\u062f \u062a\u0635\u0648\u06cc\u0631",
109
+ "By URL": "URL \u062a\u0648\u0633\u0637",
110
+ "Browse": "\u0641\u0647\u0631\u0633\u062a",
111
+ "Drop image": "\u062a\u0635\u0648\u06cc\u0631 \u0631\u0627 \u0627\u06cc\u0646\u062c\u0627 \u0628\u06cc\u0646\u062f\u0627\u0632\u06cc\u062f",
112
+ "or click": "\u06cc\u0627 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f",
113
+ "Manage Images": "\u0645\u062f\u06cc\u0631\u06cc\u062a \u062a\u0635\u0627\u0648\u06cc\u0631",
114
+ "Loading": "\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc",
115
+ "Deleting": "\u062d\u0630\u0641",
116
+ "Tags": "\u0628\u0631\u0686\u0633\u0628 \u0647\u0627",
117
+ "Are you sure? Image will be deleted.": ".\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f\u061f \u062a\u0635\u0648\u06cc\u0631 \u062d\u0630\u0641 \u062e\u0648\u0627\u0647\u062f \u0634\u062f",
118
+ "Replace": "\u062c\u0627\u06cc\u06af\u0632\u06cc\u0646 \u06a9\u0631\u062f\u0646",
119
+ "Uploading": "\u0622\u067e\u0644\u0648\u062f",
120
+ "Loading image": "\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u062a\u0635\u0648\u06cc\u0631",
121
+ "Display": "\u0646\u0634\u0627\u0646 \u062f\u0627\u062f\u0646",
122
+ "Inline": "\u062e\u0637\u06cc",
123
+ "Break Text": "\u0634\u06a9\u0633\u062a\u0646 \u0627\u0633\u062a\u0631\u0627\u062d\u062a",
124
+ "Alternate Text": "\u0645\u062a\u0646 \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646",
125
+ "Change Size": "\u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062f\u0627\u0632\u0647",
126
+ "Width": "\u0639\u0631\u0636",
127
+ "Height": "\u0627\u0631\u062a\u0641\u0627\u0639",
128
+ "Something went wrong. Please try again.": "\u0686\u06cc\u0632\u06cc \u0631\u0627 \u0627\u0634\u062a\u0628\u0627\u0647 \u0631\u0641\u062a\u002e \u0644\u0637\u0641\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f\u002e",
129
+ "Image Caption": "عنوان تصویر",
130
+ "Advanced Edit": "ویرایش پیشرفته",
131
+
132
+ // Video
133
+ "Insert Video": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06cc\u0644 \u062a\u0635\u0648\u06cc\u0631\u06cc",
134
+ "Embedded Code": "\u06a9\u062f \u062c\u0627\u0633\u0627\u0632\u06cc \u0634\u062f\u0647",
135
+
136
+ // Tables
137
+ "Insert Table": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062c\u062f\u0648\u0644",
138
+ "Table Header": "\u0647\u062f\u0631 \u062c\u062f\u0648\u0644",
139
+ "Remove Table": "\u062d\u0630\u0641 \u062c\u062f\u0648\u0644",
140
+ "Table Style": "\u0633\u0628\u06a9 \u062c\u062f\u0648\u0644",
141
+ "Horizontal Align": "\u062a\u0646\u0638\u06cc\u0645 \u0627\u0641\u0642\u06cc",
142
+ "Row": "\u0633\u0637\u0631",
143
+ "Insert row above": "\u062f\u0631\u062c \u0631\u062f\u06cc\u0641 \u062f\u0631 \u0628\u0627\u0644\u0627",
144
+ "Insert row below": "\u0633\u0637\u0631 \u0632\u06cc\u0631 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",
145
+ "Delete row": "\u062d\u0630\u0641 \u0633\u0637\u0631",
146
+ "Column": "\u0633\u062a\u0648\u0646",
147
+ "Insert column before": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0642\u0628\u0644",
148
+ "Insert column after": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0628\u0639\u062f",
149
+ "Delete column": "\u062d\u0630\u0641 \u0633\u062a\u0648\u0646",
150
+ "Cell": "\u0633\u0644\u0648\u0644",
151
+ "Merge cells": "\u0627\u062f\u063a\u0627\u0645 \u0633\u0644\u0648\u0644\u200c\u0647\u0627",
152
+ "Horizontal split": "\u062a\u0642\u0633\u06cc\u0645 \u0627\u0641\u0642\u06cc",
153
+ "Vertical split": "\u062a\u0642\u0633\u06cc\u0645 \u0639\u0645\u0648\u062f\u06cc",
154
+ "Cell Background": "\u067e\u0633 \u0632\u0645\u06cc\u0646\u0647 \u0647\u0645\u0631\u0627\u0647",
155
+ "Vertical Align": "\u0631\u062f\u06cc\u0641 \u0639\u0645\u0648\u062f\u06cc",
156
+ "Top": "\u0628\u0627\u0644\u0627",
157
+ "Middle": "\u0645\u062a\u0648\u0633\u0637",
158
+ "Bottom": "\u067e\u0627\u06cc\u06cc\u0646",
159
+ "Align Top": "\u062a\u0631\u0627\u0632 \u0628\u0627\u0644\u0627\u06cc",
160
+ "Align Middle": "\u062a\u0631\u0627\u0632 \u0648\u0633\u0637",
161
+ "Align Bottom": "\u062a\u0631\u0627\u0632 \u067e\u0627\u06cc\u06cc\u0646",
162
+ "Cell Style": "\u0633\u0628\u06a9 \u0647\u0627\u06cc \u0647\u0645\u0631\u0627\u0647",
163
+
164
+ // Files
165
+ "Upload File": "\u0622\u067e\u0644\u0648\u062f \u0641\u0627\u06cc\u0644",
166
+ "Drop file": "\u0627\u0641\u062a \u0641\u0627\u06cc\u0644",
167
+
168
+ // Emoticons
169
+ "Emoticons": "\u0634\u06a9\u0644\u06a9 \u0647\u0627",
170
+ "Grinning face": "\u0686\u0647\u0631\u0647 \u067e\u0648\u0632\u062e\u0646\u062f",
171
+ "Grinning face with smiling eyes": "\u0686\u0647\u0631\u0647 \u067e\u0648\u0632\u062e\u0646\u062f \u0628\u0627 \u0686\u0634\u0645\u0627\u0646 \u062e\u0646\u062f\u0627\u0646",
172
+ "Face with tears of joy": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0627\u0634\u06a9 \u0634\u0627\u062f\u06cc",
173
+ "Smiling face with open mouth": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632",
174
+ "Smiling face with open mouth and smiling eyes": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632 \u0648 \u062e\u0646\u062f\u0627\u0646 \u0686\u0634\u0645",
175
+ "Smiling face with open mouth and cold sweat": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632 \u0648 \u0639\u0631\u0642 \u0633\u0631\u062f",
176
+ "Smiling face with open mouth and tightly-closed eyes": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632 \u0648 \u0686\u0634\u0645 \u062f\u0631\u0628\u062f\u0627\u0631",
177
+ "Smiling face with halo": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u0647\u0627\u0644\u0647",
178
+ "Smiling face with horns": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u0634\u0627\u062e",
179
+ "Winking face": "\u062d\u0631\u06a9\u062a \u067e\u0630\u06cc\u0631\u06cc",
180
+ "Smiling face with smiling eyes": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u0686\u0634\u0645 \u0644\u0628\u062e\u0646\u062f",
181
+ "Face savoring delicious food": "\u0686\u0647\u0631\u0647 \u0644\u0630\u06cc\u0630 \u063a\u0630\u0627\u06cc \u062e\u0648\u0634\u0645\u0632\u0647",
182
+ "Relieved face": "\u0686\u0647\u0631\u0647 \u0631\u0647\u0627",
183
+ "Smiling face with heart-shaped eyes": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u0686\u0634\u0645 \u0628\u0647 \u0634\u06a9\u0644 \u0642\u0644\u0628",
184
+ "Smiling face with sunglasses": "\u0686\u0647\u0631\u0647 \u062e\u0646\u062f\u0627\u0646 \u0628\u0627 \u0639\u06cc\u0646\u06a9 \u0622\u0641\u062a\u0627\u0628\u06cc",
185
+ "Smirking face": "\u067e\u0648\u0632\u062e\u0646\u062f \u0686\u0647\u0631\u0647",
186
+ "Neutral face": "\u0686\u0647\u0631\u0647 \u0647\u0627\u06cc \u062e\u0646\u062b\u06cc",
187
+ "Expressionless face": "\u0686\u0647\u0631\u0647 \u0646\u0627\u06af\u0648\u06cc\u0627",
188
+ "Unamused face": "\u0686\u0647\u0631\u0647 \u062e\u0648\u0634\u062d\u0627\u0644 \u0646\u06cc\u0633\u062a",
189
+ "Face with cold sweat": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0639\u0631\u0642 \u0633\u0631\u062f",
190
+ "Pensive face": "\u0686\u0647\u0631\u0647 \u0627\u0641\u0633\u0631\u062f\u0647",
191
+ "Confused face": "\u0686\u0647\u0631\u0647 \u0627\u0634\u062a\u0628\u0627\u0647",
192
+ "Confounded face": "\u0686\u0647\u0631\u0647 \u0633\u0631 \u062f\u0631 \u06af\u0645",
193
+ "Kissing face": "\u0628\u0648\u0633\u06cc\u062f\u0646 \u0635\u0648\u0631\u062a",
194
+ "Face throwing a kiss": "\u0686\u0647\u0631\u0647 \u067e\u0631\u062a\u0627\u0628 \u06cc\u06a9 \u0628\u0648\u0633\u0647",
195
+ "Kissing face with smiling eyes": "\u0628\u0648\u0633\u06cc\u062f\u0646 \u0686\u0647\u0631\u0647 \u0628\u0627 \u0686\u0634\u0645 \u0644\u0628\u062e\u0646\u062f",
196
+ "Kissing face with closed eyes": "\u0628\u0648\u0633\u06cc\u062f\u0646 \u0635\u0648\u0631\u062a \u0628\u0627 \u0686\u0634\u0645\u0627\u0646 \u0628\u0633\u062a\u0647",
197
+ "Face with stuck out tongue": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u06af\u06cc\u0631 \u06a9\u0631\u062f\u0646 \u0632\u0628\u0627\u0646",
198
+ "Face with stuck out tongue and winking eye": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0632\u0628\u0627\u0646 \u06af\u06cc\u0631 \u06a9\u0631\u062f\u0646 \u0648 \u062d\u0631\u06a9\u062a \u0686\u0634\u0645",
199
+ "Face with stuck out tongue and tightly-closed eyes": "\u0635\u0648\u0631\u062a \u0628\u0627 \u0632\u0628\u0627\u0646 \u06af\u06cc\u0631 \u06a9\u0631\u062f\u0646 \u0648 \u0686\u0634\u0645 \u0631\u0627 \u0645\u062d\u06a9\u0645 \u0628\u0633\u062a\u0647",
200
+ "Disappointed face": "\u0686\u0647\u0631\u0647 \u0646\u0627 \u0627\u0645\u06cc\u062f",
201
+ "Worried face": "\u0686\u0647\u0631\u0647 \u0646\u06af\u0631\u0627\u0646",
202
+ "Angry face": "\u0686\u0647\u0631\u0647 \u0639\u0635\u0628\u0627\u0646\u06cc",
203
+ "Pouting face": "\u0628\u063a \u0686\u0647\u0631\u0647",
204
+ "Crying face": "\u06af\u0631\u06cc\u0647 \u0686\u0647\u0631\u0647",
205
+ "Persevering face": "\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc \u0686\u0647\u0631\u0647",
206
+ "Face with look of triumph": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0646\u06af\u0627\u0647\u06cc \u0627\u0632 \u067e\u06cc\u0631\u0648\u0632\u06cc",
207
+ "Disappointed but relieved face": "\u0646\u0627 \u0627\u0645\u06cc\u062f \u0627\u0645\u0627 \u0622\u0633\u0648\u062f\u0647 \u0686\u0647\u0631\u0647",
208
+ "Frowning face with open mouth": "\u0627\u062e\u0645 \u0635\u0648\u0631\u062a \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632",
209
+ "Anguished face": "\u0686\u0647\u0631\u0647 \u0646\u06af\u0631\u0627\u0646",
210
+ "Fearful face": "\u0686\u0647\u0631\u0647 \u062a\u0631\u0633",
211
+ "Weary face": "\u0686\u0647\u0631\u0647 \u062e\u0633\u062a\u0647",
212
+ "Sleepy face": "\u0686\u0647\u0631\u0647 \u062e\u0648\u0627\u0628 \u0622\u0644\u0648\u062f",
213
+ "Tired face": "\u0686\u0647\u0631\u0647 \u062e\u0633\u062a\u0647",
214
+ "Grimacing face": "\u0627\u0634 \u0686\u0647\u0631\u0647",
215
+ "Loudly crying face": "\u0646\u062f\u0627\u06cc\u06cc \u0631\u0633\u0627 \u06af\u0631\u06cc\u0647 \u0686\u0647\u0631\u0647",
216
+ "Face with open mouth": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632",
217
+ "Hushed face": "\u0686\u0647\u0631\u0647 \u0633\u06a9\u0648\u062a",
218
+ "Face with open mouth and cold sweat": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u062f\u0647\u0627\u0646 \u0628\u0627\u0632 \u0648 \u0639\u0631\u0642 \u0633\u0631\u062f",
219
+ "Face screaming in fear": "\u0686\u0647\u0631\u0647 \u062c\u06cc\u063a \u062f\u0631 \u062a\u0631\u0633",
220
+ "Astonished face": "\u0686\u0647\u0631\u0647 \u0634\u06af\u0641\u062a \u0632\u062f\u0647",
221
+ "Flushed face": "\u0686\u0647\u0631\u0647 \u0628\u0631\u0627\u0641\u0631\u0648\u062e\u062a\u0647",
222
+ "Sleeping face": "\u062e\u0648\u0627\u0628 \u0686\u0647\u0631\u0647",
223
+ "Dizzy face": "\u0686\u0647\u0631\u0647 \u062f\u06cc\u0632\u06cc",
224
+ "Face without mouth": "\u0686\u0647\u0631\u0647 \u0628\u062f\u0648\u0646 \u062f\u0647\u0627\u0646",
225
+ "Face with medical mask": "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0645\u0627\u0633\u06a9 \u0647\u0627\u06cc \u067e\u0632\u0634\u06a9\u06cc",
226
+
227
+ // Line breaker
228
+ "Break": "\u0634\u06a9\u0633\u062a\u0646",
229
+
230
+ // Math
231
+ "Subscript": "\u067e\u0627\u064a\u064a\u0646 \u0646\u0648\u064a\u0633",
232
+ "Superscript": "\u0628\u0627\u0644\u0627 \u0646\u06af\u0627\u0634\u062a",
233
+
234
+ // Full screen
235
+ "Fullscreen": "\u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "\u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u0627\u0641\u0642\u06cc \u062e\u0637",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "\u062d\u0630\u0641 \u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc",
242
+
243
+ // Undo, redo
244
+ "Undo": "\u0628\u0627\u0637\u0644 \u06a9\u0631\u062f\u0646",
245
+ "Redo": "\u0627\u0646\u062c\u0627\u0645 \u062f\u0648\u0628\u0627\u0631\u0647",
246
+
247
+ // Select all
248
+ "Select All": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647",
249
+
250
+ // Code view
251
+ "Code View": "\u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u062f",
252
+
253
+ // Quote
254
+ "Quote": "\u0646\u0642\u0644 \u0642\u0648\u0644",
255
+ "Increase": "\u0627\u0641\u0632\u0627\u06cc\u0634 \u062f\u0627\u062f\u0646",
256
+ "Decrease": "\u0646\u0632\u0648\u0644 \u06a9\u0631\u062f\u0646",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "\u062f\u0631\u062c \u0633\u0631\u06cc\u0639",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "کاراکترهای خاص",
263
+ "Latin": "لاتین",
264
+ "Greek": "یونانی",
265
+ "Cyrillic": "سیریلیک",
266
+ "Punctuation": "نقطه گذاری",
267
+ "Currency": "واحد پول",
268
+ "Arrows": "فلش ها",
269
+ "Math": "ریاضی",
270
+ "Misc": "متاسفم",
271
+
272
+ // Print.
273
+ "Print": "چاپ",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "بررسی کننده غلط املایی",
277
+
278
+ // Help
279
+ "Help": "کمک",
280
+ "Shortcuts": "کلید های میانبر",
281
+ "Inline Editor": "ویرایشگر خطی",
282
+ "Show the editor": "ویرایشگر را نشان بده",
283
+ "Common actions": "اقدامات مشترک",
284
+ "Copy": "کپی کنید",
285
+ "Cut": "برش",
286
+ "Paste": "چسباندن",
287
+ "Basic Formatting": "قالب بندی اولیه",
288
+ "Increase quote level": "افزایش سطح نقل قول",
289
+ "Decrease quote level": "کاهش میزان نقل قول",
290
+ "Image / Video": "تصویر / ویدئو",
291
+ "Resize larger": "تغییر اندازه بزرگتر",
292
+ "Resize smaller": "تغییر اندازه کوچکتر",
293
+ "Table": "جدول",
294
+ "Select table cell": "سلول جدول را انتخاب کنید",
295
+ "Extend selection one cell": "انتخاب یک سلول را گسترش دهید",
296
+ "Extend selection one row": "یک ردیف را انتخاب کنید",
297
+ "Navigation": "جهت یابی",
298
+ "Focus popup / toolbar": "تمرکز پنجره / نوار ابزار",
299
+ "Return focus to previous position": "تمرکز بازگشت به موقعیت قبلی",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "آدرس جاسازی",
303
+ "Paste in a URL to embed": "یک URL برای جاسازی کپی کنید",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "محتوای جا به جا از یک سند Word Microsoft می آید. آیا می خواهید فرمت را نگه دارید یا پاک کنید؟",
307
+ "Keep": "نگاه داشتن",
308
+ "Clean": "پاک کن",
309
+ "Word Paste Detected": "کلمه رب تشخیص داده شده است"
310
+ },
311
+ direction: "rtl"
312
+ };
313
+
314
+ }));