tinymce-rails-langs 4.20160310 → 4.20180103
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 +5 -5
- data/vendor/assets/javascripts/tinymce/langs/af_ZA.js +230 -0
- data/vendor/assets/javascripts/tinymce/langs/ar.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/be.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/ca.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/cs.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/cy.js +74 -23
- data/vendor/assets/javascripts/tinymce/langs/da.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/de.js +172 -131
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/dv.js +39 -1
- data/vendor/assets/javascripts/tinymce/langs/el.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +54 -3
- data/vendor/assets/javascripts/tinymce/langs/es.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/es_MX.js +171 -137
- data/vendor/assets/javascripts/tinymce/langs/et.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/fa_IR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ga.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/gl.js +175 -113
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/hr.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +174 -133
- data/vendor/assets/javascripts/tinymce/langs/it.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ja.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ka_GE.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/kab.js +22 -11
- data/vendor/assets/javascripts/tinymce/langs/kk.js +56 -5
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +166 -132
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/lv.js +205 -145
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/nl.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pl.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +174 -133
- data/vendor/assets/javascripts/tinymce/langs/ro.js +20 -9
- data/vendor/assets/javascripts/tinymce/langs/ru.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/sk.js +165 -131
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +34 -1
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +172 -131
- data/vendor/assets/javascripts/tinymce/langs/ta.js +176 -135
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -136
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +43 -10
- data/vendor/assets/javascripts/tinymce/langs/tr.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +169 -116
- data/vendor/assets/javascripts/tinymce/langs/uk.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/uz.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +14 -3
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +177 -114
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +164 -130
- metadata +5 -4
@@ -1,219 +1,260 @@
|
|
1
1
|
tinymce.addI18n('pt_PT',{
|
2
|
+
"Redo": "Refazer",
|
3
|
+
"Undo": "Desfazer",
|
2
4
|
"Cut": "Cortar",
|
3
|
-
"
|
4
|
-
"Header 2": "Cabe\u00e7alho 2",
|
5
|
-
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "O seu navegador n\u00e3o suporta acesso direto \u00e0 \u00e1rea de transfer\u00eancia. Por favor use os atalhos Ctrl+X\/C\/V do seu teclado.",
|
6
|
-
"Heading 4": "T\u00edtulo 4",
|
7
|
-
"Div": "Div",
|
8
|
-
"Heading 2": "T\u00edtulo 2",
|
5
|
+
"Copy": "Copiar",
|
9
6
|
"Paste": "Colar",
|
10
|
-
"
|
11
|
-
"Font Family": "Fonte",
|
12
|
-
"Pre": "Pre",
|
13
|
-
"Align right": "Alinhar \u00e0 direita",
|
7
|
+
"Select all": "Selecionar tudo",
|
14
8
|
"New document": "Novo documento",
|
15
|
-
"
|
9
|
+
"Ok": "Ok",
|
10
|
+
"Cancel": "Cancelar",
|
11
|
+
"Visual aids": "Ajuda visual",
|
12
|
+
"Bold": "Negrito",
|
13
|
+
"Italic": "It\u00e1lico",
|
14
|
+
"Underline": "Sublinhado",
|
15
|
+
"Strikethrough": "Rasurado",
|
16
|
+
"Superscript": "Superior \u00e0 linha",
|
17
|
+
"Subscript": "Inferior \u00e0 linha",
|
18
|
+
"Clear formatting": "Limpar formata\u00e7\u00e3o",
|
19
|
+
"Align left": "Alinhar \u00e0 esquerda",
|
20
|
+
"Align center": "Alinhar ao centro",
|
21
|
+
"Align right": "Alinhar \u00e0 direita",
|
22
|
+
"Justify": "Justificado",
|
23
|
+
"Bullet list": "Lista com marcadores",
|
16
24
|
"Numbered list": "Lista numerada",
|
17
|
-
"
|
18
|
-
"Headings": "T\u00edtulos",
|
25
|
+
"Decrease indent": "Diminuir avan\u00e7o",
|
19
26
|
"Increase indent": "Aumentar avan\u00e7o",
|
27
|
+
"Close": "Fechar",
|
20
28
|
"Formats": "Formatos",
|
29
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "O seu navegador n\u00e3o suporta acesso direto \u00e0 \u00e1rea de transfer\u00eancia. Por favor use os atalhos Ctrl+X\/C\/V do seu teclado.",
|
21
30
|
"Headers": "Cabe\u00e7alhos",
|
22
|
-
"Select all": "Selecionar tudo",
|
23
|
-
"Header 3": "Cabe\u00e7alho 3",
|
24
|
-
"Blocks": "Blocos",
|
25
|
-
"Undo": "Desfazer",
|
26
|
-
"Strikethrough": "Rasurado",
|
27
|
-
"Bullet list": "Lista com marcadores",
|
28
31
|
"Header 1": "Cabe\u00e7alho 1",
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"Subscript": "Inferior \u00e0 linha",
|
33
|
-
"Header 6": "Cabe\u00e7alho 6",
|
34
|
-
"Redo": "Refazer",
|
35
|
-
"Paragraph": "Par\u00e1grafo",
|
36
|
-
"Ok": "Ok",
|
37
|
-
"Bold": "Negrito",
|
38
|
-
"Code": "C\u00f3digo",
|
39
|
-
"Italic": "It\u00e1lico",
|
40
|
-
"Align center": "Alinhar ao centro",
|
32
|
+
"Header 2": "Cabe\u00e7alho 2",
|
33
|
+
"Header 3": "Cabe\u00e7alho 3",
|
34
|
+
"Header 4": "Cabe\u00e7alho 4",
|
41
35
|
"Header 5": "Cabe\u00e7alho 5",
|
42
|
-
"
|
36
|
+
"Header 6": "Cabe\u00e7alho 6",
|
37
|
+
"Headings": "T\u00edtulos",
|
38
|
+
"Heading 1": "T\u00edtulo 1",
|
39
|
+
"Heading 2": "T\u00edtulo 2",
|
43
40
|
"Heading 3": "T\u00edtulo 3",
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
41
|
+
"Heading 4": "T\u00edtulo 4",
|
42
|
+
"Heading 5": "T\u00edtulo 5",
|
43
|
+
"Heading 6": "T\u00edtulo 6",
|
44
|
+
"Div": "Div",
|
45
|
+
"Pre": "Pre",
|
46
|
+
"Code": "C\u00f3digo",
|
47
|
+
"Paragraph": "Par\u00e1grafo",
|
48
|
+
"Blockquote": "Cita\u00e7\u00e3o em bloco",
|
50
49
|
"Inline": "Na linha",
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
50
|
+
"Blocks": "Blocos",
|
51
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 em modo de texto simples. O conte\u00fado ser\u00e1 colado como texto simples at\u00e9 desativar esta op\u00e7\u00e3o.",
|
52
|
+
"Font Family": "Fonte",
|
53
|
+
"Font Sizes": "Tamanhos",
|
54
|
+
"Class": "Classe",
|
55
|
+
"Browse for an image": "Procurar por uma imagem",
|
56
|
+
"OR": "Ou",
|
57
|
+
"Drop an image here": "Solte uma imagem aqui",
|
58
|
+
"Upload": "Carregar",
|
59
|
+
"Block": "Bloco",
|
60
|
+
"Align": "Alinhar",
|
56
61
|
"Default": "Padr\u00e3o",
|
57
|
-
"Lower Alpha": "a. b. c. ...",
|
58
62
|
"Circle": "C\u00edrculo",
|
59
63
|
"Disc": "Disco",
|
64
|
+
"Square": "Quadrado",
|
65
|
+
"Lower Alpha": "a. b. c. ...",
|
66
|
+
"Lower Greek": "\\u03b1. \\u03b2. \\u03b3. ...",
|
67
|
+
"Lower Roman": "i. ii. iii. ...",
|
60
68
|
"Upper Alpha": "A. B. C. ...",
|
61
69
|
"Upper Roman": "I. II. III. ...",
|
62
|
-
"Lower Roman": "i. ii. iii. ...",
|
63
|
-
"Name": "Nome",
|
64
70
|
"Anchor": "\u00c2ncora",
|
71
|
+
"Name": "Nome",
|
72
|
+
"Id": "ID",
|
73
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "O ID deve come\u00e7ar com uma letra, seguido de apenas letras, n\u00fameros, pontos, dois pontos, tra\u00e7os ou subtra\u00e7os.",
|
65
74
|
"You have unsaved changes are you sure you want to navigate away?": "Existem altera\u00e7\u00f5es que ainda n\u00e3o foram guardadas. Tem a certeza que pretende sair?",
|
66
75
|
"Restore last draft": "Restaurar o \u00faltimo rascunho",
|
67
76
|
"Special character": "Car\u00e1cter especial",
|
68
77
|
"Source code": "C\u00f3digo fonte",
|
69
|
-
"
|
78
|
+
"Insert\/Edit code sample": "Inserir\/editar amostra de c\u00f3digo",
|
79
|
+
"Language": "Idioma",
|
80
|
+
"Code sample": "Amostra de c\u00f3digo",
|
81
|
+
"Color": "Cor",
|
70
82
|
"R": "R",
|
71
83
|
"G": "G",
|
72
|
-
"
|
73
|
-
"Right to left": "Da direita para a esquerda",
|
84
|
+
"B": "B",
|
74
85
|
"Left to right": "Da esquerda para a direita",
|
86
|
+
"Right to left": "Da direita para a esquerda",
|
75
87
|
"Emoticons": "Emo\u00e7\u00f5es",
|
76
|
-
"Robots": "Rob\u00f4s",
|
77
88
|
"Document properties": "Propriedades do documento",
|
78
89
|
"Title": "T\u00edtulo",
|
79
90
|
"Keywords": "Palavras-chave",
|
80
|
-
"Encoding": "Codifica\u00e7\u00e3o",
|
81
91
|
"Description": "Descri\u00e7\u00e3o",
|
92
|
+
"Robots": "Rob\u00f4s",
|
82
93
|
"Author": "Autor",
|
94
|
+
"Encoding": "Codifica\u00e7\u00e3o",
|
83
95
|
"Fullscreen": "Ecr\u00e3 completo",
|
96
|
+
"Action": "A\u00e7\u00e3o",
|
97
|
+
"Shortcut": "Atalho",
|
98
|
+
"Help": "Ajuda",
|
99
|
+
"Address": "Endere\u00e7o",
|
100
|
+
"Focus to menubar": "Foco na barra de menu",
|
101
|
+
"Focus to toolbar": "Foco na barra de ferramentas",
|
102
|
+
"Focus to element path": "Foco no caminho do elemento",
|
103
|
+
"Focus to contextual toolbar": "Foco na barra de contexto",
|
104
|
+
"Insert link (if link plugin activated)": "Inserir hiperliga\u00e7\u00e3o (se o plugin de liga\u00e7\u00f5es estiver ativado)",
|
105
|
+
"Save (if save plugin activated)": "Guardar (se o plugin de guardar estiver ativado)",
|
106
|
+
"Find (if searchreplace plugin activated)": "Pesquisar (se o plugin pesquisar e substituir estiver ativado)",
|
107
|
+
"Plugins installed ({0}):": "Plugins instalados ({0}):",
|
108
|
+
"Premium plugins:": "Plugins comerciais:",
|
109
|
+
"Learn more...": "Saiba mais...",
|
110
|
+
"You are using {0}": "Est\u00e1 a usar {0}",
|
111
|
+
"Plugins": "Plugins",
|
112
|
+
"Handy Shortcuts": "Atalhos \u00fateis",
|
84
113
|
"Horizontal line": "Linha horizontal",
|
85
|
-
"Horizontal space": "Espa\u00e7amento horizontal",
|
86
114
|
"Insert\/edit image": "Inserir\/editar imagem",
|
87
|
-
"
|
88
|
-
"Advanced": "Avan\u00e7ado",
|
115
|
+
"Image description": "Descri\u00e7\u00e3o da imagem",
|
89
116
|
"Source": "Localiza\u00e7\u00e3o",
|
90
|
-
"
|
117
|
+
"Dimensions": "Dimens\u00f5es",
|
91
118
|
"Constrain proportions": "Manter propor\u00e7\u00f5es",
|
92
|
-
"
|
93
|
-
"
|
119
|
+
"General": "Geral",
|
120
|
+
"Advanced": "Avan\u00e7ado",
|
94
121
|
"Style": "Estilo",
|
95
|
-
"
|
122
|
+
"Vertical space": "Espa\u00e7amento vertical",
|
123
|
+
"Horizontal space": "Espa\u00e7amento horizontal",
|
124
|
+
"Border": "Contorno",
|
96
125
|
"Insert image": "Inserir imagem",
|
97
|
-
"
|
98
|
-
"
|
99
|
-
"Back": "Voltar",
|
100
|
-
"Gamma": "Gama",
|
101
|
-
"Flip horizontally": "Inverter horizontalmente",
|
102
|
-
"Resize": "Redimensionar",
|
103
|
-
"Sharpen": "Mais nitidez",
|
104
|
-
"Zoom out": "Afastar",
|
105
|
-
"Image options": "Op\u00e7\u00f5es de imagem",
|
106
|
-
"Apply": "Aplicar",
|
107
|
-
"Brightness": "Brilho",
|
108
|
-
"Rotate clockwise": "Rota\u00e7\u00e3o hor\u00e1ria",
|
126
|
+
"Image": "Imagem",
|
127
|
+
"Image list": "Lista de imagens",
|
109
128
|
"Rotate counterclockwise": "Rota\u00e7\u00e3o anti-hor\u00e1ria",
|
129
|
+
"Rotate clockwise": "Rota\u00e7\u00e3o hor\u00e1ria",
|
130
|
+
"Flip vertically": "Inverter verticalmente",
|
131
|
+
"Flip horizontally": "Inverter horizontalmente",
|
110
132
|
"Edit image": "Editar imagem",
|
111
|
-
"
|
133
|
+
"Image options": "Op\u00e7\u00f5es de imagem",
|
134
|
+
"Zoom in": "Mais zoom",
|
135
|
+
"Zoom out": "Menos zoom",
|
112
136
|
"Crop": "Recortar",
|
137
|
+
"Resize": "Redimensionar",
|
113
138
|
"Orientation": "Orienta\u00e7\u00e3o",
|
114
|
-
"
|
139
|
+
"Brightness": "Brilho",
|
140
|
+
"Sharpen": "Mais nitidez",
|
141
|
+
"Contrast": "Contraste",
|
142
|
+
"Color levels": "N\u00edveis de cor",
|
143
|
+
"Gamma": "Gama",
|
115
144
|
"Invert": "Inverter",
|
145
|
+
"Apply": "Aplicar",
|
146
|
+
"Back": "Voltar",
|
116
147
|
"Insert date\/time": "Inserir data\/hora",
|
117
|
-
"
|
118
|
-
"Url": "URL",
|
119
|
-
"Text to display": "Texto a exibir",
|
120
|
-
"Anchors": "\u00c2ncora",
|
148
|
+
"Date\/time": "Data\/hora",
|
121
149
|
"Insert link": "Inserir liga\u00e7\u00e3o",
|
122
|
-
"
|
123
|
-
"
|
124
|
-
"
|
150
|
+
"Insert\/edit link": "Inserir\/editar liga\u00e7\u00e3o",
|
151
|
+
"Text to display": "Texto a exibir",
|
152
|
+
"Url": "URL",
|
125
153
|
"Target": "Alvo",
|
154
|
+
"None": "Nenhum",
|
155
|
+
"New window": "Nova janela",
|
156
|
+
"Remove link": "Remover liga\u00e7\u00e3o",
|
157
|
+
"Anchors": "\u00c2ncora",
|
158
|
+
"Link": "Liga\u00e7\u00e3o",
|
159
|
+
"Paste or type a link": "Copiar ou escrever uma hiperliga\u00e7\u00e3o",
|
126
160
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "O URL que indicou parece ser um endere\u00e7o de email. Quer adicionar o prefixo mailto: tal como necess\u00e1rio?",
|
127
|
-
"
|
161
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "O URL que indicou parece ser um endere\u00e7o web. Quer adicionar o prefixo http:\/\/ tal como necess\u00e1rio?",
|
162
|
+
"Link list": "Lista de liga\u00e7\u00f5es",
|
163
|
+
"Insert video": "Inserir v\u00eddeo",
|
128
164
|
"Insert\/edit video": "Inserir\/editar v\u00eddeo",
|
129
|
-
"
|
165
|
+
"Insert\/edit media": "Inserir\/editar media",
|
130
166
|
"Alternative source": "Localiza\u00e7\u00e3o alternativa",
|
167
|
+
"Poster": "Autor",
|
131
168
|
"Paste your embed code below:": "Colar c\u00f3digo para embeber:",
|
132
|
-
"
|
133
|
-
"
|
169
|
+
"Embed": "Embeber",
|
170
|
+
"Media": "Media",
|
134
171
|
"Nonbreaking space": "Espa\u00e7o n\u00e3o quebr\u00e1vel",
|
135
172
|
"Page break": "Quebra de p\u00e1gina",
|
136
173
|
"Paste as text": "Colar como texto",
|
137
174
|
"Preview": "Pr\u00e9-visualizar",
|
138
175
|
"Print": "Imprimir",
|
139
176
|
"Save": "Guardar",
|
140
|
-
"
|
177
|
+
"Find": "Pesquisar",
|
178
|
+
"Replace with": "Substituir por",
|
141
179
|
"Replace": "Substituir",
|
180
|
+
"Replace all": "Substituir tudo",
|
181
|
+
"Prev": "Anterior",
|
142
182
|
"Next": "Pr\u00f3ximo",
|
143
|
-
"Whole words": "Palavras completas",
|
144
183
|
"Find and replace": "Pesquisar e substituir",
|
145
|
-
"
|
146
|
-
"Find": "Pesquisar",
|
147
|
-
"Replace all": "Substituir tudo",
|
184
|
+
"Could not find the specified string.": "N\u00e3o foi poss\u00edvel localizar o termo especificado.",
|
148
185
|
"Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
|
149
|
-
"
|
186
|
+
"Whole words": "Palavras completas",
|
150
187
|
"Spellcheck": "Corretor ortogr\u00e1fico",
|
151
|
-
"Finish": "Concluir",
|
152
|
-
"Ignore all": "Ignorar tudo",
|
153
188
|
"Ignore": "Ignorar",
|
154
|
-
"
|
189
|
+
"Ignore all": "Ignorar tudo",
|
190
|
+
"Finish": "Concluir",
|
191
|
+
"Add to Dictionary": "Adicionar ao dicion\u00e1rio",
|
192
|
+
"Insert table": "Inserir tabela",
|
193
|
+
"Table properties": "Propriedades da tabela",
|
194
|
+
"Delete table": "Eliminar tabela",
|
195
|
+
"Cell": "C\u00e9lula",
|
196
|
+
"Row": "Linha",
|
197
|
+
"Column": "Coluna",
|
198
|
+
"Cell properties": "Propriedades da c\u00e9lula",
|
199
|
+
"Merge cells": "Unir c\u00e9lulas",
|
200
|
+
"Split cell": "Dividir c\u00e9lula",
|
155
201
|
"Insert row before": "Inserir linha antes",
|
156
|
-
"
|
157
|
-
"
|
202
|
+
"Insert row after": "Inserir linha depois",
|
203
|
+
"Delete row": "Eliminar linha",
|
204
|
+
"Row properties": "Propriedades da linha",
|
205
|
+
"Cut row": "Cortar linha",
|
206
|
+
"Copy row": "Copiar linha",
|
207
|
+
"Paste row before": "Colar linha antes",
|
158
208
|
"Paste row after": "Colar linha depois",
|
159
|
-
"Alignment": "Alinhamento",
|
160
|
-
"Border color": "Cor de contorno",
|
161
|
-
"Column group": "Agrupar coluna",
|
162
|
-
"Row": "Linha",
|
163
209
|
"Insert column before": "Inserir coluna antes",
|
164
|
-
"
|
165
|
-
"
|
210
|
+
"Insert column after": "Inserir coluna depois",
|
211
|
+
"Delete column": "Eliminar coluna",
|
212
|
+
"Cols": "Colunas",
|
213
|
+
"Rows": "Linhas",
|
214
|
+
"Width": "Largura",
|
215
|
+
"Height": "Altura",
|
166
216
|
"Cell spacing": "Espa\u00e7amento entre c\u00e9lulas",
|
167
|
-
"
|
168
|
-
"Insert table": "Inserir tabela",
|
169
|
-
"Body": "Corpo",
|
217
|
+
"Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
|
170
218
|
"Caption": "Legenda",
|
171
|
-
"
|
172
|
-
"
|
173
|
-
"
|
219
|
+
"Left": "Esquerda",
|
220
|
+
"Center": "Centro",
|
221
|
+
"Right": "Direita",
|
222
|
+
"Cell type": "Tipo de c\u00e9lula",
|
174
223
|
"Scope": "Escopo",
|
175
|
-
"
|
224
|
+
"Alignment": "Alinhamento",
|
176
225
|
"H Align": "Alinhamento H",
|
177
|
-
"
|
226
|
+
"V Align": "Alinhamento V",
|
227
|
+
"Top": "Superior",
|
228
|
+
"Middle": "Meio",
|
229
|
+
"Bottom": "Inferior",
|
178
230
|
"Header cell": "C\u00e9lula de cabe\u00e7alho",
|
179
|
-
"Column": "Coluna",
|
180
231
|
"Row group": "Agrupar linha",
|
181
|
-
"
|
182
|
-
"
|
183
|
-
"Cell type": "Tipo de c\u00e9lula",
|
184
|
-
"Copy row": "Copiar linha",
|
185
|
-
"Row properties": "Propriedades da linha",
|
186
|
-
"Table properties": "Propriedades da tabela",
|
187
|
-
"Bottom": "Fundo",
|
188
|
-
"V Align": "Alinhamento V",
|
232
|
+
"Column group": "Agrupar coluna",
|
233
|
+
"Row type": "Tipo de linha",
|
189
234
|
"Header": "Cabe\u00e7alho",
|
190
|
-
"
|
191
|
-
"
|
192
|
-
"
|
193
|
-
"Insert row after": "Inserir linha depois",
|
194
|
-
"Width": "Largura",
|
195
|
-
"Cell properties": "Propriedades da c\u00e9lula",
|
196
|
-
"Left": "Esquerda",
|
197
|
-
"Cut row": "Cortar linha",
|
198
|
-
"Delete column": "Eliminar coluna",
|
199
|
-
"Center": "Centro",
|
200
|
-
"Merge cells": "Unir c\u00e9lulas",
|
235
|
+
"Body": "Corpo",
|
236
|
+
"Footer": "Rodap\u00e9",
|
237
|
+
"Border color": "Cor de contorno",
|
201
238
|
"Insert template": "Inserir modelo",
|
202
239
|
"Templates": "Modelos",
|
240
|
+
"Template": "Tema",
|
241
|
+
"Text color": "Cor do texto",
|
203
242
|
"Background color": "Cor de fundo",
|
204
243
|
"Custom...": "Personalizada...",
|
205
244
|
"Custom color": "Cor personalizada",
|
206
245
|
"No color": "Sem cor",
|
207
|
-
"
|
246
|
+
"Table of Contents": "\u00cdndice",
|
208
247
|
"Show blocks": "Mostrar blocos",
|
209
248
|
"Show invisible characters": "Mostrar caracteres invis\u00edveis",
|
210
249
|
"Words: {0}": "Palavras: {0}",
|
211
|
-
"
|
250
|
+
"{0} words": "{0} palavras",
|
212
251
|
"File": "Ficheiro",
|
213
252
|
"Edit": "Editar",
|
214
|
-
"
|
215
|
-
"Tools": "Ferramentas",
|
253
|
+
"Insert": "Inserir",
|
216
254
|
"View": "Ver",
|
255
|
+
"Format": "Formatar",
|
217
256
|
"Table": "Tabela",
|
218
|
-
"
|
257
|
+
"Tools": "Ferramentas",
|
258
|
+
"Powered by {0}": "Criado em {0}",
|
259
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Caixa de texto formatado. Pressione ALT-F9 para exibir o menu. Pressione ALT-F10 para exibir a barra de ferramentas. Pressione ALT-0 para exibir a ajuda"
|
219
260
|
});
|
@@ -1,18 +1,18 @@
|
|
1
1
|
tinymce.addI18n('ro',{
|
2
|
-
"Cut": "
|
2
|
+
"Cut": "Taie",
|
3
3
|
"Heading 5": "Titlu 5",
|
4
4
|
"Header 2": "Antet 2",
|
5
|
-
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "
|
5
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Browser-ul dumneavoastr\u0103 nu support\u0103 acces direct la clipboard. Folosi\u0163i combina\u0163ile de tastatur\u0103 Ctrl+X\/C\/V.",
|
6
6
|
"Heading 4": "Titlu 4",
|
7
7
|
"Div": "Div",
|
8
8
|
"Heading 2": "Titlu 2",
|
9
|
-
"Paste": "
|
9
|
+
"Paste": "Insereaz\u0103",
|
10
10
|
"Close": "\u00cenchide",
|
11
|
-
"Font Family": "
|
11
|
+
"Font Family": "Familie font",
|
12
12
|
"Pre": "Pre",
|
13
13
|
"Align right": "Aliniere la dreapta",
|
14
14
|
"New document": "Document nou",
|
15
|
-
"Blockquote": "
|
15
|
+
"Blockquote": "Citat",
|
16
16
|
"Numbered list": "List\u0103 ordonat\u0103",
|
17
17
|
"Heading 1": "Titlu 1",
|
18
18
|
"Headings": "Titluri",
|
@@ -22,16 +22,16 @@ tinymce.addI18n('ro',{
|
|
22
22
|
"Select all": "Selecteaz\u0103 tot",
|
23
23
|
"Header 3": "Antet 3",
|
24
24
|
"Blocks": "Blocuri",
|
25
|
-
"Undo": "
|
25
|
+
"Undo": "Ref\u0103 la loc",
|
26
26
|
"Strikethrough": "T\u0103iat",
|
27
27
|
"Bullet list": "List\u0103 neordonat\u0103",
|
28
28
|
"Header 1": "Antet 1",
|
29
29
|
"Superscript": "Superscript",
|
30
30
|
"Clear formatting": "\u015eterge format\u0103rile",
|
31
|
-
"Font Sizes": "
|
31
|
+
"Font Sizes": "Dimensiuni font",
|
32
32
|
"Subscript": "Subscript",
|
33
33
|
"Header 6": "Antet 6",
|
34
|
-
"Redo": "
|
34
|
+
"Redo": "Execut\u0103 din nou",
|
35
35
|
"Paragraph": "Paragraf",
|
36
36
|
"Ok": "Ok",
|
37
37
|
"Bold": "\u00cengro\u015fat",
|
@@ -60,12 +60,16 @@ tinymce.addI18n('ro',{
|
|
60
60
|
"Upper Alpha": "Majuscule Alfanumerice",
|
61
61
|
"Upper Roman": "Majuscule Romane",
|
62
62
|
"Lower Roman": "Minuscule Romane",
|
63
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id-ul trebuie s\u0103 inceap\u0103 cu o liter\u0103, urmat\u0103 exclusiv de litere, numere, cratime, puncte, punct \u0219i virgul\u0103 sau underscore-uri.",
|
63
64
|
"Name": "Nume",
|
64
65
|
"Anchor": "Ancor\u0103",
|
66
|
+
"Id": "Id",
|
65
67
|
"You have unsaved changes are you sure you want to navigate away?": "Ave\u021bi modific\u0103ri nesalvate! Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 ie\u015fiti?",
|
66
68
|
"Restore last draft": "Restaurare la ultima salvare",
|
67
69
|
"Special character": "Caractere speciale",
|
68
70
|
"Source code": "Codul surs\u0103",
|
71
|
+
"Language": "Limba",
|
72
|
+
"Insert\/Edit code sample": "Inserare\/Editare mostr\u0103 cod",
|
69
73
|
"B": "B",
|
70
74
|
"R": "R",
|
71
75
|
"G": "G",
|
@@ -94,6 +98,7 @@ tinymce.addI18n('ro',{
|
|
94
98
|
"Style": "Stil",
|
95
99
|
"Dimensions": "Dimensiuni",
|
96
100
|
"Insert image": "Inserare imagine",
|
101
|
+
"Image": "Imagine",
|
97
102
|
"Zoom in": "M\u0103rire",
|
98
103
|
"Contrast": "Contrast",
|
99
104
|
"Back": "\u00cenapoi",
|
@@ -113,23 +118,28 @@ tinymce.addI18n('ro',{
|
|
113
118
|
"Orientation": "Orientare",
|
114
119
|
"Flip vertically": "R\u0103sturn\u0103 vertical",
|
115
120
|
"Invert": "Invers\u0103",
|
121
|
+
"Date\/time": "Data\/ora",
|
116
122
|
"Insert date\/time": "Insereaz\u0103 data\/ora",
|
117
123
|
"Remove link": "\u0218terge link-ul",
|
118
124
|
"Url": "Url",
|
119
125
|
"Text to display": "Text de afi\u0219at",
|
120
126
|
"Anchors": "Ancor\u0103",
|
121
127
|
"Insert link": "Inserare link",
|
128
|
+
"Link": "Link",
|
122
129
|
"New window": "Fereastr\u0103 nou\u0103",
|
123
130
|
"None": "Nici unul",
|
124
131
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "URL-ul introdus pare s\u0103 fie o adres\u0103 web. Dori\u021bi s\u0103 ad\u0103uga\u021bi prefixul http:\/\/ ?",
|
132
|
+
"Paste or type a link": "Introduce\u021bi un link",
|
125
133
|
"Target": "\u021aint\u0103",
|
126
134
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL-ul introdus pare s\u0103 fie o adres\u0103 de e-mail. Dori\u021bi s\u0103 ad\u0103uga\u021bi prefixul mailto: ?",
|
127
135
|
"Insert\/edit link": "Inserare\/editare link",
|
128
136
|
"Insert\/edit video": "Inserare\/editare video",
|
129
|
-
"
|
137
|
+
"Media": "Media",
|
130
138
|
"Alternative source": "Surs\u0103 alternativ\u0103",
|
131
139
|
"Paste your embed code below:": "Insera\u021bi codul:",
|
132
140
|
"Insert video": "Inserare video",
|
141
|
+
"Poster": "Poster",
|
142
|
+
"Insert\/edit media": "Inserare\/editare media",
|
133
143
|
"Embed": "Embed",
|
134
144
|
"Nonbreaking space": "Spa\u021biu neseparator",
|
135
145
|
"Page break": "\u00centrerupere de pagin\u0103",
|
@@ -205,6 +215,7 @@ tinymce.addI18n('ro',{
|
|
205
215
|
"Custom color": "Culoare personalizat\u0103",
|
206
216
|
"No color": "F\u0103r\u0103 culoare",
|
207
217
|
"Text color": "Culoare text",
|
218
|
+
"Table of Contents": "Cuprins",
|
208
219
|
"Show blocks": "Afi\u0219are blocuri",
|
209
220
|
"Show invisible characters": "Afi\u0219are caractere invizibile",
|
210
221
|
"Words: {0}": "Cuvinte: {0}",
|