wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +123 -175
  4. data/Rakefile +5 -5
  5. data/app/assets/javascripts/froala_editor.min.js +1 -7
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +1 -7
  7. data/app/assets/javascripts/languages/ar.js +277 -336
  8. data/app/assets/javascripts/languages/bs.js +277 -336
  9. data/app/assets/javascripts/languages/cs.js +277 -336
  10. data/app/assets/javascripts/languages/da.js +275 -333
  11. data/app/assets/javascripts/languages/de.js +277 -336
  12. data/app/assets/javascripts/languages/el.js +283 -342
  13. data/app/assets/javascripts/languages/en_ca.js +221 -280
  14. data/app/assets/javascripts/languages/en_gb.js +221 -280
  15. data/app/assets/javascripts/languages/es.js +277 -342
  16. data/app/assets/javascripts/languages/et.js +277 -336
  17. data/app/assets/javascripts/languages/fa.js +277 -336
  18. data/app/assets/javascripts/languages/fi.js +277 -336
  19. data/app/assets/javascripts/languages/fr.js +277 -336
  20. data/app/assets/javascripts/languages/he.js +277 -336
  21. data/app/assets/javascripts/languages/hr.js +277 -336
  22. data/app/assets/javascripts/languages/hu.js +277 -336
  23. data/app/assets/javascripts/languages/id.js +277 -337
  24. data/app/assets/javascripts/languages/it.js +277 -336
  25. data/app/assets/javascripts/languages/ja.js +277 -336
  26. data/app/assets/javascripts/languages/ko.js +277 -336
  27. data/app/assets/javascripts/languages/ku.js +270 -329
  28. data/app/assets/javascripts/languages/me.js +277 -336
  29. data/app/assets/javascripts/languages/nb.js +277 -336
  30. data/app/assets/javascripts/languages/nl.js +277 -336
  31. data/app/assets/javascripts/languages/pl.js +277 -336
  32. data/app/assets/javascripts/languages/pt_br.js +277 -336
  33. data/app/assets/javascripts/languages/pt_pt.js +277 -336
  34. data/app/assets/javascripts/languages/ro.js +277 -336
  35. data/app/assets/javascripts/languages/ru.js +277 -336
  36. data/app/assets/javascripts/languages/sk.js +277 -336
  37. data/app/assets/javascripts/languages/sr.js +277 -336
  38. data/app/assets/javascripts/languages/sv.js +277 -336
  39. data/app/assets/javascripts/languages/th.js +277 -336
  40. data/app/assets/javascripts/languages/tr.js +277 -336
  41. data/app/assets/javascripts/languages/uk.js +277 -336
  42. data/app/assets/javascripts/languages/vi.js +218 -276
  43. data/app/assets/javascripts/languages/zh_cn.js +277 -336
  44. data/app/assets/javascripts/languages/zh_tw.js +277 -336
  45. data/app/assets/javascripts/plugins/align.min.js +1 -7
  46. data/app/assets/javascripts/plugins/char_counter.min.js +1 -7
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -7
  48. data/app/assets/javascripts/plugins/code_view.min.js +1 -7
  49. data/app/assets/javascripts/plugins/colors.min.js +1 -7
  50. data/app/assets/javascripts/plugins/draggable.min.js +1 -7
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +1 -7
  53. data/app/assets/javascripts/plugins/entities.min.js +1 -7
  54. data/app/assets/javascripts/plugins/file.min.js +1 -7
  55. data/app/assets/javascripts/plugins/font_family.min.js +1 -7
  56. data/app/assets/javascripts/plugins/font_size.min.js +1 -7
  57. data/app/assets/javascripts/plugins/forms.min.js +1 -7
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -7
  59. data/app/assets/javascripts/plugins/help.min.js +1 -7
  60. data/app/assets/javascripts/plugins/image.min.js +1 -7
  61. data/app/assets/javascripts/plugins/image_manager.min.js +1 -7
  62. data/app/assets/javascripts/plugins/inline_class.min.js +1 -7
  63. data/app/assets/javascripts/plugins/inline_style.min.js +1 -7
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -7
  65. data/app/assets/javascripts/plugins/line_height.min.js +1 -7
  66. data/app/assets/javascripts/plugins/link.min.js +1 -7
  67. data/app/assets/javascripts/plugins/lists.min.js +1 -7
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -7
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -7
  70. data/app/assets/javascripts/plugins/print.min.js +1 -7
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -7
  72. data/app/assets/javascripts/plugins/quote.min.js +1 -7
  73. data/app/assets/javascripts/plugins/save.min.js +1 -7
  74. data/app/assets/javascripts/plugins/special_characters.min.js +1 -7
  75. data/app/assets/javascripts/plugins/table.min.js +1 -7
  76. data/app/assets/javascripts/plugins/url.min.js +1 -7
  77. data/app/assets/javascripts/plugins/video.min.js +1 -7
  78. data/app/assets/javascripts/plugins/word_paste.min.js +1 -7
  79. data/app/assets/javascripts/third_party/embedly.min.js +1 -7
  80. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -7
  81. data/app/assets/javascripts/third_party/image_aviary.min.js +6 -6
  82. data/app/assets/javascripts/third_party/image_tui.min.js +1 -7
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -7
  84. data/app/assets/stylesheets/froala_editor.css +1341 -1337
  85. data/app/assets/stylesheets/froala_editor.min.css +2 -7
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3057 -2987
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -7
  88. data/app/assets/stylesheets/froala_style.css +349 -452
  89. data/app/assets/stylesheets/froala_style.min.css +2 -7
  90. data/app/assets/stylesheets/plugins/char_counter.css +45 -57
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -7
  92. data/app/assets/stylesheets/plugins/code_view.css +93 -112
  93. data/app/assets/stylesheets/plugins/code_view.min.css +2 -7
  94. data/app/assets/stylesheets/plugins/colors.css +95 -155
  95. data/app/assets/stylesheets/plugins/colors.min.css +2 -7
  96. data/app/assets/stylesheets/plugins/draggable.css +37 -43
  97. data/app/assets/stylesheets/plugins/draggable.min.css +2 -7
  98. data/app/assets/stylesheets/plugins/emoticons.css +27 -42
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -7
  100. data/app/assets/stylesheets/plugins/file.css +124 -146
  101. data/app/assets/stylesheets/plugins/file.min.css +2 -7
  102. data/app/assets/stylesheets/plugins/fullscreen.css +58 -35
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +2 -7
  104. data/app/assets/stylesheets/plugins/help.css +41 -52
  105. data/app/assets/stylesheets/plugins/help.min.css +2 -7
  106. data/app/assets/stylesheets/plugins/image.css +207 -245
  107. data/app/assets/stylesheets/plugins/image.min.css +2 -7
  108. data/app/assets/stylesheets/plugins/image_manager.css +229 -268
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +2 -7
  110. data/app/assets/stylesheets/plugins/line_breaker.css +34 -37
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -7
  112. data/app/assets/stylesheets/plugins/quick_insert.css +68 -70
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -7
  114. data/app/assets/stylesheets/plugins/special_characters.css +26 -51
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -7
  116. data/app/assets/stylesheets/plugins/table.css +107 -181
  117. data/app/assets/stylesheets/plugins/table.min.css +2 -7
  118. data/app/assets/stylesheets/plugins/video.css +194 -231
  119. data/app/assets/stylesheets/plugins/video.min.css +2 -7
  120. data/app/assets/stylesheets/themes/dark.css +1873 -1336
  121. data/app/assets/stylesheets/themes/dark.min.css +2 -7
  122. data/app/assets/stylesheets/themes/gray.css +1873 -1336
  123. data/app/assets/stylesheets/themes/gray.min.css +2 -7
  124. data/app/assets/stylesheets/themes/red.css +1326 -1336
  125. data/app/assets/stylesheets/themes/red.min.css +7 -7
  126. data/app/assets/stylesheets/themes/royal.css +1326 -1336
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -7
  128. data/app/assets/stylesheets/third_party/embedly.css +56 -64
  129. data/app/assets/stylesheets/third_party/embedly.min.css +2 -7
  130. data/app/assets/stylesheets/third_party/font_awesome.css +20 -50
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +2 -7
  132. data/app/assets/stylesheets/third_party/image_tui.css +37 -42
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +2 -7
  134. data/app/assets/stylesheets/third_party/spell_checker.css +60 -72
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +2 -7
  136. data/lib/wysiwyg-rails.rb +1 -1
  137. data/lib/wysiwyg-rails/engine.rb +16 -16
  138. data/lib/wysiwyg-rails/version.rb +5 -5
  139. metadata +9 -8
