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.
- checksums.yaml +7 -0
- data/LICENSE +22 -0
- data/README.md +123 -0
- data/Rakefile +6 -0
- data/app/assets/javascripts/froala_editor.min.js +7 -0
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +278 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +269 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +278 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +278 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +278 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +278 -0
- data/app/assets/javascripts/languages/pl.js +278 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +278 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +278 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +7 -0
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1356 -0
- data/app/assets/stylesheets/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +353 -0
- data/app/assets/stylesheets/froala_style.min.css +7 -0
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +211 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +198 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +1914 -0
- data/app/assets/stylesheets/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/themes/gray.css +1914 -0
- data/app/assets/stylesheets/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/themes/royal.css +1914 -0
- data/app/assets/stylesheets/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/third_party/embedly.css +61 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +17 -0
- data/lib/wysiwyg-rails/version.rb +5 -0
- data/lib/wysiwyg-rails.rb +2 -0
- 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
|
+
* Croatian
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['hr'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': "Napi\u0161i ne\u0161to",
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Podebljaj',
|
|
24
|
+
'Italic': 'Kurziv',
|
|
25
|
+
'Underline': 'Podcrtano',
|
|
26
|
+
'Strikethrough': 'Precrtano',
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Umetni',
|
|
29
|
+
'Delete': "Obri\u0161i",
|
|
30
|
+
'Cancel': "Otka\u017Ei",
|
|
31
|
+
'OK': 'U redu',
|
|
32
|
+
'Back': 'Natrag',
|
|
33
|
+
'Remove': 'Ukloni',
|
|
34
|
+
'More': "Vi\u0161e",
|
|
35
|
+
'Update': "A\u017Euriraj",
|
|
36
|
+
'Style': 'Stil',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Odaberi font',
|
|
39
|
+
'Font Size': "Veli\u010Dina fonta",
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Boje',
|
|
42
|
+
'Background': 'Pozadina',
|
|
43
|
+
'Text': 'Tekst',
|
|
44
|
+
'HEX Color': 'Heksadecimalne boje',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Format odlomka',
|
|
47
|
+
'Normal': 'Normalno',
|
|
48
|
+
'Code': 'Izvorni kod',
|
|
49
|
+
'Heading 1': 'Naslov 1',
|
|
50
|
+
'Heading 2': 'Naslov 2',
|
|
51
|
+
'Heading 3': 'Naslov 3',
|
|
52
|
+
'Heading 4': 'Naslov 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Stil odlomka',
|
|
55
|
+
'Inline Style': 'Stil u liniji',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Poravnaj',
|
|
58
|
+
'Align Left': 'Poravnaj lijevo',
|
|
59
|
+
'Align Center': 'Poravnaj po sredini',
|
|
60
|
+
'Align Right': 'Poravnaj desno',
|
|
61
|
+
'Align Justify': 'Obostrano poravnanje',
|
|
62
|
+
'None': 'Nijedan',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': "Ure\u0111ena lista",
|
|
65
|
+
'Unordered List': "Neure\u0111ena lista",
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': 'Uvuci odlomak',
|
|
68
|
+
'Increase Indent': 'Izvuci odlomak',
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': 'Umetni link',
|
|
71
|
+
'Open in new tab': 'Otvori u novom prozoru',
|
|
72
|
+
'Open Link': 'Otvori link',
|
|
73
|
+
'Edit Link': 'Uredi link',
|
|
74
|
+
'Unlink': 'Ukloni link',
|
|
75
|
+
'Choose Link': 'Odaberi link',
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Umetni sliku',
|
|
78
|
+
'Upload Image': 'Prijenos slike',
|
|
79
|
+
'By URL': 'Prema URL',
|
|
80
|
+
'Browse': 'Odabir',
|
|
81
|
+
'Drop image': 'Ispusti sliku',
|
|
82
|
+
'or click': 'ili odaberi',
|
|
83
|
+
'Manage Images': 'Upravljanje slikama',
|
|
84
|
+
'Loading': "U\u010Ditavanje",
|
|
85
|
+
'Deleting': 'Brisanje',
|
|
86
|
+
'Tags': 'Oznake',
|
|
87
|
+
'Are you sure? Image will be deleted.': "Da li ste sigurni da \u017Eelite obrisati ovu sliku?",
|
|
88
|
+
'Replace': 'Zamijeni',
|
|
89
|
+
'Uploading': 'Prijenos',
|
|
90
|
+
'Loading image': 'Otvaram sliku',
|
|
91
|
+
'Display': "Prika\u017Ei",
|
|
92
|
+
'Inline': 'U liniji',
|
|
93
|
+
'Break Text': 'Odvojeni tekst',
|
|
94
|
+
'Alternative Text': 'Alternativni tekst',
|
|
95
|
+
'Change Size': "Promjena veli\u010Dine",
|
|
96
|
+
'Width': "\u0160irina",
|
|
97
|
+
'Height': 'Visina',
|
|
98
|
+
'Something went wrong. Please try again.': "Ne\u0161to je po\u0161lo po zlu. Molimo poku\u0161ajte ponovno.",
|
|
99
|
+
'Image Caption': 'Opis slike',
|
|
100
|
+
'Advanced Edit': 'Napredno uređivanje',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Umetni video',
|
|
103
|
+
'Embedded Code': "Ugra\u0111eni kod",
|
|
104
|
+
'Paste in a video URL': 'Zalijepite u URL videozapisa',
|
|
105
|
+
'Drop video': 'Ispusti video',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Vaš preglednik ne podržava HTML video.',
|
|
107
|
+
'Upload Video': 'Prenesi videozapis',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Umetni tablicu',
|
|
110
|
+
'Table Header': 'Zaglavlje tablice',
|
|
111
|
+
'Remove Table': "Izbri\u0161i tablicu",
|
|
112
|
+
'Table Style': 'Tablica stil',
|
|
113
|
+
'Horizontal Align': 'Horizontalna poravnanje',
|
|
114
|
+
'Row': 'Red',
|
|
115
|
+
'Insert row above': 'Umetni red iznad',
|
|
116
|
+
'Insert row below': 'Umetni red ispod',
|
|
117
|
+
'Delete row': "Obri\u0161i red",
|
|
118
|
+
'Column': 'Stupac',
|
|
119
|
+
'Insert column before': 'Umetni stupac prije',
|
|
120
|
+
'Insert column after': 'Umetni stupac poslije',
|
|
121
|
+
'Delete column': "Obri\u0161i stupac",
|
|
122
|
+
'Cell': 'Polje',
|
|
123
|
+
'Merge cells': 'Spoji polja',
|
|
124
|
+
'Horizontal split': 'Horizontalno razdvajanje polja',
|
|
125
|
+
'Vertical split': 'Vertikalno razdvajanje polja',
|
|
126
|
+
'Cell Background': 'Polje pozadine',
|
|
127
|
+
'Vertical Align': 'Vertikalno poravnanje',
|
|
128
|
+
'Top': 'Vrh',
|
|
129
|
+
'Middle': 'Sredina',
|
|
130
|
+
'Bottom': 'Dno',
|
|
131
|
+
'Align Top': 'Poravnaj na vrh',
|
|
132
|
+
'Align Middle': 'Poravnaj po sredini',
|
|
133
|
+
'Align Bottom': 'Poravnaj na dno',
|
|
134
|
+
'Cell Style': 'Stil polja',
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': 'Prijenos datoteke',
|
|
137
|
+
'Drop file': 'Ispusti datoteku',
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Emotikoni',
|
|
140
|
+
'Grinning face': 'Nacereno lice',
|
|
141
|
+
'Grinning face with smiling eyes': "Nacereno lice s nasmije\u0161enim o\u010Dima",
|
|
142
|
+
'Face with tears of joy': 'Lice sa suzama radosnicama',
|
|
143
|
+
'Smiling face with open mouth': 'Nasmijano lice s otvorenim ustima',
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': "Nasmijano lice s otvorenim ustima i nasmijanim o\u010Dima",
|
|
145
|
+
'Smiling face with open mouth and cold sweat': 'Nasmijano lice s otvorenim ustima i hladnim znojem',
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "Nasmijano lice s otvorenim ustima i \u010Dvrsto zatvorenih o\u010Diju",
|
|
147
|
+
'Smiling face with halo': 'Nasmijano lice sa aureolom',
|
|
148
|
+
'Smiling face with horns': 'Nasmijano lice s rogovima',
|
|
149
|
+
'Winking face': 'Lice koje namiguje',
|
|
150
|
+
'Smiling face with smiling eyes': "Nasmijano lice s nasmije\u0161enim o\u010Dima",
|
|
151
|
+
'Face savoring delicious food': "Lice koje u\u017Eiva ukusnu hranu",
|
|
152
|
+
'Relieved face': "Lice s olak\u0161anjem",
|
|
153
|
+
'Smiling face with heart-shaped eyes': "Nasmijano lice sa o\u010Dima u obliku srca",
|
|
154
|
+
'Smiling face with sunglasses': "Nasmijano lice sa sun\u010Danim nao\u010Dalama",
|
|
155
|
+
'Smirking face': "Zlokobno nasmije\u0161eno lice",
|
|
156
|
+
'Neutral face': 'Neutralno lice',
|
|
157
|
+
'Expressionless face': "Bezizra\u017Eajno lice",
|
|
158
|
+
'Unamused face': 'Nezainteresirano lice',
|
|
159
|
+
'Face with cold sweat': 'Lice s hladnim znojem',
|
|
160
|
+
'Pensive face': "Zami\u0161ljeno lice",
|
|
161
|
+
'Confused face': 'Zbunjeno lice',
|
|
162
|
+
'Confounded face': 'Zbunjeno lice',
|
|
163
|
+
'Kissing face': 'Lice s poljupcem',
|
|
164
|
+
'Face throwing a kiss': 'Lice koje baca poljubac',
|
|
165
|
+
'Kissing face with smiling eyes': "Lice s poljupcem s nasmije\u0161enim o\u010Dima",
|
|
166
|
+
'Kissing face with closed eyes': "Lice s poljupcem zatvorenih o\u010Diju",
|
|
167
|
+
'Face with stuck out tongue': "Lice s ispru\u017Eenim jezikom",
|
|
168
|
+
'Face with stuck out tongue and winking eye': "Lice s ispru\u017Eenim jezikom koje namiguje",
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "Lice s ispru\u017Eenim jezikom i \u010Dvrsto zatvorenih o\u010Diju",
|
|
170
|
+
'Disappointed face': "Razo\u010Darano lice",
|
|
171
|
+
'Worried face': 'Zabrinuto lice',
|
|
172
|
+
'Angry face': 'Ljutito lice',
|
|
173
|
+
'Pouting face': 'Nadureno lice',
|
|
174
|
+
'Crying face': 'Uplakano lice',
|
|
175
|
+
'Persevering face': 'Lice s negodovanjem',
|
|
176
|
+
'Face with look of triumph': 'Trijumfalno lice',
|
|
177
|
+
'Disappointed but relieved face': "Razo\u010Darano ali olak\u0161ano lice",
|
|
178
|
+
'Frowning face with open mouth': "Namrgo\u0111eno lice s otvorenim ustima",
|
|
179
|
+
'Anguished face': 'Tjeskobno lice',
|
|
180
|
+
'Fearful face': "Prestra\u0161eno lice",
|
|
181
|
+
'Weary face': 'Umorno lice',
|
|
182
|
+
'Sleepy face': 'Pospano lice',
|
|
183
|
+
'Tired face': 'Umorno lice',
|
|
184
|
+
'Grimacing face': 'Lice sa grimasama',
|
|
185
|
+
'Loudly crying face': "Glasno pla\u010Du\u0107e lice",
|
|
186
|
+
'Face with open mouth': 'Lice s otvorenim ustima',
|
|
187
|
+
'Hushed face': 'Tiho lice',
|
|
188
|
+
'Face with open mouth and cold sweat': 'Lice s otvorenim ustima i hladnim znojem',
|
|
189
|
+
'Face screaming in fear': "Lice koje vri\u0161ti u strahu",
|
|
190
|
+
'Astonished face': "Zaprepa\u0161teno lice",
|
|
191
|
+
'Flushed face': 'Zajapureno lice',
|
|
192
|
+
'Sleeping face': "Spava\u0107e lice",
|
|
193
|
+
'Dizzy face': 'Lice sa vrtoglavicom',
|
|
194
|
+
'Face without mouth': 'Lice bez usta',
|
|
195
|
+
'Face with medical mask': 'Lice s medicinskom maskom',
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Odvojeno',
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': 'Indeks',
|
|
200
|
+
'Superscript': 'Eksponent',
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': 'Puni zaslon',
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': 'Umetni liniju',
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': 'Ukloni oblikovanje',
|
|
207
|
+
// Save
|
|
208
|
+
'Save': "U\u0161tedjeti",
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': 'Korak natrag',
|
|
211
|
+
'Redo': 'Korak naprijed',
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': 'Odaberi sve',
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': 'Pregled koda',
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': 'Citat',
|
|
218
|
+
'Increase': "Pove\u0107aj",
|
|
219
|
+
'Decrease': 'Smanji',
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': 'Brzo umetak',
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'Posebni znakovi',
|
|
224
|
+
'Latin': 'Latinski',
|
|
225
|
+
'Greek': 'Grčki',
|
|
226
|
+
'Cyrillic': 'Ćirilica',
|
|
227
|
+
'Punctuation': 'Interpunkcija',
|
|
228
|
+
'Currency': 'Valuta',
|
|
229
|
+
'Arrows': 'Strelice',
|
|
230
|
+
'Math': 'Matematika',
|
|
231
|
+
'Misc': 'Razno',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Otisak',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Provjeritelj pravopisa',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Pomoć',
|
|
238
|
+
'Shortcuts': 'Prečaci',
|
|
239
|
+
'Inline Editor': 'Inline editor',
|
|
240
|
+
'Show the editor': 'Prikaži urednika',
|
|
241
|
+
'Common actions': 'Zajedničke radnje',
|
|
242
|
+
'Copy': 'Kopirati',
|
|
243
|
+
'Cut': 'Rez',
|
|
244
|
+
'Paste': 'Zalijepiti',
|
|
245
|
+
'Basic Formatting': 'Osnovno oblikovanje',
|
|
246
|
+
'Increase quote level': 'Povećati razinu citata',
|
|
247
|
+
'Decrease quote level': 'Smanjite razinu citata',
|
|
248
|
+
'Image / Video': 'Slika / video',
|
|
249
|
+
'Resize larger': 'Promijenite veličinu većeg',
|
|
250
|
+
'Resize smaller': 'Promijenite veličinu manju',
|
|
251
|
+
'Table': 'Stol',
|
|
252
|
+
'Select table cell': 'Odaberite stolnu ćeliju',
|
|
253
|
+
'Extend selection one cell': 'Proširiti odabir jedne ćelije',
|
|
254
|
+
'Extend selection one row': 'Proširite odabir jednog retka',
|
|
255
|
+
'Navigation': 'Navigacija',
|
|
256
|
+
'Focus popup / toolbar': 'Fokus popup / alatnoj traci',
|
|
257
|
+
'Return focus to previous position': 'Vratiti fokus na prethodnu poziciju',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'Uredi url',
|
|
260
|
+
'Paste in a URL to embed': 'Zalijepite URL da biste ga ugradili',
|
|
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?': 'Zalijepi sadržaj dolazi iz Microsoft Word dokumenta. Želite li zadržati format ili očistiti?',
|
|
263
|
+
'Keep': 'Zadržati',
|
|
264
|
+
'Clean': 'Čist',
|
|
265
|
+
'Word Paste Detected': 'Otkrivena je zastavica riječi',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'likovi',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'Više teksta',
|
|
270
|
+
'More Paragraph': 'Više odlomka',
|
|
271
|
+
'More Rich': 'Više bogat',
|
|
272
|
+
'More Misc': 'Više Razno'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=hr.js.map
|
|
@@ -0,0 +1,284 @@
|
|
|
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
|
+
* Hungarian
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['hu'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': 'Szöveg...',
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Félkövér',
|
|
24
|
+
'Italic': 'Dőlt',
|
|
25
|
+
'Underline': 'Aláhúzott',
|
|
26
|
+
'Strikethrough': 'Áthúzott',
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Beillesztés',
|
|
29
|
+
'Delete': 'Törlés',
|
|
30
|
+
'Cancel': 'Mégse',
|
|
31
|
+
'OK': 'Rendben',
|
|
32
|
+
'Back': 'Vissza',
|
|
33
|
+
'Remove': 'Eltávolítás',
|
|
34
|
+
'More': 'Több',
|
|
35
|
+
'Update': 'Frissítés',
|
|
36
|
+
'Style': 'Stílus',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Betűtípus',
|
|
39
|
+
'Font Size': 'Betűméret',
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Színek',
|
|
42
|
+
'Background': 'Háttér',
|
|
43
|
+
'Text': 'Szöveg',
|
|
44
|
+
'HEX Color': 'HEX színkód',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Formátumok',
|
|
47
|
+
'Normal': 'Normál',
|
|
48
|
+
'Code': 'Kód',
|
|
49
|
+
'Heading 1': 'Címsor 1',
|
|
50
|
+
'Heading 2': 'Címsor 2',
|
|
51
|
+
'Heading 3': 'Címsor 3',
|
|
52
|
+
'Heading 4': 'Címsor 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Bekezdés stílusa',
|
|
55
|
+
'Inline Style': ' Helyi stílus',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Igazítás',
|
|
58
|
+
'Align Left': 'Balra igazít',
|
|
59
|
+
'Align Center': 'Középre zár',
|
|
60
|
+
'Align Right': 'Jobbra igazít',
|
|
61
|
+
'Align Justify': 'Sorkizárás',
|
|
62
|
+
'None': 'Egyik sem',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Számozás',
|
|
65
|
+
'Default': 'Alapértelmezett',
|
|
66
|
+
'Lower Alpha': 'Alacsonyabb alfa',
|
|
67
|
+
'Lower Greek': 'Alsó görög',
|
|
68
|
+
'Lower Roman': 'Alacsonyabb római',
|
|
69
|
+
'Upper Alpha': 'Felső alfa',
|
|
70
|
+
'Upper Roman': 'Felső római',
|
|
71
|
+
'Unordered List': 'Felsorolás',
|
|
72
|
+
'Circle': 'Kör',
|
|
73
|
+
'Disc': 'Lemez',
|
|
74
|
+
'Square': 'Négyzet',
|
|
75
|
+
// Line height
|
|
76
|
+
'Line Height': 'Vonal magassága',
|
|
77
|
+
'Single': 'Egyetlen',
|
|
78
|
+
'Double': 'Kettős',
|
|
79
|
+
// Indent
|
|
80
|
+
'Decrease Indent': 'Behúzás csökkentése',
|
|
81
|
+
'Increase Indent': 'Behúzás növelése',
|
|
82
|
+
// Links
|
|
83
|
+
'Insert Link': 'Hivatkozás beillesztése',
|
|
84
|
+
'Open in new tab': 'Megnyitás új lapon',
|
|
85
|
+
'Open Link': 'Hivatkozás megnyitása',
|
|
86
|
+
'Edit Link': 'Hivatkozás szerkesztése',
|
|
87
|
+
'Unlink': 'Hivatkozás törlése',
|
|
88
|
+
'Choose Link': 'Keresés a lapok között',
|
|
89
|
+
// Images
|
|
90
|
+
'Insert Image': 'Kép beillesztése',
|
|
91
|
+
'Upload Image': 'Kép feltöltése',
|
|
92
|
+
'By URL': 'Webcím megadása',
|
|
93
|
+
'Browse': 'Böngészés',
|
|
94
|
+
'Drop image': 'Húzza ide a képet',
|
|
95
|
+
'or click': 'vagy kattintson ide',
|
|
96
|
+
'Manage Images': 'Képek kezelése',
|
|
97
|
+
'Loading': 'Betöltés...',
|
|
98
|
+
'Deleting': 'Törlés...',
|
|
99
|
+
'Tags': 'Címkék',
|
|
100
|
+
'Are you sure? Image will be deleted.': 'Biztos benne? A kép törlésre kerül.',
|
|
101
|
+
'Replace': 'Csere',
|
|
102
|
+
'Uploading': 'Feltöltés',
|
|
103
|
+
'Loading image': 'Kép betöltése',
|
|
104
|
+
'Display': 'Kijelző',
|
|
105
|
+
'Inline': 'Sorban',
|
|
106
|
+
'Break Text': 'Szöveg törése',
|
|
107
|
+
'Alternative Text': 'Alternatív szöveg',
|
|
108
|
+
'Change Size': 'Méret módosítása',
|
|
109
|
+
'Width': 'Szélesség',
|
|
110
|
+
'Height': 'Magasság',
|
|
111
|
+
'Something went wrong. Please try again.': 'Valami elromlott. Kérjük próbálja újra.',
|
|
112
|
+
'Image Caption': 'Képaláírás',
|
|
113
|
+
'Advanced Edit': 'Fejlett szerkesztés',
|
|
114
|
+
// Video
|
|
115
|
+
'Insert Video': 'Videó beillesztése',
|
|
116
|
+
'Embedded Code': 'Kód bemásolása',
|
|
117
|
+
'Paste in a video URL': 'Illessze be a videó webcímét',
|
|
118
|
+
'Drop video': 'Húzza ide a videót',
|
|
119
|
+
'Your browser does not support HTML5 video.': 'A böngészője nem támogatja a HTML5 videót.',
|
|
120
|
+
'Upload Video': 'Videó feltöltése',
|
|
121
|
+
// Tables
|
|
122
|
+
'Insert Table': 'Táblázat beillesztése',
|
|
123
|
+
'Table Header': 'Táblázat fejléce',
|
|
124
|
+
'Remove Table': 'Tábla eltávolítása',
|
|
125
|
+
'Table Style': 'Táblázat stílusa',
|
|
126
|
+
'Horizontal Align': 'Vízszintes igazítás',
|
|
127
|
+
'Row': 'Sor',
|
|
128
|
+
'Insert row above': 'Sor beszúrása elé',
|
|
129
|
+
'Insert row below': 'Sor beszúrása mögé',
|
|
130
|
+
'Delete row': 'Sor törlése',
|
|
131
|
+
'Column': 'Oszlop',
|
|
132
|
+
'Insert column before': 'Oszlop beszúrása elé',
|
|
133
|
+
'Insert column after': 'Oszlop beszúrása mögé',
|
|
134
|
+
'Delete column': 'Oszlop törlése',
|
|
135
|
+
'Cell': 'Cella',
|
|
136
|
+
'Merge cells': 'Cellák egyesítése',
|
|
137
|
+
'Horizontal split': 'Vízszintes osztott',
|
|
138
|
+
'Vertical split': 'Függőleges osztott',
|
|
139
|
+
'Cell Background': 'Cella háttere',
|
|
140
|
+
'Vertical Align': 'Függőleges igazítás',
|
|
141
|
+
'Top': 'Felső',
|
|
142
|
+
'Middle': 'Középső',
|
|
143
|
+
'Bottom': 'Alsó',
|
|
144
|
+
'Align Top': 'Igazítsa felülre',
|
|
145
|
+
'Align Middle': 'Igazítsa középre',
|
|
146
|
+
'Align Bottom': 'Igazítsa alúlra',
|
|
147
|
+
'Cell Style': 'Cella stílusa',
|
|
148
|
+
// Files
|
|
149
|
+
'Upload File': 'Fájl feltöltése',
|
|
150
|
+
'Drop file': 'Húzza ide a fájlt',
|
|
151
|
+
// Emoticons
|
|
152
|
+
'Emoticons': 'Hangulatjelek',
|
|
153
|
+
'Grinning face': 'Vigyorgó arc',
|
|
154
|
+
'Grinning face with smiling eyes': 'Vigyorgó arc mosolygó szemekkel',
|
|
155
|
+
'Face with tears of joy': 'Arcon az öröm könnyei',
|
|
156
|
+
'Smiling face with open mouth': 'Mosolygó arc tátott szájjal',
|
|
157
|
+
'Smiling face with open mouth and smiling eyes': 'Mosolygó arc tátott szájjal és mosolygó szemek',
|
|
158
|
+
'Smiling face with open mouth and cold sweat': 'Mosolygó arc tátott szájjal és hideg veríték',
|
|
159
|
+
'Smiling face with open mouth and tightly-closed eyes': 'Mosolygó arc tátott szájjal és lehunyt szemmel',
|
|
160
|
+
'Smiling face with halo': 'Mosolygó arc dicsfényben',
|
|
161
|
+
'Smiling face with horns': 'Mosolygó arc szarvakkal',
|
|
162
|
+
'Winking face': 'Kacsintós arc',
|
|
163
|
+
'Smiling face with smiling eyes': 'Mosolygó arc mosolygó szemekkel',
|
|
164
|
+
'Face savoring delicious food': 'Ízletes ételek kóstolása',
|
|
165
|
+
'Relieved face': 'Megkönnyebbült arc',
|
|
166
|
+
'Smiling face with heart-shaped eyes': 'Mosolygó arc szív alakú szemekkel',
|
|
167
|
+
'Smilin g face with sunglasses': 'Mosolygó arc napszemüvegben',
|
|
168
|
+
'Smirking face': 'Vigyorgó arc',
|
|
169
|
+
'Neutral face': 'Semleges arc',
|
|
170
|
+
'Expressionless face': 'Kifejezéstelen arc',
|
|
171
|
+
'Unamused face': 'Unott arc',
|
|
172
|
+
'Face with cold sweat': 'Arcán hideg verejtékkel',
|
|
173
|
+
'Pensive face': 'Töprengő arc',
|
|
174
|
+
'Confused face': 'Zavaros arc',
|
|
175
|
+
'Confounded face': 'Rácáfolt arc',
|
|
176
|
+
'Kissing face': 'Csókos arc',
|
|
177
|
+
'Face throwing a kiss': 'Arcra dobott egy csókot',
|
|
178
|
+
'Kissing face with smiling eyes': 'Csókos arcán mosolygó szemek',
|
|
179
|
+
'Kissing face with closed eyes': 'Csókos arcán csukott szemmel',
|
|
180
|
+
'Face with stuck out tongue': 'Kinyújototta a nyelvét',
|
|
181
|
+
'Face with stuck out tongue and winking eye': 'Kinyújtotta a nyelvét és kacsintó szem',
|
|
182
|
+
'Face with stuck out tongue and tightly-closed eyes': 'Kinyújtotta a nyelvét és szorosan lehunyt szemmel',
|
|
183
|
+
'Disappointed face': 'Csalódott arc',
|
|
184
|
+
'Worried face': 'Aggódó arc',
|
|
185
|
+
'Angry face': 'Dühös arc',
|
|
186
|
+
'Pouting face': 'Duzzogó arc',
|
|
187
|
+
'Crying face': 'Síró arc',
|
|
188
|
+
'Persevering face': 'Kitartó arc',
|
|
189
|
+
'Face with look of triumph': 'Arcát diadalmas pillantást',
|
|
190
|
+
'Disappointed but relieved face': 'Csalódott, de megkönnyebbült arc',
|
|
191
|
+
'Frowning face with open mouth': 'Komor arc tátott szájjal',
|
|
192
|
+
'Anguished face': 'Gyötrődő arc',
|
|
193
|
+
'Fearful face': 'Félelmetes arc',
|
|
194
|
+
'Weary face': 'Fáradt arc',
|
|
195
|
+
'Sleepy face': 'Álmos arc',
|
|
196
|
+
'Tired face': 'Fáradt arc',
|
|
197
|
+
'Grimacing face': 'Elfintorodott arc',
|
|
198
|
+
'Loudly crying face': 'Hangosan síró arc',
|
|
199
|
+
'Face with open mouth': 'Arc nyitott szájjal',
|
|
200
|
+
'Hushed face': 'Csitított arc',
|
|
201
|
+
'Face with open mouth and cold sweat': 'Arc tátott szájjal és hideg veríték',
|
|
202
|
+
'Face screaming in fear': 'Sikoltozó arc a félelemtől',
|
|
203
|
+
'Astonished face': 'Meglepett arc',
|
|
204
|
+
'Flushed face': 'Kipirult arc',
|
|
205
|
+
'Sleeping face': 'Alvó arc',
|
|
206
|
+
'Dizzy face': ' Szádülő arc',
|
|
207
|
+
'Face without mouth': 'Arc nélküli száj',
|
|
208
|
+
'Face with medical mask': 'Arcán orvosi maszk',
|
|
209
|
+
// Line breaker
|
|
210
|
+
'Break': 'Törés',
|
|
211
|
+
// Math
|
|
212
|
+
'Subscript': 'Alsó index',
|
|
213
|
+
'Superscript': 'Felső index',
|
|
214
|
+
// Full screen
|
|
215
|
+
'Fullscreen': 'Teljes képernyő',
|
|
216
|
+
// Horizontal line
|
|
217
|
+
'Insert Horizontal Line': 'Vízszintes vonal',
|
|
218
|
+
// Clear formatting
|
|
219
|
+
'Clear Formatting': 'Formázás eltávolítása',
|
|
220
|
+
// Save
|
|
221
|
+
'Save': 'Mentés',
|
|
222
|
+
// Undo, redo
|
|
223
|
+
'Undo': 'Visszavonás',
|
|
224
|
+
'Redo': 'Ismét',
|
|
225
|
+
// Select all
|
|
226
|
+
'Select All': 'Minden kijelölése',
|
|
227
|
+
// Code view
|
|
228
|
+
'Code View': 'Forráskód',
|
|
229
|
+
// Quote
|
|
230
|
+
'Quote': 'Idézet',
|
|
231
|
+
'Increase': 'Növelés',
|
|
232
|
+
'Decrease': 'Csökkentés',
|
|
233
|
+
// Quick Insert
|
|
234
|
+
'Quick Insert': 'Beillesztés',
|
|
235
|
+
// Spcial Characters
|
|
236
|
+
'Special Characters': 'Speciális karakterek',
|
|
237
|
+
'Latin': 'Latin',
|
|
238
|
+
'Greek': 'Görög',
|
|
239
|
+
'Cyrillic': 'Cirill',
|
|
240
|
+
'Punctuation': 'Központozás',
|
|
241
|
+
'Currency': 'Valuta',
|
|
242
|
+
'Arrows': 'Nyilak',
|
|
243
|
+
'Math': 'Matematikai',
|
|
244
|
+
'Misc': 'Egyéb',
|
|
245
|
+
// Print
|
|
246
|
+
'Print': 'Nyomtatás',
|
|
247
|
+
// Spell Checker
|
|
248
|
+
'Spell Checker': 'Helyesírás-ellenőrző',
|
|
249
|
+
// Help
|
|
250
|
+
'Help': 'Segítség',
|
|
251
|
+
'Shortcuts': 'Hivatkozások',
|
|
252
|
+
'Inline Editor': 'Inline szerkesztő',
|
|
253
|
+
'Show the editor': 'Mutassa a szerkesztőt',
|
|
254
|
+
'Common actions': 'Közös cselekvések',
|
|
255
|
+
'Copy': 'Másolás',
|
|
256
|
+
'Cut': 'Kivágás',
|
|
257
|
+
'Paste': 'Beillesztés',
|
|
258
|
+
'Basic Formatting': 'Alap formázás',
|
|
259
|
+
'Increase quote level': 'Növeli az idézet behúzását',
|
|
260
|
+
'Decrease quote level': 'Csökkenti az idézet behúzását',
|
|
261
|
+
'Image / Video': 'Kép / videó',
|
|
262
|
+
'Resize larger': 'Méretezés nagyobbra',
|
|
263
|
+
'Resize smaller': 'Méretezés kisebbre',
|
|
264
|
+
'Table': 'Asztal',
|
|
265
|
+
'Select table cell': 'Válasszon táblázat cellát',
|
|
266
|
+
'Extend selection one cell': 'Növelje meg egy sorral',
|
|
267
|
+
'Extend selection one row': 'Csökkentse egy sorral',
|
|
268
|
+
'Navigation': 'Navigáció',
|
|
269
|
+
'Focus popup / toolbar': 'Felugró ablak / eszköztár',
|
|
270
|
+
'Return focus to previous position': 'Visszaáll az előző pozícióra',
|
|
271
|
+
// Embed.ly
|
|
272
|
+
'Embed URL': 'Beágyazott webcím',
|
|
273
|
+
'Paste in a URL to embed': 'Beilleszteni egy webcímet a beágyazáshoz',
|
|
274
|
+
// Word Paste
|
|
275
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'A beillesztett tartalom egy Microsoft Word dokumentumból származik. Szeretné megtartani a formázását vagy sem?',
|
|
276
|
+
'Keep': 'Megtartás',
|
|
277
|
+
'Clean': 'Tisztítás',
|
|
278
|
+
'Word Paste Detected': 'Word beillesztés észlelhető'
|
|
279
|
+
},
|
|
280
|
+
direction: 'ltr'
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
})));
|
|
284
|
+
//# sourceMappingURL=hu.js.map
|