activeadmin_froala_editor 0.1.2 → 0.2.8

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