wysiwyg-rails 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +25 -0
- data/app/assets/javascripts/froala_editor.min.js +2 -2
- data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
- data/app/assets/javascripts/languages/ar.js +1 -1
- data/app/assets/javascripts/languages/bs.js +1 -1
- data/app/assets/javascripts/languages/cs.js +1 -1
- data/app/assets/javascripts/languages/da.js +1 -1
- data/app/assets/javascripts/languages/de.js +21 -7
- data/app/assets/javascripts/languages/el.js +1 -1
- data/app/assets/javascripts/languages/en_ca.js +1 -1
- data/app/assets/javascripts/languages/en_gb.js +1 -1
- data/app/assets/javascripts/languages/es.js +1 -1
- data/app/assets/javascripts/languages/et.js +1 -1
- data/app/assets/javascripts/languages/fa.js +1 -1
- data/app/assets/javascripts/languages/fi.js +2 -2
- data/app/assets/javascripts/languages/fr.js +7 -6
- data/app/assets/javascripts/languages/he.js +1 -1
- data/app/assets/javascripts/languages/hr.js +1 -1
- data/app/assets/javascripts/languages/hu.js +1 -1
- data/app/assets/javascripts/languages/id.js +1 -1
- data/app/assets/javascripts/languages/it.js +3 -2
- data/app/assets/javascripts/languages/ja.js +1 -1
- data/app/assets/javascripts/languages/ko.js +1 -1
- data/app/assets/javascripts/languages/ku.js +1 -1
- data/app/assets/javascripts/languages/me.js +1 -1
- data/app/assets/javascripts/languages/nb.js +1 -1
- data/app/assets/javascripts/languages/nl.js +2 -2
- data/app/assets/javascripts/languages/pl.js +1 -1
- data/app/assets/javascripts/languages/pt_br.js +1 -1
- data/app/assets/javascripts/languages/pt_pt.js +2 -2
- data/app/assets/javascripts/languages/ro.js +1 -1
- data/app/assets/javascripts/languages/ru.js +8 -8
- data/app/assets/javascripts/languages/sk.js +1 -1
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +1 -1
- data/app/assets/javascripts/languages/sv.js +1 -1
- data/app/assets/javascripts/languages/th.js +1 -1
- data/app/assets/javascripts/languages/tr.js +1 -1
- data/app/assets/javascripts/languages/uk.js +1 -1
- data/app/assets/javascripts/languages/vi.js +1 -1
- data/app/assets/javascripts/languages/zh_cn.js +28 -2
- data/app/assets/javascripts/languages/zh_tw.js +135 -135
- data/app/assets/javascripts/plugins.pkgd.min.js +2 -2
- data/app/assets/javascripts/plugins/align.min.js +1 -1
- data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
- data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
- data/app/assets/javascripts/plugins/code_view.min.js +1 -1
- data/app/assets/javascripts/plugins/colors.min.js +1 -1
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +1 -1
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -1
- data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
- data/app/assets/javascripts/plugins/entities.min.js +1 -1
- data/app/assets/javascripts/plugins/file.min.js +2 -2
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +2 -2
- data/app/assets/javascripts/plugins/font_size.min.js +2 -2
- data/app/assets/javascripts/plugins/forms.min.js +1 -1
- data/app/assets/javascripts/plugins/fullscreen.min.js +2 -2
- data/app/assets/javascripts/plugins/help.min.js +1 -1
- data/app/assets/javascripts/plugins/image.min.js +2 -2
- data/app/assets/javascripts/plugins/image_manager.min.js +2 -2
- data/app/assets/javascripts/plugins/inline_class.min.js +1 -1
- data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
- data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
- data/app/assets/javascripts/plugins/line_height.min.js +1 -1
- data/app/assets/javascripts/plugins/link.min.js +1 -1
- data/app/assets/javascripts/plugins/lists.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
- data/app/assets/javascripts/plugins/print.min.js +1 -1
- data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
- data/app/assets/javascripts/plugins/quote.min.js +1 -1
- data/app/assets/javascripts/plugins/save.min.js +2 -2
- data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
- data/app/assets/javascripts/plugins/table.min.js +1 -1
- data/app/assets/javascripts/plugins/url.min.js +1 -1
- data/app/assets/javascripts/plugins/video.min.js +2 -2
- data/app/assets/javascripts/plugins/word_paste.min.js +1 -1
- data/app/assets/javascripts/third_party/embedly.min.js +1 -1
- data/app/assets/javascripts/third_party/font_awesome.min.js +1 -1
- data/app/assets/javascripts/third_party/image_tui.min.js +2 -2
- data/app/assets/javascripts/third_party/spell_checker.min.js +1 -1
- data/app/assets/stylesheets/froala_editor.css +1 -1
- data/app/assets/stylesheets/froala_editor.min.css +1 -1
- data/app/assets/stylesheets/froala_editor.pkgd.css +1239 -1
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -2
- data/app/assets/stylesheets/froala_style.css +1 -1
- data/app/assets/stylesheets/froala_style.min.css +1 -1
- data/app/assets/stylesheets/plugins.pkgd.css +1239 -1
- data/app/assets/stylesheets/plugins.pkgd.min.css +2 -2
- data/app/assets/stylesheets/plugins/char_counter.css +1 -1
- data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
- data/app/assets/stylesheets/plugins/code_view.css +1 -1
- data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
- data/app/assets/stylesheets/plugins/colors.css +1 -1
- data/app/assets/stylesheets/plugins/colors.min.css +1 -1
- data/app/assets/stylesheets/plugins/draggable.css +1 -1
- data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
- data/app/assets/stylesheets/plugins/emoticons.css +1 -1
- data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
- data/app/assets/stylesheets/plugins/file.css +1 -1
- data/app/assets/stylesheets/plugins/file.min.css +1 -1
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +1 -1
- data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
- data/app/assets/stylesheets/plugins/help.css +1 -1
- data/app/assets/stylesheets/plugins/help.min.css +1 -1
- data/app/assets/stylesheets/plugins/image.css +1 -1
- data/app/assets/stylesheets/plugins/image.min.css +1 -1
- data/app/assets/stylesheets/plugins/image_manager.css +1 -1
- data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
- data/app/assets/stylesheets/plugins/line_breaker.css +1 -1
- data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
- data/app/assets/stylesheets/plugins/quick_insert.css +1 -1
- data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
- data/app/assets/stylesheets/plugins/special_characters.css +1 -1
- data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
- data/app/assets/stylesheets/plugins/table.css +1 -1
- data/app/assets/stylesheets/plugins/table.min.css +1 -1
- data/app/assets/stylesheets/plugins/video.css +4 -1
- data/app/assets/stylesheets/plugins/video.min.css +2 -2
- data/app/assets/stylesheets/themes/dark.css +233 -1
- data/app/assets/stylesheets/themes/dark.min.css +2 -2
- data/app/assets/stylesheets/themes/gray.css +233 -1
- data/app/assets/stylesheets/themes/gray.min.css +2 -2
- data/app/assets/stylesheets/themes/royal.css +233 -1
- data/app/assets/stylesheets/themes/royal.min.css +2 -2
- data/app/assets/stylesheets/third_party/embedly.css +1 -1
- data/app/assets/stylesheets/third_party/embedly.min.css +1 -1
- data/app/assets/stylesheets/third_party/font_awesome.css +1 -1
- data/app/assets/stylesheets/third_party/font_awesome.min.css +1 -1
- data/app/assets/stylesheets/third_party/image_tui.css +1 -1
- data/app/assets/stylesheets/third_party/image_tui.min.css +1 -1
- data/app/assets/stylesheets/third_party/spell_checker.css +1 -1
- data/app/assets/stylesheets/third_party/spell_checker.min.css +1 -1
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +7 -2
@@ -0,0 +1,224 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2020 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
|
+
* Slovenian
|
17
|
+
*/
|
18
|
+
FE.LANGUAGE['sl'] = {
|
19
|
+
translation: {
|
20
|
+
// Place holder
|
21
|
+
'Type something': 'Nekaj vtipkajte',
|
22
|
+
// Basic formatting
|
23
|
+
'Bold': 'Krepko',
|
24
|
+
'Italic': 'Italik',
|
25
|
+
//'Poševno',
|
26
|
+
'Underline': 'Podčrta',
|
27
|
+
//'Podčrtano',
|
28
|
+
'Strikethrough': 'Prečrtano',
|
29
|
+
// Main buttons
|
30
|
+
'Insert': 'Vstavi',
|
31
|
+
'Delete': 'Izbriši',
|
32
|
+
'Cancel': 'Prekliči',
|
33
|
+
'OK': 'OK',
|
34
|
+
'Back': 'Nazaj',
|
35
|
+
'Remove': 'Odstrani',
|
36
|
+
'More': 'Več',
|
37
|
+
'Update': 'Posodobi',
|
38
|
+
'Style': 'Slog',
|
39
|
+
// Font
|
40
|
+
'Font Family': 'Oblika pisave',
|
41
|
+
'Font Size': 'Velikost pisave',
|
42
|
+
// Colors
|
43
|
+
'Colors': 'Barve',
|
44
|
+
'Background': 'Ozadje',
|
45
|
+
'Text': 'Besedilo',
|
46
|
+
'HEX Color': 'HEX Barva',
|
47
|
+
// Paragraphs
|
48
|
+
'Paragraph Format': 'Oblika odstavka',
|
49
|
+
'Normal': 'Normalno',
|
50
|
+
'Code': 'Koda',
|
51
|
+
'Heading 1': 'Naslov 1',
|
52
|
+
'Heading 2': 'Naslov 2',
|
53
|
+
'Heading 3': 'Naslov 3',
|
54
|
+
'Heading 4': 'Naslov 4',
|
55
|
+
// Style
|
56
|
+
'Paragraph Style': 'Slog odstavka',
|
57
|
+
'Inline Style': 'Vrstični slog',
|
58
|
+
// Alignment
|
59
|
+
'Align': 'Poravnajte',
|
60
|
+
'Align Left': 'Leva poravnava',
|
61
|
+
'Align Center': 'Sredinska poravnava',
|
62
|
+
'Align Right': 'Desna poravnava',
|
63
|
+
'Align Justify': 'Poravnajte utemeljite',
|
64
|
+
'None': 'Noben',
|
65
|
+
// Lists
|
66
|
+
'Ordered List': 'Številčni seznam',
|
67
|
+
'Unordered List': 'Neštevilčni seznam',
|
68
|
+
// Indent
|
69
|
+
'Decrease Indent': 'Zmanjšaj zamik',
|
70
|
+
'Increase Indent': 'Povečaj zamik',
|
71
|
+
// Links
|
72
|
+
'Insert Link': 'Vstavi povezavo',
|
73
|
+
'Open in new tab': 'Odpri v novem zavihku',
|
74
|
+
'Open Link': 'Odpri povezavo',
|
75
|
+
'Edit Link': 'Uredi povezavo',
|
76
|
+
'Unlink': 'Odstrani povezavo',
|
77
|
+
'Choose Link': 'Izberi povezavo',
|
78
|
+
// Images
|
79
|
+
'Insert Image': 'Vstavi sliko',
|
80
|
+
'Upload Image': 'Naloži sliko',
|
81
|
+
'By URL': 'Po URL-ju',
|
82
|
+
'Browse': 'Prebrskaj',
|
83
|
+
'Drop image': 'Spusti sliko',
|
84
|
+
'or click': 'ali kliknite',
|
85
|
+
'Manage Images': 'Urejanje slik',
|
86
|
+
'Loading': 'Nalaganje',
|
87
|
+
'Deleting': 'Brisanje',
|
88
|
+
'Tags': 'Značke',
|
89
|
+
'Are you sure? Image will be deleted.': 'Ali ste prepričani? Slika bo izbrisana.',
|
90
|
+
'Replace': 'Zamenjaj',
|
91
|
+
'Uploading': 'Nalaganje',
|
92
|
+
'Loading image': 'Nalagam sliko',
|
93
|
+
'Display': 'Prikaži',
|
94
|
+
'Inline': 'Vrstično',
|
95
|
+
'Break Text': 'Prelomi besedilo',
|
96
|
+
'Alternative Text': 'Nadomestno besedilo',
|
97
|
+
'Change Size': 'Spremeni velikost',
|
98
|
+
'Width': 'Širina',
|
99
|
+
'Height': 'Višina',
|
100
|
+
'Something went wrong. Please try again.': 'Nekaj je šlo narobe. Prosimo, poskusite ponovno.',
|
101
|
+
'Image Caption': 'Opis slike',
|
102
|
+
'Advanced Edit': 'Napredno urejanje',
|
103
|
+
// Video
|
104
|
+
'Insert Video': 'Vstavi video posnetek',
|
105
|
+
'Embedded Code': 'Vdelana koda',
|
106
|
+
'Paste in a video URL': 'Prilepite URL video posnetka',
|
107
|
+
'Drop video': 'Spustite video posnetek sem',
|
108
|
+
'Your browser does not support HTML5 video.': 'Vaš brskalnik ne podpira HTML5 video funkcionalnosti.',
|
109
|
+
'Upload Video': 'Naloži video posnetek',
|
110
|
+
// Tables
|
111
|
+
'Insert Table': 'Vstavi tabelo',
|
112
|
+
'Table Header': 'Glava tabele',
|
113
|
+
'Remove Table': 'Odstrani tabelo',
|
114
|
+
'Table Style': 'Slog tabele',
|
115
|
+
'Horizontal Align': 'Horizontalna poravnava',
|
116
|
+
'Row': 'Vrstica',
|
117
|
+
'Insert row above': 'Vstavi vrstico nad',
|
118
|
+
'Insert row below': 'Vstavi vrstico pod',
|
119
|
+
'Delete row': 'Izbriši vrstico',
|
120
|
+
'Column': 'Stolpec',
|
121
|
+
'Insert column before': 'Vstavi stolpec pred',
|
122
|
+
'Insert column after': 'Vstavi stolpec po',
|
123
|
+
'Delete column': 'Izbriši stolpec',
|
124
|
+
'Cell': 'Celica',
|
125
|
+
'Merge cells': 'Združi celice',
|
126
|
+
'Horizontal split': 'Horizontalni razcep',
|
127
|
+
'Vertical split': 'Vertikalni razcep',
|
128
|
+
'Cell Background': 'Ozadje celice',
|
129
|
+
'Vertical Align': 'Vertikalna poravnava',
|
130
|
+
'Top': 'Vrh',
|
131
|
+
'Middle': 'Sredina',
|
132
|
+
'Bottom': 'Dno',
|
133
|
+
'Align Top': 'Vrhnja poravnava',
|
134
|
+
'Align Middle': 'Sredinska poravnava',
|
135
|
+
'Align Bottom': 'Spodnja poravnava',
|
136
|
+
'Cell Style': 'Slog celice',
|
137
|
+
// Files
|
138
|
+
'Upload File': 'Naloži datoteko',
|
139
|
+
'Drop file': 'Spustite datoteko sem',
|
140
|
+
// Emoticons
|
141
|
+
'Emoticons': 'Emotikoni',
|
142
|
+
// Line breaker
|
143
|
+
'Break': 'Zlom',
|
144
|
+
// Math
|
145
|
+
'Subscript': 'Podpisano',
|
146
|
+
'Superscript': 'Nadpisano',
|
147
|
+
// Full screen
|
148
|
+
'Fullscreen': 'Celozaslonski način',
|
149
|
+
// Horizontal line
|
150
|
+
'Insert Horizontal Line': 'Vstavi vodoravno črto',
|
151
|
+
// Clear formatting
|
152
|
+
'Clear Formatting': 'Počisti oblikovanje',
|
153
|
+
// Save
|
154
|
+
'Save': 'Shrani',
|
155
|
+
// Undo, redo
|
156
|
+
'Undo': 'Razveljavi',
|
157
|
+
'Redo': 'Ponovno uveljavi',
|
158
|
+
// Select all
|
159
|
+
'Select All': 'Izberi vse',
|
160
|
+
// Code view
|
161
|
+
'Code View': 'Prikaži kodo',
|
162
|
+
// Quote
|
163
|
+
'Quote': 'Citat',
|
164
|
+
'Increase': 'Povečaj',
|
165
|
+
'Decrease': 'Zmanjšaj',
|
166
|
+
// Quick Insert
|
167
|
+
'Quick Insert': 'Hitro vstavljanje',
|
168
|
+
// Spcial Characters
|
169
|
+
'Special Characters': 'Posebni znaki',
|
170
|
+
'Latin': 'Latinica',
|
171
|
+
'Greek': 'Grščina',
|
172
|
+
'Cyrillic': 'Cirilica',
|
173
|
+
'Punctuation': 'Ločila',
|
174
|
+
'Currency': 'Valute',
|
175
|
+
'Arrows': 'Puščice',
|
176
|
+
'Math': 'Matematika',
|
177
|
+
'Misc': 'Razno',
|
178
|
+
// Print.
|
179
|
+
'Print': 'Natisni',
|
180
|
+
// Spell Checker.
|
181
|
+
'Spell Checker': 'Črkovalnik',
|
182
|
+
// Help
|
183
|
+
'Help': 'Pomoč',
|
184
|
+
'Shortcuts': 'Bližnjice',
|
185
|
+
'Inline Editor': 'Vdelani urejevalnik',
|
186
|
+
'Show the editor': 'Pokaži urejevalnik',
|
187
|
+
'Common actions': 'Skupna dejanja',
|
188
|
+
'Copy': 'Kopiraj',
|
189
|
+
'Cut': 'Izreži',
|
190
|
+
'Paste': 'Prilepi',
|
191
|
+
'Basic Formatting': 'Osnovno oblikovanje',
|
192
|
+
'Increase quote level': 'Povečaj raven citata',
|
193
|
+
'Decrease quote level': 'Zmanjšaj raven citata',
|
194
|
+
'Image / Video': 'Slika / Video',
|
195
|
+
'Resize larger': 'Povečaj',
|
196
|
+
'Resize smaller': 'Pomanjšaj',
|
197
|
+
'Table': 'Tabela',
|
198
|
+
'Select table cell': 'Izberi celico tabele',
|
199
|
+
'Extend selection one cell': 'Razširi izbor za eno celico',
|
200
|
+
'Extend selection one row': 'Razširi izbor za eno vrstico',
|
201
|
+
'Navigation': 'Navigacija',
|
202
|
+
'Focus popup / toolbar': 'Fokusiraj pojavno okno / orodno vrstico',
|
203
|
+
'Return focus to previous position': 'Vrni fokus v prejšnji položaj',
|
204
|
+
// Embed.ly
|
205
|
+
'Embed URL': 'Vdelani URL',
|
206
|
+
'Paste in a URL to embed': 'Prilepite URL za vdelavo',
|
207
|
+
// Word Paste.
|
208
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Prilepljena vsebina prihaja iz dokumenta Microsoft Word. Ali želite obliko obdržati ali jo želite očistiti?',
|
209
|
+
'Keep': 'Obdrži',
|
210
|
+
'Clean': 'Počisti',
|
211
|
+
'Word Paste Detected': 'Zaznano je lepljenje s programa Word',
|
212
|
+
// Character Counter
|
213
|
+
'Characters': 'Število znakov',
|
214
|
+
// More Buttons
|
215
|
+
'More Text': 'Možnosti besedila',
|
216
|
+
'More Paragraph': 'Možnosti odstavka',
|
217
|
+
'More Rich': 'Več možnosti vstavljanja',
|
218
|
+
'More Misc': 'Več možnosti'
|
219
|
+
},
|
220
|
+
direction: 'ltr'
|
221
|
+
};
|
222
|
+
|
223
|
+
})));
|
224
|
+
//# sourceMappingURL=sl.js.map
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.
|
2
|
+
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2020 Froala Labs
|
5
5
|
*/
|
@@ -269,7 +269,33 @@
|
|
269
269
|
'More Text': ' 更多文字',
|
270
270
|
'More Paragraph': '更多段落',
|
271
271
|
'More Rich': '更多丰富',
|
272
|
-
'More Misc': '更多杂项'
|
272
|
+
'More Misc': '更多杂项',
|
273
|
+
'Rounded': '圆角',
|
274
|
+
'Bordered': '边框',
|
275
|
+
'Shadow': '阴影',
|
276
|
+
'Download PDF': '下载PDF',
|
277
|
+
'Text Color': '字体颜色',
|
278
|
+
'Background Color': '背景颜色',
|
279
|
+
'Inline Class': '内联类',
|
280
|
+
'Highlighted': '高亮',
|
281
|
+
'Transparent': '透明',
|
282
|
+
'Big Red': '大号红',
|
283
|
+
'Small Blue': '小号蓝',
|
284
|
+
'Default': '默认',
|
285
|
+
'Lower Alpha': 'a,b,c...',
|
286
|
+
'Lower Greek': 'α,β,γ...',
|
287
|
+
'Lower Roman': 'i,ii,iii...',
|
288
|
+
'Upper Alpha': 'A,B,C...',
|
289
|
+
'Upper Roman': 'Ⅰ,Ⅱ,Ⅲ...',
|
290
|
+
'Circle': '○ 空心圆',
|
291
|
+
'Disc': '● 实心圆',
|
292
|
+
'Square': '■ 实心方块',
|
293
|
+
'Gray': '灰色',
|
294
|
+
'Spaced': '字母间隙',
|
295
|
+
'Uppercase': '大写',
|
296
|
+
'Line Height': '行高',
|
297
|
+
'Single': '1',
|
298
|
+
'Double': '2'
|
273
299
|
},
|
274
300
|
direction: 'ltr'
|
275
301
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.
|
2
|
+
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2020 Froala Labs
|
5
5
|
*/
|
@@ -20,205 +20,205 @@
|
|
20
20
|
// Place holder
|
21
21
|
'Type something': "\u8F38\u5165\u4E00\u4E9B\u5167\u5BB9",
|
22
22
|
// Basic formatting
|
23
|
-
'Bold':
|
24
|
-
'Italic':
|
25
|
-
'Underline':
|
26
|
-
'Strikethrough':
|
23
|
+
'Bold': '粗體',
|
24
|
+
'Italic': '斜體',
|
25
|
+
'Underline': '下劃線',
|
26
|
+
'Strikethrough': '刪除線',
|
27
27
|
// Main buttons
|
28
|
-
'Insert':
|
29
|
-
'Delete':
|
30
|
-
'Cancel':
|
31
|
-
'OK':
|
32
|
-
'Back':
|
33
|
-
'Remove':
|
34
|
-
'More':
|
35
|
-
'Update':
|
36
|
-
'Style':
|
28
|
+
'Insert': '插入',
|
29
|
+
'Delete': '刪除',
|
30
|
+
'Cancel': '取消',
|
31
|
+
'OK': '好的',
|
32
|
+
'Back': '後退',
|
33
|
+
'Remove': '去掉',
|
34
|
+
'More': '更多',
|
35
|
+
'Update': '更新',
|
36
|
+
'Style': '樣式',
|
37
37
|
// Font
|
38
|
-
'Font Family':
|
38
|
+
'Font Family': '字体系列',
|
39
39
|
'Font Size': "\u5B57\u578B\u5927\u5C0F",
|
40
40
|
// Colors
|
41
|
-
'Colors':
|
42
|
-
'Background':
|
43
|
-
'Text':
|
41
|
+
'Colors': '顏色',
|
42
|
+
'Background': '背景',
|
43
|
+
'Text': '文字',
|
44
44
|
'HEX Color': '十六進制顏色',
|
45
45
|
// Paragraphs
|
46
|
-
'Paragraph Format':
|
47
|
-
'Normal':
|
48
|
-
'Code':
|
49
|
-
'Heading 1':
|
50
|
-
'Heading 2':
|
51
|
-
'Heading 3':
|
52
|
-
'Heading 4':
|
46
|
+
'Paragraph Format': '段落格式',
|
47
|
+
'Normal': '正常',
|
48
|
+
'Code': '代碼',
|
49
|
+
'Heading 1': '標題1',
|
50
|
+
'Heading 2': '標題2',
|
51
|
+
'Heading 3': '標題3',
|
52
|
+
'Heading 4': '標題4',
|
53
53
|
// Style
|
54
|
-
'Paragraph Style':
|
55
|
-
'Inline Style':
|
54
|
+
'Paragraph Style': '段落樣式',
|
55
|
+
'Inline Style': '內聯樣式',
|
56
56
|
// Alignment
|
57
|
-
'Align':
|
58
|
-
'Align Left':
|
57
|
+
'Align': '对齐',
|
58
|
+
'Align Left': '左對齊',
|
59
59
|
'Align Center': "\u7F6E\u4E2D\u5C0D\u9F4A",
|
60
60
|
'Align Right': "\u7F6E\u53F3\u5C0D\u9F4A",
|
61
|
-
'Align Justify':
|
62
|
-
'None':
|
61
|
+
'Align Justify': '兩端對齊',
|
62
|
+
'None': '没有',
|
63
63
|
// Lists
|
64
|
-
'Ordered List':
|
65
|
-
'Unordered List':
|
64
|
+
'Ordered List': '有序列表',
|
65
|
+
'Unordered List': '无序列表',
|
66
66
|
// Indent
|
67
|
-
'Decrease Indent':
|
68
|
-
'Increase Indent':
|
67
|
+
'Decrease Indent': '減少縮進量',
|
68
|
+
'Increase Indent': '增加縮進量',
|
69
69
|
// Links
|
70
70
|
'Insert Link': "\u63D2\u5165\u9023\u7D50",
|
71
|
-
'Open in new tab':
|
71
|
+
'Open in new tab': '在新標籤頁中打開',
|
72
72
|
'Open Link': "\u958B\u555F\u9023\u7D50",
|
73
73
|
'Edit Link': "\u7DE8\u8F2F\u9023\u7D50",
|
74
74
|
'Unlink': "\u79FB\u9664\u9023\u7D50",
|
75
75
|
'Choose Link': "\u9078\u64C7\u9023\u7D50",
|
76
76
|
// Images
|
77
|
-
'Insert Image':
|
78
|
-
'Upload Image':
|
77
|
+
'Insert Image': '插入圖片',
|
78
|
+
'Upload Image': '上傳圖片',
|
79
79
|
'By URL': "\u7DB2\u5740\u4E0A\u50B3",
|
80
|
-
'Browse':
|
80
|
+
'Browse': '瀏覽',
|
81
81
|
'Drop image': "\u5716\u7247\u62D6\u66F3",
|
82
|
-
'or click':
|
83
|
-
'Manage Images':
|
84
|
-
'Loading':
|
85
|
-
'Deleting':
|
86
|
-
'Tags':
|
82
|
+
'or click': '或點擊',
|
83
|
+
'Manage Images': '管理圖片',
|
84
|
+
'Loading': '加載中',
|
85
|
+
'Deleting': '刪除中',
|
86
|
+
'Tags': '標籤',
|
87
87
|
'Are you sure? Image will be deleted.': "\u78BA\u5B9A\u522A\u9664\u5716\u7247\uFF1F",
|
88
|
-
'Replace':
|
89
|
-
'Uploading':
|
90
|
-
'Loading image':
|
91
|
-
'Display':
|
88
|
+
'Replace': '替換',
|
89
|
+
'Uploading': '上傳中',
|
90
|
+
'Loading image': '圖片加載中',
|
91
|
+
'Display': '顯示',
|
92
92
|
'Inline': "\u5D4C\u5165",
|
93
|
-
'Break Text':
|
94
|
-
'Alternative Text':
|
95
|
-
'Change Size':
|
96
|
-
'Width':
|
97
|
-
'Height':
|
98
|
-
'Something went wrong. Please try again.':
|
99
|
-
'Image Caption': '
|
93
|
+
'Break Text': '打破文字',
|
94
|
+
'Alternative Text': '替換文字',
|
95
|
+
'Change Size': '改變大小',
|
96
|
+
'Width': '寬度',
|
97
|
+
'Height': '高度',
|
98
|
+
'Something went wrong. Please try again.': '發生錯誤,請重試。',
|
99
|
+
'Image Caption': '圖片標題',
|
100
100
|
'Advanced Edit': '高級編輯',
|
101
101
|
// Video
|
102
|
-
'Insert Video':
|
103
|
-
'Embedded Code':
|
102
|
+
'Insert Video': '插入影片',
|
103
|
+
'Embedded Code': '嵌入式代码',
|
104
104
|
'Paste in a video URL': '粘貼在視頻網址',
|
105
105
|
'Drop video': '放下視頻',
|
106
106
|
'Your browser does not support HTML5 video.': '您的瀏覽器不支持html5視頻。',
|
107
|
-
'Upload Video': '
|
107
|
+
'Upload Video': '上傳影片',
|
108
108
|
// Tables
|
109
|
-
'Insert Table':
|
110
|
-
'Table Header':
|
109
|
+
'Insert Table': '插入表格',
|
110
|
+
'Table Header': '表頭',
|
111
111
|
'Remove Table': "\u522A\u9664\u8868",
|
112
|
-
'Table Style':
|
113
|
-
'Horizontal Align':
|
114
|
-
'Row':
|
115
|
-
'Insert row above':
|
116
|
-
'Insert row below':
|
117
|
-
'Delete row':
|
118
|
-
'Column':
|
112
|
+
'Table Style': '表格樣式',
|
113
|
+
'Horizontal Align': '水平對齊方式',
|
114
|
+
'Row': '行',
|
115
|
+
'Insert row above': '在上方插入',
|
116
|
+
'Insert row below': '在下方插入',
|
117
|
+
'Delete row': '刪除行',
|
118
|
+
'Column': '列',
|
119
119
|
'Insert column before': "\u5411\u5DE6\u63D2\u5165\u4E00\u5217",
|
120
120
|
'Insert column after': "\u5411\u53F3\u63D2\u5165\u4E00\u5217",
|
121
|
-
'Delete column':
|
122
|
-
'Cell':
|
123
|
-
'Merge cells':
|
124
|
-
'Horizontal split':
|
125
|
-
'Vertical split':
|
126
|
-
'Cell Background':
|
127
|
-
'Vertical Align':
|
121
|
+
'Delete column': '刪除列',
|
122
|
+
'Cell': '單元格',
|
123
|
+
'Merge cells': '合併單元格',
|
124
|
+
'Horizontal split': '水平分割',
|
125
|
+
'Vertical split': '垂直分割',
|
126
|
+
'Cell Background': '單元格背景',
|
127
|
+
'Vertical Align': '垂直對齊方式',
|
128
128
|
'Top': "\u4E0A",
|
129
129
|
'Middle': "\u4E2D",
|
130
|
-
'Bottom':
|
131
|
-
'Align Top':
|
130
|
+
'Bottom': '底部',
|
131
|
+
'Align Top': '靠上對齊',
|
132
132
|
'Align Middle': "\u4E2D\u9593\u5C0D\u9F4A",
|
133
|
-
'Align Bottom':
|
134
|
-
'Cell Style':
|
133
|
+
'Align Bottom': '靠下對齊',
|
134
|
+
'Cell Style': '單元格樣式',
|
135
135
|
// Files
|
136
|
-
'Upload File':
|
137
|
-
'Drop file':
|
136
|
+
'Upload File': '上傳文件',
|
137
|
+
'Drop file': '拖入文件',
|
138
138
|
// Emoticons
|
139
|
-
'Emoticons':
|
139
|
+
'Emoticons': '表情符號',
|
140
140
|
'Grinning face': "\u81C9\u4E0A\u7B11\u563B\u563B",
|
141
141
|
'Grinning face with smiling eyes': "\u7B11\u563B\u563B\u7684\u81C9\uFF0C\u542B\u7B11\u7684\u773C\u775B",
|
142
142
|
'Face with tears of joy': "\u81C9\u4E0A\u5E36\u8457\u559C\u6085\u7684\u6DDA\u6C34",
|
143
143
|
'Smiling face with open mouth': "\u7B11\u81C9\u5F35\u958B\u5634",
|
144
144
|
'Smiling face with open mouth and smiling eyes': "\u7B11\u81C9\u5F35\u958B\u5634\u5FAE\u7B11\u7684\u773C\u775B",
|
145
|
-
'Smiling face with open mouth and cold sweat':
|
145
|
+
'Smiling face with open mouth and cold sweat': '帶冷汗的張嘴微笑',
|
146
146
|
'Smiling face with open mouth and tightly-closed eyes': "\u7B11\u81C9\u5F35\u958B\u5634\uFF0C\u7DCA\u7DCA\u9589\u8457\u773C\u775B",
|
147
|
-
'Smiling face with halo':
|
148
|
-
'Smiling face with horns':
|
147
|
+
'Smiling face with halo': '帶光環微笑',
|
148
|
+
'Smiling face with horns': '帶牛角的微笑',
|
149
149
|
'Winking face': "\u7728\u773C\u8868\u60C5",
|
150
150
|
'Smiling face with smiling eyes': "\u9762\u5E36\u5FAE\u7B11\u7684\u773C\u775B",
|
151
151
|
'Face savoring delicious food': "\u9762\u5C0D\u54C1\u5690\u7F8E\u5473\u7684\u98DF\u7269",
|
152
|
-
'Relieved face':
|
152
|
+
'Relieved face': '如釋重負',
|
153
153
|
'Smiling face with heart-shaped eyes': "\u5FAE\u7B11\u7684\u81C9\uFF0C\u5FC3\u81DF\u5F62\u7684\u773C\u775B",
|
154
154
|
'Smiling face with sunglasses': "\u7B11\u81C9\u592A\u967D\u93E1",
|
155
155
|
'Smirking face': "\u9762\u5C0D\u9762\u5E36\u7B11\u5BB9",
|
156
|
-
'Neutral face':
|
157
|
-
'Expressionless face':
|
156
|
+
'Neutral face': '中性臉',
|
157
|
+
'Expressionless face': '无表情的脸',
|
158
158
|
'Unamused face': "\u4E00\u81C9\u4E0D\u5FEB\u7684\u81C9",
|
159
159
|
'Face with cold sweat': "\u9762\u5C0D\u51B7\u6C57",
|
160
160
|
'Pensive face': "\u6C89\u601D\u7684\u81C9",
|
161
161
|
'Confused face': "\u9762\u5C0D\u56F0\u60D1",
|
162
162
|
'Confounded face': "\u8A72\u6B7B\u7684\u81C9",
|
163
|
-
'Kissing face':
|
164
|
-
'Face throwing a kiss':
|
165
|
-
'Kissing face with smiling eyes':
|
166
|
-
'Kissing face with closed eyes':
|
167
|
-
'Face with stuck out tongue':
|
168
|
-
'Face with stuck out tongue and winking eye':
|
169
|
-
'Face with stuck out tongue and tightly-closed eyes':
|
170
|
-
'Disappointed face':
|
171
|
-
'Worried face':
|
172
|
-
'Angry face':
|
173
|
-
'Pouting face':
|
163
|
+
'Kissing face': '接吻的脸',
|
164
|
+
'Face throwing a kiss': '扔一个吻',
|
165
|
+
'Kissing face with smiling eyes': '带着微笑的眼睛接吻的脸',
|
166
|
+
'Kissing face with closed eyes': '閉眼接吻',
|
167
|
+
'Face with stuck out tongue': '舌头伸出来的脸',
|
168
|
+
'Face with stuck out tongue and winking eye': '眨眼吐舌\'',
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': '脸上伸出舌头和眨眼的眼睛',
|
170
|
+
'Disappointed face': '失望',
|
171
|
+
'Worried face': '担心的脸',
|
172
|
+
'Angry face': '生氣的',
|
173
|
+
'Pouting face': '撅嘴',
|
174
174
|
'Crying face': "\u54ED\u6CE3\u7684\u81C9",
|
175
175
|
'Persevering face': "\u600E\u5948\u81C9",
|
176
|
-
'Face with look of triumph':
|
177
|
-
'Disappointed but relieved face':
|
178
|
-
'Frowning face with open mouth':
|
179
|
-
'Anguished face':
|
180
|
-
'Fearful face':
|
176
|
+
'Face with look of triumph': '胜利的脸',
|
177
|
+
'Disappointed but relieved face': '失望但释然的脸',
|
178
|
+
'Frowning face with open mouth': '皺眉',
|
179
|
+
'Anguished face': '痛苦的脸',
|
180
|
+
'Fearful face': '害怕',
|
181
181
|
'Weary face': "\u9762\u5C0D\u53AD\u5026",
|
182
|
-
'Sleepy face':
|
183
|
-
'Tired face':
|
184
|
-
'Grimacing face':
|
185
|
-
'Loudly crying face':
|
186
|
-
'Face with open mouth':
|
182
|
+
'Sleepy face': '困了',
|
183
|
+
'Tired face': '累了',
|
184
|
+
'Grimacing face': '鬼脸',
|
185
|
+
'Loudly crying face': '大声哭泣的脸',
|
186
|
+
'Face with open mouth': '張開嘴',
|
187
187
|
'Hushed face': "\u5B89\u975C\u7684\u81C9",
|
188
188
|
'Face with open mouth and cold sweat': "\u9762\u5C0D\u5F35\u958B\u5634\uFF0C\u4E00\u8EAB\u51B7\u6C57",
|
189
189
|
'Face screaming in fear': "\u9762\u5C0D\u5C16\u53EB\u5728\u6050\u61FC\u4E2D",
|
190
190
|
'Astonished face': "\u9762\u5C0D\u9A5A\u8A1D",
|
191
|
-
'Flushed face':
|
191
|
+
'Flushed face': '臉紅',
|
192
192
|
'Sleeping face': "\u719F\u7761\u7684\u81C9",
|
193
193
|
'Dizzy face': "\u9762\u5C0D\u7729",
|
194
|
-
'Face without mouth':
|
194
|
+
'Face without mouth': '沒有嘴的臉',
|
195
195
|
'Face with medical mask': "\u9762\u5C0D\u91AB\u7642\u53E3\u7F69",
|
196
196
|
// Line breaker
|
197
|
-
'Break':
|
197
|
+
'Break': '換行',
|
198
198
|
// Math
|
199
|
-
'Subscript':
|
200
|
-
'Superscript':
|
199
|
+
'Subscript': '下標',
|
200
|
+
'Superscript': '上標',
|
201
201
|
// Full screen
|
202
|
-
'Fullscreen':
|
202
|
+
'Fullscreen': '全屏',
|
203
203
|
// Horizontal line
|
204
|
-
'Insert Horizontal Line':
|
204
|
+
'Insert Horizontal Line': '插入水平線',
|
205
205
|
// Clear formatting
|
206
|
-
'Clear Formatting':
|
206
|
+
'Clear Formatting': '清除格式',
|
207
207
|
// Save
|
208
208
|
'Save': '保存',
|
209
209
|
// Undo, redo
|
210
|
-
'Undo':
|
211
|
-
'Redo':
|
210
|
+
'Undo': '撤消',
|
211
|
+
'Redo': '重做',
|
212
212
|
// Select all
|
213
|
-
'Select All':
|
213
|
+
'Select All': '全選',
|
214
214
|
// Code view
|
215
|
-
'Code View':
|
215
|
+
'Code View': '代码视图',
|
216
216
|
// Quote
|
217
|
-
'Quote':
|
217
|
+
'Quote': '引用',
|
218
218
|
'Increase': "\u7E2E\u6392",
|
219
219
|
'Decrease': "\u53BB\u9664\u7E2E\u6392",
|
220
220
|
// Quick Insert
|
221
|
-
'Quick Insert':
|
221
|
+
'Quick Insert': '快速插入',
|
222
222
|
// Spcial Characters
|
223
223
|
'Special Characters': '特殊字符',
|
224
224
|
'Latin': '拉丁',
|
@@ -230,39 +230,39 @@
|
|
230
230
|
'Math': '數學',
|
231
231
|
'Misc': '雜項',
|
232
232
|
// Print.
|
233
|
-
'Print': '
|
233
|
+
'Print': '列印',
|
234
234
|
// Spell Checker.
|
235
235
|
'Spell Checker': '拼寫檢查器',
|
236
236
|
// Help
|
237
|
-
'Help': '
|
237
|
+
'Help': '幫助',
|
238
238
|
'Shortcuts': '快捷鍵',
|
239
239
|
'Inline Editor': '內聯編輯器',
|
240
|
-
'Show the editor': '
|
241
|
-
'Common actions': '
|
240
|
+
'Show the editor': '顯示編輯器',
|
241
|
+
'Common actions': '常用操作',
|
242
242
|
'Copy': '複製',
|
243
243
|
'Cut': '切',
|
244
|
-
'Paste': '
|
244
|
+
'Paste': '貼上',
|
245
245
|
'Basic Formatting': '基本格式',
|
246
|
-
'Increase quote level': '
|
247
|
-
'Decrease quote level': '
|
248
|
-
'Image / Video': '
|
246
|
+
'Increase quote level': '增加报价水平',
|
247
|
+
'Decrease quote level': '降低报价水平',
|
248
|
+
'Image / Video': '圖像/影片',
|
249
249
|
'Resize larger': '調整大小更大',
|
250
250
|
'Resize smaller': '調整大小更小',
|
251
251
|
'Table': '表',
|
252
252
|
'Select table cell': '選擇表單元格',
|
253
|
-
'Extend selection one cell': '
|
254
|
-
'Extend selection one row': '
|
253
|
+
'Extend selection one cell': '增加選中的單元格',
|
254
|
+
'Extend selection one row': '增加選中的行',
|
255
255
|
'Navigation': '導航',
|
256
256
|
'Focus popup / toolbar': '焦點彈出/工具欄',
|
257
257
|
'Return focus to previous position': '將焦點返回到上一個位置',
|
258
258
|
// Embed.ly
|
259
259
|
'Embed URL': '嵌入網址',
|
260
|
-
'Paste in a URL to embed': '
|
260
|
+
'Paste in a URL to embed': '貼上要嵌入的網址',
|
261
261
|
// Word Paste.
|
262
262
|
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': '粘貼的內容來自微軟Word文檔。你想保留格式還是清理它?',
|
263
|
-
'Keep': '
|
263
|
+
'Keep': '保留',
|
264
264
|
'Clean': '清潔',
|
265
|
-
'Word Paste Detected': '
|
265
|
+
'Word Paste Detected': '檢測到貼上自 Word 的內容',
|
266
266
|
// Character Counter
|
267
267
|
'Characters': '人物',
|
268
268
|
// More Buttons
|