@eigenpal/docx-editor-i18n 1.0.1 → 1.0.2
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.
- package/dist/de.js +167 -167
- package/dist/de.mjs +167 -167
- package/dist/en.js +11 -11
- package/dist/en.mjs +11 -11
- package/dist/he.js +647 -647
- package/dist/he.mjs +647 -647
- package/dist/index.js +2480 -2480
- package/dist/index.mjs +2480 -2480
- package/dist/pl.js +362 -362
- package/dist/pl.mjs +362 -362
- package/dist/pt-BR.js +212 -212
- package/dist/pt-BR.mjs +212 -212
- package/dist/tr.js +439 -439
- package/dist/tr.mjs +439 -439
- package/dist/zh-CN.js +642 -642
- package/dist/zh-CN.mjs +642 -642
- package/package.json +1 -1
package/dist/pt-BR.js
CHANGED
|
@@ -39,31 +39,31 @@ var pt_BR_default = {
|
|
|
39
39
|
retry: "Tentar novamente",
|
|
40
40
|
send: "Enviar",
|
|
41
41
|
edit: "Editar",
|
|
42
|
-
comment: "
|
|
42
|
+
comment: "Comentário",
|
|
43
43
|
reply: "Responder",
|
|
44
44
|
accept: "Aceitar",
|
|
45
45
|
reject: "Rejeitar",
|
|
46
46
|
dismiss: "Dispensar",
|
|
47
47
|
change: "Alterar",
|
|
48
48
|
px: "px",
|
|
49
|
-
closeDialog: "Fechar
|
|
49
|
+
closeDialog: "Fechar diálogo",
|
|
50
50
|
clear: "Limpar"
|
|
51
51
|
},
|
|
52
52
|
toolbar: {
|
|
53
|
-
ariaLabel: "Barra de
|
|
53
|
+
ariaLabel: "Barra de formatação",
|
|
54
54
|
file: "Arquivo",
|
|
55
55
|
format: "Formatar",
|
|
56
56
|
insert: "Inserir",
|
|
57
57
|
print: "Imprimir",
|
|
58
58
|
printShortcut: "Ctrl+P",
|
|
59
|
-
pageSetup: "Configurar
|
|
59
|
+
pageSetup: "Configurar página",
|
|
60
60
|
leftToRight: "Texto da esquerda para a direita",
|
|
61
61
|
rightToLeft: "Texto da direita para a esquerda",
|
|
62
62
|
image: "Imagem",
|
|
63
63
|
table: "Tabela",
|
|
64
|
-
pageBreak: "Quebra de
|
|
65
|
-
tableOfContents: "
|
|
66
|
-
symbol: "
|
|
64
|
+
pageBreak: "Quebra de página",
|
|
65
|
+
tableOfContents: "Sumário",
|
|
66
|
+
symbol: "Símbolo",
|
|
67
67
|
help: "Ajuda",
|
|
68
68
|
reportIssue: "Reportar problema",
|
|
69
69
|
open: "Abrir",
|
|
@@ -73,14 +73,14 @@ var pt_BR_default = {
|
|
|
73
73
|
},
|
|
74
74
|
formattingBar: {
|
|
75
75
|
groups: {
|
|
76
|
-
history: "
|
|
76
|
+
history: "Histórico",
|
|
77
77
|
zoom: "Zoom",
|
|
78
78
|
styles: "Estilos",
|
|
79
79
|
font: "Fonte",
|
|
80
|
-
textFormatting: "
|
|
80
|
+
textFormatting: "Formatação de texto",
|
|
81
81
|
script: "Sobrescrito/Subscrito",
|
|
82
82
|
alignment: "Alinhamento",
|
|
83
|
-
listFormatting: "
|
|
83
|
+
listFormatting: "Formatação de lista",
|
|
84
84
|
image: "Imagem",
|
|
85
85
|
table: "Tabela"
|
|
86
86
|
},
|
|
@@ -90,8 +90,8 @@ var pt_BR_default = {
|
|
|
90
90
|
redoShortcut: "Refazer (Ctrl+Y)",
|
|
91
91
|
bold: "Negrito",
|
|
92
92
|
boldShortcut: "Negrito (Ctrl+B)",
|
|
93
|
-
italic: "
|
|
94
|
-
italicShortcut: "
|
|
93
|
+
italic: "Itálico",
|
|
94
|
+
italicShortcut: "Itálico (Ctrl+I)",
|
|
95
95
|
underline: "Sublinhado",
|
|
96
96
|
underlineShortcut: "Sublinhado (Ctrl+U)",
|
|
97
97
|
strikethrough: "Tachado",
|
|
@@ -105,20 +105,20 @@ var pt_BR_default = {
|
|
|
105
105
|
subscriptShortcut: "Subscrito (Ctrl+=)",
|
|
106
106
|
imageProperties: "Propriedades da imagem",
|
|
107
107
|
imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
|
|
108
|
-
clearFormatting: "Limpar
|
|
108
|
+
clearFormatting: "Limpar formatação"
|
|
109
109
|
},
|
|
110
110
|
alignment: {
|
|
111
|
-
alignLeft: "Alinhar
|
|
111
|
+
alignLeft: "Alinhar à esquerda",
|
|
112
112
|
alignLeftShortcut: "Ctrl+L",
|
|
113
113
|
center: "Centralizar",
|
|
114
114
|
centerShortcut: "Ctrl+E",
|
|
115
|
-
alignRight: "Alinhar
|
|
115
|
+
alignRight: "Alinhar à direita",
|
|
116
116
|
alignRightShortcut: "Ctrl+R",
|
|
117
117
|
justify: "Justificar",
|
|
118
118
|
justifyShortcut: "Ctrl+J"
|
|
119
119
|
},
|
|
120
120
|
lists: {
|
|
121
|
-
ariaLabel: "
|
|
121
|
+
ariaLabel: "Formatação de lista",
|
|
122
122
|
typeAriaLabel: "Tipo de lista",
|
|
123
123
|
indentationAriaLabel: "Recuo da lista",
|
|
124
124
|
bulletList: "Lista com marcadores",
|
|
@@ -129,23 +129,23 @@ var pt_BR_default = {
|
|
|
129
129
|
lineSpacing: {
|
|
130
130
|
single: "Simples",
|
|
131
131
|
double: "Duplo",
|
|
132
|
-
lineSpacingTitle: "
|
|
133
|
-
paragraphSpacing: "
|
|
132
|
+
lineSpacingTitle: "Espaçamento entre linhas: {label}",
|
|
133
|
+
paragraphSpacing: "Espaçamento entre parágrafos"
|
|
134
134
|
},
|
|
135
135
|
styles: {
|
|
136
|
-
selectAriaLabel: "Selecionar estilo de
|
|
136
|
+
selectAriaLabel: "Selecionar estilo de parágrafo",
|
|
137
137
|
normalText: "Texto normal",
|
|
138
|
-
title: "
|
|
139
|
-
subtitle: "
|
|
140
|
-
heading1: "
|
|
141
|
-
heading2: "
|
|
142
|
-
heading3: "
|
|
138
|
+
title: "Título",
|
|
139
|
+
subtitle: "Subtítulo",
|
|
140
|
+
heading1: "Cabeçalho 1",
|
|
141
|
+
heading2: "Cabeçalho 2",
|
|
142
|
+
heading3: "Cabeçalho 3"
|
|
143
143
|
},
|
|
144
144
|
font: {
|
|
145
|
-
selectAriaLabel: "Selecionar
|
|
145
|
+
selectAriaLabel: "Selecionar família da fonte",
|
|
146
146
|
sansSerif: "Sans Serif",
|
|
147
147
|
serif: "Serif",
|
|
148
|
-
monospace: "
|
|
148
|
+
monospace: "Monoespaçado"
|
|
149
149
|
},
|
|
150
150
|
fontSize: {
|
|
151
151
|
decrease: "Diminuir tamanho da fonte",
|
|
@@ -161,9 +161,9 @@ var pt_BR_default = {
|
|
|
161
161
|
highlightColors: "Cores de destaque",
|
|
162
162
|
customColor: "Cor personalizada",
|
|
163
163
|
noColor: "Sem cor",
|
|
164
|
-
automatic: "
|
|
164
|
+
automatic: "Automático",
|
|
165
165
|
themeColors: "Cores do tema",
|
|
166
|
-
standardColors: "Cores
|
|
166
|
+
standardColors: "Cores padrão",
|
|
167
167
|
colors: {
|
|
168
168
|
black: "Preto",
|
|
169
169
|
darkRed: "Vermelho escuro",
|
|
@@ -201,9 +201,9 @@ var pt_BR_default = {
|
|
|
201
201
|
gray: "Cinza",
|
|
202
202
|
cyan: "Ciano",
|
|
203
203
|
magenta: "Magenta",
|
|
204
|
-
paleGreen: "Verde
|
|
204
|
+
paleGreen: "Verde pálido",
|
|
205
205
|
lightCyan: "Ciano claro",
|
|
206
|
-
skyBlue: "Azul
|
|
206
|
+
skyBlue: "Azul céu",
|
|
207
207
|
lightBlue2: "Azul claro 2",
|
|
208
208
|
lightMagenta: "Magenta claro",
|
|
209
209
|
brightGreen: "Verde brilhante",
|
|
@@ -219,40 +219,40 @@ var pt_BR_default = {
|
|
|
219
219
|
findAriaLabel: "Localizar texto",
|
|
220
220
|
findPrevious: "Localizar anterior",
|
|
221
221
|
findPreviousTitle: "Localizar anterior (Shift+Enter)",
|
|
222
|
-
findNext: "Localizar
|
|
223
|
-
findNextTitle: "Localizar
|
|
224
|
-
matchCount: "{current} de {total}
|
|
222
|
+
findNext: "Localizar próximo",
|
|
223
|
+
findNextTitle: "Localizar próximo (Enter)",
|
|
224
|
+
matchCount: "{current} de {total} ocorrências",
|
|
225
225
|
noResults: "Nenhum resultado encontrado",
|
|
226
226
|
replaceLabel: "Substituir:",
|
|
227
|
-
replacePlaceholder: "Digite o texto de
|
|
227
|
+
replacePlaceholder: "Digite o texto de substituição...",
|
|
228
228
|
replaceAriaLabel: "Substituir texto",
|
|
229
229
|
replaceButton: "Substituir",
|
|
230
|
-
replaceCurrentTitle: "Substituir
|
|
230
|
+
replaceCurrentTitle: "Substituir ocorrência atual",
|
|
231
231
|
replaceAllButton: "Substituir todos",
|
|
232
|
-
replaceAllTitle: "Substituir todas as
|
|
233
|
-
matchCase: "Diferenciar
|
|
232
|
+
replaceAllTitle: "Substituir todas as ocorrências",
|
|
233
|
+
matchCase: "Diferenciar maiúsculas e minúsculas",
|
|
234
234
|
wholeWords: "Palavras inteiras",
|
|
235
235
|
toggleReplace: "+ Substituir",
|
|
236
|
-
matchesFound: "{total}
|
|
236
|
+
matchesFound: "{total} ocorrências"
|
|
237
237
|
},
|
|
238
238
|
hyperlink: {
|
|
239
239
|
titleEdit: "Editar hiperlink",
|
|
240
240
|
titleInsert: "Inserir hiperlink",
|
|
241
|
-
tabWebAddress: "
|
|
241
|
+
tabWebAddress: "Endereço web",
|
|
242
242
|
tabBookmark: "Marcador",
|
|
243
243
|
urlLabel: "URL",
|
|
244
244
|
urlPlaceholder: "https://example.com",
|
|
245
|
-
urlHint: "Digite um
|
|
245
|
+
urlHint: "Digite um endereço web, e-mail (mailto:) ou telefone (tel:)",
|
|
246
246
|
bookmarkLabel: "Marcador",
|
|
247
247
|
bookmarkPlaceholder: "Selecione um marcador...",
|
|
248
|
-
displayTextLabel: "Texto de
|
|
248
|
+
displayTextLabel: "Texto de exibição",
|
|
249
249
|
displayTextPlaceholder: "Texto para exibir (opcional)",
|
|
250
250
|
displayTextHint: "Deixe em branco para usar o texto selecionado",
|
|
251
251
|
tooltipLabel: "Dica (opcional)",
|
|
252
252
|
tooltipPlaceholder: "Texto mostrado ao passar o mouse",
|
|
253
253
|
removeLink: "Remover link",
|
|
254
|
-
invalidUrl: "Digite uma URL
|
|
255
|
-
urlRequired: "URL
|
|
254
|
+
invalidUrl: "Digite uma URL válida",
|
|
255
|
+
urlRequired: "URL é obrigatória"
|
|
256
256
|
},
|
|
257
257
|
insertTable: {
|
|
258
258
|
title: "Inserir tabela",
|
|
@@ -263,57 +263,57 @@ var pt_BR_default = {
|
|
|
263
263
|
columnsLabel: "Colunas:",
|
|
264
264
|
insertButton: "Inserir tabela",
|
|
265
265
|
sizeSelector: "Seletor de tamanho da tabela",
|
|
266
|
-
autofit: "Ajustar automaticamente ao
|
|
266
|
+
autofit: "Ajustar automaticamente ao conteúdo",
|
|
267
267
|
columnWidthLabel: "Largura da coluna",
|
|
268
268
|
fixedWidth: "Fixa",
|
|
269
269
|
tableStyleLabel: "Estilo da tabela",
|
|
270
270
|
validationHint: "Linhas: {minRows}-{maxRows}, Colunas: {minCols}-{maxCols}"
|
|
271
271
|
},
|
|
272
272
|
splitCell: {
|
|
273
|
-
title: "Dividir
|
|
274
|
-
description: "Defina em quantas linhas e colunas a
|
|
273
|
+
title: "Dividir célula",
|
|
274
|
+
description: "Defina em quantas linhas e colunas a célula selecionada será dividida.",
|
|
275
275
|
rowsLabel: "Linhas:",
|
|
276
276
|
columnsLabel: "Colunas:",
|
|
277
|
-
currentMinimum: "
|
|
277
|
+
currentMinimum: "Mínimo do span atual: {rows} linha(s) x {cols} coluna(s)",
|
|
278
278
|
minValue: "Use pelo menos {rows} linha(s) e {cols} coluna(s).",
|
|
279
|
-
notOneByOne: "Escolha pelo menos duas
|
|
279
|
+
notOneByOne: "Escolha pelo menos duas células resultantes."
|
|
280
280
|
},
|
|
281
281
|
insertImage: {
|
|
282
282
|
title: "Inserir imagem",
|
|
283
283
|
uploadAriaLabel: "Clique ou arraste para fazer upload da imagem",
|
|
284
284
|
uploadText: "Clique para selecionar ou arraste e solte uma imagem",
|
|
285
|
-
uploadSubtext: "PNG, JPG, GIF
|
|
286
|
-
dimensions: "
|
|
285
|
+
uploadSubtext: "PNG, JPG, GIF até 10MB",
|
|
286
|
+
dimensions: "Dimensões",
|
|
287
287
|
widthLabel: "Largura:",
|
|
288
288
|
heightLabel: "Altura:",
|
|
289
|
-
aspectRatioLocked: "
|
|
290
|
-
aspectRatioUnlocked: "
|
|
289
|
+
aspectRatioLocked: "Proporção bloqueada",
|
|
290
|
+
aspectRatioUnlocked: "Proporção desbloqueada",
|
|
291
291
|
altTextLabel: "Texto alternativo (opcional)",
|
|
292
292
|
altTextPlaceholder: "Descreva a imagem para acessibilidade",
|
|
293
293
|
insertButton: "Inserir imagem",
|
|
294
|
-
invalidFile: "Selecione um arquivo de imagem
|
|
295
|
-
fileTooLarge: "Arquivo de imagem muito grande (
|
|
294
|
+
invalidFile: "Selecione um arquivo de imagem válido",
|
|
295
|
+
fileTooLarge: "Arquivo de imagem muito grande (máx. 10MB)",
|
|
296
296
|
readFailed: "Falha ao ler arquivo de imagem",
|
|
297
297
|
loadFailed: "Falha ao carregar imagem",
|
|
298
298
|
preview: "Visualizar"
|
|
299
299
|
},
|
|
300
300
|
insertSymbol: {
|
|
301
|
-
title: "Inserir
|
|
302
|
-
searchPlaceholder: "Pesquisar
|
|
303
|
-
noResults: 'Nenhum
|
|
301
|
+
title: "Inserir símbolo",
|
|
302
|
+
searchPlaceholder: "Pesquisar símbolos (caractere ou Unicode)...",
|
|
303
|
+
noResults: 'Nenhum símbolo encontrado para "{query}"',
|
|
304
304
|
decimal: "Decimal: {value}",
|
|
305
305
|
categories: {
|
|
306
306
|
common: "Comuns",
|
|
307
307
|
arrows: "Setas",
|
|
308
|
-
math: "
|
|
308
|
+
math: "Matemáticos",
|
|
309
309
|
greek: "Gregos",
|
|
310
310
|
shapes: "Formas",
|
|
311
|
-
punctuation: "
|
|
311
|
+
punctuation: "Pontuação",
|
|
312
312
|
currency: "Moedas",
|
|
313
|
-
music: "
|
|
313
|
+
music: "Música",
|
|
314
314
|
emoji: "Emoji"
|
|
315
315
|
},
|
|
316
|
-
noResultsEmpty: "Nenhum
|
|
316
|
+
noResultsEmpty: "Nenhum símbolo encontrado",
|
|
317
317
|
recent: "Recentes:"
|
|
318
318
|
},
|
|
319
319
|
imageProperties: {
|
|
@@ -326,7 +326,7 @@ var pt_BR_default = {
|
|
|
326
326
|
color: "Cor",
|
|
327
327
|
preview: "Visualizar",
|
|
328
328
|
borderStyles: {
|
|
329
|
-
solid: "
|
|
329
|
+
solid: "Sólido",
|
|
330
330
|
dashed: "Tracejado",
|
|
331
331
|
dotted: "Pontilhado",
|
|
332
332
|
double: "Duplo",
|
|
@@ -335,25 +335,25 @@ var pt_BR_default = {
|
|
|
335
335
|
inset: "Recessado",
|
|
336
336
|
outset: "Relevo"
|
|
337
337
|
},
|
|
338
|
-
dimensions: "
|
|
338
|
+
dimensions: "Dimensões",
|
|
339
339
|
heightLabel: "Altura:",
|
|
340
|
-
lockAspectRatio: "Bloquear
|
|
340
|
+
lockAspectRatio: "Bloquear proporção",
|
|
341
341
|
textWrapping: "Quebra de texto",
|
|
342
342
|
widthLabel: "Largura:",
|
|
343
343
|
wrapOptions: {
|
|
344
|
-
behind: "
|
|
344
|
+
behind: "Atrás do texto",
|
|
345
345
|
inFront: "Na frente do texto",
|
|
346
346
|
inline: "Em linha com o texto",
|
|
347
347
|
topAndBottom: "Acima e abaixo",
|
|
348
|
-
wrapLeft: "Quebra de texto, flutuar
|
|
349
|
-
wrapRight: "Quebra de texto, flutuar
|
|
348
|
+
wrapLeft: "Quebra de texto, flutuar à direita",
|
|
349
|
+
wrapRight: "Quebra de texto, flutuar à esquerda"
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
imagePosition: {
|
|
353
|
-
title: "
|
|
353
|
+
title: "Posição da imagem",
|
|
354
354
|
horizontal: "Horizontal",
|
|
355
355
|
vertical: "Vertical",
|
|
356
|
-
position: "
|
|
356
|
+
position: "Posição",
|
|
357
357
|
alignment: "Alinhamento",
|
|
358
358
|
offset: "Deslocamento",
|
|
359
359
|
offsetPx: "Deslocamento (px)",
|
|
@@ -367,20 +367,20 @@ var pt_BR_default = {
|
|
|
367
367
|
bottom: "Inferior"
|
|
368
368
|
},
|
|
369
369
|
relativeOptions: {
|
|
370
|
-
page: "
|
|
370
|
+
page: "Página",
|
|
371
371
|
column: "Coluna",
|
|
372
372
|
margin: "Margem",
|
|
373
373
|
character: "Caractere",
|
|
374
|
-
paragraph: "
|
|
374
|
+
paragraph: "Parágrafo",
|
|
375
375
|
line: "Linha"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
378
|
pageSetup: {
|
|
379
|
-
title: "Configurar
|
|
380
|
-
pageSize: "TAMANHO DA
|
|
379
|
+
title: "Configurar página",
|
|
380
|
+
pageSize: "TAMANHO DA PÁGINA",
|
|
381
381
|
sizeLabel: "Tamanho",
|
|
382
382
|
custom: "Personalizado",
|
|
383
|
-
orientation: "
|
|
383
|
+
orientation: "Orientação",
|
|
384
384
|
portrait: "Retrato",
|
|
385
385
|
landscape: "Paisagem",
|
|
386
386
|
margins: "MARGENS",
|
|
@@ -389,13 +389,13 @@ var pt_BR_default = {
|
|
|
389
389
|
left: "Esquerda",
|
|
390
390
|
right: "Direita",
|
|
391
391
|
pageSizes: {
|
|
392
|
-
letter: 'Carta (8,5"
|
|
393
|
-
a4: 'A4 (8,27"
|
|
394
|
-
legal: '
|
|
395
|
-
a3: 'A3 (11,69"
|
|
396
|
-
a5: 'A5 (5,83"
|
|
397
|
-
b5: 'B5 (6,93"
|
|
398
|
-
executive: 'Executivo (7,25"
|
|
392
|
+
letter: 'Carta (8,5" × 11")',
|
|
393
|
+
a4: 'A4 (8,27" × 11,69")',
|
|
394
|
+
legal: 'Ofício (8,5" × 14")',
|
|
395
|
+
a3: 'A3 (11,69" × 16,54")',
|
|
396
|
+
a5: 'A5 (5,83" × 8,27")',
|
|
397
|
+
b5: 'B5 (6,93" × 9,84")',
|
|
398
|
+
executive: 'Executivo (7,25" × 10,5")'
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
tableProperties: {
|
|
@@ -404,7 +404,7 @@ var pt_BR_default = {
|
|
|
404
404
|
widthLabel: "Largura",
|
|
405
405
|
alignmentLabel: "Alinhamento",
|
|
406
406
|
widthTypes: {
|
|
407
|
-
auto: "
|
|
407
|
+
auto: "Automático",
|
|
408
408
|
fixed: "Fixo (twips)",
|
|
409
409
|
percentage: "Percentual"
|
|
410
410
|
},
|
|
@@ -420,37 +420,37 @@ var pt_BR_default = {
|
|
|
420
420
|
},
|
|
421
421
|
pasteSpecial: {
|
|
422
422
|
title: "Colar especial",
|
|
423
|
-
keepFormatting: "Manter
|
|
424
|
-
keepFormattingDescription: "Colar com
|
|
423
|
+
keepFormatting: "Manter formatação original",
|
|
424
|
+
keepFormattingDescription: "Colar com formatação original",
|
|
425
425
|
keepFormattingShortcut: "Ctrl+V",
|
|
426
|
-
plainText: "Colar como texto sem
|
|
427
|
-
plainTextDescription: "Colar sem
|
|
426
|
+
plainText: "Colar como texto sem formatação",
|
|
427
|
+
plainTextDescription: "Colar sem formatação",
|
|
428
428
|
plainTextShortcut: "Ctrl+Shift+V",
|
|
429
|
-
readingClipboard: "Lendo
|
|
429
|
+
readingClipboard: "Lendo área de transferência...",
|
|
430
430
|
preview: "Visualizar:",
|
|
431
|
-
noContent: "Nenhum
|
|
432
|
-
clipboardError: "
|
|
431
|
+
noContent: "Nenhum conteúdo disponível para colar",
|
|
432
|
+
clipboardError: "Não foi possível ler a área de transferência. Use Ctrl+V para colar."
|
|
433
433
|
},
|
|
434
434
|
footnoteProperties: {
|
|
435
|
-
title: "Propriedades de notas de
|
|
436
|
-
footnotes: "Notas de
|
|
435
|
+
title: "Propriedades de notas de rodapé e fim",
|
|
436
|
+
footnotes: "Notas de rodapé",
|
|
437
437
|
endnotes: "Notas de fim",
|
|
438
|
-
position: "
|
|
439
|
-
numberFormat: "Formato do
|
|
438
|
+
position: "Posição",
|
|
439
|
+
numberFormat: "Formato do número",
|
|
440
440
|
startAt: "Iniciar em",
|
|
441
|
-
numbering: "
|
|
441
|
+
numbering: "Numeração",
|
|
442
442
|
footnotePositions: {
|
|
443
|
-
bottomOfPage: "Final da
|
|
443
|
+
bottomOfPage: "Final da página",
|
|
444
444
|
belowText: "Abaixo do texto"
|
|
445
445
|
},
|
|
446
446
|
endnotePositions: {
|
|
447
447
|
endOfDocument: "Final do documento",
|
|
448
|
-
endOfSection: "Final da
|
|
448
|
+
endOfSection: "Final da seção"
|
|
449
449
|
},
|
|
450
450
|
numberingOptions: {
|
|
451
|
-
continuous: "
|
|
452
|
-
restartSection: "Reiniciar a cada
|
|
453
|
-
restartPage: "Reiniciar a cada
|
|
451
|
+
continuous: "Contínuo",
|
|
452
|
+
restartSection: "Reiniciar a cada seção",
|
|
453
|
+
restartPage: "Reiniciar a cada página"
|
|
454
454
|
},
|
|
455
455
|
formats: {
|
|
456
456
|
decimal: "1, 2, 3, ...",
|
|
@@ -458,19 +458,19 @@ var pt_BR_default = {
|
|
|
458
458
|
upperRoman: "I, II, III, ...",
|
|
459
459
|
lowerAlpha: "a, b, c, ...",
|
|
460
460
|
upperAlpha: "A, B, C, ...",
|
|
461
|
-
symbols: "*,
|
|
461
|
+
symbols: "*, †, ‡, ..."
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
keyboardShortcuts: {
|
|
465
465
|
ariaLabel: "Atalhos de teclado",
|
|
466
466
|
searchPlaceholder: "Pesquisar atalhos...",
|
|
467
467
|
categories: {
|
|
468
|
-
editing: "
|
|
469
|
-
formatting: "
|
|
470
|
-
navigation: "
|
|
471
|
-
clipboard: "
|
|
472
|
-
selection: "
|
|
473
|
-
view: "
|
|
468
|
+
editing: "Edição",
|
|
469
|
+
formatting: "Formatação",
|
|
470
|
+
navigation: "Navegação",
|
|
471
|
+
clipboard: "Área de transferência",
|
|
472
|
+
selection: "Seleção",
|
|
473
|
+
view: "Visualização",
|
|
474
474
|
file: "Arquivo",
|
|
475
475
|
other: "Outros"
|
|
476
476
|
},
|
|
@@ -480,9 +480,9 @@ var pt_BR_default = {
|
|
|
480
480
|
print: "Imprimir",
|
|
481
481
|
printDescription: "Imprimir documento",
|
|
482
482
|
undo: "Desfazer",
|
|
483
|
-
undoDescription: "Desfazer
|
|
483
|
+
undoDescription: "Desfazer última ação",
|
|
484
484
|
redo: "Refazer",
|
|
485
|
-
redoDescription: "Refazer
|
|
485
|
+
redoDescription: "Refazer última ação",
|
|
486
486
|
delete: "Excluir",
|
|
487
487
|
deleteDescription: "Excluir texto selecionado",
|
|
488
488
|
find: "Localizar",
|
|
@@ -494,13 +494,13 @@ var pt_BR_default = {
|
|
|
494
494
|
copy: "Copiar",
|
|
495
495
|
copyDescription: "Copiar texto selecionado",
|
|
496
496
|
paste: "Colar",
|
|
497
|
-
pasteDescription: "Colar da
|
|
498
|
-
pastePlainText: "Colar como texto sem
|
|
499
|
-
pastePlainTextDescription: "Colar sem
|
|
497
|
+
pasteDescription: "Colar da área de transferência",
|
|
498
|
+
pastePlainText: "Colar como texto sem formatação",
|
|
499
|
+
pastePlainTextDescription: "Colar sem formatação",
|
|
500
500
|
bold: "Negrito",
|
|
501
|
-
boldDescription: "Alternar
|
|
502
|
-
italic: "
|
|
503
|
-
italicDescription: "Alternar
|
|
501
|
+
boldDescription: "Alternar formatação negrito",
|
|
502
|
+
italic: "Itálico",
|
|
503
|
+
italicDescription: "Alternar formatação itálico",
|
|
504
504
|
underline: "Sublinhado",
|
|
505
505
|
underlineDescription: "Alternar sublinhado",
|
|
506
506
|
strikethrough: "Tachado",
|
|
@@ -509,50 +509,50 @@ var pt_BR_default = {
|
|
|
509
509
|
subscriptDescription: "Alternar subscrito",
|
|
510
510
|
superscript: "Sobrescrito",
|
|
511
511
|
superscriptDescription: "Alternar sobrescrito",
|
|
512
|
-
alignLeft: "Alinhar
|
|
513
|
-
alignLeftDescription: "Alinhar
|
|
512
|
+
alignLeft: "Alinhar à esquerda",
|
|
513
|
+
alignLeftDescription: "Alinhar parágrafo à esquerda",
|
|
514
514
|
alignCenter: "Centralizar",
|
|
515
|
-
alignCenterDescription: "Centralizar
|
|
516
|
-
alignRight: "Alinhar
|
|
517
|
-
alignRightDescription: "Alinhar
|
|
515
|
+
alignCenterDescription: "Centralizar parágrafo",
|
|
516
|
+
alignRight: "Alinhar à direita",
|
|
517
|
+
alignRightDescription: "Alinhar parágrafo à direita",
|
|
518
518
|
justify: "Justificar",
|
|
519
|
-
justifyDescription: "Justificar
|
|
519
|
+
justifyDescription: "Justificar parágrafo",
|
|
520
520
|
increaseIndent: "Aumentar recuo",
|
|
521
|
-
increaseIndentDescription: "Aumentar recuo do
|
|
521
|
+
increaseIndentDescription: "Aumentar recuo do parágrafo",
|
|
522
522
|
decreaseIndent: "Diminuir recuo",
|
|
523
|
-
decreaseIndentDescription: "Diminuir recuo do
|
|
523
|
+
decreaseIndentDescription: "Diminuir recuo do parágrafo",
|
|
524
524
|
selectAll: "Selecionar tudo",
|
|
525
|
-
selectAllDescription: "Selecionar todo o
|
|
525
|
+
selectAllDescription: "Selecionar todo o conteúdo",
|
|
526
526
|
selectWord: "Selecionar palavra",
|
|
527
527
|
selectWordDescription: "Selecionar palavra atual",
|
|
528
|
-
selectParagraph: "Selecionar
|
|
529
|
-
selectParagraphDescription: "Selecionar
|
|
530
|
-
extendSelectionByWord: "Estender
|
|
531
|
-
extendSelectionByWordDescription: "Estender
|
|
532
|
-
extendSelectionToLineEdge: "Estender
|
|
533
|
-
extendSelectionToLineEdgeDescription: "Estender
|
|
528
|
+
selectParagraph: "Selecionar parágrafo",
|
|
529
|
+
selectParagraphDescription: "Selecionar parágrafo atual",
|
|
530
|
+
extendSelectionByWord: "Estender seleção por palavra",
|
|
531
|
+
extendSelectionByWordDescription: "Estender seleção para próxima/anterior palavra",
|
|
532
|
+
extendSelectionToLineEdge: "Estender seleção até a borda da linha",
|
|
533
|
+
extendSelectionToLineEdgeDescription: "Estender seleção até início/fim da linha",
|
|
534
534
|
moveByWord: "Mover por palavra",
|
|
535
|
-
moveByWordDescription: "Mover cursor para
|
|
536
|
-
moveToLineStart: "Mover para
|
|
537
|
-
moveToLineStartDescription: "Mover cursor para
|
|
535
|
+
moveByWordDescription: "Mover cursor para próxima/anterior palavra",
|
|
536
|
+
moveToLineStart: "Mover para início da linha",
|
|
537
|
+
moveToLineStartDescription: "Mover cursor para início da linha",
|
|
538
538
|
moveToLineEnd: "Mover para fim da linha",
|
|
539
539
|
moveToLineEndDescription: "Mover cursor para fim da linha",
|
|
540
|
-
moveToDocumentStart: "Mover para
|
|
541
|
-
moveToDocumentStartDescription: "Mover cursor para
|
|
540
|
+
moveToDocumentStart: "Mover para início do documento",
|
|
541
|
+
moveToDocumentStartDescription: "Mover cursor para início do documento",
|
|
542
542
|
moveToDocumentEnd: "Mover para fim do documento",
|
|
543
543
|
moveToDocumentEndDescription: "Mover cursor para fim do documento",
|
|
544
544
|
pageUp: "Page Up",
|
|
545
|
-
pageUpDescription: "Rolar uma
|
|
545
|
+
pageUpDescription: "Rolar uma página para cima",
|
|
546
546
|
pageDown: "Page Down",
|
|
547
|
-
pageDownDescription: "Rolar uma
|
|
547
|
+
pageDownDescription: "Rolar uma página para baixo",
|
|
548
548
|
zoomIn: "Ampliar",
|
|
549
|
-
zoomInDescription: "Aumentar
|
|
549
|
+
zoomInDescription: "Aumentar nível de zoom",
|
|
550
550
|
zoomOut: "Reduzir",
|
|
551
|
-
zoomOutDescription: "Diminuir
|
|
551
|
+
zoomOutDescription: "Diminuir nível de zoom",
|
|
552
552
|
resetZoom: "Redefinir zoom",
|
|
553
553
|
resetZoomDescription: "Redefinir zoom para 100%",
|
|
554
554
|
keyboardShortcuts: "Atalhos de teclado",
|
|
555
|
-
keyboardShortcutsDescription: "Mostrar esta caixa de
|
|
555
|
+
keyboardShortcutsDescription: "Mostrar esta caixa de diálogo de ajuda",
|
|
556
556
|
insertLink: "Inserir link",
|
|
557
557
|
insertLinkDescription: "Inserir ou editar hiperlink"
|
|
558
558
|
},
|
|
@@ -565,22 +565,22 @@ var pt_BR_default = {
|
|
|
565
565
|
resolved: "Resolvido",
|
|
566
566
|
resolve: "Resolver",
|
|
567
567
|
reopen: "Reabrir",
|
|
568
|
-
moreOptions: "Mais
|
|
568
|
+
moreOptions: "Mais opções",
|
|
569
569
|
unknown: "Desconhecido",
|
|
570
|
-
addComment: "Adicionar um
|
|
570
|
+
addComment: "Adicionar um comentário...",
|
|
571
571
|
replyPlaceholder: "Responda ou adicione outros com @",
|
|
572
572
|
replyCount: "{count, plural, one {# resposta} other {# respostas}}"
|
|
573
573
|
},
|
|
574
574
|
trackedChanges: {
|
|
575
575
|
unknown: "Desconhecido",
|
|
576
|
-
replaced: "
|
|
576
|
+
replaced: "Substituído",
|
|
577
577
|
with: "por",
|
|
578
578
|
added: "Adicionado",
|
|
579
|
-
deleted: "
|
|
579
|
+
deleted: "Excluído"
|
|
580
580
|
},
|
|
581
581
|
contextMenu: {
|
|
582
|
-
ariaLabel: "Menu de
|
|
583
|
-
textMenuAriaLabel: "Menu de
|
|
582
|
+
ariaLabel: "Menu de ações de IA",
|
|
583
|
+
textMenuAriaLabel: "Menu de edição de texto",
|
|
584
584
|
customPromptPlaceholder: "Digite um prompt personalizado...",
|
|
585
585
|
cut: "Recortar",
|
|
586
586
|
cutShortcut: "Ctrl+X",
|
|
@@ -588,7 +588,7 @@ var pt_BR_default = {
|
|
|
588
588
|
copyShortcut: "Ctrl+C",
|
|
589
589
|
paste: "Colar",
|
|
590
590
|
pasteShortcut: "Ctrl+V",
|
|
591
|
-
pastePlainText: "Colar como texto sem
|
|
591
|
+
pastePlainText: "Colar como texto sem formatação",
|
|
592
592
|
pastePlainTextShortcut: "Ctrl+Shift+V",
|
|
593
593
|
delete: "Excluir",
|
|
594
594
|
deleteShortcut: "Del",
|
|
@@ -596,13 +596,13 @@ var pt_BR_default = {
|
|
|
596
596
|
selectAllShortcut: "Ctrl+A",
|
|
597
597
|
selected: "Selecionado:",
|
|
598
598
|
aiActions: {
|
|
599
|
-
askAi: "Perguntar
|
|
599
|
+
askAi: "Perguntar à IA",
|
|
600
600
|
rewrite: "Reescrever",
|
|
601
601
|
expand: "Expandir",
|
|
602
602
|
summarize: "Resumir",
|
|
603
603
|
translate: "Traduzir",
|
|
604
604
|
explain: "Explicar",
|
|
605
|
-
fixGrammar: "Corrigir
|
|
605
|
+
fixGrammar: "Corrigir gramática",
|
|
606
606
|
makeFormal: "Tornar formal",
|
|
607
607
|
makeCasual: "Tornar informal",
|
|
608
608
|
custom: "Personalizado"
|
|
@@ -613,13 +613,13 @@ var pt_BR_default = {
|
|
|
613
613
|
closeAriaLabel: "Fechar estrutura",
|
|
614
614
|
closeTitle: "Fechar estrutura",
|
|
615
615
|
title: "Estrutura",
|
|
616
|
-
noHeadings: "Nenhum
|
|
616
|
+
noHeadings: "Nenhum cabeçalho encontrado. Adicione cabeçalhos ao seu documento para vê-los aqui."
|
|
617
617
|
},
|
|
618
618
|
sidebar: {
|
|
619
|
-
ariaLabel: "Barra lateral de
|
|
619
|
+
ariaLabel: "Barra lateral de anotações"
|
|
620
620
|
},
|
|
621
621
|
titleBar: {
|
|
622
|
-
untitled: "Sem
|
|
622
|
+
untitled: "Sem título",
|
|
623
623
|
documentNameAriaLabel: "Nome do documento",
|
|
624
624
|
menuBarAriaLabel: "Barra de menu"
|
|
625
625
|
},
|
|
@@ -627,7 +627,7 @@ var pt_BR_default = {
|
|
|
627
627
|
loadingDocument: "Carregando documento...",
|
|
628
628
|
noDocumentLoaded: "Nenhum documento carregado",
|
|
629
629
|
failedToLoad: "Falha ao carregar documento",
|
|
630
|
-
unableToParse: "
|
|
630
|
+
unableToParse: "Não foi possível analisar o documento",
|
|
631
631
|
somethingWentWrong: "Algo deu errado",
|
|
632
632
|
errorDescription: "Ocorreu um erro ao renderizar este componente. Tente novamente ou contate o suporte se o problema persistir.",
|
|
633
633
|
errorLabel: "Erro:",
|
|
@@ -635,24 +635,24 @@ var pt_BR_default = {
|
|
|
635
635
|
tryAgain: "Tentar novamente",
|
|
636
636
|
showDetails: "Mostrar detalhes",
|
|
637
637
|
hideDetails: "Ocultar detalhes",
|
|
638
|
-
unsavedChanges: "
|
|
638
|
+
unsavedChanges: "Você tem alterações não salvas. Tem certeza que deseja sair?"
|
|
639
639
|
},
|
|
640
640
|
table: {
|
|
641
641
|
insertRowAbove: "Inserir linha acima",
|
|
642
642
|
insertRowBelow: "Inserir linha abaixo",
|
|
643
|
-
insertColumnLeft: "Inserir coluna
|
|
644
|
-
insertColumnRight: "Inserir coluna
|
|
643
|
+
insertColumnLeft: "Inserir coluna à esquerda",
|
|
644
|
+
insertColumnRight: "Inserir coluna à direita",
|
|
645
645
|
deleteRow: "Excluir linha",
|
|
646
646
|
deleteColumn: "Excluir coluna",
|
|
647
647
|
deleteTable: "Excluir tabela",
|
|
648
|
-
mergeCells: "Mesclar
|
|
649
|
-
splitCell: "Dividir
|
|
650
|
-
editingTools: "Ferramentas de
|
|
648
|
+
mergeCells: "Mesclar células",
|
|
649
|
+
splitCell: "Dividir célula",
|
|
650
|
+
editingTools: "Ferramentas de edição de tabela",
|
|
651
651
|
label: "Tabela:",
|
|
652
|
-
cellFillColor: "Cor de preenchimento da
|
|
652
|
+
cellFillColor: "Cor de preenchimento da célula",
|
|
653
653
|
borderColor: "Cor da borda",
|
|
654
654
|
borderWidth: "Largura da borda",
|
|
655
|
-
unknownAction: "
|
|
655
|
+
unknownAction: "Ação desconhecida",
|
|
656
656
|
borders: {
|
|
657
657
|
all: "Todas as bordas",
|
|
658
658
|
outside: "Bordas externas",
|
|
@@ -666,7 +666,7 @@ var pt_BR_default = {
|
|
|
666
666
|
styleAriaLabel: "Estilo da borda",
|
|
667
667
|
tooltip: "Bordas"
|
|
668
668
|
},
|
|
669
|
-
moreOptions: "Mais
|
|
669
|
+
moreOptions: "Mais opções de tabela",
|
|
670
670
|
styles: {
|
|
671
671
|
title: "Estilos de tabela",
|
|
672
672
|
label: "Estilos",
|
|
@@ -691,8 +691,8 @@ var pt_BR_default = {
|
|
|
691
691
|
top: "Superior",
|
|
692
692
|
middle: "Meio",
|
|
693
693
|
bottom: "Inferior",
|
|
694
|
-
cellMargins: "Margens da
|
|
695
|
-
textDirection: "
|
|
694
|
+
cellMargins: "Margens da célula",
|
|
695
|
+
textDirection: "Direção do texto",
|
|
696
696
|
textDirections: {
|
|
697
697
|
horizontal: "Horizontal (LR)",
|
|
698
698
|
verticalRL: "Vertical (cima-baixo, RL)",
|
|
@@ -701,53 +701,53 @@ var pt_BR_default = {
|
|
|
701
701
|
toggleNoWrap: "Alternar sem quebra",
|
|
702
702
|
rowHeight: "Altura da linha",
|
|
703
703
|
heightRules: {
|
|
704
|
-
auto: "
|
|
704
|
+
auto: "Automático",
|
|
705
705
|
atLeast: "Pelo menos",
|
|
706
706
|
exact: "Exato"
|
|
707
707
|
},
|
|
708
708
|
rule: "Regra",
|
|
709
709
|
height: "Altura",
|
|
710
|
-
toggleHeaderRow: "Alternar linha de
|
|
710
|
+
toggleHeaderRow: "Alternar linha de cabeçalho",
|
|
711
711
|
distributeColumns: "Distribuir colunas uniformemente",
|
|
712
|
-
autoFit: "Ajustar automaticamente ao
|
|
712
|
+
autoFit: "Ajustar automaticamente ao conteúdo",
|
|
713
713
|
tableProperties: "Propriedades da tabela...",
|
|
714
714
|
tableAlignment: "Alinhamento da tabela",
|
|
715
|
-
alignTableLeft: "Alinhar tabela
|
|
715
|
+
alignTableLeft: "Alinhar tabela à esquerda",
|
|
716
716
|
alignTableCenter: "Centralizar tabela",
|
|
717
|
-
alignTableRight: "Alinhar tabela
|
|
718
|
-
tableOptionsMenu: "Menu de
|
|
719
|
-
tableOptions: "
|
|
717
|
+
alignTableRight: "Alinhar tabela à direita",
|
|
718
|
+
tableOptionsMenu: "Menu de opções da tabela",
|
|
719
|
+
tableOptions: "Opções da tabela"
|
|
720
720
|
},
|
|
721
721
|
imageTransform: {
|
|
722
722
|
tooltip: "Transformar",
|
|
723
|
-
rotateClockwise: "Girar no sentido
|
|
724
|
-
rotateCounterClockwise: "Girar no sentido anti-
|
|
723
|
+
rotateClockwise: "Girar no sentido horário",
|
|
724
|
+
rotateCounterClockwise: "Girar no sentido anti-horário",
|
|
725
725
|
flipHorizontal: "Espelhar horizontalmente",
|
|
726
726
|
flipVertical: "Espelhar verticalmente"
|
|
727
727
|
},
|
|
728
728
|
imageWrap: {
|
|
729
729
|
inline: "Em linha com o texto",
|
|
730
|
-
floatLeft: "Flutuar
|
|
731
|
-
floatRight: "Flutuar
|
|
730
|
+
floatLeft: "Flutuar à esquerda (envolver à direita)",
|
|
731
|
+
floatRight: "Flutuar à direita (envolver à esquerda)",
|
|
732
732
|
topAndBottom: "Acima e abaixo",
|
|
733
|
-
behindText: "
|
|
733
|
+
behindText: "Atrás do texto",
|
|
734
734
|
inFrontOfText: "Na frente do texto",
|
|
735
735
|
tooltipPrefix: "Quebra: {label}",
|
|
736
736
|
menu: {
|
|
737
|
-
ariaLabel: "
|
|
738
|
-
behindText: "
|
|
737
|
+
ariaLabel: "Opções de layout de imagem",
|
|
738
|
+
behindText: "Atrás do texto",
|
|
739
739
|
inFrontOfText: "Na frente do texto",
|
|
740
740
|
inLineWithText: "Em linha com o texto",
|
|
741
|
-
squareLeft: "Quadrado
|
|
742
|
-
squareRight: "Quadrado
|
|
743
|
-
imageProperties: "Propriedades da imagem
|
|
741
|
+
squareLeft: "Quadrado à esquerda",
|
|
742
|
+
squareRight: "Quadrado à direita",
|
|
743
|
+
imageProperties: "Propriedades da imagem…"
|
|
744
744
|
},
|
|
745
745
|
menuDesc: {
|
|
746
|
-
behindText: "A imagem fica
|
|
746
|
+
behindText: "A imagem fica atrás do texto",
|
|
747
747
|
inFrontOfText: "A imagem fica na frente do texto",
|
|
748
748
|
inLineWithText: "A imagem flui na linha como um glifo",
|
|
749
|
-
squareLeft: "Imagem
|
|
750
|
-
squareRight: "Imagem
|
|
749
|
+
squareLeft: "Imagem à esquerda, texto envolve à direita",
|
|
750
|
+
squareRight: "Imagem à direita, texto envolve à esquerda"
|
|
751
751
|
}
|
|
752
752
|
},
|
|
753
753
|
responsePreview: {
|
|
@@ -755,53 +755,53 @@ var pt_BR_default = {
|
|
|
755
755
|
result: "Resultado {action}",
|
|
756
756
|
closeEsc: "Fechar (Esc)",
|
|
757
757
|
editPrompt: "Edite o resultado antes de aceitar:",
|
|
758
|
-
changes: "
|
|
758
|
+
changes: "Alterações:",
|
|
759
759
|
original: "Original:",
|
|
760
760
|
new: "Novo:",
|
|
761
|
-
cancelEdit: "Cancelar
|
|
761
|
+
cancelEdit: "Cancelar edição"
|
|
762
762
|
},
|
|
763
763
|
commentMarkers: {
|
|
764
|
-
resolvedComment: "
|
|
765
|
-
comment: "
|
|
764
|
+
resolvedComment: "Comentário resolvido",
|
|
765
|
+
comment: "Comentário"
|
|
766
766
|
},
|
|
767
767
|
editor: {
|
|
768
|
-
toggleCommentsSidebar: "Alternar barra lateral de
|
|
768
|
+
toggleCommentsSidebar: "Alternar barra lateral de comentários",
|
|
769
769
|
showDocumentOutline: "Mostrar estrutura do documento",
|
|
770
770
|
editing: "Editando",
|
|
771
771
|
editingDescription: "Editar documento diretamente",
|
|
772
772
|
suggesting: "Sugerindo",
|
|
773
|
-
suggestingDescription: "
|
|
773
|
+
suggestingDescription: "Edições se tornam sugestões",
|
|
774
774
|
viewing: "Visualizando",
|
|
775
|
-
viewingDescription: "Somente leitura, sem
|
|
775
|
+
viewingDescription: "Somente leitura, sem edições",
|
|
776
776
|
failedToParse: "Falha ao analisar documento",
|
|
777
777
|
linkRemoved: "Link removido",
|
|
778
|
-
linkCopied: "Link copiado para a
|
|
778
|
+
linkCopied: "Link copiado para a área de transferência",
|
|
779
779
|
failedToSave: "Falha ao salvar documento"
|
|
780
780
|
},
|
|
781
781
|
hyperlinkPopup: {
|
|
782
|
-
displayTextPlaceholder: "Texto de
|
|
782
|
+
displayTextPlaceholder: "Texto de exibição",
|
|
783
783
|
urlPlaceholder: "https://example.com",
|
|
784
784
|
copyLink: "Copiar link",
|
|
785
785
|
editLink: "Editar link",
|
|
786
786
|
removeLink: "Remover link"
|
|
787
787
|
},
|
|
788
788
|
headerFooter: {
|
|
789
|
-
header: "
|
|
790
|
-
footer: "
|
|
791
|
-
options: "
|
|
792
|
-
insertPageNumber: "Inserir
|
|
793
|
-
insertTotalPages: "Inserir contagem total de
|
|
789
|
+
header: "Cabeçalho",
|
|
790
|
+
footer: "Rodapé",
|
|
791
|
+
options: "Opções",
|
|
792
|
+
insertPageNumber: "Inserir número da página atual",
|
|
793
|
+
insertTotalPages: "Inserir contagem total de páginas",
|
|
794
794
|
remove: "Remover {label}",
|
|
795
|
-
closeEditing: "Fechar
|
|
795
|
+
closeEditing: "Fechar edição de {label}"
|
|
796
796
|
},
|
|
797
797
|
image: {
|
|
798
|
-
placeholder: "
|
|
798
|
+
placeholder: "Espaço reservado para imagem",
|
|
799
799
|
placeholderText: "[Imagem]",
|
|
800
|
-
editableAriaLabel: "Imagem
|
|
800
|
+
editableAriaLabel: "Imagem editável"
|
|
801
801
|
},
|
|
802
802
|
ruler: {
|
|
803
|
-
horizontal: "
|
|
804
|
-
vertical: "
|
|
803
|
+
horizontal: "Régua horizontal",
|
|
804
|
+
vertical: "Régua vertical",
|
|
805
805
|
firstLineIndent: "Recuo da primeira linha",
|
|
806
806
|
leftIndent: "Recuo esquerdo",
|
|
807
807
|
rightIndent: "Recuo direito",
|
|
@@ -810,24 +810,24 @@ var pt_BR_default = {
|
|
|
810
810
|
},
|
|
811
811
|
print: {
|
|
812
812
|
label: "Imprimir",
|
|
813
|
-
allPages: "Todas ({totalPages}
|
|
814
|
-
singlePage: "
|
|
815
|
-
pageRange: "
|
|
813
|
+
allPages: "Todas ({totalPages} páginas)",
|
|
814
|
+
singlePage: "Página {start}",
|
|
815
|
+
pageRange: "Páginas {start}-{end}"
|
|
816
816
|
},
|
|
817
817
|
unsaved: {
|
|
818
|
-
unsaved: "
|
|
818
|
+
unsaved: "Não salvo",
|
|
819
819
|
saved: "Salvo",
|
|
820
|
-
unsavedTitle: "Documento tem
|
|
821
|
-
savedTitle: "Todas as
|
|
822
|
-
unsavedAriaLabel: "
|
|
823
|
-
savedAriaLabel: "Todas as
|
|
820
|
+
unsavedTitle: "Documento tem alterações não salvas",
|
|
821
|
+
savedTitle: "Todas as alterações salvas",
|
|
822
|
+
unsavedAriaLabel: "Alterações não salvas",
|
|
823
|
+
savedAriaLabel: "Todas as alterações salvas"
|
|
824
824
|
},
|
|
825
825
|
loading: {
|
|
826
826
|
label: "Carregando"
|
|
827
827
|
},
|
|
828
828
|
agentPanel: {
|
|
829
829
|
close: "Fechar painel",
|
|
830
|
-
composerPlaceholder: "Pergunte ao assistente
|
|
830
|
+
composerPlaceholder: "Pergunte ao assistente…",
|
|
831
831
|
defaultTitle: "Assistente",
|
|
832
832
|
resizeHandle: "Redimensionar painel do assistente",
|
|
833
833
|
send: "Enviar",
|
|
@@ -835,7 +835,7 @@ var pt_BR_default = {
|
|
|
835
835
|
timeline: {
|
|
836
836
|
earlier: "+ {count, plural, one {# etapa anterior} other {# etapas anteriores}}",
|
|
837
837
|
summary: "{count, plural, one {# etapa} other {# etapas}}",
|
|
838
|
-
working: "Trabalhando
|
|
838
|
+
working: "Trabalhando… {count, plural, one {# etapa} other {# etapas}}"
|
|
839
839
|
},
|
|
840
840
|
toggle: "Abrir assistente"
|
|
841
841
|
},
|