@@ -1,336 +1,277 @@
1
- /*!
2
- * froala_editor v2.9.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2020 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
- * Turkish
35
- */
36
-
37
- $.FE.LANGUAGE['tr'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Bir \u015fey yaz\u0131n",
41
-
42
- // Basic formatting
43
- "Bold": "Kal\u0131n",
44
- "Italic": "\u0130talik",
45
- "Underline": "Alt\u0131 \u00e7izili",
46
- "Strikethrough": "\u00dcst\u00fc \u00e7izili",
47
-
48
- // Main buttons
49
- "Insert": "Ekle",
50
- "Delete": "Silmek",
51
- "Cancel": "\u0130ptal",
52
- "OK": "Tamam",
53
- "Back": "Geri",
54
- "Remove": "Kald\u0131r",
55
- "More": "Daha",
56
- "Update": "G\u00fcncelle\u015ftirme",
57
- "Style": "Stil",
58
-
59
- // Font
60
- "Font Family": "Yaz\u0131tipi Ailesi",
61
- "Font Size": "Yaz\u0131tipi B\u00fcy\u00fckl\u00fc\u011f\u00fc",
62
-
63
- // Colors
64
- "Colors": "Renkler",
65
- "Background": "Arkaplan",
66
- "Text": "Metin",
67
- "HEX Color": "Altı renkli",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Bi\u00e7imler",
71
- "Normal": "Normal",
72
- "Code": "Kod",
73
- "Heading 1": "Ba\u015fl\u0131k 1",
74
- "Heading 2": "Ba\u015fl\u0131k 2",
75
- "Heading 3": "Ba\u015fl\u0131k 3",
76
- "Heading 4": "Ba\u015fl\u0131k 4",
77
-
78
- // Style
79
- "Paragraph Style": "Paragraf stili",
80
- "Inline Style": "\u00c7izgide stili",
81
-
82
- // Alignment
83
- "Align": "Hizalama",
84
- "Align Left": "Sola hizala",
85
- "Align Center": "Ortala",
86
- "Align Right": "Sa\u011fa hizala",
87
- "Align Justify": "\u0130ki yana yasla",
88
- "None": "Hi\u00e7biri",
89
-
90
- // Lists
91
- "Ordered List": "S\u0131ral\u0131 liste",
92
- "Default": "Varsayılan",
93
- "Lower Alpha": "Alt alfa",
94
- "Lower Greek": "Alt yunan",
95
- "Lower Roman": "Alt roma",
96
- "Upper Alpha": "Üst alfa",
97
- "Upper Roman": "Üst roma",
98
-
99
- "Unordered List": "S\u0131ras\u0131z liste",
100
- "Circle": "Daire",
101
- "Disc": "Disk",
102
- "Square": "Kare",
103
-
104
- // Line height
105
- "Line Height": "Satır yüksekliği",
106
- "Single": "Tek",
107
- "Double": "Çift",
108
-
109
- // Indent
110
- "Decrease Indent": "Girintiyi azalt",
111
- "Increase Indent": "Girintiyi art\u0131r",
112
-
113
- // Links
114
- "Insert Link": "Ba\u011flant\u0131 ekle",
115
- "Open in new tab": "Yeni sekmede a\u00e7",
116
- "Open Link": "Linki a\u00e7",
117
- "Edit Link": "D\u00fczenleme ba\u011flant\u0131s\u0131",
118
- "Unlink": "Ba\u011flant\u0131y\u0131 kald\u0131r",
119
- "Choose Link": "Ba\u011flant\u0131y\u0131 se\u00e7in",
120
-
121
- // Images
122
- "Insert Image": "Resim ekle",
123
- "Upload Image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
124
- "By URL": "URL'ye g\u00f6re",
125
- "Browse": "G\u00f6zat",
126
- "Drop image": "B\u0131rak resim",
127
- "or click": "ya da t\u0131klay\u0131n",
128
- "Manage Images": "G\u00f6r\u00fcnt\u00fcleri y\u00f6netin",
129
- "Loading": "Y\u00fckleniyor",
130
- "Deleting": "Silme",
131
- "Tags": "Etiketler",
132
- "Are you sure? Image will be deleted.": "Emin misin? Resim silinecektir.",
133
- "Replace": "De\u011fi\u015ftirmek",
134
- "Uploading": "Y\u00fckleme",
135
- "Loading image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
136
- "Display": "G\u00f6stermek",
137
- "Inline": "\u00c7izgide",
138
- "Break Text": "K\u0131r\u0131lma metni",
139
- "Alternative Text": "Alternatif metin",
140
- "Change Size": "De\u011fi\u015fim boyutu",
141
- "Width": "Geni\u015flik",
142
- "Height": "Y\u00fckseklik",
143
- "Something went wrong. Please try again.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
144
- "Image Caption": "Resim yazısı",
145
- "Advanced Edit": "Ileri düzey düzenleme",
146
-
147
- // Video
148
- "Insert Video": "Video ekle",
149
- "Embedded Code": "G\u00f6m\u00fcl\u00fc kod",
150
- "Paste in a video URL": "Bir video URL'sine yapıştırın",
151
- "Drop video": "Video bırak",
152
- "Your browser does not support HTML5 video.": "Tarayıcınız html5 videoyu desteklemez.",
153
- "Upload Video": "Video yükle",
154
-
155
- // Tables
156
- "Insert Table": "Tablo ekle",
157
- "Table Header": "Tablo \u00fcstbilgisi",
158
- "Remove Table": "Tablo kald\u0131rma",
159
- "Table Style": "Tablo stili",
160
- "Horizontal Align": "Yatay hizalama",
161
- "Row": "Sat\u0131r",
162
- "Insert row above": "\u00d6ncesine yeni sat\u0131r ekle",
163
- "Insert row below": "Sonras\u0131na yeni sat\u0131r ekle",
164
- "Delete row": "Sat\u0131r\u0131 sil",
165
- "Column": "S\u00fctun",
166
- "Insert column before": "\u00d6ncesine yeni s\u00fctun ekle",
167
- "Insert column after": "Sonras\u0131na yeni s\u00fctun ekle",
168
- "Delete column": "S\u00fctunu sil",
169
- "Cell": "H\u00fccre",
170
- "Merge cells": "H\u00fccreleri birle\u015ftir",
171
- "Horizontal split": "Yatay b\u00f6l\u00fcnm\u00fc\u015f",
172
- "Vertical split": "Dikey b\u00f6l\u00fcnm\u00fc\u015f",
173
- "Cell Background": "H\u00fccre arka plan\u0131",
174
- "Vertical Align": "Dikey hizalama",
175
- "Top": "\u00dcst",
176
- "Middle": "Orta",
177
- "Bottom": "Alt",
178
- "Align Top": "\u00dcst hizalama",
179
- "Align Middle": "Orta hizalama",
180
- "Align Bottom": "Dibe hizalama",
181
- "Cell Style": "H\u00fccre stili",
182
-
183
- // Files
184
- "Upload File": "Dosya Y\u00fckle",
185
- "Drop file": "B\u0131rak dosya",
186
-
187
- // Emoticons
188
- "Emoticons": "\u0130fadeler",
189
- "Grinning face": "S\u0131r\u0131tan y\u00fcz",
190
- "Grinning face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz s\u0131r\u0131tarak",
191
- "Face with tears of joy": "Sevin\u00e7 g\u00f6zya\u015flar\u0131yla Y\u00fcz",
192
- "Smiling face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile g\u00fcl\u00fcmseyen y\u00fcz\u00fc",
193
- "Smiling face with open mouth and smiling eyes": "A\u00e7\u0131k a\u011fzı ve g\u00fcl\u00fcmseyen g\u00f6zlerle g\u00fcler y\u00fcz",
194
- "Smiling face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile g\u00fclen y\u00fcz\u00fc",
195
- "Smiling face with open mouth and tightly-closed eyes": "A\u00e7\u0131k a\u011fz\u0131 s\u0131k\u0131ca kapal\u0131 g\u00f6zlerle g\u00fclen y\u00fcz\u00fc",
196
- "Smiling face with halo": "Halo ile y\u00fcz g\u00fclen",
197
- "Smiling face with horns": "Boynuzlar\u0131 ile g\u00fcler y\u00fcz",
198
- "Winking face": "G\u00f6z a\u00e7\u0131p kapay\u0131ncaya y\u00fcz\u00fc",
199
- "Smiling face with smiling eyes": "G\u00fclen g\u00f6zlerle g\u00fcler Y\u00fcz",
200
- "Face savoring delicious food": "Lezzetli yemekler tad\u0131n\u0131 Y\u00fcz",
201
- "Relieved face": "Rahatlad\u0131m y\u00fcz\u00fc",
202
- "Smiling face with heart-shaped eyes": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
203
- "Smiling face with sunglasses": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
204
- "Smirking face": "S\u0131r\u0131tan y\u00fcz",
205
- "Neutral face": "N\u00f6tr y\u00fcz",
206
- "Expressionless face": "Ifadesiz y\u00fcz\u00fc",
207
- "Unamused face": "Kay\u0131ts\u0131z y\u00fcz\u00fc",
208
- "Face with cold sweat": "So\u011fuk terler Y\u00fcz",
209
- "Pensive face": "dalg\u0131n bir y\u00fcz",
210
- "Confused face": "\u015fa\u015fk\u0131n bir y\u00fcz",
211
- "Confounded face": "Ele\u015ftirilmi\u015ftir y\u00fcz\u00fc",
212
- "Kissing face": "\u00f6p\u00fc\u015fme y\u00fcz\u00fc",
213
- "Face throwing a kiss": "Bir \u00f6p\u00fcc\u00fck atma Y\u00fcz",
214
- "Kissing face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz \u00f6p\u00fc\u015fme",
215
- "Kissing face with closed eyes": "Kapal\u0131 g\u00f6zlerle \u00f6p\u00f6\u015fme y\u00fcz",
216
- "Face with stuck out tongue": "Dilini y\u00fcz ile s\u0131k\u0131\u015fm\u0131\u015f",
217
- "Face with stuck out tongue and winking eye": "\u015ea\u015f\u0131r\u0131p kalm\u0131\u015f d\u0131\u015far\u0131 dil ve g\u00f6z k\u0131rpan y\u00fcz",
218
- "Face with stuck out tongue and tightly-closed eyes": "Y\u00fcz ile dil ve s\u0131k\u0131ca kapal\u0131 g\u00f6zleri s\u0131k\u0131\u015fm\u0131\u015f",
219
- "Disappointed face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131na y\u00fcz\u00fc",
220
- "Worried face": "Endi\u015feli bir y\u00fcz",
221
- "Angry face": "K\u0131zg\u0131n y\u00fcz",
222
- "Pouting face": "Somurtarak y\u00fcz\u00fc",
223
- "Crying face": "A\u011flayan y\u00fcz",
224
- "Persevering face": "Azmeden y\u00fcz\u00fc",
225
- "Face with look of triumph": "Zafer bak\u0131\u015fla Y\u00fcz",
226
- "Disappointed but relieved face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131 ama rahatlad\u0131m y\u00fcz",
227
- "Frowning face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile \u00e7at\u0131k y\u00fcz\u00fc",
228
- "Anguished face": "Kederli y\u00fcz",
229
- "Fearful face": "Korkulu y\u00fcz\u00fc",
230
- "Weary face": "Yorgun y\u00fcz\u00fc",
231
- "Sleepy face": "Uykulu y\u00fcz\u00fc",
232
- "Tired face": "Yorgun y\u00fcz\u00fc",
233
- "Grimacing face": "Y\u00fcz\u00fcn\u00fc buru\u015fturarak y\u00fcz\u00fc",
234
- "Loudly crying face": "Y\u00fcksek sesle y\u00fcz\u00fc a\u011fl\u0131yor",
235
- "Face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile Y\u00fcz",
236
- "Hushed face": "Dingin y\u00fcz\u00fc",
237
- "Face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile Y\u00fcz",
238
- "Face screaming in fear": "Korku i\u00e7inde \u00e7ı\u011fl\u0131k Y\u00fcz",
239
- "Astonished face": "\u015fa\u015fk\u0131n bir y\u00fcz",
240
- "Flushed face": "K\u0131zarm\u0131\u015f y\u00fcz\u00fc",
241
- "Sleeping face": "Uyuyan y\u00fcz\u00fc",
242
- "Dizzy face": "Ba\u015f\u0131m d\u00f6nd\u00fc y\u00fcz",
243
- "Face without mouth": "A\u011f\u0131z olmadan Y\u00fcz",
244
- "Face with medical mask": "T\u0131bbi maske ile y\u00fcz",
245
-
246
- // Line breaker
247
- "Break": "K\u0131r\u0131lma",
248
-
249
- // Math
250
- "Subscript": "Alt simge",
251
- "Superscript": "\u00dcst simge",
252
-
253
- // Full screen
254
- "Fullscreen": "Tam ekran",
255
-
256
- // Horizontal line
257
- "Insert Horizontal Line": "Yatay \u00e7izgi ekleme",
258
-
259
- // Clear formatting
260
- "Clear Formatting": "Bi\u00e7imlendirme kald\u0131r",
261
-
262
- // Save
263
- "Save": "Kayıt etmek",
264
-
265
- // Undo, redo
266
- "Undo": "Geri Al",
267
- "Redo": "Yinele",
268
-
269
- // Select all
270
- "Select All": "T\u00fcm\u00fcn\u00fc se\u00e7",
271
-
272
- // Code view
273
- "Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc",
274
-
275
- // Quote
276
- "Quote": "Al\u0131nt\u0131",
277
- "Increase": "Art\u0131rmak",
278
- "Decrease": "Azal\u0131\u015f",
279
-
280
- // Quick Insert
281
- "Quick Insert": "H\u0131zl\u0131 insert",
282
-
283
- // Spcial Characters
284
- "Special Characters": "Özel karakterler",
285
- "Latin": "Latince",
286
- "Greek": "Yunan",
287
- "Cyrillic": "Kiril",
288
- "Punctuation": "Noktalama",
289
- "Currency": "Para birimi",
290
- "Arrows": "Oklar",
291
- "Math": "Matematik",
292
- "Misc": "Misc",
293
-
294
- // Print.
295
- "Print": "Baskı",
296
-
297
- // Spell Checker.
298
- "Spell Checker": "Yazım denetleyicisi",
299
-
300
- // Help
301
- "Help": "Yardım et",
302
- "Shortcuts": "Kısayollar",
303
- "Inline Editor": "Satır içi düzenleyici",
304
- "Show the editor": "Editörü gösterin",
305
- "Common actions": "Ortak eylemler",
306
- "Copy": "Kopya",
307
- "Cut": "Kesim",
308
- "Paste": "Yapıştırmak",
309
- "Basic Formatting": "Temel biçimlendirme",
310
- "Increase quote level": "Teklif seviyesini yükselt",
311
- "Decrease quote level": "Teklif seviyesini azalt",
312
- "Image / Video": "Resim / video",
313
- "Resize larger": "Daha büyük yeniden boyutlandır",
314
- "Resize smaller": "Daha küçük boyuta getir",
315
- "Table": "Tablo",
316
- "Select table cell": "Tablo hücresi seç",
317
- "Extend selection one cell": "Seçimi bir hücre genişlet",
318
- "Extend selection one row": "Seçimi bir sıra genişlet",
319
- "Navigation": "Navigasyon",
320
- "Focus popup / toolbar": "Odaklanma açılır penceresi / araç çubuğu",
321
- "Return focus to previous position": "Odaklamaya önceki konumuna geri dönün",
322
-
323
- // Embed.ly
324
- "Embed URL": "URL göm",
325
- "Paste in a URL to embed": "Yerleştirmek için bir URL'ye yapıştırın",
326
-
327
- // Word Paste.
328
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Yapıştırılan içerik bir Microsoft Word belgesinden geliyor. Biçimi saklamaya mı yoksa temizlemeyi mi istiyor musun?",
329
- "Keep": "Tutmak",
330
- "Clean": "Temiz",
331
- "Word Paste Detected": "Kelime yapıştırması algılandı"
332
- },
333
- direction: "ltr"
334
- };
335
-
336
- }));
1
+ /*!
2
+ * Froala Editor v3.0.0-beta.1 (https://www.froala.com/wysiwyg-editor)
3
+ * Copyright 2014-2019 Froala Labs
4
+ * Licensed under Froala Editor Terms (https://www.froala.com/wysiwyg-editor/terms)
5
+ */
6
+ (function (global, factory) {
7
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
8
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
9
+ (factory(global.FroalaEditor));
10
+ }(this, (function (FE) { 'use strict';
11
+
12
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
13
+
14
+ /**
15
+ * Turkish
16
+ */
17
+ FE.LANGUAGE['tr'] = {
18
+ translation: {
19
+ // Place holder
20
+ 'Type something': "Bir \u015Fey yaz\u0131n",
21
+ // Basic formatting
22
+ 'Bold': "Kal\u0131n",
23
+ 'Italic': "\u0130talik",
24
+ 'Underline': "Alt\u0131 \xE7izili",
25
+ 'Strikethrough': "\xDCst\xFC \xE7izili",
26
+ // Main buttons
27
+ 'Insert': 'Ekle',
28
+ 'Delete': 'Silmek',
29
+ 'Cancel': "\u0130ptal",
30
+ 'OK': 'Tamam',
31
+ 'Back': 'Geri',
32
+ 'Remove': "Kald\u0131r",
33
+ 'More': 'Daha',
34
+ 'Update': "G\xFCncelle\u015Ftirme",
35
+ 'Style': 'Stil',
36
+ // Font
37
+ 'Font Family': "Yaz\u0131tipi Ailesi",
38
+ 'Font Size': "Yaz\u0131tipi B\xFCy\xFCkl\xFC\u011F\xFC",
39
+ // Colors
40
+ 'Colors': 'Renkler',
41
+ 'Background': 'Arkaplan',
42
+ 'Text': 'Metin',
43
+ 'HEX Color': 'Altı renkli',
44
+ // Paragraphs
45
+ 'Paragraph Format': "Bi\xE7imler",
46
+ 'Normal': 'Normal',
47
+ 'Code': 'Kod',
48
+ 'Heading 1': "Ba\u015Fl\u0131k 1",
49
+ 'Heading 2': "Ba\u015Fl\u0131k 2",
50
+ 'Heading 3': "Ba\u015Fl\u0131k 3",
51
+ 'Heading 4': "Ba\u015Fl\u0131k 4",
52
+ // Style
53
+ 'Paragraph Style': 'Paragraf stili',
54
+ 'Inline Style': "\xC7izgide stili",
55
+ // Alignment
56
+ 'Align': 'Hizalama',
57
+ 'Align Left': 'Sola hizala',
58
+ 'Align Center': 'Ortala',
59
+ 'Align Right': "Sa\u011Fa hizala",
60
+ 'Align Justify': "\u0130ki yana yasla",
61
+ 'None': "Hi\xE7biri",
62
+ // Lists
63
+ 'Ordered List': "S\u0131ral\u0131 liste",
64
+ 'Unordered List': "S\u0131ras\u0131z liste",
65
+ // Indent
66
+ 'Decrease Indent': 'Girintiyi azalt',
67
+ 'Increase Indent': "Girintiyi art\u0131r",
68
+ // Links
69
+ 'Insert Link': "Ba\u011Flant\u0131 ekle",
70
+ 'Open in new tab': "Yeni sekmede a\xE7",
71
+ 'Open Link': "Linki a\xE7",
72
+ 'Edit Link': "D\xFCzenleme ba\u011Flant\u0131s\u0131",
73
+ 'Unlink': "Ba\u011Flant\u0131y\u0131 kald\u0131r",
74
+ 'Choose Link': "Ba\u011Flant\u0131y\u0131 se\xE7in",
75
+ // Images
76
+ 'Insert Image': 'Resim ekle',
77
+ 'Upload Image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
78
+ 'By URL': "URL'ye g\xF6re",
79
+ 'Browse': "G\xF6zat",
80
+ 'Drop image': "B\u0131rak resim",
81
+ 'or click': "ya da t\u0131klay\u0131n",
82
+ 'Manage Images': "G\xF6r\xFCnt\xFCleri y\xF6netin",
83
+ 'Loading': "Y\xFCkleniyor",
84
+ 'Deleting': 'Silme',
85
+ 'Tags': 'Etiketler',
86
+ 'Are you sure? Image will be deleted.': 'Emin misin? Resim silinecektir.',
87
+ 'Replace': "De\u011Fi\u015Ftirmek",
88
+ 'Uploading': "Y\xFCkleme",
89
+ 'Loading image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
90
+ 'Display': "G\xF6stermek",
91
+ 'Inline': "\xC7izgide",
92
+ 'Break Text': "K\u0131r\u0131lma metni",
93
+ 'Alternative Text': 'Alternatif metin',
94
+ 'Change Size': "De\u011Fi\u015Fim boyutu",
95
+ 'Width': "Geni\u015Flik",
96
+ 'Height': "Y\xFCkseklik",
97
+ 'Something went wrong. Please try again.': "Bir \u015Feyler yanl\u0131\u015F gitti. L\xFCtfen tekrar deneyin.",
98
+ 'Image Caption': 'Resim yazısı',
99
+ 'Advanced Edit': 'Ileri düzey düzenleme',
100
+ // Video
101
+ 'Insert Video': 'Video ekle',
102
+ 'Embedded Code': "G\xF6m\xFCl\xFC kod",
103
+ 'Paste in a video URL': 'Bir video URL\'sine yapıştırın',
104
+ 'Drop video': 'Video bırak',
105
+ 'Your browser does not support HTML5 video.': 'Tarayıcınız html5 videoyu desteklemez.',
106
+ 'Upload Video': 'Video yükle',
107
+ // Tables
108
+ 'Insert Table': 'Tablo ekle',
109
+ 'Table Header': "Tablo \xFCstbilgisi",
110
+ 'Remove Table': "Tablo kald\u0131rma",
111
+ 'Table Style': 'Tablo stili',
112
+ 'Horizontal Align': 'Yatay hizalama',
113
+ 'Row': "Sat\u0131r",
114
+ 'Insert row above': "\xD6ncesine yeni sat\u0131r ekle",
115
+ 'Insert row below': "Sonras\u0131na yeni sat\u0131r ekle",
116
+ 'Delete row': "Sat\u0131r\u0131 sil",
117
+ 'Column': "S\xFCtun",
118
+ 'Insert column before': "\xD6ncesine yeni s\xFCtun ekle",
119
+ 'Insert column after': "Sonras\u0131na yeni s\xFCtun ekle",
120
+ 'Delete column': "S\xFCtunu sil",
121
+ 'Cell': "H\xFCcre",
122
+ 'Merge cells': "H\xFCcreleri birle\u015Ftir",
123
+ 'Horizontal split': "Yatay b\xF6l\xFCnm\xFC\u015F",
124
+ 'Vertical split': "Dikey b\xF6l\xFCnm\xFC\u015F",
125
+ 'Cell Background': "H\xFCcre arka plan\u0131",
126
+ 'Vertical Align': 'Dikey hizalama',
127
+ 'Top': "\xDCst",
128
+ 'Middle': 'Orta',
129
+ 'Bottom': 'Alt',
130
+ 'Align Top': "\xDCst hizalama",
131
+ 'Align Middle': 'Orta hizalama',
132
+ 'Align Bottom': 'Dibe hizalama',
133
+ 'Cell Style': "H\xFCcre stili",
134
+ // Files
135
+ 'Upload File': "Dosya Y\xFCkle",
136
+ 'Drop file': "B\u0131rak dosya",
137
+ // Emoticons
138
+ 'Emoticons': "\u0130fadeler",
139
+ 'Grinning face': "S\u0131r\u0131tan y\xFCz",
140
+ 'Grinning face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz s\u0131r\u0131tarak",
141
+ 'Face with tears of joy': "Sevin\xE7 g\xF6zya\u015Flar\u0131yla Y\xFCz",
142
+ 'Smiling face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile g\xFCl\xFCmseyen y\xFCz\xFC",
143
+ 'Smiling face with open mouth and smiling eyes': "A\xE7\u0131k a\u011Fz\u0131 ve g\xFCl\xFCmseyen g\xF6zlerle g\xFCler y\xFCz",
144
+ 'Smiling face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile g\xFClen y\xFCz\xFC",
145
+ 'Smiling face with open mouth and tightly-closed eyes': "A\xE7\u0131k a\u011Fz\u0131 s\u0131k\u0131ca kapal\u0131 g\xF6zlerle g\xFClen y\xFCz\xFC",
146
+ 'Smiling face with halo': "Halo ile y\xFCz g\xFClen",
147
+ 'Smiling face with horns': "Boynuzlar\u0131 ile g\xFCler y\xFCz",
148
+ 'Winking face': "G\xF6z a\xE7\u0131p kapay\u0131ncaya y\xFCz\xFC",
149
+ 'Smiling face with smiling eyes': "G\xFClen g\xF6zlerle g\xFCler Y\xFCz",
150
+ 'Face savoring delicious food': "Lezzetli yemekler tad\u0131n\u0131 Y\xFCz",
151
+ 'Relieved face': "Rahatlad\u0131m y\xFCz\xFC",
152
+ 'Smiling face with heart-shaped eyes': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
153
+ 'Smiling face with sunglasses': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
154
+ 'Smirking face': "S\u0131r\u0131tan y\xFCz",
155
+ 'Neutral face': "N\xF6tr y\xFCz",
156
+ 'Expressionless face': "Ifadesiz y\xFCz\xFC",
157
+ 'Unamused face': "Kay\u0131ts\u0131z y\xFCz\xFC",
158
+ 'Face with cold sweat': "So\u011Fuk terler Y\xFCz",
159
+ 'Pensive face': "dalg\u0131n bir y\xFCz",
160
+ 'Confused face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
161
+ 'Confounded face': "Ele\u015Ftirilmi\u015Ftir y\xFCz\xFC",
162
+ 'Kissing face': "\xF6p\xFC\u015Fme y\xFCz\xFC",
163
+ 'Face throwing a kiss': "Bir \xF6p\xFCc\xFCk atma Y\xFCz",
164
+ 'Kissing face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz \xF6p\xFC\u015Fme",
165
+ 'Kissing face with closed eyes': "Kapal\u0131 g\xF6zlerle \xF6p\xF6\u015Fme y\xFCz",
166
+ 'Face with stuck out tongue': "Dilini y\xFCz ile s\u0131k\u0131\u015Fm\u0131\u015F",
167
+ 'Face with stuck out tongue and winking eye': "\u015Ea\u015F\u0131r\u0131p kalm\u0131\u015F d\u0131\u015Far\u0131 dil ve g\xF6z k\u0131rpan y\xFCz",
168
+ 'Face with stuck out tongue and tightly-closed eyes': "Y\xFCz ile dil ve s\u0131k\u0131ca kapal\u0131 g\xF6zleri s\u0131k\u0131\u015Fm\u0131\u015F",
169
+ 'Disappointed face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131na y\xFCz\xFC",
170
+ 'Worried face': "Endi\u015Feli bir y\xFCz",
171
+ 'Angry face': "K\u0131zg\u0131n y\xFCz",
172
+ 'Pouting face': "Somurtarak y\xFCz\xFC",
173
+ 'Crying face': "A\u011Flayan y\xFCz",
174
+ 'Persevering face': "Azmeden y\xFCz\xFC",
175
+ 'Face with look of triumph': "Zafer bak\u0131\u015Fla Y\xFCz",
176
+ 'Disappointed but relieved face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131 ama rahatlad\u0131m y\xFCz",
177
+ 'Frowning face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile \xE7at\u0131k y\xFCz\xFC",
178
+ 'Anguished face': "Kederli y\xFCz",
179
+ 'Fearful face': "Korkulu y\xFCz\xFC",
180
+ 'Weary face': "Yorgun y\xFCz\xFC",
181
+ 'Sleepy face': "Uykulu y\xFCz\xFC",
182
+ 'Tired face': "Yorgun y\xFCz\xFC",
183
+ 'Grimacing face': "Y\xFCz\xFCn\xFC buru\u015Fturarak y\xFCz\xFC",
184
+ 'Loudly crying face': "Y\xFCksek sesle y\xFCz\xFC a\u011Fl\u0131yor",
185
+ 'Face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile Y\xFCz",
186
+ 'Hushed face': "Dingin y\xFCz\xFC",
187
+ 'Face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile Y\xFCz",
188
+ 'Face screaming in fear': "Korku i\xE7inde \xE7\u0131\u011Fl\u0131k Y\xFCz",
189
+ 'Astonished face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
190
+ 'Flushed face': "K\u0131zarm\u0131\u015F y\xFCz\xFC",
191
+ 'Sleeping face': "Uyuyan y\xFCz\xFC",
192
+ 'Dizzy face': "Ba\u015F\u0131m d\xF6nd\xFC y\xFCz",
193
+ 'Face without mouth': "A\u011F\u0131z olmadan Y\xFCz",
194
+ 'Face with medical mask': "T\u0131bbi maske ile y\xFCz",
195
+ // Line breaker
196
+ 'Break': "K\u0131r\u0131lma",
197
+ // Math
198
+ 'Subscript': 'Alt simge',
199
+ 'Superscript': "\xDCst simge",
200
+ // Full screen
201
+ 'Fullscreen': 'Tam ekran',
202
+ // Horizontal line
203
+ 'Insert Horizontal Line': "Yatay \xE7izgi ekleme",
204
+ // Clear formatting
205
+ 'Clear Formatting': "Bi\xE7imlendirme kald\u0131r",
206
+ // Save
207
+ 'Save': 'Kayıt etmek',
208
+ // Undo, redo
209
+ 'Undo': 'Geri Al',
210
+ 'Redo': 'Yinele',
211
+ // Select all
212
+ 'Select All': "T\xFCm\xFCn\xFC se\xE7",
213
+ // Code view
214
+ 'Code View': "Kod g\xF6r\xFCn\xFCm\xFC",
215
+ // Quote
216
+ 'Quote': "Al\u0131nt\u0131",
217
+ 'Increase': "Art\u0131rmak",
218
+ 'Decrease': "Azal\u0131\u015F",
219
+ // Quick Insert
220
+ 'Quick Insert': "H\u0131zl\u0131 insert",
221
+ // Spcial Characters
222
+ 'Special Characters': 'Özel karakterler',
223
+ 'Latin': 'Latince',
224
+ 'Greek': 'Yunan',
225
+ 'Cyrillic': 'Kiril',
226
+ 'Punctuation': 'Noktalama',
227
+ 'Currency': 'Para birimi',
228
+ 'Arrows': 'Oklar',
229
+ 'Math': 'Matematik',
230
+ 'Misc': 'Misc',
231
+ // Print.
232
+ 'Print': 'Baskı',
233
+ // Spell Checker.
234
+ 'Spell Checker': 'Yazım denetleyicisi',
235
+ // Help
236
+ 'Help': 'Yardım et',
237
+ 'Shortcuts': 'Kısayollar',
238
+ 'Inline Editor': 'Satır içi düzenleyici',
239
+ 'Show the editor': 'Editörü gösterin',
240
+ 'Common actions': 'Ortak eylemler',
241
+ 'Copy': 'Kopya',
242
+ 'Cut': 'Kesim',
243
+ 'Paste': 'Yapıştırmak',
244
+ 'Basic Formatting': 'Temel biçimlendirme',
245
+ 'Increase quote level': 'Teklif seviyesini yükselt',
246
+ 'Decrease quote level': 'Teklif seviyesini azalt',
247
+ 'Image / Video': 'Resim / video',
248
+ 'Resize larger': 'Daha büyük yeniden boyutlandır',
249
+ 'Resize smaller': 'Daha küçük boyuta getir',
250
+ 'Table': 'Tablo',
251
+ 'Select table cell': 'Tablo hücresi seç',
252
+ 'Extend selection one cell': 'Seçimi bir hücre genişlet',
253
+ 'Extend selection one row': 'Seçimi bir sıra genişlet',
254
+ 'Navigation': 'Navigasyon',
255
+ 'Focus popup / toolbar': 'Odaklanma açılır penceresi / araç çubuğu',
256
+ 'Return focus to previous position': 'Odaklamaya önceki konumuna geri dönün',
257
+ // Embed.ly
258
+ 'Embed URL': 'URL göm',
259
+ 'Paste in a URL to embed': 'Yerleştirmek için bir URL\'ye yapıştırın',
260
+ // Word Paste.
261
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Yapıştırılan içerik bir Microsoft Word belgesinden geliyor. Biçimi saklamaya mı yoksa temizlemeyi mi istiyor musun?',
262
+ 'Keep': 'Tutmak',
263
+ 'Clean': 'Temiz',
264
+ 'Word Paste Detected': 'Kelime yapıştırması algılandı',
265
+ // Character Counter
266
+ 'Characters': 'Karakterler',
267
+ // More Buttons
268
+ 'More Text': 'daha fazla Metin',
269
+ 'More Paragraph': 'daha fazla Paragraf',
270
+ 'More Rich': 'daha fazla Zengin',
271
+ 'More Misc': 'daha fazla Çeşitli'
272
+ },
273
+ direction: 'ltr'
274
+ };
275
+
276
+ })));
277
+ //# sourceMappingURL=tr.js.map