wysiwyg-rails 2.8.1 → 2.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/froala_editor.min.js +2 -2
  3. data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
  4. data/app/assets/javascripts/languages/ar.js +2 -2
  5. data/app/assets/javascripts/languages/bs.js +2 -2
  6. data/app/assets/javascripts/languages/cs.js +2 -2
  7. data/app/assets/javascripts/languages/da.js +2 -2
  8. data/app/assets/javascripts/languages/de.js +2 -2
  9. data/app/assets/javascripts/languages/el.js +324 -0
  10. data/app/assets/javascripts/languages/en_ca.js +2 -2
  11. data/app/assets/javascripts/languages/en_gb.js +2 -2
  12. data/app/assets/javascripts/languages/es.js +2 -2
  13. data/app/assets/javascripts/languages/et.js +2 -2
  14. data/app/assets/javascripts/languages/fa.js +2 -2
  15. data/app/assets/javascripts/languages/fi.js +2 -2
  16. data/app/assets/javascripts/languages/fr.js +2 -2
  17. data/app/assets/javascripts/languages/he.js +2 -2
  18. data/app/assets/javascripts/languages/hr.js +2 -2
  19. data/app/assets/javascripts/languages/hu.js +2 -2
  20. data/app/assets/javascripts/languages/id.js +2 -2
  21. data/app/assets/javascripts/languages/it.js +2 -2
  22. data/app/assets/javascripts/languages/ja.js +2 -2
  23. data/app/assets/javascripts/languages/ko.js +3 -3
  24. data/app/assets/javascripts/languages/ku.js +311 -0
  25. data/app/assets/javascripts/languages/me.js +2 -2
  26. data/app/assets/javascripts/languages/nb.js +2 -2
  27. data/app/assets/javascripts/languages/nl.js +2 -2
  28. data/app/assets/javascripts/languages/pl.js +2 -2
  29. data/app/assets/javascripts/languages/pt_br.js +5 -5
  30. data/app/assets/javascripts/languages/pt_pt.js +2 -2
  31. data/app/assets/javascripts/languages/ro.js +2 -2
  32. data/app/assets/javascripts/languages/ru.js +2 -2
  33. data/app/assets/javascripts/languages/sk.js +2 -2
  34. data/app/assets/javascripts/languages/sr.js +2 -2
  35. data/app/assets/javascripts/languages/sv.js +2 -2
  36. data/app/assets/javascripts/languages/th.js +2 -2
  37. data/app/assets/javascripts/languages/tr.js +2 -2
  38. data/app/assets/javascripts/languages/uk.js +2 -2
  39. data/app/assets/javascripts/languages/vi.js +2 -2
  40. data/app/assets/javascripts/languages/zh_cn.js +2 -2
  41. data/app/assets/javascripts/languages/zh_tw.js +2 -2
  42. data/app/assets/javascripts/plugins/align.min.js +1 -1
  43. data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
  44. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
  45. data/app/assets/javascripts/plugins/code_view.min.js +1 -1
  46. data/app/assets/javascripts/plugins/colors.min.js +1 -1
  47. data/app/assets/javascripts/plugins/draggable.min.js +1 -1
  48. data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
  49. data/app/assets/javascripts/plugins/entities.min.js +1 -1
  50. data/app/assets/javascripts/plugins/file.min.js +2 -2
  51. data/app/assets/javascripts/plugins/font_family.min.js +1 -1
  52. data/app/assets/javascripts/plugins/font_size.min.js +2 -2
  53. data/app/assets/javascripts/plugins/forms.min.js +1 -1
  54. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
  55. data/app/assets/javascripts/plugins/help.min.js +1 -1
  56. data/app/assets/javascripts/plugins/image.min.js +2 -2
  57. data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
  58. data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
  59. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
  60. data/app/assets/javascripts/plugins/link.min.js +1 -1
  61. data/app/assets/javascripts/plugins/lists.min.js +1 -1
  62. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
  63. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
  64. data/app/assets/javascripts/plugins/print.min.js +1 -1
  65. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
  66. data/app/assets/javascripts/plugins/quote.min.js +1 -1
  67. data/app/assets/javascripts/plugins/save.min.js +2 -2
  68. data/app/assets/javascripts/plugins/special_characters.min.js +2 -2
  69. data/app/assets/javascripts/plugins/table.min.js +2 -2
  70. data/app/assets/javascripts/plugins/url.min.js +2 -2
  71. data/app/assets/javascripts/plugins/video.min.js +2 -2
  72. data/app/assets/javascripts/plugins/word_paste.min.js +2 -2
  73. data/app/assets/javascripts/third_party/embedly.min.js +2 -2
  74. data/app/assets/javascripts/third_party/image_aviary.min.js +1 -1
  75. data/app/assets/javascripts/third_party/spell_checker.min.js +2 -2
  76. data/app/assets/stylesheets/froala_editor.css +1 -1
  77. data/app/assets/stylesheets/froala_editor.min.css +1 -1
  78. data/app/assets/stylesheets/froala_editor.pkgd.css +1 -1
  79. data/app/assets/stylesheets/froala_editor.pkgd.min.css +1 -1
  80. data/app/assets/stylesheets/froala_style.css +1 -2
  81. data/app/assets/stylesheets/froala_style.min.css +2 -2
  82. data/app/assets/stylesheets/plugins/char_counter.css +1 -1
  83. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  84. data/app/assets/stylesheets/plugins/code_view.css +1 -1
  85. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  86. data/app/assets/stylesheets/plugins/colors.css +1 -1
  87. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  88. data/app/assets/stylesheets/plugins/draggable.css +1 -1
  89. data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
  90. data/app/assets/stylesheets/plugins/emoticons.css +1 -1
  91. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  92. data/app/assets/stylesheets/plugins/file.css +1 -1
  93. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  94. data/app/assets/stylesheets/plugins/fullscreen.css +1 -1
  95. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  96. data/app/assets/stylesheets/plugins/help.css +1 -1
  97. data/app/assets/stylesheets/plugins/help.min.css +1 -1
  98. data/app/assets/stylesheets/plugins/image.css +1 -1
  99. data/app/assets/stylesheets/plugins/image.min.css +1 -1
  100. data/app/assets/stylesheets/plugins/image_manager.css +1 -1
  101. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  102. data/app/assets/stylesheets/plugins/line_breaker.css +1 -1
  103. data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
  104. data/app/assets/stylesheets/plugins/quick_insert.css +1 -1
  105. data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
  106. data/app/assets/stylesheets/plugins/special_characters.css +1 -1
  107. data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
  108. data/app/assets/stylesheets/plugins/table.css +1 -1
  109. data/app/assets/stylesheets/plugins/table.min.css +1 -1
  110. data/app/assets/stylesheets/plugins/video.css +1 -1
  111. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  112. data/app/assets/stylesheets/themes/dark.css +1 -1
  113. data/app/assets/stylesheets/themes/dark.min.css +1 -1
  114. data/app/assets/stylesheets/themes/gray.css +1 -1
  115. data/app/assets/stylesheets/themes/gray.min.css +1 -1
  116. data/app/assets/stylesheets/themes/red.css +1 -1
  117. data/app/assets/stylesheets/themes/red.min.css +1 -1
  118. data/app/assets/stylesheets/themes/royal.css +1 -1
  119. data/app/assets/stylesheets/themes/royal.min.css +1 -1
  120. data/app/assets/stylesheets/third_party/embedly.css +1 -1
  121. data/app/assets/stylesheets/third_party/embedly.min.css +1 -1
  122. data/app/assets/stylesheets/third_party/spell_checker.css +1 -1
  123. data/app/assets/stylesheets/third_party/spell_checker.min.css +1 -1
  124. data/lib/wysiwyg-rails/version.rb +1 -1
  125. metadata +4 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['en_gb'] = {
121
121
  "Display": "Display",
122
122
  "Inline": "Inline",
123
123
  "Break Text": "Break Text",
124
- "Alternate Text": "Alternate Text",
124
+ "Alternative Text": "Alternative Text",
125
125
  "Change Size": "Change Size",
126
126
  "Width": "Width",
127
127
  "Height": "Height",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['es'] = {
121
121
  "Display": "Mostrar",
122
122
  "Inline": "En l\u00ednea",
123
123
  "Break Text": "Romper texto",
124
- "Alternate Text": "Texto alternativo",
124
+ "Alternative Text": "Texto alternativo",
125
125
  "Change Size": "Cambiar tama\u00f1o",
126
126
  "Width": "Ancho",
127
127
  "Height": "Altura",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['et'] = {
121
121
  "Display": "Kuvama",
122
122
  "Inline": "J\u00e4rjekorras",
123
123
  "Break Text": "Murdma teksti",
124
- "Alternate Text": "Asendusliikme teksti",
124
+ "Alternative Text": "Asendusliikme teksti",
125
125
  "Change Size": "Muuda suurust",
126
126
  "Width": "Laius",
127
127
  "Height": "K\u00f5rgus",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['fa'] = {
121
121
  "Display": "\u0646\u0634\u0627\u0646 \u062f\u0627\u062f\u0646",
122
122
  "Inline": "\u062e\u0637\u06cc",
123
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",
124
+ "Alternative Text": "\u0645\u062a\u0646 \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646",
125
125
  "Change Size": "\u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062f\u0627\u0632\u0647",
126
126
  "Width": "\u0639\u0631\u0636",
127
127
  "Height": "\u0627\u0631\u062a\u0641\u0627\u0639",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['fi'] = {
121
121
  "Display": "N\u00e4ytt\u00e4",
122
122
  "Inline": "Linjassa",
123
123
  "Break Text": "Rikkoa teksti",
124
- "Alternate Text": "Vaihtoehtoinen teksti",
124
+ "Alternative Text": "Vaihtoehtoinen teksti",
125
125
  "Change Size": "Muuta kokoa",
126
126
  "Width": "Leveys",
127
127
  "Height": "Korkeus",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['fr'] = {
121
121
  "Display": "Afficher",
122
122
  "Inline": "En ligne",
123
123
  "Break Text": "Rompre le texte",
124
- "Alternate Text": "Texte alternatif",
124
+ "Alternative Text": "Texte alternatif",
125
125
  "Change Size": "Changer la dimension",
126
126
  "Width": "Largeur",
127
127
  "Height": "Hauteur",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['he'] = {
121
121
  "Display": "\u05ea\u05e6\u05d5\u05d2\u05d4",
122
122
  "Inline": "\u05d1\u05e9\u05d5\u05e8\u05d4",
123
123
  "Break Text": "\u05d8\u05e7\u05e1\u05d8 \u05d4\u05e4\u05e1\u05e7\u05d4",
124
- "Alternate Text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05dc\u05d5\u05e4\u05d9",
124
+ "Alternative Text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05dc\u05d5\u05e4\u05d9",
125
125
  "Change Size": "\u05d2\u05d5\u05d3\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9",
126
126
  "Width": "\u05e8\u05d5\u05d7\u05d1",
127
127
  "Height": "\u05d2\u05d5\u05d1\u05d4",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['hr'] = {
121
121
  "Display": "Prika\u017ei",
122
122
  "Inline": "U liniji",
123
123
  "Break Text": "Odvojeni tekst",
124
- "Alternate Text": "Alternativni tekst",
124
+ "Alternative Text": "Alternativni tekst",
125
125
  "Change Size": "Promjena veli\u010dine",
126
126
  "Width": "\u0160irina",
127
127
  "Height": "Visina",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['hu'] = {
121
121
  "Display": "Kijelz\u0151",
122
122
  "Inline": "Sorban",
123
123
  "Break Text": "Sz\u00f6veg t\u00f6r\u00e9se",
124
- "Alternate Text": "Alternat\u00edv sz\u00f6veg",
124
+ "Alternative Text": "Alternat\u00edv sz\u00f6veg",
125
125
  "Change Size": "M\u00e9ret m\u00f3dos\u00edt\u00e1sa",
126
126
  "Width": "Sz\u00e9less\u00e9g",
127
127
  "Height": "Magass\u00e1g",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['id'] = {
121
121
  "Display": "Pameran",
122
122
  "Inline": "Di barisan",
123
123
  "Break Text": "Memecah teks",
124
- "Alternate Text": "Teks alternatif",
124
+ "Alternative Text": "Teks alternatif",
125
125
  "Change Size": "Ukuran perubahan",
126
126
  "Width": "Lebar",
127
127
  "Height": "Tinggi",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['it'] = {
121
121
  "Display": "Visualizzazione",
122
122
  "Inline": "In Linea",
123
123
  "Break Text": "Separa dal Testo",
124
- "Alternate Text": "Testo Alternativo",
124
+ "Alternative Text": "Testo Alternativo",
125
125
  "Change Size": "Cambia Dimensioni",
126
126
  "Width": "Larghezza",
127
127
  "Height": "Altezza",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['ja'] = {
121
121
  "Display": "\u8868\u793a",
122
122
  "Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3",
123
123
  "Break Text": "\u30c6\u30ad\u30b9\u30c8\u306e\u6539\u884c",
124
- "Alternate Text": "\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8",
124
+ "Alternative Text": "\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8",
125
125
  "Change Size": "\u30b5\u30a4\u30ba\u5909\u66f4",
126
126
  "Width": "\u5e45",
127
127
  "Height": "\u9ad8\u3055",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -88,7 +88,7 @@ $.FE.LANGUAGE['ko'] = {
88
88
  "None": "\uc5c6\uc74c",
89
89
 
90
90
  // Lists
91
- "Ordered List": "\uc22b\uc790\ub9ac\uc2a4\ud2b8",
91
+ "Ordered List": "\uc22b\uc790 \ub9ac\uc2a4\ud2b8",
92
92
  "Unordered List": "\uc810 \ub9ac\uc2a4\ud2b8",
93
93
 
94
94
  // Indent
@@ -121,7 +121,7 @@ $.FE.LANGUAGE['ko'] = {
121
121
  "Display": "\ub514\uc2a4\ud50c\ub808\uc774",
122
122
  "Inline": "\uc778\ub77c\uc778",
123
123
  "Break Text": "\uad6c\ubd84 \ud14d\uc2a4\ud2b8",
124
- "Alternate Text": "\ub300\uccb4 \ud14d\uc2a4\ud2b8",
124
+ "Alternative Text": "\ub300\uccb4 \ud14d\uc2a4\ud2b8",
125
125
  "Change Size": "\ud06c\uae30 \ubcc0\uacbd",
126
126
  "Width": "\ud3ed",
127
127
  "Height": "\ub192\uc774",
@@ -0,0 +1,311 @@
1
+ /*!
2
+ * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2018 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
+ * Arabic
35
+ */
36
+
37
+ $.FE.LANGUAGE['ku'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "شتێک بنووسە",
41
+
42
+ // Basic formatting
43
+ "Bold": "تۆخکردنەوە",
44
+ "Italic": "لارکردنەوە",
45
+ "Underline": "هێڵ بەژێردا هێنان",
46
+ "Strikethrough": "هێڵ بە سەردا هێنان",
47
+
48
+ // Main buttons
49
+ "Insert": "خستنە ناو",
50
+ "Delete": "سڕینەوە",
51
+ "Cancel": "پاشگەزبوونەوە",
52
+ "OK": "باشە",
53
+ "Back": "گەڕانەوە",
54
+ "Remove": "لابردن",
55
+ "More": "زیاتر",
56
+ "Update": "نوێکردنەوە",
57
+ "Style": "شێواز",
58
+
59
+ // Font
60
+ "Font Family": "فۆنتی خێزان",
61
+ "Font Size": "قەبارەی فۆنت",
62
+
63
+ // Colors
64
+ "Colors": "ڕەنگەکان",
65
+ "Background": "پاشبنەما(باکگراوند)",
66
+ "Text": "دەق",
67
+
68
+ // Paragraphs بۆیە ڕەقەمەکانی خوارەوەم نەکردووە بە کوردی لە شوێنی تریش بینیوومە هەروا نوسراوەتەوە
69
+ "Paragraph Format": "شێوازی پەڕەگراف",
70
+ "Normal": "ئاسایی",
71
+ "Code": "کۆد",
72
+ "Heading 1": " 1",
73
+ "Heading 2": " 2",
74
+ "Heading 3": " 3",
75
+ "Heading 4": " 4",
76
+
77
+ // Style
78
+ "Paragraph Style": "شێوازی پەڕەگراف",
79
+ "Inline Style": "شێوزای ناو دێڕ",
80
+
81
+ // Alignment
82
+ "Align": "ڕیزکردن",
83
+ "Align Left": "ڕیزکردن لای چەپەوە",
84
+ "Align Center": "ڕیزکردن لە ناوەڕاستەوە",
85
+ "Align Right": "ڕیزکردن لای ڕاستەوە",
86
+ "Align Justify": "هاوڕێک",
87
+ "None": "هیچ",
88
+
89
+ // Lists
90
+ "Ordered List": "لیستی داواکراو",
91
+ "Unordered List": "لیستی داوانەکراو",
92
+
93
+ // Indent
94
+ "Decrease Indent": "کەمکردنەوەی بۆشایی بەجێهێشتن",
95
+ "Increase Indent": "زیادکردنی بۆشایی بەجێهێشتن",
96
+
97
+ // Links
98
+ "Insert Link": "دانانی بەستەر",
99
+ "Open in new tab": "کردنەوەی لە تابێکی نوێدا",
100
+ "Open Link": "کردنەوەی بەستەر",
101
+ "Edit Link": "دەستکاریکردنی بەستەر",
102
+ "Unlink": "سڕینەوەی بەستەر",
103
+ "Choose Link": "هەڵبژاردنی بەستەر",
104
+
105
+ // Images
106
+ "Insert Image": "هێنانی وێنە",
107
+ "Upload Image": "بارکردنی وێنە",
108
+ "By URL": "بە شێوەی بەستەر",
109
+ "Browse": "هێنان",
110
+ "Drop image": "ڕاکێشانی وێنە",
111
+ "or click": "یان کرتە",
112
+ "Manage Images": "بەڕێوەبردنی وێنە",
113
+ "ئامادەکردن": "Cargando",
114
+ "Deleting": "سڕینەوە",
115
+ "Tags": "تاگەکان",
116
+ "Are you sure? Image will be deleted.": "دڵنیایت لە سڕینەوەی وێنەکە",
117
+ "Replace": "لەبری دانان",
118
+ "Uploading": "بارکردن",
119
+ "Loading image": "ئامادەکردنی وێنە",
120
+ "Display": "پیشان دان",
121
+ "Inline": "ناو دێڕ",
122
+ "Break Text": "ماوەی دەق",
123
+ "Alternative Text": "جێگرەوەی دەق",
124
+ "Change Size": "گۆڕینی قەبارەی",
125
+ "Width": "پانی",
126
+ "Height": "بەرزی",
127
+ "Something went wrong. Please try again.": "شتێک هە ڵەیە تکایە هەوڵبدەرەوە",
128
+
129
+ // Video
130
+ "Insert Video": "دانانی ڤیدیۆ",
131
+ "Embedded Code": "کۆدی ئێمبد",
132
+
133
+ // Tables
134
+ "Insert Table": "دانانی خشتە",
135
+ "Table Header": "خشتەی ناونیشان",
136
+ "Remove Table": "سڕینەوەی خشتە",
137
+ "Table Style": "شێوازی خشتە",
138
+ "Horizontal Align": "ڕێکخستنی ئاسۆیی",
139
+ "Row": "ڕیز",
140
+ "Insert row above": "دانانی ڕیز لەسەرەوە",
141
+ "Insert row below": "دانانی ڕیز لە خوارەوە",
142
+ "Delete row": "سڕینەوەی ڕیز",
143
+ "Column": "ستوون",
144
+ "Insert column before": "زیادکردنی ستونێک لە پێشەوە",
145
+ "Insert column after": "زیادکردنی ستونێک لە دوایەوە",
146
+ "Delete column": "سڕینەوەی ستونێک",
147
+ "Cell": "خانە",
148
+ "Merge cells": "تێکەڵکردنی خانەکان",
149
+ "Horizontal split": "جیاکردنەوەی هێڵی ئاسۆیی",
150
+ "Vertical split": "جیاکردنەوەی سەر بەرەو خوار",
151
+ "Cell Background": "خانەی باکگراوند",
152
+ "Vertical Align": "ڕیزکردن بەشێوەی سەر بەرەو خوار",
153
+ "Top": "سەرەوە",
154
+ "Middle": "ناوەڕاست",
155
+ "Bottom": "خوارەوە",
156
+ "Align Top": "ڕیزکردن لە سەرەوە",
157
+ "Align Middle": "ڕیزکردن لە ناوەڕاستەوە",
158
+ "Align Bottom": "ڕیزکردن لە خوارەوە",
159
+ "Cell Style": "شێوازی خانە",
160
+
161
+ // Files
162
+ "Upload File": "بەرزکردنەوەی پەڕگە",
163
+ "Drop file": "ڕاکێشانی پەڕگە",
164
+
165
+ // Emoticons
166
+ "Emoticons": "ئیمۆجی",
167
+ "Grinning face": "ڕوخسارێکی پێکەنیناوی",
168
+ "Grinning face with smiling eyes": "ڕوخسارێکی پێکەنیناوی لەگەڵ چاوێکی خەندە ئامێز",
169
+ "Face with tears of joy": "دەمووچاوێک لەگەڵ ئاو هاتنە خوارەوەوە بە چاودا",
170
+ "Smiling face with open mouth": "دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە",
171
+ "Smiling face with open mouth and smiling eyes": "دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە و چاوێکی خەندە ئامێز",
172
+ "Smiling face with open mouth and cold sweat": "دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە و ئارەق کردنەوە",
173
+ "Smiling face with open mouth and tightly-closed eyes": "Cara sonriente con la boca abierta y los ojos fuertemente cerrados",
174
+ "Smiling face with halo": "دەمووچاوێکی پێکەنیناوی و بوونی بازنەیەکی خڕ بەسەرتەوە",
175
+ "Smiling face with horns": "دەمووچاوێکی پێکەنیناوی لەگەڵ دوو قۆچدا",
176
+ "Winking face": "چاو داگرتن",
177
+ "Smiling face with smiling eyes": "دەمووچاوێکی پێکەنیناوی چاوی بچوک کردوەتەوە",
178
+ "Face savoring delicious food": "دەمووچاوی کەسێک کە حەزی لە خواردنە",
179
+ "Relieved face": "دەمووچاوێکی حەساوە",
180
+ "Smiling face with heart-shaped eyes": "دەمووچاوێک لەگەڵ بوونی دڵ لە چاودا",
181
+ "Smiling face with sunglasses": "دەمووچاوێک لەگەڵ چاویلکەدا",
182
+ "Smirking face": "دەمووچاوێکی فیزاوی",
183
+ "Neutral face": "دەم داخستن",
184
+ "Expressionless face": "دەم و چاو داخستن",
185
+ "Unamused face": "دەمووچاوێکی بێزار",
186
+ "Face with cold sweat": "ڕوخسارێک لەگەڵ ئارەقی سارددا",
187
+ "Pensive face": "ڕوخسارێکی خەمبار",
188
+ "Confused face": "ڕوخسارێکی قەلەق",
189
+ "Confounded face": "ڕوخسارێکی ئاڵۆز",
190
+ "Kissing face": "دەمووچاوێک و ماچ",
191
+ "Face throwing a kiss": "دەمووچاوێک ماچ هەڵبدات",
192
+ "Kissing face with smiling eyes": "دەمووچاوێک ماچ دەکات لەگەڵ ڕوخسارێکی پێکەنیناوی",
193
+ "Kissing face with closed eyes": "دەمووچاوێک ماچ دەکات و چاوی داخستووە",
194
+ "Face with stuck out tongue": "ڕوخسارێک زمانی دەرهێناوە",
195
+ "Face with stuck out tongue and winking eye": "ڕوخسارێک زمانی دەرهێناوە و چاوێکی لێت داگرتووە",
196
+ "Face with stuck out tongue and tightly-closed eyes": "هەردووچاوی داخستووە و زمان دەردێنێت",
197
+ "Disappointed face": "ڕوخسارێکی نائومێد کراو",
198
+ "Worried face": "ڕوخسارێکی بێتاقەت",
199
+ "Angry face": "ڕوخسارێکی توڕە",
200
+ "Pouting face": "ڕوخسارێک لچی دەرهێناوە",
201
+ "Crying face": "ڕوخسارێک دەگری",
202
+ "Persevering face": "ڕوخسارێکی تەواوی بێتاقەت",
203
+ "Face with look of triumph": "ڕوخسارێک کە سوورە لەسەر کارێک",
204
+ "Disappointed but relieved face": "ڕوخسارێکی خەمبارە و ئارەق دەکاتەوە",
205
+ "Frowning face with open mouth": "ڕوخسارێکی تووڕە و دەمی کراوەتەوە",
206
+ "Anguished face": "ڕوخسارێکی خەمناک",
207
+ "Fearful face": "دەموچاوێکی ترساو",
208
+ "Weary face": "ڕوخسارێکی ماندوو",
209
+ "Sleepy face": "ڕوخسارێکی خەوتوو",
210
+ "Tired face": "ڕوخسارێکی ماندوو",
211
+ "Grimacing face": "دان جیڕ کردنەوە",
212
+ "Loudly crying face": "ڕوخسارێک بە دەنگی بەرزەوە دەگری",
213
+ "Face with open mouth": "ڕوخسارێک دەمی کردوەتەوە",
214
+ "Hushed face": "ڕوخسارێکی بێدەنگ کراو",
215
+ "Face with open mouth and cold sweat": "دەمووچاوێک دەمی کردوەتەوە و ئارەق دەڕێژێت",
216
+ "Face screaming in fear": "دەمووچاوێک هاوار دەکات و لە شتێک دەترسێت",
217
+ "Astonished face": "ڕوخسارێکی سەرسام بوو",
218
+ "Flushed face": "ڕوخسارێکی سور بووەوە",
219
+ "Sleeping face": "ڕوخسارێکی خەوتوو",
220
+ "Dizzy face": "سەرگێژ خواردن",
221
+ "Face without mouth": "دەمووچاوێک بەبێ دەم",
222
+ "Face with medical mask": "دەمووچاوێک لەگەڵ ماسکی پزیشکی",
223
+
224
+ // Line breaker
225
+ "Break": "بڕینی هێڵێک",
226
+
227
+ // Math
228
+ "Subscript": "نوسین لە ژێرەوەی نوسینێکی دیکە",
229
+ "Superscript": "سەرنووس",
230
+
231
+ // Full screen
232
+ "Fullscreen": "پڕ بە شاشە",
233
+
234
+ // Horizontal line
235
+ "Insert Horizontal Line": "دانانی هێڵی ئاسۆیی",
236
+
237
+ // Clear formatting
238
+ "Clear Formatting": "سڕینەوەی شێواز",
239
+
240
+ // Undo, redo
241
+ "Undo": "گەڕانەوە",
242
+ "Redo": "هێنانەوەی هەنگاوی پێشتر",
243
+
244
+ // Select all
245
+ "Select All": "دیاریکردنی هەموو",
246
+
247
+ // Code view
248
+ "Code View": "بینینی کۆد",
249
+
250
+ // Quote
251
+ "Quote": "وتە",
252
+ "Increase": "زیادکردن",
253
+ "Decrease": "کەمکردن",
254
+
255
+ // Quick Insert
256
+ "Quick Insert": "خێرا خستنە ناو",
257
+
258
+ // Spcial Characters
259
+ "Special Characters": "Special Characters",
260
+ "Latin": "Latin",
261
+ "Greek": "Greek",
262
+ "Cyrillic": "Cyrillic",
263
+ "Punctuation": "Punctuation",
264
+ "Currency": "Currency",
265
+ "Arrows": "Arrows",
266
+ "Math": "Math",
267
+ "Misc": "Misc",
268
+
269
+ // Print.
270
+ "Print": "Print",
271
+
272
+ // Spell Checker.
273
+ "Spell Checker": "Spell Checker",
274
+
275
+ // Help
276
+ "Help": "Help",
277
+ "Shortcuts": "Shortcuts",
278
+ "Inline Editor": "Inline Editor",
279
+ "Show the editor": "Show the editor",
280
+ "Common actions": "Common actions",
281
+ "Copy": "Copy",
282
+ "Cut": "Cut",
283
+ "Paste": "Paste",
284
+ "Basic Formatting": "Basic Formatting",
285
+ "Increase quote level": "Increase quote level",
286
+ "Decrease quote level": "Decrease quote level",
287
+ "Image / Video": "Image / Video",
288
+ "Resize larger": "Resize larger",
289
+ "Resize smaller": "Resize smaller",
290
+ "Table": "Table",
291
+ "Select table cell": "Select table cell",
292
+ "Extend selection one cell": "Extend selection one cell",
293
+ "Extend selection one row": "Extend selection one row",
294
+ "Navigation": "Navigation",
295
+ "Focus popup / toolbar": "Focus popup / toolbar",
296
+ "Return focus to previous position": "Return focus to previous position",
297
+
298
+ // Embed.ly
299
+ "Embed URL": "Embed URL",
300
+ "Paste in a URL to embed": "Paste in a URL to embed",
301
+
302
+ // Word Paste.
303
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?",
304
+ "Keep": "Keep",
305
+ "Clean": "Clean",
306
+ "Word Paste Detected": "Word Paste Detected"
307
+ },
308
+ direction: "rtl"
309
+ };
310
+
311
+ }));