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
|
+
* Portuguese spoken in Portugal
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['pt_pt'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': 'Digite algo',
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Negrito',
|
|
24
|
+
'Italic': "It\xE1lico",
|
|
25
|
+
'Underline': 'Sublinhado',
|
|
26
|
+
'Strikethrough': 'Rasurado',
|
|
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 da fonte',
|
|
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\xF3digo",
|
|
49
|
+
'Heading 1': "Cabe\xE7alho 1",
|
|
50
|
+
'Heading 2': "Cabe\xE7alho 2",
|
|
51
|
+
'Heading 3': "Cabe\xE7alho 3",
|
|
52
|
+
'Heading 4': "Cabe\xE7alho 4",
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': "Estilo de par\xE1grafo",
|
|
55
|
+
'Inline Style': 'Estilo embutido',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Alinhar',
|
|
58
|
+
'Align Left': "Alinhar \xE0 esquerda",
|
|
59
|
+
'Align Center': 'Alinhar ao centro',
|
|
60
|
+
'Align Right': "Alinhar \xE0 direita",
|
|
61
|
+
'Align Justify': 'Justificado',
|
|
62
|
+
'None': 'Nenhum',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Lista ordenada',
|
|
65
|
+
'Unordered List': "Lista n\xE3o ordenada",
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': "Diminuir avan\xE7o",
|
|
68
|
+
'Increase Indent': "Aumentar avan\xE7o",
|
|
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 URL',
|
|
80
|
+
'Browse': 'Procurar',
|
|
81
|
+
'Drop image': 'Largue imagem',
|
|
82
|
+
'or click': 'ou clique em',
|
|
83
|
+
'Manage Images': 'Gerenciar as imagens',
|
|
84
|
+
'Loading': 'Carregando',
|
|
85
|
+
'Deleting': 'Excluindo',
|
|
86
|
+
'Tags': 'Etiquetas',
|
|
87
|
+
'Are you sure? Image will be deleted.': "Voc\xEA tem certeza? Imagem ser\xE1 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
|
+
'Alternative 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\xEDdeo",
|
|
103
|
+
'Embedded Code': "C\xF3digo embutido",
|
|
104
|
+
'Paste in a video URL': 'Colar em um URL de vídeo',
|
|
105
|
+
'Drop video': 'Solte o video',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Seu navegador não suporta o vídeo html5.',
|
|
107
|
+
'Upload Video': 'Envio vídeo',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Inserir tabela',
|
|
110
|
+
'Table Header': "Cabe\xE7alho 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': 'Eliminar linha',
|
|
118
|
+
'Column': 'Coluna',
|
|
119
|
+
'Insert column before': 'Inserir coluna antes',
|
|
120
|
+
'Insert column after': 'Inserir coluna depois',
|
|
121
|
+
'Delete column': 'Eliminar coluna',
|
|
122
|
+
'Cell': "C\xE9lula",
|
|
123
|
+
'Merge cells': "Unir c\xE9lulas",
|
|
124
|
+
'Horizontal split': "Divis\xE3o horizontal",
|
|
125
|
+
'Vertical split': "Divis\xE3o vertical",
|
|
126
|
+
'Cell Background': "Fundo da c\xE9lula",
|
|
127
|
+
'Vertical Align': 'Alinhar 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\xE9lula",
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': 'Upload de arquivo',
|
|
137
|
+
'Drop file': 'Largar arquivo',
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Emoticons',
|
|
140
|
+
'Grinning face': 'Sorrindo a cara',
|
|
141
|
+
'Grinning face with smiling eyes': 'Sorrindo rosto com olhos sorridentes',
|
|
142
|
+
'Face with tears of joy': "Rosto com l\xE1grimas de alegria",
|
|
143
|
+
'Smiling face with open mouth': 'Rosto de sorriso com a boca aberta',
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': 'Rosto de sorriso com a boca aberta e olhos sorridentes',
|
|
145
|
+
'Smiling face with open mouth and cold sweat': 'Rosto de sorriso com a boca aberta e suor frio',
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': 'Rosto de sorriso com a boca aberta e os olhos bem fechados',
|
|
147
|
+
'Smiling face with halo': 'Rosto de sorriso com halo',
|
|
148
|
+
'Smiling face with horns': 'Rosto de sorriso com chifres',
|
|
149
|
+
'Winking face': 'Pisc a rosto',
|
|
150
|
+
'Smiling face with smiling eyes': 'Rosto de sorriso 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 de sorriso com os olhos em forma de cora\xE7\xE3o",
|
|
154
|
+
'Smiling face with sunglasses': "Rosto de sorriso com \xF3culos de sol",
|
|
155
|
+
'Smirking face': 'Rosto sorridente',
|
|
156
|
+
'Neutral face': 'Rosto neutra',
|
|
157
|
+
'Expressionless face': 'Rosto inexpressivo',
|
|
158
|
+
'Unamused face': "O rosto n\xE3o divertido",
|
|
159
|
+
'Face with cold sweat': 'Rosto com suor frio',
|
|
160
|
+
'Pensive face': 'O rosto pensativo',
|
|
161
|
+
'Confused face': 'Cara confusa',
|
|
162
|
+
'Confounded face': "Rosto at\xF4nito",
|
|
163
|
+
'Kissing face': 'Beijar Rosto',
|
|
164
|
+
'Face throwing a kiss': 'Rosto jogando um beijo',
|
|
165
|
+
'Kissing face with smiling eyes': 'Beijar rosto com olhos sorridentes',
|
|
166
|
+
'Kissing face with closed eyes': 'Beijando a cara com os olhos fechados',
|
|
167
|
+
'Face with stuck out tongue': "Preso de cara com a l\xEDngua para fora",
|
|
168
|
+
'Face with stuck out tongue and winking eye': "Rosto com estendeu a l\xEDngua e olho piscando",
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': 'Rosto com estendeu a língua e os olhos bem fechados',
|
|
170
|
+
'Disappointed face': 'Rosto decepcionado',
|
|
171
|
+
'Worried face': 'O rosto preocupado',
|
|
172
|
+
'Angry face': 'Rosto irritado',
|
|
173
|
+
'Pouting face': 'Beicinho Rosto',
|
|
174
|
+
'Crying face': 'Cara de choro',
|
|
175
|
+
'Persevering face': 'Perseverar Rosto',
|
|
176
|
+
'Face with look of triumph': 'Rosto com olhar de triunfo',
|
|
177
|
+
'Disappointed but relieved face': 'Fiquei Desapontado mas aliviado Rosto',
|
|
178
|
+
'Frowning face with open mouth': 'Sobrancelhas franzidas rosto com a boca aberta',
|
|
179
|
+
'Anguished face': 'O rosto angustiado',
|
|
180
|
+
'Fearful face': 'Cara com medo',
|
|
181
|
+
'Weary face': 'Rosto cansado',
|
|
182
|
+
'Sleepy face': 'Cara de sono',
|
|
183
|
+
'Tired face': 'Rosto cansado',
|
|
184
|
+
'Grimacing face': 'Fazendo caretas face',
|
|
185
|
+
'Loudly crying face': 'Alto chorando rosto',
|
|
186
|
+
'Face with open mouth': 'Enfrentar com a boca aberta',
|
|
187
|
+
'Hushed face': 'Flagrantes de rosto',
|
|
188
|
+
'Face with open mouth and cold sweat': 'Enfrentar com a boca aberta e suor frio',
|
|
189
|
+
'Face screaming in fear': 'Cara gritando de medo',
|
|
190
|
+
'Astonished face': 'Cara de surpresa',
|
|
191
|
+
'Flushed face': 'Rosto vermelho',
|
|
192
|
+
'Sleeping face': 'O rosto de sono',
|
|
193
|
+
'Dizzy face': 'Cara tonto',
|
|
194
|
+
'Face without mouth': 'Rosto sem boca',
|
|
195
|
+
'Face with medical mask': "Rosto com m\xE1scara m\xE9dica",
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Partir',
|
|
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\xE7\xE3o",
|
|
207
|
+
// Save
|
|
208
|
+
'Save': "Salve",
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': 'Anular',
|
|
211
|
+
'Redo': 'Restaurar',
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': 'Seleccionar tudo',
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': "Exibi\xE7\xE3o de c\xF3digo",
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': "Cita\xE7\xE3o",
|
|
218
|
+
'Increase': 'Aumentar',
|
|
219
|
+
'Decrease': 'Diminuir',
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': "Inser\xE7\xE3o r\xE1pida",
|
|
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; flechas',
|
|
230
|
+
'Math': 'Matemática',
|
|
231
|
+
'Misc': 'Misc',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Impressão',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Verificador ortográfico',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Socorro',
|
|
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 / video',
|
|
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 uma linha',
|
|
255
|
+
'Navigation': 'Navegação',
|
|
256
|
+
'Focus popup / toolbar': 'Foco popup / 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 em 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': 'Guarda',
|
|
264
|
+
'Clean': 'Limpar limpo',
|
|
265
|
+
'Word Paste Detected': 'Pasta de palavras detectada',
|
|
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_pt.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
|
+
* Romanian
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['ro'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': "Tasteaz\u0103 ceva",
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': "\xCEngro\u015Fat",
|
|
24
|
+
'Italic': 'Cursiv',
|
|
25
|
+
'Underline': 'Subliniat',
|
|
26
|
+
'Strikethrough': "T\u0103iat",
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': "Insereaz\u0103",
|
|
29
|
+
'Delete': "\u015Eterge",
|
|
30
|
+
'Cancel': "Anuleaz\u0103",
|
|
31
|
+
'OK': 'Ok',
|
|
32
|
+
'Back': "\xCEnapoi",
|
|
33
|
+
'Remove': "\u0218terge",
|
|
34
|
+
'More': 'Mai mult',
|
|
35
|
+
'Update': "Actualizeaz\u0103",
|
|
36
|
+
'Style': 'Stil',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Font',
|
|
39
|
+
'Font Size': 'Dimensiune font',
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Culoare',
|
|
42
|
+
'Background': 'Fundal',
|
|
43
|
+
'Text': 'Text',
|
|
44
|
+
'HEX Color': 'Culoare Hexa',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Format paragraf',
|
|
47
|
+
'Normal': 'Normal',
|
|
48
|
+
'Code': 'Cod',
|
|
49
|
+
'Heading 1': 'Antet 1',
|
|
50
|
+
'Heading 2': 'Antet 2',
|
|
51
|
+
'Heading 3': 'Antet 3',
|
|
52
|
+
'Heading 4': 'Antet 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Stil paragraf',
|
|
55
|
+
'Inline Style': "Stil \xEEn linie",
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Aliniere',
|
|
58
|
+
'Align Left': "Aliniere la st\xE2nga",
|
|
59
|
+
'Align Center': 'Aliniere la centru',
|
|
60
|
+
'Align Right': 'Aliniere la dreapta',
|
|
61
|
+
'Align Justify': "Aliniere pe toat\u0103 l\u0103\u021Bimea",
|
|
62
|
+
'None': 'Niciunul',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': "List\u0103 ordonat\u0103",
|
|
65
|
+
'Unordered List': "List\u0103 neordonat\u0103",
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': "De-indenteaz\u0103",
|
|
68
|
+
'Increase Indent': "Indenteaz\u0103",
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': 'Inserare link',
|
|
71
|
+
'Open in new tab': "Deschide \xEEn tab nou",
|
|
72
|
+
'Open Link': 'Deschide link',
|
|
73
|
+
'Edit Link': 'Editare link',
|
|
74
|
+
'Unlink': "\u0218terge link-ul",
|
|
75
|
+
'Choose Link': 'Alege link',
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Inserare imagine',
|
|
78
|
+
'Upload Image': "\xCEncarc\u0103 imagine",
|
|
79
|
+
'By URL': "Dup\u0103 URL",
|
|
80
|
+
'Browse': "R\u0103sfoie\u0219te",
|
|
81
|
+
'Drop image': 'Trage imagine',
|
|
82
|
+
'or click': "sau f\u0103 click",
|
|
83
|
+
'Manage Images': 'Gestionare imagini',
|
|
84
|
+
'Loading': "Se \xEEncarc\u0103",
|
|
85
|
+
'Deleting': "Se \u0219terge",
|
|
86
|
+
'Tags': 'Etichete',
|
|
87
|
+
'Are you sure? Image will be deleted.': "Sunte\u021Bi sigur? Imaginea va fi \u015Ftears\u0103.",
|
|
88
|
+
'Replace': "\xCEnlocuire",
|
|
89
|
+
'Uploading': "Imaginea se \xEEncarc\u0103",
|
|
90
|
+
'Loading image': "Imaginea se \xEEncarc\u0103",
|
|
91
|
+
'Display': "Afi\u0219are",
|
|
92
|
+
'Inline': "\xCEn linie",
|
|
93
|
+
'Break Text': 'Sparge text',
|
|
94
|
+
'Alternative Text': 'Text alternativ',
|
|
95
|
+
'Change Size': 'Modificare dimensiuni',
|
|
96
|
+
'Width': "L\u0103\u021Bime",
|
|
97
|
+
'Height': "\xCEn\u0103l\u021Bime",
|
|
98
|
+
'Something went wrong. Please try again.': "Ceva n-a mers bine. V\u0103 rug\u0103m s\u0103 \xEEncerca\u021Bi din nou.",
|
|
99
|
+
'Image Caption': 'Captura imaginii',
|
|
100
|
+
'Advanced Edit': 'Editare avansată',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Inserare video',
|
|
103
|
+
'Embedded Code': 'Cod embedded',
|
|
104
|
+
'Paste in a video URL': 'Lipiți o adresă URL pentru video',
|
|
105
|
+
'Drop video': 'Trage video',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Browserul dvs. nu acceptă videoclipul html5.',
|
|
107
|
+
'Upload Video': 'Încărcați videoclipul',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Inserare tabel',
|
|
110
|
+
'Table Header': 'Antet tabel',
|
|
111
|
+
'Remove Table': "\u0218terge tabel",
|
|
112
|
+
'Table Style': 'Stil tabel',
|
|
113
|
+
'Horizontal Align': "Aliniere orizontal\u0103",
|
|
114
|
+
'Row': 'Linie',
|
|
115
|
+
'Insert row above': "Insereaz\u0103 linie \xEEnainte",
|
|
116
|
+
'Insert row below': "Insereaz\u0103 linie dup\u0103",
|
|
117
|
+
'Delete row': "\u015Eterge linia",
|
|
118
|
+
'Column': "Coloan\u0103",
|
|
119
|
+
'Insert column before': "Insereaz\u0103 coloan\u0103 \xEEnainte",
|
|
120
|
+
'Insert column after': "Insereaz\u0103 coloan\u0103 dup\u0103",
|
|
121
|
+
'Delete column': "\u015Eterge coloana",
|
|
122
|
+
'Cell': 'Celula',
|
|
123
|
+
'Merge cells': "Une\u015Fte celulele",
|
|
124
|
+
'Horizontal split': "\xCEmparte orizontal",
|
|
125
|
+
'Vertical split': "\xCEmparte vertical",
|
|
126
|
+
'Cell Background': "Fundal celul\u0103",
|
|
127
|
+
'Vertical Align': "Aliniere vertical\u0103",
|
|
128
|
+
'Top': 'Sus',
|
|
129
|
+
'Middle': 'Mijloc',
|
|
130
|
+
'Bottom': 'Jos',
|
|
131
|
+
'Align Top': 'Aliniere sus',
|
|
132
|
+
'Align Middle': 'Aliniere la mijloc',
|
|
133
|
+
'Align Bottom': 'Aliniere jos',
|
|
134
|
+
'Cell Style': "Stil celul\u0103",
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': "\xCEnc\u0103rca\u021Bi fi\u0219ier",
|
|
137
|
+
'Drop file': "Trage fi\u0219ier",
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Emoticoane',
|
|
140
|
+
'Grinning face': "Fa\u021B\u0103 r\xE2njind",
|
|
141
|
+
'Grinning face with smiling eyes': "Fa\u021B\u0103 r\xE2njind cu ochi z\xE2mbitori",
|
|
142
|
+
'Face with tears of joy': "Fa\u021B\u0103 cu lacrimi de bucurie",
|
|
143
|
+
'Smiling face with open mouth': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103",
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u0219i ochi z\xE2mbitori",
|
|
145
|
+
'Smiling face with open mouth and cold sweat': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u015Fi sudoare rece",
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "Fa\u021B\u0103 z\xE2mbitoare cu gura deschis\u0103 \u015Fi ochii ferm \xEEnchi\u0219i",
|
|
147
|
+
'Smiling face with halo': "Fa\u021B\u0103 z\xE2mbitoare cu aur\u0103",
|
|
148
|
+
'Smiling face with horns': "Fa\u021B\u0103 z\xE2mbitoare cu coarne",
|
|
149
|
+
'Winking face': "Fa\u021B\u0103 clipind",
|
|
150
|
+
'Smiling face with smiling eyes': "Fa\u021B\u0103 z\xE2mbitoare cu ochi z\xE2mbitori",
|
|
151
|
+
'Face savoring delicious food': "Fa\u021B\u0103 savur\xE2nd preparate delicioase",
|
|
152
|
+
'Relieved face': "Fa\u021B\u0103 u\u0219urat\u0103",
|
|
153
|
+
'Smiling face with heart-shaped eyes': "Fa\u021B\u0103 z\xE2mbitoare cu ochi in forma de inim\u0103",
|
|
154
|
+
'Smiling face with sunglasses': "Fa\u021B\u0103 z\xE2mbitoare cu ochelari de soare",
|
|
155
|
+
'Smirking face': "Fa\u021B\u0103 cu sur\xE2s afectat",
|
|
156
|
+
'Neutral face': "Fa\u021B\u0103 neutr\u0103",
|
|
157
|
+
'Expressionless face': "Fa\u021B\u0103 f\u0103r\u0103 expresie",
|
|
158
|
+
'Unamused face': "Fa\u021B\u0103 neamuzat\u0103",
|
|
159
|
+
'Face with cold sweat': "Fa\u021B\u0103 cu sudoare rece",
|
|
160
|
+
'Pensive face': "Fa\u021B\u0103 medit\xE2nd",
|
|
161
|
+
'Confused face': "Fa\u021B\u0103 confuz\u0103",
|
|
162
|
+
'Confounded face': "Fa\u021B\u0103 z\u0103p\u0103cit\u0103",
|
|
163
|
+
'Kissing face': "Fa\u021B\u0103 s\u0103rut\xE2nd",
|
|
164
|
+
'Face throwing a kiss': "Fa\u021B\u0103 arunc\xE2nd un s\u0103rut",
|
|
165
|
+
'Kissing face with smiling eyes': "Fa\u021B\u0103 s\u0103rut\xE2nd cu ochi z\xE2mbitori",
|
|
166
|
+
'Kissing face with closed eyes': "Fa\u021B\u0103 s\u0103rut\xE2nd cu ochii \xEEnchi\u0219i",
|
|
167
|
+
'Face with stuck out tongue': "Fa\u021B\u0103 cu limba afar\u0103",
|
|
168
|
+
'Face with stuck out tongue and winking eye': "Fa\u021B\u0103 cu limba scoas\u0103 clipind",
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "Fa\u021B\u0103 cu limba scoas\u0103 \u0219i ochii ferm \xEEnchi\u0219i",
|
|
170
|
+
'Disappointed face': "Fa\u021B\u0103 dezam\u0103git\u0103",
|
|
171
|
+
'Worried face': "Fa\u021B\u0103 \xEEngrijorat\u0103",
|
|
172
|
+
'Angry face': "Fa\u021B\u0103 nervoas\u0103",
|
|
173
|
+
'Pouting face': "Fa\u021B\u0103 fierb\xE2nd",
|
|
174
|
+
'Crying face': "Fa\u021B\u0103 pl\xE2ng\xE2nd",
|
|
175
|
+
'Persevering face': "Fa\u021B\u0103 perseverent\u0103",
|
|
176
|
+
'Face with look of triumph': "Fa\u021B\u0103 triumf\u0103toare",
|
|
177
|
+
'Disappointed but relieved face': "Fa\u021B\u0103 dezam\u0103git\u0103 dar u\u0219urat\u0103",
|
|
178
|
+
'Frowning face with open mouth': "Fa\u021B\u0103 \xEEncruntat\u0103 cu gura deschis\u0103",
|
|
179
|
+
'Anguished face': "Fa\u021B\u0103 \xEEndurerat\u0103",
|
|
180
|
+
'Fearful face': "Fa\u021B\u0103 tem\u0103toare",
|
|
181
|
+
'Weary face': "Fa\u021B\u0103 \xEEngrijorat\u0103",
|
|
182
|
+
'Sleepy face': "Fa\u021B\u0103 adormit\u0103",
|
|
183
|
+
'Tired face': "Fa\u021B\u0103 obosit\u0103",
|
|
184
|
+
'Grimacing face': "Fa\u021B\u0103 cu grimas\u0103",
|
|
185
|
+
'Loudly crying face': "Fa\u021B\u0103 pl\xE2ng\xE2nd zgomotos",
|
|
186
|
+
'Face with open mouth': "Fa\u021B\u0103 cu gura deschis\u0103",
|
|
187
|
+
'Hushed face': "Fa\u021B\u0103 discret\u0103",
|
|
188
|
+
'Face with open mouth and cold sweat': "Fa\u021B\u0103 cu gura deschis\u0103 si sudoare rece",
|
|
189
|
+
'Face screaming in fear': "Fa\u021B\u0103 \u021Bip\xE2nd de fric\u0103",
|
|
190
|
+
'Astonished face': "Fa\u021B\u0103 uimit\u0103",
|
|
191
|
+
'Flushed face': "Fa\u021B\u0103 sp\u0103lat\u0103",
|
|
192
|
+
'Sleeping face': "Fa\u021B\u0103 adormit\u0103",
|
|
193
|
+
'Dizzy face': "Fa\u021B\u0103 ame\u021Bit\u0103",
|
|
194
|
+
'Face without mouth': "Fa\u021B\u0103 f\u0103r\u0103 gur\u0103",
|
|
195
|
+
'Face with medical mask': "Fa\u021B\u0103 cu masc\u0103 medical\u0103",
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Desparte',
|
|
198
|
+
// Horizontal line
|
|
199
|
+
'Insert Horizontal Line': "Inserare linie orizontal\u0103",
|
|
200
|
+
// Math
|
|
201
|
+
'Subscript': 'Indice',
|
|
202
|
+
'Superscript': 'Exponent',
|
|
203
|
+
// Full screen
|
|
204
|
+
'Fullscreen': 'Ecran complet',
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': "Elimina\u021Bi formatarea",
|
|
207
|
+
// Save
|
|
208
|
+
'Save': "Salva\u021Bi",
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': "Reexecut\u0103",
|
|
211
|
+
'Redo': "Dezexecut\u0103",
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': "Selecteaz\u0103 tot",
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': 'Vizualizare cod',
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': 'Citat',
|
|
218
|
+
'Increase': "Indenteaz\u0103",
|
|
219
|
+
'Decrease': "De-indenteaz\u0103",
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': "Inserare rapid\u0103",
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'Caracterele speciale',
|
|
224
|
+
'Latin': 'Latină',
|
|
225
|
+
'Greek': 'Greacă',
|
|
226
|
+
'Cyrillic': 'Chirilic',
|
|
227
|
+
'Punctuation': 'Punctuaţie',
|
|
228
|
+
'Currency': 'Valută',
|
|
229
|
+
'Arrows': 'Săgeți',
|
|
230
|
+
'Math': 'Matematică',
|
|
231
|
+
'Misc': 'Diverse',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Imprimare',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Ortografie',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Ajutor',
|
|
238
|
+
'Shortcuts': 'Comenzi rapide',
|
|
239
|
+
'Inline Editor': 'Editor inline',
|
|
240
|
+
'Show the editor': 'Arătați editorul',
|
|
241
|
+
'Common actions': 'Acțiuni comune',
|
|
242
|
+
'Copy': 'Copie',
|
|
243
|
+
'Cut': 'A taia',
|
|
244
|
+
'Paste': 'Lipire',
|
|
245
|
+
'Basic Formatting': 'Formatul de bază',
|
|
246
|
+
'Increase quote level': 'Creșteți nivelul cotației',
|
|
247
|
+
'Decrease quote level': 'Micșorați nivelul cotației',
|
|
248
|
+
'Image / Video': 'Imagine / video',
|
|
249
|
+
'Resize larger': 'Redimensionați mai mare',
|
|
250
|
+
'Resize smaller': 'Redimensionați mai puțin',
|
|
251
|
+
'Table': 'Tabel',
|
|
252
|
+
'Select table cell': 'Selectați celula tabelă',
|
|
253
|
+
'Extend selection one cell': 'Extindeți selecția la o celulă',
|
|
254
|
+
'Extend selection one row': 'Extindeți selecția cu un rând',
|
|
255
|
+
'Navigation': 'Navigare',
|
|
256
|
+
'Focus popup / toolbar': 'Focus popup / bara de instrumente',
|
|
257
|
+
'Return focus to previous position': 'Reveniți la poziția anterioară',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'Încorporați url',
|
|
260
|
+
'Paste in a URL to embed': 'Lipiți un URL pentru a-l încorpora',
|
|
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?': 'Conținutul lipit vine dintr-un document word Microsoft. Doriți să păstrați formatul sau să îl curățați?',
|
|
263
|
+
'Keep': 'A pastra',
|
|
264
|
+
'Clean': 'Curat',
|
|
265
|
+
'Word Paste Detected': 'A fost detectată lipire din Word',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'Caracterele',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'Mai Mult Text',
|
|
270
|
+
'More Paragraph': 'Mai Mult Paragraf',
|
|
271
|
+
'More Rich': 'Mai Mult Bogat',
|
|
272
|
+
'More Misc': 'Mai Mult Diverse'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=ro.js.map
|