varnita 0.0.1

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 (139) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +123 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +7 -0
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  7. data/app/assets/javascripts/languages/ar.js +291 -0
  8. data/app/assets/javascripts/languages/bs.js +278 -0
  9. data/app/assets/javascripts/languages/cs.js +284 -0
  10. data/app/assets/javascripts/languages/da.js +276 -0
  11. data/app/assets/javascripts/languages/de.js +278 -0
  12. data/app/assets/javascripts/languages/el.js +284 -0
  13. data/app/assets/javascripts/languages/en_ca.js +222 -0
  14. data/app/assets/javascripts/languages/en_gb.js +222 -0
  15. data/app/assets/javascripts/languages/es.js +269 -0
  16. data/app/assets/javascripts/languages/et.js +278 -0
  17. data/app/assets/javascripts/languages/fa.js +278 -0
  18. data/app/assets/javascripts/languages/fi.js +278 -0
  19. data/app/assets/javascripts/languages/fr.js +278 -0
  20. data/app/assets/javascripts/languages/he.js +278 -0
  21. data/app/assets/javascripts/languages/hr.js +278 -0
  22. data/app/assets/javascripts/languages/hu.js +284 -0
  23. data/app/assets/javascripts/languages/id.js +278 -0
  24. data/app/assets/javascripts/languages/it.js +278 -0
  25. data/app/assets/javascripts/languages/ja.js +278 -0
  26. data/app/assets/javascripts/languages/ko.js +278 -0
  27. data/app/assets/javascripts/languages/ku.js +271 -0
  28. data/app/assets/javascripts/languages/me.js +278 -0
  29. data/app/assets/javascripts/languages/nb.js +278 -0
  30. data/app/assets/javascripts/languages/nl.js +278 -0
  31. data/app/assets/javascripts/languages/pl.js +278 -0
  32. data/app/assets/javascripts/languages/pt_br.js +278 -0
  33. data/app/assets/javascripts/languages/pt_pt.js +278 -0
  34. data/app/assets/javascripts/languages/ro.js +278 -0
  35. data/app/assets/javascripts/languages/ru.js +291 -0
  36. data/app/assets/javascripts/languages/sk.js +284 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +278 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  53. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +7 -0
  55. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  57. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  59. data/app/assets/javascripts/plugins/help.min.js +7 -0
  60. data/app/assets/javascripts/plugins/image.min.js +7 -0
  61. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  62. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  63. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  65. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  66. data/app/assets/javascripts/plugins/link.min.js +7 -0
  67. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  70. data/app/assets/javascripts/plugins/print.min.js +7 -0
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  72. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  73. data/app/assets/javascripts/plugins/save.min.js +7 -0
  74. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  75. data/app/assets/javascripts/plugins/table.min.js +7 -0
  76. data/app/assets/javascripts/plugins/url.min.js +7 -0
  77. data/app/assets/javascripts/plugins/video.min.js +7 -0
  78. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  79. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  80. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  81. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  82. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  84. data/app/assets/stylesheets/froala_editor.css +1356 -0
  85. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  88. data/app/assets/stylesheets/froala_style.css +353 -0
  89. data/app/assets/stylesheets/froala_style.min.css +7 -0
  90. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  92. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  93. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  94. data/app/assets/stylesheets/plugins/colors.css +98 -0
  95. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  96. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  97. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/file.css +128 -0
  101. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/help.css +45 -0
  105. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/image.css +211 -0
  107. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/table.css +111 -0
  117. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/video.css +198 -0
  119. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  120. data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
  121. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  122. data/app/assets/stylesheets/themes/dark.css +1914 -0
  123. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  124. data/app/assets/stylesheets/themes/gray.css +1914 -0
  125. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  126. data/app/assets/stylesheets/themes/royal.css +1914 -0
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  128. data/app/assets/stylesheets/third_party/embedly.css +61 -0
  129. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  130. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  132. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  134. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  136. data/lib/wysiwyg-rails/engine.rb +17 -0
  137. data/lib/wysiwyg-rails/version.rb +5 -0
  138. data/lib/wysiwyg-rails.rb +2 -0
  139. metadata +201 -0
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 Froala Labs
5
+ */
6
+
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
+ * Polish
17
+ */
18
+ FE.LANGUAGE['pl'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "Wpisz co\u015B",
22
+ // Basic formatting
23
+ 'Bold': 'Pogrubienie',
24
+ 'Italic': 'Kursywa',
25
+ 'Underline': "Podkre\u015Blenie",
26
+ 'Strikethrough': "Przekre\u015Blenie",
27
+ // Main buttons
28
+ 'Insert': 'Wstaw',
29
+ 'Delete': "Usun\u0105\u0107",
30
+ 'Cancel': 'Anuluj',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Plecy',
33
+ 'Remove': "Usun\u0105\u0107",
34
+ 'More': 'Jeszcze',
35
+ 'Update': 'Aktualizacja',
36
+ 'Style': 'Styl',
37
+ // Font
38
+ 'Font Family': "Kr\xF3j czcionki",
39
+ 'Font Size': 'Rozmiar czcionki',
40
+ // Colors
41
+ 'Colors': 'Kolory',
42
+ 'Background': "T\u0142o",
43
+ 'Text': 'Tekstu',
44
+ 'HEX Color': 'Sześciokąt',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Formaty',
47
+ 'Normal': 'Normalny',
48
+ 'Code': "Kod \u017Ar\xF3d\u0142owy",
49
+ 'Heading 1': "Nag\u0142\xF3wek 1",
50
+ 'Heading 2': "Nag\u0142\xF3wek 2",
51
+ 'Heading 3': "Nag\u0142\xF3wek 3",
52
+ 'Heading 4': "Nag\u0142\xF3wek 4",
53
+ // Style
54
+ 'Paragraph Style': 'Styl akapitu',
55
+ 'Inline Style': 'Stylu zgodna',
56
+ // Alignment
57
+ 'Align': "Wyr\xF3wnaj",
58
+ 'Align Left': "Wyr\xF3wnaj do lewej",
59
+ 'Align Center': "Wyr\xF3wnaj do \u015Brodka",
60
+ 'Align Right': "Wyr\xF3wnaj do prawej",
61
+ 'Align Justify': 'Do lewej i prawej',
62
+ 'None': "\u017Baden",
63
+ // Lists
64
+ 'Ordered List': "Uporz\u0105dkowana lista",
65
+ 'Unordered List': "Lista nieuporz\u0105dkowana",
66
+ // Indent
67
+ 'Decrease Indent': "Zmniejsz wci\u0119cie",
68
+ 'Increase Indent': "Zwi\u0119ksz wci\u0119cie",
69
+ // Links
70
+ 'Insert Link': 'Wstaw link',
71
+ 'Open in new tab': "Otw\xF3rz w nowej karcie",
72
+ 'Open Link': "Otw\xF3rz link",
73
+ 'Edit Link': 'Link edytuj',
74
+ 'Unlink': "Usu\u0144 link",
75
+ 'Choose Link': 'Wybierz link',
76
+ // Images
77
+ 'Insert Image': 'Wstaw obrazek',
78
+ 'Upload Image': "Za\u0142aduj obrazek",
79
+ 'By URL': 'Przez URL',
80
+ 'Browse': "Przegl\u0105danie",
81
+ 'Drop image': "Upu\u015Bci\u0107 obraz",
82
+ 'or click': 'lub kliknij',
83
+ 'Manage Images': "Zarz\u0105dzanie zdj\u0119ciami",
84
+ 'Loading': "\u0141adowanie",
85
+ 'Deleting': 'Usuwanie',
86
+ 'Tags': 'Tagi',
87
+ 'Are you sure? Image will be deleted.': 'Czy na pewno? Obraz zostanie skasowany.',
88
+ 'Replace': "Zast\u0105pi\u0107",
89
+ 'Uploading': 'Zamieszczanie',
90
+ 'Loading image': "\u0141adowanie obrazek",
91
+ 'Display': 'Wystawa',
92
+ 'Inline': 'Zgodna',
93
+ 'Break Text': "Z\u0142ama\u0107 tekst",
94
+ 'Alternative Text': 'Tekst alternatywny',
95
+ 'Change Size': "Zmie\u0144 rozmiar",
96
+ 'Width': "Szeroko\u015B\u0107",
97
+ 'Height': "Wysoko\u015B\u0107",
98
+ 'Something went wrong. Please try again.': "Co\u015B posz\u0142o nie tak. Prosz\u0119 spr\xF3buj ponownie.",
99
+ 'Image Caption': 'Podpis obrazu',
100
+ 'Advanced Edit': 'Zaawansowana edycja',
101
+ // Video
102
+ 'Insert Video': 'Wstaw wideo',
103
+ 'Embedded Code': 'Kod osadzone',
104
+ 'Paste in a video URL': 'Wklej adres URL filmu',
105
+ 'Drop video': 'Upuść wideo',
106
+ 'Your browser does not support HTML5 video.': 'Twoja przeglądarka nie obsługuje wideo html5.',
107
+ 'Upload Video': 'Prześlij wideo',
108
+ // Tables
109
+ 'Insert Table': "Wstaw tabel\u0119",
110
+ 'Table Header': "Nag\u0142\xF3wek tabeli",
111
+ 'Remove Table': "Usu\u0144 tabel\u0119",
112
+ 'Table Style': 'Styl tabeli',
113
+ 'Horizontal Align': "Wyr\xF3wnaj poziomy",
114
+ 'Row': 'Wiersz',
115
+ 'Insert row above': 'Wstaw wiersz przed',
116
+ 'Insert row below': 'Wstaw wiersz po',
117
+ 'Delete row': "Usu\u0144 wiersz",
118
+ 'Column': 'Kolumna',
119
+ 'Insert column before': "Wstaw kolumn\u0119 przed",
120
+ 'Insert column after': "Wstaw kolumn\u0119 po",
121
+ 'Delete column': "Usu\u0144 kolumn\u0119",
122
+ 'Cell': "Kom\xF3rka",
123
+ 'Merge cells': "\u0141\u0105cz kom\xF3rki",
124
+ 'Horizontal split': "Podzia\u0142 poziomy",
125
+ 'Vertical split': "Podzia\u0142 pionowy",
126
+ 'Cell Background': "T\u0142a kom\xF3rek",
127
+ 'Vertical Align': "Pionowe wyr\xF3wnanie",
128
+ 'Top': 'Top',
129
+ 'Middle': "\u015Arodkowy",
130
+ 'Bottom': 'Dno',
131
+ 'Align Top': "Wyr\xF3wnaj do g\xF3ry",
132
+ 'Align Middle': "Wyr\xF3wnaj \u015Brodku",
133
+ 'Align Bottom': "Wyr\xF3wnaj do do\u0142u",
134
+ 'Cell Style': "Styl kom\xF3rki",
135
+ // Files
136
+ 'Upload File': "Prze\u015Blij plik",
137
+ 'Drop file': "Upu\u015Bci\u0107 plik",
138
+ // Emoticons
139
+ 'Emoticons': 'Emotikony',
140
+ 'Grinning face': "Z u\u015Bmiechem twarz",
141
+ 'Grinning face with smiling eyes': "Z u\u015Bmiechem twarz z u\u015Bmiechni\u0119tymi oczami",
142
+ 'Face with tears of joy': "Twarz ze \u0142zami rado\u015Bci",
143
+ 'Smiling face with open mouth': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami",
144
+ 'Smiling face with open mouth and smiling eyes': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i u\u015Bmiechni\u0119te oczy",
145
+ 'Smiling face with open mouth and cold sweat': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i zimny pot",
146
+ 'Smiling face with open mouth and tightly-closed eyes': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i szczelnie zamkni\u0119tych oczu",
147
+ 'Smiling face with halo': "U\u015Bmiechni\u0119ta twarz z halo",
148
+ 'Smiling face with horns': "U\u015Bmiechni\u0119ta twarz z rogami",
149
+ 'Winking face': "Mrugaj\u0105ca twarz",
150
+ 'Smiling face with smiling eyes': "U\u015Bmiechni\u0119ta twarz z u\u015Bmiechni\u0119tymi oczami",
151
+ 'Face savoring delicious food': "Twarz smakuj\u0105 c pyszne jedzenie",
152
+ 'Relieved face': "Z ulg\u0105 twarz",
153
+ 'Smiling face with heart-shaped eyes': "U\u015Bmiechni\u0119ta twarz z oczami w kszta\u0142cie serca",
154
+ 'Smiling face with sunglasses': "U\u015Bmiechni\u0119ta twarz z okulary",
155
+ 'Smirking face': 'Zadowolony z siebie twarz',
156
+ 'Neutral face': 'Neutralny twarzy',
157
+ 'Expressionless face': 'Bezwyrazowy twarzy',
158
+ 'Unamused face': 'Nie rozbawiony twarzy',
159
+ 'Face with cold sweat': 'Zimny pot z twarzy',
160
+ 'Pensive face': "Zamy\u015Blona twarz",
161
+ 'Confused face': "Myli\u0107 twarzy",
162
+ 'Confounded face': "Ha\u0144ba twarz",
163
+ 'Kissing face': "Ca\u0142owanie twarz",
164
+ 'Face throwing a kiss': "Twarz rzucaj\u0105c poca\u0142unek",
165
+ 'Kissing face with smiling eyes': "Ca\u0142owanie twarz z u\u015Bmiechni\u0119tymi oczami",
166
+ 'Kissing face with closed eyes': "Ca\u0142owanie twarz z zamkni\u0119tymi oczami",
167
+ 'Face with stuck out tongue': "Twarz z j\u0119zyka stercza\u0142y",
168
+ 'Face with stuck out tongue and winking eye': "Twarz z stercza\u0142y j\u0119zyka i mrugaj\u0105c okiem",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Twarz z stercza\u0142y j\u0119zyka i szczelnie zamkni\u0119tych oczu",
170
+ 'Disappointed face': 'Rozczarowany twarzy',
171
+ 'Worried face': 'Martwi twarzy',
172
+ 'Angry face': 'Gniewnych twarzy',
173
+ 'Pouting face': "D\u0105sy twarzy",
174
+ 'Crying face': "P\u0142acz\u0105cy",
175
+ 'Persevering face': "Wytrwa\u0142a twarz",
176
+ 'Face with look of triumph': 'Twarz z wyrazem triumfu',
177
+ 'Disappointed but relieved face': "Rozczarowany ale ulg\u0119 twarz",
178
+ 'Frowning face with open mouth': "Krzywi\u0105c twarz z otwartymi ustami",
179
+ 'Anguished face': 'Bolesna twarz',
180
+ 'Fearful face': 'W obawie twarzy',
181
+ 'Weary face': "Zm\u0119czona twarz",
182
+ 'Sleepy face': "Je\u017Adziec bez twarzy",
183
+ 'Tired face': "Zm\u0119czonej twarzy",
184
+ 'Grimacing face': "Skrzywi\u0142 twarz",
185
+ 'Loudly crying face': "G\u0142o\u015Bno p\u0142aka\u0107 twarz",
186
+ 'Face with open mouth': 'twarz z otwartymi ustami',
187
+ 'Hushed face': "Uciszy\u0142 twarzy",
188
+ 'Face with open mouth and cold sweat': 'Twarz z otwartymi ustami i zimny pot',
189
+ 'Face screaming in fear': 'Twarz z krzykiem w strachu',
190
+ 'Astonished face': 'Zdziwienie twarzy',
191
+ 'Flushed face': 'Zaczerwienienie twarzy',
192
+ 'Sleeping face': "\u015Api\u0105ca twarz",
193
+ 'Dizzy face': "Zawroty g\u0142owy twarzy",
194
+ 'Face without mouth': 'Twarz bez usta',
195
+ 'Face with medical mask': "Twarz\u0105 w medycznych maski",
196
+ // Line breaker
197
+ 'Break': "Z\u0142ama\u0107",
198
+ // Math
199
+ 'Subscript': 'Indeks dolny',
200
+ 'Superscript': "Indeks g\xF3rny",
201
+ // Full screen
202
+ 'Fullscreen': "Pe\u0142ny ekran",
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': "Wstaw lini\u0119 poziom\u0105",
205
+ // Clear formatting
206
+ 'Clear Formatting': "Usu\u0144 formatowanie",
207
+ // Save
208
+ 'Save': "Zapisa\u0107",
209
+ // Undo, redo
210
+ 'Undo': 'Cofnij',
211
+ 'Redo': "Pon\xF3w",
212
+ // Select all
213
+ 'Select All': 'Zaznacz wszystko',
214
+ // Code view
215
+ 'Code View': 'Widok kod',
216
+ // Quote
217
+ 'Quote': 'Cytat',
218
+ 'Increase': 'Wzrost',
219
+ 'Decrease': 'Zmniejszenie',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Szybkie wstaw',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Znaki specjalne',
224
+ 'Latin': 'Łacina',
225
+ 'Greek': 'Grecki',
226
+ 'Cyrillic': 'Cyrylica',
227
+ 'Punctuation': 'Interpunkcja',
228
+ 'Currency': 'Waluta',
229
+ 'Arrows': 'Strzałki',
230
+ 'Math': 'Matematyka',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Wydrukować',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Sprawdzanie pisowni',
236
+ // Help
237
+ 'Help': 'Wsparcie',
238
+ 'Shortcuts': 'Skróty',
239
+ 'Inline Editor': 'Edytor w wierszu',
240
+ 'Show the editor': 'Pokazać edytor',
241
+ 'Common actions': 'Wspólne działania',
242
+ 'Copy': 'Kopiuj',
243
+ 'Cut': 'Ciąć',
244
+ 'Paste': 'Pasta',
245
+ 'Basic Formatting': 'Podstawowe formatowanie',
246
+ 'Increase quote level': 'Zwiększyć poziom notowań',
247
+ 'Decrease quote level': 'Zmniejszyć poziom notowań',
248
+ 'Image / Video': 'Obraz / wideo',
249
+ 'Resize larger': 'Zmienić rozmiar większy',
250
+ 'Resize smaller': 'Zmienić rozmiar mniejszy',
251
+ 'Table': 'Stół',
252
+ 'Select table cell': 'Wybierz komórkę tabeli',
253
+ 'Extend selection one cell': 'Przedłużyć wybór jednej komórki',
254
+ 'Extend selection one row': 'Przedłużyć wybór jednego rzędu',
255
+ 'Navigation': 'Nawigacja',
256
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
257
+ 'Return focus to previous position': 'Powrót do poprzedniej pozycji',
258
+ // Embed.ly
259
+ 'Embed URL': 'Osadzaj url',
260
+ 'Paste in a URL to embed': 'Wklej w adresie URL do osadzenia',
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?': 'Wklejana treść pochodzi z programu Microsoft Word. Czy chcesz zachować formatowanie czy wkleić jako zwykły tekst?',
263
+ 'Keep': 'Zachowaj formatowanie',
264
+ 'Clean': 'Wklej jako tekst',
265
+ 'Word Paste Detected': 'Wykryto sformatowany tekst',
266
+ // Character Counter
267
+ 'Characters': 'Znaki',
268
+ // More Buttons
269
+ 'More Text': 'Więcej Tekst',
270
+ 'More Paragraph': 'Więcej Ustęp',
271
+ 'More Rich': 'Więcej Bogaty',
272
+ 'More Misc': 'Więcej Misc'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=pl.js.map
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 Froala Labs
5
+ */
6
+
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
+ * Portuguese spoken in Brazil
17
+ */
18
+ FE.LANGUAGE['pt_br'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Digite algo',
22
+ // Basic formatting
23
+ 'Bold': 'Negrito',
24
+ 'Italic': 'Itálito',
25
+ 'Underline': 'Sublinhar',
26
+ 'Strikethrough': 'Tachado',
27
+ // Main buttons
28
+ 'Insert': 'Inserir',
29
+ 'Delete': 'Apagar',
30
+ 'Cancel': 'Cancelar',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Voltar',
33
+ 'Remove': 'Remover',
34
+ 'More': 'Mais',
35
+ 'Update': 'Atualizar',
36
+ 'Style': 'Estilo',
37
+ // Font
38
+ 'Font Family': 'Fonte',
39
+ 'Font Size': 'Tamanho',
40
+ // Colors
41
+ 'Colors': 'Cores',
42
+ 'Background': 'Fundo',
43
+ 'Text': 'Texto',
44
+ 'HEX Color': 'Cor hexadecimal',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Formatos',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Código',
49
+ 'Heading 1': 'Cabeçalho 1',
50
+ 'Heading 2': 'Cabeçalho 2',
51
+ 'Heading 3': 'Cabeçalho 3',
52
+ 'Heading 4': 'Cabeçalho 4',
53
+ // Style
54
+ 'Paragraph Style': 'Estilo de parágrafo',
55
+ 'Inline Style': 'Estilo embutido',
56
+ // Alignment
57
+ 'Align': 'Alinhar',
58
+ 'Align Left': 'Alinhar à esquerda',
59
+ 'Align Center': 'Centralizar',
60
+ 'Align Right': 'Alinhar à direita',
61
+ 'Align Justify': 'Justificar',
62
+ 'None': 'Nenhum',
63
+ // Lists
64
+ 'Ordered List': 'Lista ordenada',
65
+ 'Unordered List': 'Lista não ordenada',
66
+ // Indent
67
+ 'Decrease Indent': 'Diminuir recuo',
68
+ 'Increase Indent': 'Aumentar recuo',
69
+ // Links
70
+ 'Insert Link': 'Inserir link',
71
+ 'Open in new tab': 'Abrir em uma nova aba',
72
+ 'Open Link': 'Abrir link',
73
+ 'Edit Link': 'Editar link',
74
+ 'Unlink': 'Remover link',
75
+ 'Choose Link': 'Escolha o link',
76
+ // Images
77
+ 'Insert Image': 'Inserir imagem',
78
+ 'Upload Image': 'Carregar imagem',
79
+ 'By URL': 'Por um endereço URL',
80
+ 'Browse': 'Procurar',
81
+ 'Drop image': 'Arraste sua imagem aqui',
82
+ 'or click': 'ou clique aqui',
83
+ 'Manage Images': 'Gerenciar imagens',
84
+ 'Loading': 'Carregando',
85
+ 'Deleting': 'Excluindo',
86
+ 'Tags': 'Etiquetas',
87
+ 'Are you sure? Image will be deleted.': 'Você tem certeza? A imagem será apagada.',
88
+ 'Replace': 'Substituir',
89
+ 'Uploading': 'Carregando imagem',
90
+ 'Loading image': 'Carregando imagem',
91
+ 'Display': 'Exibir',
92
+ 'Inline': 'Em linha',
93
+ 'Break Text': 'Texto de quebra',
94
+ 'Alternate Text': 'Texto alternativo',
95
+ 'Change Size': 'Alterar tamanho',
96
+ 'Width': 'Largura',
97
+ 'Height': 'Altura',
98
+ 'Something went wrong. Please try again.': 'Algo deu errado. Por favor, tente novamente.',
99
+ 'Image Caption': 'Legenda da imagem',
100
+ 'Advanced Edit': 'Edição avançada',
101
+ // Video
102
+ 'Insert Video': 'Inserir vídeo',
103
+ 'Embedded Code': 'Código embutido',
104
+ 'Paste in a video URL': 'Colar um endereço de vídeo',
105
+ 'Drop video': 'Solte o vídeo',
106
+ 'Your browser does not support HTML5 vídeo.': 'Seu navegador não suporta vídeo em HTML5.',
107
+ 'Upload Video': 'Carregar vídeo',
108
+ // Tables
109
+ 'Insert Table': 'Inserir tabela',
110
+ 'Table Header': 'Cabeçalho da tabela',
111
+ 'Remove Table': 'Remover tabela',
112
+ 'Table Style': 'Estilo de tabela',
113
+ 'Horizontal Align': 'Alinhamento horizontal',
114
+ 'Row': 'Linha',
115
+ 'Insert row above': 'Inserir linha antes',
116
+ 'Insert row below': 'Inserir linha depois',
117
+ 'Delete row': 'Excluir linha',
118
+ 'Column': 'Coluna',
119
+ 'Insert column before': 'Inserir coluna antes',
120
+ 'Insert column after': 'Inserir coluna depois',
121
+ 'Delete column': 'Excluir coluna',
122
+ 'Cell': 'Célula',
123
+ 'Merge cells': 'Agrupar células',
124
+ 'Horizontal split': 'Divisão horizontal',
125
+ 'Vertical split': 'Divisão vertical',
126
+ 'Cell Background': 'Fundo da célula',
127
+ 'Vertical Align': 'Alinhamento vertical',
128
+ 'Top': 'Topo',
129
+ 'Middle': 'Meio',
130
+ 'Bottom': 'Fundo',
131
+ 'Align Top': 'Alinhar topo',
132
+ 'Align Middle': 'Alinhar meio',
133
+ 'Align Bottom': 'Alinhar fundo',
134
+ 'Cell Style': 'Estilo de célula',
135
+ // Files
136
+ 'Upload File': 'Carregar arquivo',
137
+ 'Drop file': 'Arraste seu arquivo aqui',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticons',
140
+ 'Grinning face': 'Rosto sorrindo',
141
+ 'Grinning face with smiling eyes': 'Rosto sorrindo rosto com olhos sorridentes',
142
+ 'Face with tears of joy': 'Rosto com lágrimas de alegria',
143
+ 'Smiling face with open mouth': 'Rosto sorrindo com a boca aberta',
144
+ 'Smiling face with open mouth and smiling eyes': 'Rosto sorrindo com a boca aberta e olhos sorridentes',
145
+ 'Smiling face with open mouth and cold sweat': 'Rosto sorrindo com a boca aberta e suor frio',
146
+ 'Smiling face with open mouth and tightly-closed eyes': 'Rosto sorrindo com a boca aberta e os olhos bem fechados',
147
+ 'Smiling face with halo': 'Rosto sorrindo com aréola',
148
+ 'Smiling face with horns': 'Rosto sorrindo com chifres',
149
+ 'Winking face': 'Rosto piscando',
150
+ 'Smiling face with smiling eyes': 'Rosto sorrindo com olhos sorridentes',
151
+ 'Face savoring delicious food': 'Rosto saboreando uma deliciosa comida',
152
+ 'Relieved face': 'Rosto aliviado',
153
+ 'Smiling face with heart-shaped eyes': 'Rosto sorrindo com os olhos em forma de coração',
154
+ 'Smiling face with sunglasses': 'Rosto sorrindo com óculos de sol',
155
+ 'Smirking face': 'Rosto sorridente',
156
+ 'Neutral face': 'Rosto neutro',
157
+ 'Expressionless face': 'Rosto inexpressivo',
158
+ 'Unamused face': 'Rosto sem expressão',
159
+ 'Face with cold sweat': 'Rosto com suor frio',
160
+ 'Pensive face': 'Rosto pensativo',
161
+ 'Confused face': 'Rosto confuso',
162
+ 'Confounded face': 'Rosto atônito',
163
+ 'Kissing face': 'Rosto beijando',
164
+ 'Face throwing a kiss': 'Rosto jogando um beijo',
165
+ 'Kissing face with smiling eyes': 'Rosto beijando com olhos sorridentes',
166
+ 'Kissing face with closed eyes': 'Rosto beijando com os olhos fechados',
167
+ 'Face with stuck out tongue': 'Rosto com a língua para fora',
168
+ 'Face with stuck out tongue and winking eye': 'Rosto com a língua para fora e um olho piscando',
169
+ 'Face with stuck out tongue and tightly-closed eyes': 'Rosto com a língua para fora e os olhos bem fechados',
170
+ 'Disappointed face': 'Rosto decepcionado',
171
+ 'Worried face': 'Rosto preocupado',
172
+ 'Angry face': 'Rosto irritado',
173
+ 'Pouting face': 'Rosto com beicinho',
174
+ 'Crying face': 'Rosto chorando',
175
+ 'Persevering face': 'Rosto perseverante',
176
+ 'Face with look of triumph': 'Rosto com olhar de triunfo',
177
+ 'Disappointed but relieved face': 'Rosto decepcionado mas aliviado',
178
+ 'Frowning face with open mouth': 'Rosto franzido com a boca aberta',
179
+ 'Anguished face': 'Rosto angustiado',
180
+ 'Fearful face': 'Rosto com medo',
181
+ 'Weary face': 'Rosto cansado',
182
+ 'Sleepy face': 'Rosto com sono',
183
+ 'Tired face': 'Rosto cansado',
184
+ 'Grimacing face': 'Rosto fazendo careta',
185
+ 'Loudly crying face': 'Rosto chorando alto',
186
+ 'Face with open mouth': 'Rosto com a boca aberta',
187
+ 'Hushed face': 'Rosto silencioso',
188
+ 'Face with open mouth and cold sweat': 'Rosto com a boca aferta e suando frio',
189
+ 'Face screaming in fear': 'Rosto gritando de medo',
190
+ 'Astonished face': 'Rosto surpreso',
191
+ 'Flushed face': 'Rosto envergonhado',
192
+ 'Sleeping face': 'Rosto dormindo',
193
+ 'Dizzy face': 'Rosto tonto',
194
+ 'Face without mouth': 'Rosto sem boca',
195
+ 'Face with medical mask': 'Rosto com máscara médica',
196
+ // Line breaker
197
+ 'Break': 'Quebrar linha',
198
+ // Math
199
+ 'Subscript': 'Subscrito',
200
+ 'Superscript': 'Sobrescrito',
201
+ // Full screen
202
+ 'Fullscreen': 'Tela cheia',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Inserir linha horizontal',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Remover formatação',
207
+ // Save
208
+ 'Save': "Salve",
209
+ // Undo, redo
210
+ 'Undo': 'Desfazer',
211
+ 'Redo': 'Refazer',
212
+ // Select all
213
+ 'Select All': 'Selecionar tudo',
214
+ // Code view
215
+ 'Code View': 'Exibir de código',
216
+ // Quote
217
+ 'Quote': 'Citação',
218
+ 'Increase': 'Aumentar',
219
+ 'Decrease': 'Diminuir',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Inserção rápida',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Caracteres especiais',
224
+ 'Latin': 'Latino',
225
+ 'Greek': 'Grego',
226
+ 'Cyrillic': 'Cirílico',
227
+ 'Punctuation': 'Pontuação',
228
+ 'Currency': 'Moeda',
229
+ 'Arrows': 'Setas',
230
+ 'Math': 'Matemática',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Impressão',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Corretor ortográfico',
236
+ // Help
237
+ 'Help': 'Ajuda',
238
+ 'Shortcuts': 'Atalhos',
239
+ 'Inline Editor': 'Editor em linha',
240
+ 'Show the editor': 'Mostre o editor',
241
+ 'Common actions': 'Ações comuns',
242
+ 'Copy': 'Cópia de',
243
+ 'Cut': 'Cortar',
244
+ 'Paste': 'Colar',
245
+ 'Basic Formatting': 'Formatação básica',
246
+ 'Increase quote level': 'Aumentar o nível de cotação',
247
+ 'Decrease quote level': 'Diminuir o nível de cotação',
248
+ 'Image / Video': 'Imagem / Vídeo',
249
+ 'Resize larger': 'Redimensionar maior',
250
+ 'Resize smaller': 'Redimensionar menor',
251
+ 'Table': 'Tabela',
252
+ 'Select table cell': 'Selecione a célula da tabela',
253
+ 'Extend selection one cell': 'Ampliar a seleção de uma célula',
254
+ 'Extend selection one row': 'Ampliar a seleção de uma linha',
255
+ 'Navigation': 'Navegação',
256
+ 'Focus popup / toolbar': 'Pop-up de foco / Barra de ferramentas',
257
+ 'Return focus to previous position': 'Retornar o foco para a posição anterior',
258
+ // Embed.ly
259
+ 'Embed URL': 'URL de inserção',
260
+ 'Paste in a URL to embed': 'Colar um endereço URL para incorporar',
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?': 'O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?',
263
+ 'Keep': 'Manter formatação',
264
+ 'Clean': 'Limpar formatação',
265
+ 'Word Paste Detected': 'Texto do Word detectado',
266
+ // Character Counter
267
+ 'Characters': 'Caracteres',
268
+ // More Buttons
269
+ 'More Text': 'Mais Texto',
270
+ 'More Paragraph': 'Mais Parágrafo',
271
+ 'More Rich': 'Mais Rico',
272
+ 'More Misc': 'Mais Misc'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=pt_br.js.map