activeadmin_froala_editor 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  5. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  44. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor_input.js +32 -5
  86. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +12 -0
  87. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  141. data/lib/activeadmin/froala_editor/version.rb +1 -1
  142. metadata +154 -17
  143. data/.gitignore +0 -3
  144. data/Gemfile +0 -4
  145. data/activeadmin_froala_editor.gemspec +0 -19
  146. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  147. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  148. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  149. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  150. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 Froala Labs
5
5
  */
6
6
 
7
- (function (factory) {
8
- if (typeof define === 'function' && define.amd) {
9
- // AMD. Register as an anonymous module.
10
- define(['jquery'], factory);
11
- } else if (typeof module === 'object' && module.exports) {
12
- // Node/CommonJS
13
- module.exports = function( root, jQuery ) {
14
- if ( jQuery === undefined ) {
15
- // require('jQuery') returns a factory that requires window to
16
- // build a jQuery instance, we normalize how we use modules
17
- // that require this pattern but the window provided is a noop
18
- // if it's defined (how jquery works)
19
- if ( typeof window !== 'undefined' ) {
20
- jQuery = require('jquery');
21
- }
22
- else {
23
- jQuery = require('jquery')(root);
24
- }
25
- }
26
- return factory(jQuery);
27
- };
28
- } else {
29
- // Browser globals
30
- factory(window.jQuery);
31
- }
32
- }(function ($) {
33
- /**
34
- * 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
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Persian
17
+ */
18
+ FE.LANGUAGE['fa'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "\u0686\u06CC\u0632\u06CC \u0628\u0646\u0648\u06CC\u0633\u06CC\u062F",
22
+ // Basic formatting
23
+ 'Bold': 'ضخیم',
24
+ 'Italic': 'خط کج',
25
+ 'Underline': 'خط زیر',
26
+ 'Strikethrough': "\u062E\u0637 \u062E\u0648\u0631\u062F\u0647",
27
+ // Main buttons
28
+ 'Insert': "\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",
29
+ 'Delete': "\u062D\u0630\u0641 \u06A9\u0631\u062F\u0646",
30
+ 'Cancel': "\u0644\u063A\u0648",
31
+ 'OK': "\u0628\u0627\u0634\u0647",
32
+ 'Back': "\u0628\u0647 \u0639\u0642\u0628",
33
+ 'Remove': "\u0628\u0631\u062F\u0627\u0634\u062A\u0646",
34
+ 'More': "\u0628\u06CC\u0634\u062A\u0631",
35
+ 'Update': "\u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC",
36
+ 'Style': "\u0633\u0628\u06A9",
37
+ // Font
38
+ 'Font Family': "\u0642\u0644\u0645",
39
+ 'Font Size': "\u0627\u0646\u062F\u0627\u0632\u0647 \u0642\u0644\u0645",
40
+ // Colors
41
+ 'Colors': "\u0631\u0646\u06AF",
42
+ 'Background': "\u0632\u0645\u06CC\u0646\u0647 \u0645\u062A\u0646",
43
+ 'Text': "\u0645\u062A\u0646",
44
+ 'HEX Color': 'کد رنگ',
45
+ // Paragraphs
46
+ 'Paragraph Format': "\u0642\u0627\u0644\u0628",
47
+ 'Normal': "\u0637\u0628\u06CC\u0639\u06CC - Normal",
48
+ 'Code': "\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u0647\u0627 - Code",
49
+ 'Heading 1': "\u0633\u0631\u200C\u0635\u0641\u062D\u0647 1",
50
+ 'Heading 2': "\u0633\u0631\u200C\u0635\u0641\u062D\u0647 2",
51
+ 'Heading 3': "\u0633\u0631\u200C\u0635\u0641\u062D\u0647 3",
52
+ 'Heading 4': "\u0633\u0631\u200C\u0635\u0641\u062D\u0647 4",
53
+ // Style
54
+ 'Paragraph Style': "\u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0633\u0628\u06A9",
55
+ 'Inline Style': "\u062E\u0637\u06CC \u0633\u0628\u06A9",
56
+ // Alignment
57
+ 'Align': "\u0631\u062F\u06CC\u0641 \u0628\u0646\u062F\u06CC \u0646\u0648\u0634\u062A\u0647",
58
+ 'Align Left': "\u0686\u067E \u0686\u06CC\u0646",
59
+ 'Align Center': "\u0648\u0633\u0637 \u0686\u06CC\u0646",
60
+ 'Align Right': "\u0631\u0627\u0633\u062A \u0686\u06CC\u0646",
61
+ 'Align Justify': "\u0645\u0633\u0627\u0648\u06CC \u0627\u0632 \u0637\u0631\u0641\u06CC\u0646",
62
+ 'None': "\u0647\u06CC\u0686",
63
+ // Lists
64
+ 'Ordered List': "\u0644\u06CC\u0633\u062A \u0634\u0645\u0627\u0631\u0647 \u0627\u06CC",
65
+ 'Unordered List': "\u0644\u06CC\u0633\u062A \u062F\u0627\u06CC\u0631\u0647 \u0627\u06CC",
66
+ // Indent
67
+ 'Decrease Indent': "\u06A9\u0627\u0647\u0634 \u062A\u0648 \u0631\u0641\u062A\u06AF\u06CC",
68
+ 'Increase Indent': "\u0627\u0641\u0632\u0627\u06CC\u0634 \u062A\u0648 \u0631\u0641\u062A\u06AF\u06CC",
69
+ // Links
70
+ 'Insert Link': "\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0644\u06CC\u0646\u06A9",
71
+ 'Open in new tab': "\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u0628\u0631\u06AF\u0647 \u062C\u062F\u06CC\u062F",
72
+ 'Open Link': "\u0644\u06CC\u0646\u06A9 \u0647\u0627\u06CC \u0628\u0627\u0632",
73
+ 'Edit Link': "\u0644\u06CC\u0646\u06A9 \u0648\u06CC\u0631\u0627\u06CC\u0634",
74
+ 'Unlink': "\u062D\u0630\u0641 \u0644\u06CC\u0646\u06A9",
75
+ 'Choose Link': "\u0644\u06CC\u0646\u06A9 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",
76
+ // Images
77
+ 'Insert Image': "\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u062A\u0635\u0648\u06CC\u0631",
78
+ 'Upload Image': "\u0622\u067E\u0644\u0648\u062F \u062A\u0635\u0648\u06CC\u0631",
79
+ 'By URL': "URL \u062A\u0648\u0633\u0637",
80
+ 'Browse': "\u0641\u0647\u0631\u0633\u062A",
81
+ 'Drop image': "\u062A\u0635\u0648\u06CC\u0631 \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u06CC\u0646\u062F\u0627\u0632\u06CC\u062F",
82
+ 'or click': "\u06CC\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",
83
+ 'Manage Images': "\u0645\u062F\u06CC\u0631\u06CC\u062A \u062A\u0635\u0627\u0648\u06CC\u0631",
84
+ 'Loading': "\u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",
85
+ 'Deleting': "\u062D\u0630\u0641",
86
+ 'Tags': "\u0628\u0631\u0686\u0633\u0628 \u0647\u0627",
87
+ '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",
88
+ 'Replace': "\u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06A9\u0631\u062F\u0646",
89
+ 'Uploading': "\u0622\u067E\u0644\u0648\u062F",
90
+ 'Loading image': "\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u062A\u0635\u0648\u06CC\u0631",
91
+ 'Display': "\u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0646",
92
+ 'Inline': "\u062E\u0637\u06CC",
93
+ 'Break Text': "\u0634\u06A9\u0633\u062A\u0646 \u0627\u0633\u062A\u0631\u0627\u062D\u062A",
94
+ 'Alternative Text': "\u0645\u062A\u0646 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646",
95
+ 'Change Size': "\u062A\u063A\u06CC\u06CC\u0631 \u0627\u0646\u062F\u0627\u0632\u0647",
96
+ 'Width': "\u0639\u0631\u0636",
97
+ 'Height': "\u0627\u0631\u062A\u0641\u0627\u0639",
98
+ 'Something went wrong. Please try again.': 'خطایی رخ داده است ، لطفا مجددا تلاش کنید',
99
+ 'Image Caption': 'عنوان تصویر',
100
+ 'Advanced Edit': 'ویرایش پیشرفته',
101
+ // Video
102
+ 'Insert Video': "\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644 \u062A\u0635\u0648\u06CC\u0631\u06CC",
103
+ 'Embedded Code': "\u06A9\u062F \u062C\u0627\u0633\u0627\u0632\u06CC \u0634\u062F\u0647",
104
+ 'Paste in a video URL': 'در URL ویدیو وارد کنید',
105
+ 'Drop video': 'رها کردن ویدیو',
106
+ 'Your browser does not support HTML5 video.': 'مرورگر شما ویدیو HTML5 را پشتیبانی نمی کند.',
107
+ 'Upload Video': 'آپلود ویدیو',
108
+ // Tables
109
+ 'Insert Table': "\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u062C\u062F\u0648\u0644",
110
+ 'Table Header': "\u0647\u062F\u0631 \u062C\u062F\u0648\u0644",
111
+ 'Remove Table': "\u062D\u0630\u0641 \u062C\u062F\u0648\u0644",
112
+ 'Table Style': "\u0633\u0628\u06A9 \u062C\u062F\u0648\u0644",
113
+ 'Horizontal Align': "\u062A\u0646\u0638\u06CC\u0645 \u0627\u0641\u0642\u06CC",
114
+ 'Row': "\u0633\u0637\u0631",
115
+ 'Insert row above': "\u062F\u0631\u062C \u0631\u062F\u06CC\u0641 \u062F\u0631 \u0628\u0627\u0644\u0627",
116
+ 'Insert row below': "\u0633\u0637\u0631 \u0632\u06CC\u0631 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",
117
+ 'Delete row': "\u062D\u0630\u0641 \u0633\u0637\u0631",
118
+ 'Column': "\u0633\u062A\u0648\u0646",
119
+ 'Insert column before': "\u062F\u0631\u062C \u0633\u062A\u0648\u0646 \u0642\u0628\u0644",
120
+ 'Insert column after': "\u062F\u0631\u062C \u0633\u062A\u0648\u0646 \u0628\u0639\u062F",
121
+ 'Delete column': "\u062D\u0630\u0641 \u0633\u062A\u0648\u0646",
122
+ 'Cell': "\u0633\u0644\u0648\u0644",
123
+ 'Merge cells': "\u0627\u062F\u063A\u0627\u0645 \u0633\u0644\u0648\u0644\u200C\u0647\u0627",
124
+ 'Horizontal split': "\u062A\u0642\u0633\u06CC\u0645 \u0627\u0641\u0642\u06CC",
125
+ 'Vertical split': "\u062A\u0642\u0633\u06CC\u0645 \u0639\u0645\u0648\u062F\u06CC",
126
+ 'Cell Background': "\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0647\u0645\u0631\u0627\u0647",
127
+ 'Vertical Align': "\u0631\u062F\u06CC\u0641 \u0639\u0645\u0648\u062F\u06CC",
128
+ 'Top': "\u0628\u0627\u0644\u0627",
129
+ 'Middle': "\u0645\u062A\u0648\u0633\u0637",
130
+ 'Bottom': "\u067E\u0627\u06CC\u06CC\u0646",
131
+ 'Align Top': "\u062A\u0631\u0627\u0632 \u0628\u0627\u0644\u0627\u06CC",
132
+ 'Align Middle': "\u062A\u0631\u0627\u0632 \u0648\u0633\u0637",
133
+ 'Align Bottom': "\u062A\u0631\u0627\u0632 \u067E\u0627\u06CC\u06CC\u0646",
134
+ 'Cell Style': "\u0633\u0628\u06A9 \u0647\u0627\u06CC \u0647\u0645\u0631\u0627\u0647",
135
+ // Files
136
+ 'Upload File': "\u0622\u067E\u0644\u0648\u062F \u0641\u0627\u06CC\u0644",
137
+ 'Drop file': "\u0627\u0641\u062A \u0641\u0627\u06CC\u0644",
138
+ // Emoticons
139
+ 'Emoticons': "\u0634\u06A9\u0644\u06A9 \u0647\u0627",
140
+ 'Grinning face': "\u0686\u0647\u0631\u0647 \u067E\u0648\u0632\u062E\u0646\u062F",
141
+ '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",
142
+ 'Face with tears of joy': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0627\u0634\u06A9 \u0634\u0627\u062F\u06CC",
143
+ 'Smiling face with open mouth': "\u0686\u0647\u0631\u0647 \u062E\u0646\u062F\u0627\u0646 \u0628\u0627 \u062F\u0647\u0627\u0646 \u0628\u0627\u0632",
144
+ '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",
145
+ '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",
146
+ '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",
147
+ 'Smiling face with halo': "\u0686\u0647\u0631\u0647 \u062E\u0646\u062F\u0627\u0646 \u0628\u0627 \u0647\u0627\u0644\u0647",
148
+ 'Smiling face with horns': "\u0686\u0647\u0631\u0647 \u062E\u0646\u062F\u0627\u0646 \u0628\u0627 \u0634\u0627\u062E",
149
+ 'Winking face': "\u062D\u0631\u06A9\u062A \u067E\u0630\u06CC\u0631\u06CC",
150
+ 'Smiling face with smiling eyes': "\u0686\u0647\u0631\u0647 \u062E\u0646\u062F\u0627\u0646 \u0628\u0627 \u0686\u0634\u0645 \u0644\u0628\u062E\u0646\u062F",
151
+ 'Face savoring delicious food': "\u0686\u0647\u0631\u0647 \u0644\u0630\u06CC\u0630 \u063A\u0630\u0627\u06CC \u062E\u0648\u0634\u0645\u0632\u0647",
152
+ 'Relieved face': "\u0686\u0647\u0631\u0647 \u0631\u0647\u0627",
153
+ '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",
154
+ '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",
155
+ 'Smirking face': "\u067E\u0648\u0632\u062E\u0646\u062F \u0686\u0647\u0631\u0647",
156
+ 'Neutral face': "\u0686\u0647\u0631\u0647 \u0647\u0627\u06CC \u062E\u0646\u062B\u06CC",
157
+ 'Expressionless face': "\u0686\u0647\u0631\u0647 \u0646\u0627\u06AF\u0648\u06CC\u0627",
158
+ 'Unamused face': "\u0686\u0647\u0631\u0647 \u062E\u0648\u0634\u062D\u0627\u0644 \u0646\u06CC\u0633\u062A",
159
+ 'Face with cold sweat': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0639\u0631\u0642 \u0633\u0631\u062F",
160
+ 'Pensive face': "\u0686\u0647\u0631\u0647 \u0627\u0641\u0633\u0631\u062F\u0647",
161
+ 'Confused face': "\u0686\u0647\u0631\u0647 \u0627\u0634\u062A\u0628\u0627\u0647",
162
+ 'Confounded face': "\u0686\u0647\u0631\u0647 \u0633\u0631 \u062F\u0631 \u06AF\u0645",
163
+ 'Kissing face': "\u0628\u0648\u0633\u06CC\u062F\u0646 \u0635\u0648\u0631\u062A",
164
+ 'Face throwing a kiss': "\u0686\u0647\u0631\u0647 \u067E\u0631\u062A\u0627\u0628 \u06CC\u06A9 \u0628\u0648\u0633\u0647",
165
+ '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",
166
+ '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",
167
+ 'Face with stuck out tongue': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u06AF\u06CC\u0631 \u06A9\u0631\u062F\u0646 \u0632\u0628\u0627\u0646",
168
+ '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",
169
+ '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",
170
+ 'Disappointed face': "\u0686\u0647\u0631\u0647 \u0646\u0627 \u0627\u0645\u06CC\u062F",
171
+ 'Worried face': "\u0686\u0647\u0631\u0647 \u0646\u06AF\u0631\u0627\u0646",
172
+ 'Angry face': "\u0686\u0647\u0631\u0647 \u0639\u0635\u0628\u0627\u0646\u06CC",
173
+ 'Pouting face': "\u0628\u063A \u0686\u0647\u0631\u0647",
174
+ 'Crying face': "\u06AF\u0631\u06CC\u0647 \u0686\u0647\u0631\u0647",
175
+ 'Persevering face': "\u067E\u0627\u06CC\u062F\u0627\u0631\u06CC \u0686\u0647\u0631\u0647",
176
+ 'Face with look of triumph': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0646\u06AF\u0627\u0647\u06CC \u0627\u0632 \u067E\u06CC\u0631\u0648\u0632\u06CC",
177
+ 'Disappointed but relieved face': "\u0646\u0627 \u0627\u0645\u06CC\u062F \u0627\u0645\u0627 \u0622\u0633\u0648\u062F\u0647 \u0686\u0647\u0631\u0647",
178
+ 'Frowning face with open mouth': "\u0627\u062E\u0645 \u0635\u0648\u0631\u062A \u0628\u0627 \u062F\u0647\u0627\u0646 \u0628\u0627\u0632",
179
+ 'Anguished face': "\u0686\u0647\u0631\u0647 \u0646\u06AF\u0631\u0627\u0646",
180
+ 'Fearful face': "\u0686\u0647\u0631\u0647 \u062A\u0631\u0633",
181
+ 'Weary face': "\u0686\u0647\u0631\u0647 \u062E\u0633\u062A\u0647",
182
+ 'Sleepy face': "\u0686\u0647\u0631\u0647 \u062E\u0648\u0627\u0628 \u0622\u0644\u0648\u062F",
183
+ 'Tired face': "\u0686\u0647\u0631\u0647 \u062E\u0633\u062A\u0647",
184
+ 'Grimacing face': "\u0627\u0634 \u0686\u0647\u0631\u0647",
185
+ 'Loudly crying face': "\u0646\u062F\u0627\u06CC\u06CC \u0631\u0633\u0627 \u06AF\u0631\u06CC\u0647 \u0686\u0647\u0631\u0647",
186
+ 'Face with open mouth': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u062F\u0647\u0627\u0646 \u0628\u0627\u0632",
187
+ 'Hushed face': "\u0686\u0647\u0631\u0647 \u0633\u06A9\u0648\u062A",
188
+ '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",
189
+ 'Face screaming in fear': "\u0686\u0647\u0631\u0647 \u062C\u06CC\u063A \u062F\u0631 \u062A\u0631\u0633",
190
+ 'Astonished face': "\u0686\u0647\u0631\u0647 \u0634\u06AF\u0641\u062A \u0632\u062F\u0647",
191
+ 'Flushed face': "\u0686\u0647\u0631\u0647 \u0628\u0631\u0627\u0641\u0631\u0648\u062E\u062A\u0647",
192
+ 'Sleeping face': "\u062E\u0648\u0627\u0628 \u0686\u0647\u0631\u0647",
193
+ 'Dizzy face': "\u0686\u0647\u0631\u0647 \u062F\u06CC\u0632\u06CC",
194
+ 'Face without mouth': "\u0686\u0647\u0631\u0647 \u0628\u062F\u0648\u0646 \u062F\u0647\u0627\u0646",
195
+ 'Face with medical mask': "\u0686\u0647\u0631\u0647 \u0628\u0627 \u0645\u0627\u0633\u06A9 \u0647\u0627\u06CC \u067E\u0632\u0634\u06A9\u06CC",
196
+ // Line breaker
197
+ 'Break': "\u0634\u06A9\u0633\u062A\u0646",
198
+ // Math
199
+ 'Subscript': "\u067E\u0627\u064A\u064A\u0646 \u0646\u0648\u064A\u0633",
200
+ 'Superscript': "\u0628\u0627\u0644\u0627 \u0646\u06AF\u0627\u0634\u062A",
201
+ // Full screen
202
+ 'Fullscreen': "\u062A\u0645\u0627\u0645 \u0635\u0641\u062D\u0647",
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': "\u0642\u0631\u0627\u0631 \u062F\u0627\u062F\u0646 \u0627\u0641\u0642\u06CC \u062E\u0637",
205
+ // Clear formatting
206
+ 'Clear Formatting': "\u062D\u0630\u0641 \u0642\u0627\u0644\u0628 \u0628\u0646\u062F\u06CC",
207
+ // Save
208
+ 'Save': "\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",
209
+ // Undo, redo
210
+ 'Undo': "\u0628\u0627\u0637\u0644 \u06A9\u0631\u062F\u0646",
211
+ 'Redo': "\u0627\u0646\u062C\u0627\u0645 \u062F\u0648\u0628\u0627\u0631\u0647",
212
+ // Select all
213
+ 'Select All': "\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",
214
+ // Code view
215
+ 'Code View': "\u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u062F",
216
+ // Quote
217
+ 'Quote': "\u0646\u0642\u0644 \u0642\u0648\u0644",
218
+ 'Increase': "\u0627\u0641\u0632\u0627\u06CC\u0634 \u062F\u0627\u062F\u0646",
219
+ 'Decrease': "\u0646\u0632\u0648\u0644 \u06A9\u0631\u062F\u0646",
220
+ // Quick Insert
221
+ 'Quick Insert': "\u062F\u0631\u062C \u0633\u0631\u06CC\u0639",
222
+ // Spcial Characters
223
+ 'Special Characters': 'کاراکترهای خاص',
224
+ 'Latin': 'لاتین',
225
+ 'Greek': 'یونانی',
226
+ 'Cyrillic': 'سیریلیک',
227
+ 'Punctuation': 'نقطه گذاری',
228
+ 'Currency': 'واحد پول',
229
+ 'Arrows': 'فلش ها',
230
+ 'Math': 'ریاضی',
231
+ 'Misc': 'متاسفم',
232
+ // Print.
233
+ 'Print': 'چاپ',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'بررسی کننده غلط املایی',
236
+ // Help
237
+ 'Help': 'کمک',
238
+ 'Shortcuts': 'کلید های میانبر',
239
+ 'Inline Editor': 'ویرایشگر خطی',
240
+ 'Show the editor': 'ویرایشگر را نشان بده',
241
+ 'Common actions': 'اقدامات مشترک',
242
+ 'Copy': 'کپی کنید',
243
+ 'Cut': 'برش',
244
+ 'Paste': 'چسباندن',
245
+ 'Basic Formatting': 'قالب بندی اولیه',
246
+ 'Increase quote level': 'افزایش سطح نقل قول',
247
+ 'Decrease quote level': 'کاهش میزان نقل قول',
248
+ 'Image / Video': 'تصویر / ویدئو',
249
+ 'Resize larger': 'تغییر اندازه بزرگتر',
250
+ 'Resize smaller': 'تغییر اندازه کوچکتر',
251
+ 'Table': 'جدول',
252
+ 'Select table cell': 'سلول جدول را انتخاب کنید',
253
+ 'Extend selection one cell': 'انتخاب یک سلول را گسترش دهید',
254
+ 'Extend selection one row': 'یک ردیف را انتخاب کنید',
255
+ 'Navigation': 'جهت یابی',
256
+ 'Focus popup / toolbar': 'تمرکز پنجره / نوار ابزار',
257
+ 'Return focus to previous position': 'تمرکز بازگشت به موقعیت قبلی',
258
+ // Embed.ly
259
+ 'Embed URL': 'آدرس جاسازی',
260
+ 'Paste in a URL to embed': 'یک URL برای جاسازی کپی کنید',
261
+ // Word Paste.
262
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'محتوای جا به جا از یک سند Word Microsoft می آید. آیا می خواهید فرمت را نگه دارید یا پاک کنید؟',
263
+ 'Keep': 'نگاه داشتن',
264
+ 'Clean': 'پاک کن',
265
+ 'Word Paste Detected': 'کلمه رب تشخیص داده شده است',
266
+ // Character Counter
267
+ 'Characters': 'شخصیت ها',
268
+ // More Buttons
269
+ 'More Text': 'متن بیشتر',
270
+ 'More Paragraph': 'پاراگراف بیشتر',
271
+ 'More Rich': 'بیشتر ثروتمند',
272
+ 'More Misc': 'بیشتر متفرقه'
273
+ },
274
+ direction: 'rtl'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=fa.js.map