@eigenpal/docx-editor-i18n 0.0.0 → 1.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.
- package/README.md +48 -1
- package/dist/de.d.mts +33 -0
- package/dist/de.d.ts +33 -0
- package/dist/de.js +858 -0
- package/dist/de.mjs +831 -0
- package/dist/en.d.mts +33 -0
- package/dist/en.d.ts +33 -0
- package/dist/en.js +858 -0
- package/dist/en.mjs +831 -0
- package/dist/he.d.mts +33 -0
- package/dist/he.d.ts +33 -0
- package/dist/he.js +858 -0
- package/dist/he.mjs +831 -0
- package/dist/index.js +3 -3
- package/dist/pl.d.mts +33 -0
- package/dist/pl.d.ts +33 -0
- package/dist/pl.js +858 -0
- package/dist/pl.mjs +831 -0
- package/dist/pt-BR.d.mts +33 -0
- package/dist/pt-BR.d.ts +33 -0
- package/dist/pt-BR.js +858 -0
- package/dist/pt-BR.mjs +831 -0
- package/dist/tr.d.mts +33 -0
- package/dist/tr.d.ts +33 -0
- package/dist/tr.js +858 -0
- package/dist/tr.mjs +831 -0
- package/dist/zh-CN.d.mts +33 -0
- package/dist/zh-CN.d.ts +33 -0
- package/dist/zh-CN.js +858 -0
- package/dist/zh-CN.mjs +831 -0
- package/package.json +36 -1
package/dist/pt-BR.js
ADDED
|
@@ -0,0 +1,858 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/pt-BR.ts
|
|
21
|
+
var pt_BR_exports = {};
|
|
22
|
+
__export(pt_BR_exports, {
|
|
23
|
+
default: () => pt_BR_default2,
|
|
24
|
+
ptBR: () => ptBR
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(pt_BR_exports);
|
|
27
|
+
|
|
28
|
+
// pt-BR.json
|
|
29
|
+
var pt_BR_default = {
|
|
30
|
+
_lang: "pt-BR",
|
|
31
|
+
common: {
|
|
32
|
+
cancel: "Cancelar",
|
|
33
|
+
insert: "Inserir",
|
|
34
|
+
apply: "Aplicar",
|
|
35
|
+
close: "Fechar",
|
|
36
|
+
delete: "Excluir",
|
|
37
|
+
update: "Atualizar",
|
|
38
|
+
save: "Salvar",
|
|
39
|
+
retry: "Tentar novamente",
|
|
40
|
+
send: "Enviar",
|
|
41
|
+
edit: "Editar",
|
|
42
|
+
comment: "Coment\xE1rio",
|
|
43
|
+
reply: "Responder",
|
|
44
|
+
accept: "Aceitar",
|
|
45
|
+
reject: "Rejeitar",
|
|
46
|
+
dismiss: "Dispensar",
|
|
47
|
+
change: "Alterar",
|
|
48
|
+
px: "px",
|
|
49
|
+
closeDialog: "Fechar di\xE1logo",
|
|
50
|
+
clear: "Limpar"
|
|
51
|
+
},
|
|
52
|
+
toolbar: {
|
|
53
|
+
ariaLabel: "Barra de formata\xE7\xE3o",
|
|
54
|
+
file: "Arquivo",
|
|
55
|
+
format: "Formatar",
|
|
56
|
+
insert: "Inserir",
|
|
57
|
+
print: "Imprimir",
|
|
58
|
+
printShortcut: "Ctrl+P",
|
|
59
|
+
pageSetup: "Configurar p\xE1gina",
|
|
60
|
+
leftToRight: "Texto da esquerda para a direita",
|
|
61
|
+
rightToLeft: "Texto da direita para a esquerda",
|
|
62
|
+
image: "Imagem",
|
|
63
|
+
table: "Tabela",
|
|
64
|
+
pageBreak: "Quebra de p\xE1gina",
|
|
65
|
+
tableOfContents: "Sum\xE1rio",
|
|
66
|
+
symbol: "S\xEDmbolo",
|
|
67
|
+
help: "Ajuda",
|
|
68
|
+
reportIssue: "Reportar problema",
|
|
69
|
+
open: "Abrir",
|
|
70
|
+
openShortcut: "Ctrl+O",
|
|
71
|
+
save: "Salvar",
|
|
72
|
+
saveShortcut: "Ctrl+S"
|
|
73
|
+
},
|
|
74
|
+
formattingBar: {
|
|
75
|
+
groups: {
|
|
76
|
+
history: "Hist\xF3rico",
|
|
77
|
+
zoom: "Zoom",
|
|
78
|
+
styles: "Estilos",
|
|
79
|
+
font: "Fonte",
|
|
80
|
+
textFormatting: "Formata\xE7\xE3o de texto",
|
|
81
|
+
script: "Sobrescrito/Subscrito",
|
|
82
|
+
alignment: "Alinhamento",
|
|
83
|
+
listFormatting: "Formata\xE7\xE3o de lista",
|
|
84
|
+
image: "Imagem",
|
|
85
|
+
table: "Tabela"
|
|
86
|
+
},
|
|
87
|
+
undo: "Desfazer",
|
|
88
|
+
undoShortcut: "Desfazer (Ctrl+Z)",
|
|
89
|
+
redo: "Refazer",
|
|
90
|
+
redoShortcut: "Refazer (Ctrl+Y)",
|
|
91
|
+
bold: "Negrito",
|
|
92
|
+
boldShortcut: "Negrito (Ctrl+B)",
|
|
93
|
+
italic: "It\xE1lico",
|
|
94
|
+
italicShortcut: "It\xE1lico (Ctrl+I)",
|
|
95
|
+
underline: "Sublinhado",
|
|
96
|
+
underlineShortcut: "Sublinhado (Ctrl+U)",
|
|
97
|
+
strikethrough: "Tachado",
|
|
98
|
+
fontColor: "Cor da fonte",
|
|
99
|
+
highlightColor: "Cor de destaque do texto",
|
|
100
|
+
insertLink: "Inserir link",
|
|
101
|
+
insertLinkShortcut: "Inserir link (Ctrl+K)",
|
|
102
|
+
superscript: "Sobrescrito",
|
|
103
|
+
superscriptShortcut: "Sobrescrito (Ctrl+Shift+=)",
|
|
104
|
+
subscript: "Subscrito",
|
|
105
|
+
subscriptShortcut: "Subscrito (Ctrl+=)",
|
|
106
|
+
imageProperties: "Propriedades da imagem",
|
|
107
|
+
imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
|
|
108
|
+
clearFormatting: "Limpar formata\xE7\xE3o"
|
|
109
|
+
},
|
|
110
|
+
alignment: {
|
|
111
|
+
alignLeft: "Alinhar \xE0 esquerda",
|
|
112
|
+
alignLeftShortcut: "Ctrl+L",
|
|
113
|
+
center: "Centralizar",
|
|
114
|
+
centerShortcut: "Ctrl+E",
|
|
115
|
+
alignRight: "Alinhar \xE0 direita",
|
|
116
|
+
alignRightShortcut: "Ctrl+R",
|
|
117
|
+
justify: "Justificar",
|
|
118
|
+
justifyShortcut: "Ctrl+J"
|
|
119
|
+
},
|
|
120
|
+
lists: {
|
|
121
|
+
ariaLabel: "Formata\xE7\xE3o de lista",
|
|
122
|
+
typeAriaLabel: "Tipo de lista",
|
|
123
|
+
indentationAriaLabel: "Recuo da lista",
|
|
124
|
+
bulletList: "Lista com marcadores",
|
|
125
|
+
numberedList: "Lista numerada",
|
|
126
|
+
decreaseIndent: "Diminuir recuo",
|
|
127
|
+
increaseIndent: "Aumentar recuo"
|
|
128
|
+
},
|
|
129
|
+
lineSpacing: {
|
|
130
|
+
single: "Simples",
|
|
131
|
+
double: "Duplo",
|
|
132
|
+
lineSpacingTitle: "Espa\xE7amento entre linhas: {label}",
|
|
133
|
+
paragraphSpacing: "Espa\xE7amento entre par\xE1grafos"
|
|
134
|
+
},
|
|
135
|
+
styles: {
|
|
136
|
+
selectAriaLabel: "Selecionar estilo de par\xE1grafo",
|
|
137
|
+
normalText: "Texto normal",
|
|
138
|
+
title: "T\xEDtulo",
|
|
139
|
+
subtitle: "Subt\xEDtulo",
|
|
140
|
+
heading1: "Cabe\xE7alho 1",
|
|
141
|
+
heading2: "Cabe\xE7alho 2",
|
|
142
|
+
heading3: "Cabe\xE7alho 3"
|
|
143
|
+
},
|
|
144
|
+
font: {
|
|
145
|
+
selectAriaLabel: "Selecionar fam\xEDlia da fonte",
|
|
146
|
+
sansSerif: "Sans Serif",
|
|
147
|
+
serif: "Serif",
|
|
148
|
+
monospace: "Monoespa\xE7ado"
|
|
149
|
+
},
|
|
150
|
+
fontSize: {
|
|
151
|
+
decrease: "Diminuir tamanho da fonte",
|
|
152
|
+
increase: "Aumentar tamanho da fonte",
|
|
153
|
+
label: "Tamanho da fonte",
|
|
154
|
+
listLabel: "Tamanhos da fonte"
|
|
155
|
+
},
|
|
156
|
+
zoom: {
|
|
157
|
+
ariaLabel: "Zoom: {label}"
|
|
158
|
+
},
|
|
159
|
+
colorPicker: {
|
|
160
|
+
ariaLabel: "Seletor de cores {type}",
|
|
161
|
+
highlightColors: "Cores de destaque",
|
|
162
|
+
customColor: "Cor personalizada",
|
|
163
|
+
noColor: "Sem cor",
|
|
164
|
+
automatic: "Autom\xE1tico",
|
|
165
|
+
themeColors: "Cores do tema",
|
|
166
|
+
standardColors: "Cores padr\xE3o",
|
|
167
|
+
colors: {
|
|
168
|
+
black: "Preto",
|
|
169
|
+
darkRed: "Vermelho escuro",
|
|
170
|
+
red: "Vermelho",
|
|
171
|
+
orange: "Laranja",
|
|
172
|
+
yellow: "Amarelo",
|
|
173
|
+
darkYellow: "Amarelo escuro",
|
|
174
|
+
green: "Verde",
|
|
175
|
+
darkGreen: "Verde escuro",
|
|
176
|
+
teal: "Verde-azulado",
|
|
177
|
+
darkTeal: "Verde-azulado escuro",
|
|
178
|
+
blue: "Azul",
|
|
179
|
+
darkBlue: "Azul escuro",
|
|
180
|
+
purple: "Roxo",
|
|
181
|
+
darkPurple: "Roxo escuro",
|
|
182
|
+
brown: "Marrom",
|
|
183
|
+
grey50: "Cinza 50%",
|
|
184
|
+
grey25: "Cinza 25%",
|
|
185
|
+
grey10: "Cinza 10%",
|
|
186
|
+
white: "Branco",
|
|
187
|
+
lightRed: "Vermelho claro",
|
|
188
|
+
lightOrange: "Laranja claro",
|
|
189
|
+
lightYellow: "Amarelo claro",
|
|
190
|
+
lightGreen: "Verde claro",
|
|
191
|
+
lightBlue: "Azul claro",
|
|
192
|
+
lightPurple: "Roxo claro",
|
|
193
|
+
pink: "Rosa",
|
|
194
|
+
rose: "Rosa",
|
|
195
|
+
gold: "Dourado",
|
|
196
|
+
aqua: "Azul-marinho",
|
|
197
|
+
lavender: "Lavanda",
|
|
198
|
+
silver: "Prata",
|
|
199
|
+
darkOrange: "Laranja escuro",
|
|
200
|
+
darkGray: "Cinza escuro",
|
|
201
|
+
gray: "Cinza",
|
|
202
|
+
cyan: "Ciano",
|
|
203
|
+
magenta: "Magenta",
|
|
204
|
+
paleGreen: "Verde p\xE1lido",
|
|
205
|
+
lightCyan: "Ciano claro",
|
|
206
|
+
skyBlue: "Azul c\xE9u",
|
|
207
|
+
lightBlue2: "Azul claro 2",
|
|
208
|
+
lightMagenta: "Magenta claro",
|
|
209
|
+
brightGreen: "Verde brilhante",
|
|
210
|
+
violet: "Violeta"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
dialogs: {
|
|
214
|
+
findReplace: {
|
|
215
|
+
titleFind: "Localizar",
|
|
216
|
+
titleFindReplace: "Localizar e substituir",
|
|
217
|
+
findLabel: "Localizar:",
|
|
218
|
+
findPlaceholder: "Digite o texto para localizar...",
|
|
219
|
+
findAriaLabel: "Localizar texto",
|
|
220
|
+
findPrevious: "Localizar anterior",
|
|
221
|
+
findPreviousTitle: "Localizar anterior (Shift+Enter)",
|
|
222
|
+
findNext: "Localizar pr\xF3ximo",
|
|
223
|
+
findNextTitle: "Localizar pr\xF3ximo (Enter)",
|
|
224
|
+
matchCount: "{current} de {total} ocorr\xEAncias",
|
|
225
|
+
noResults: "Nenhum resultado encontrado",
|
|
226
|
+
replaceLabel: "Substituir:",
|
|
227
|
+
replacePlaceholder: "Digite o texto de substitui\xE7\xE3o...",
|
|
228
|
+
replaceAriaLabel: "Substituir texto",
|
|
229
|
+
replaceButton: "Substituir",
|
|
230
|
+
replaceCurrentTitle: "Substituir ocorr\xEAncia atual",
|
|
231
|
+
replaceAllButton: "Substituir todos",
|
|
232
|
+
replaceAllTitle: "Substituir todas as ocorr\xEAncias",
|
|
233
|
+
matchCase: "Diferenciar mai\xFAsculas e min\xFAsculas",
|
|
234
|
+
wholeWords: "Palavras inteiras",
|
|
235
|
+
toggleReplace: "+ Substituir",
|
|
236
|
+
matchesFound: "{total} ocorr\xEAncias"
|
|
237
|
+
},
|
|
238
|
+
hyperlink: {
|
|
239
|
+
titleEdit: "Editar hiperlink",
|
|
240
|
+
titleInsert: "Inserir hiperlink",
|
|
241
|
+
tabWebAddress: "Endere\xE7o web",
|
|
242
|
+
tabBookmark: "Marcador",
|
|
243
|
+
urlLabel: "URL",
|
|
244
|
+
urlPlaceholder: "https://example.com",
|
|
245
|
+
urlHint: "Digite um endere\xE7o web, e-mail (mailto:) ou telefone (tel:)",
|
|
246
|
+
bookmarkLabel: "Marcador",
|
|
247
|
+
bookmarkPlaceholder: "Selecione um marcador...",
|
|
248
|
+
displayTextLabel: "Texto de exibi\xE7\xE3o",
|
|
249
|
+
displayTextPlaceholder: "Texto para exibir (opcional)",
|
|
250
|
+
displayTextHint: "Deixe em branco para usar o texto selecionado",
|
|
251
|
+
tooltipLabel: "Dica (opcional)",
|
|
252
|
+
tooltipPlaceholder: "Texto mostrado ao passar o mouse",
|
|
253
|
+
removeLink: "Remover link",
|
|
254
|
+
invalidUrl: "Digite uma URL v\xE1lida",
|
|
255
|
+
urlRequired: "URL \xE9 obrigat\xF3ria"
|
|
256
|
+
},
|
|
257
|
+
insertTable: {
|
|
258
|
+
title: "Inserir tabela",
|
|
259
|
+
hoverToSelect: "Passe o mouse para selecionar o tamanho",
|
|
260
|
+
tableSize: "Tabela {cols} x {rows}",
|
|
261
|
+
orSpecifySize: "ou especificar o tamanho",
|
|
262
|
+
rowsLabel: "Linhas:",
|
|
263
|
+
columnsLabel: "Colunas:",
|
|
264
|
+
insertButton: "Inserir tabela",
|
|
265
|
+
sizeSelector: "Seletor de tamanho da tabela",
|
|
266
|
+
autofit: "Ajustar automaticamente ao conte\xFAdo",
|
|
267
|
+
columnWidthLabel: "Largura da coluna",
|
|
268
|
+
fixedWidth: "Fixa",
|
|
269
|
+
tableStyleLabel: "Estilo da tabela",
|
|
270
|
+
validationHint: "Linhas: {minRows}-{maxRows}, Colunas: {minCols}-{maxCols}"
|
|
271
|
+
},
|
|
272
|
+
splitCell: {
|
|
273
|
+
title: "Dividir c\xE9lula",
|
|
274
|
+
description: "Defina em quantas linhas e colunas a c\xE9lula selecionada ser\xE1 dividida.",
|
|
275
|
+
rowsLabel: "Linhas:",
|
|
276
|
+
columnsLabel: "Colunas:",
|
|
277
|
+
currentMinimum: "M\xEDnimo do span atual: {rows} linha(s) x {cols} coluna(s)",
|
|
278
|
+
minValue: "Use pelo menos {rows} linha(s) e {cols} coluna(s).",
|
|
279
|
+
notOneByOne: "Escolha pelo menos duas c\xE9lulas resultantes."
|
|
280
|
+
},
|
|
281
|
+
insertImage: {
|
|
282
|
+
title: "Inserir imagem",
|
|
283
|
+
uploadAriaLabel: "Clique ou arraste para fazer upload da imagem",
|
|
284
|
+
uploadText: "Clique para selecionar ou arraste e solte uma imagem",
|
|
285
|
+
uploadSubtext: "PNG, JPG, GIF at\xE9 10MB",
|
|
286
|
+
dimensions: "Dimens\xF5es",
|
|
287
|
+
widthLabel: "Largura:",
|
|
288
|
+
heightLabel: "Altura:",
|
|
289
|
+
aspectRatioLocked: "Propor\xE7\xE3o bloqueada",
|
|
290
|
+
aspectRatioUnlocked: "Propor\xE7\xE3o desbloqueada",
|
|
291
|
+
altTextLabel: "Texto alternativo (opcional)",
|
|
292
|
+
altTextPlaceholder: "Descreva a imagem para acessibilidade",
|
|
293
|
+
insertButton: "Inserir imagem",
|
|
294
|
+
invalidFile: "Selecione um arquivo de imagem v\xE1lido",
|
|
295
|
+
fileTooLarge: "Arquivo de imagem muito grande (m\xE1x. 10MB)",
|
|
296
|
+
readFailed: "Falha ao ler arquivo de imagem",
|
|
297
|
+
loadFailed: "Falha ao carregar imagem",
|
|
298
|
+
preview: "Visualizar"
|
|
299
|
+
},
|
|
300
|
+
insertSymbol: {
|
|
301
|
+
title: "Inserir s\xEDmbolo",
|
|
302
|
+
searchPlaceholder: "Pesquisar s\xEDmbolos (caractere ou Unicode)...",
|
|
303
|
+
noResults: 'Nenhum s\xEDmbolo encontrado para "{query}"',
|
|
304
|
+
decimal: "Decimal: {value}",
|
|
305
|
+
categories: {
|
|
306
|
+
common: "Comuns",
|
|
307
|
+
arrows: "Setas",
|
|
308
|
+
math: "Matem\xE1ticos",
|
|
309
|
+
greek: "Gregos",
|
|
310
|
+
shapes: "Formas",
|
|
311
|
+
punctuation: "Pontua\xE7\xE3o",
|
|
312
|
+
currency: "Moedas",
|
|
313
|
+
music: "M\xFAsica",
|
|
314
|
+
emoji: "Emoji"
|
|
315
|
+
},
|
|
316
|
+
noResultsEmpty: "Nenhum s\xEDmbolo encontrado",
|
|
317
|
+
recent: "Recentes:"
|
|
318
|
+
},
|
|
319
|
+
imageProperties: {
|
|
320
|
+
title: "Propriedades da imagem",
|
|
321
|
+
altText: "Texto alternativo",
|
|
322
|
+
altTextPlaceholder: "Descreva esta imagem para acessibilidade...",
|
|
323
|
+
border: "Borda",
|
|
324
|
+
width: "Largura",
|
|
325
|
+
style: "Estilo",
|
|
326
|
+
color: "Cor",
|
|
327
|
+
preview: "Visualizar",
|
|
328
|
+
borderStyles: {
|
|
329
|
+
solid: "S\xF3lido",
|
|
330
|
+
dashed: "Tracejado",
|
|
331
|
+
dotted: "Pontilhado",
|
|
332
|
+
double: "Duplo",
|
|
333
|
+
groove: "Sulco",
|
|
334
|
+
ridge: "Crista",
|
|
335
|
+
inset: "Recessado",
|
|
336
|
+
outset: "Relevo"
|
|
337
|
+
},
|
|
338
|
+
dimensions: "Dimens\xF5es",
|
|
339
|
+
heightLabel: "Altura:",
|
|
340
|
+
lockAspectRatio: "Bloquear propor\xE7\xE3o",
|
|
341
|
+
textWrapping: "Quebra de texto",
|
|
342
|
+
widthLabel: "Largura:",
|
|
343
|
+
wrapOptions: {
|
|
344
|
+
behind: "Atr\xE1s do texto",
|
|
345
|
+
inFront: "Na frente do texto",
|
|
346
|
+
inline: "Em linha com o texto",
|
|
347
|
+
topAndBottom: "Acima e abaixo",
|
|
348
|
+
wrapLeft: "Quebra de texto, flutuar \xE0 direita",
|
|
349
|
+
wrapRight: "Quebra de texto, flutuar \xE0 esquerda"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
imagePosition: {
|
|
353
|
+
title: "Posi\xE7\xE3o da imagem",
|
|
354
|
+
horizontal: "Horizontal",
|
|
355
|
+
vertical: "Vertical",
|
|
356
|
+
position: "Posi\xE7\xE3o",
|
|
357
|
+
alignment: "Alinhamento",
|
|
358
|
+
offset: "Deslocamento",
|
|
359
|
+
offsetPx: "Deslocamento (px)",
|
|
360
|
+
align: "Alinhar",
|
|
361
|
+
relativeTo: "Relativo a",
|
|
362
|
+
alignOptions: {
|
|
363
|
+
left: "Esquerda",
|
|
364
|
+
center: "Centro",
|
|
365
|
+
right: "Direita",
|
|
366
|
+
top: "Superior",
|
|
367
|
+
bottom: "Inferior"
|
|
368
|
+
},
|
|
369
|
+
relativeOptions: {
|
|
370
|
+
page: "P\xE1gina",
|
|
371
|
+
column: "Coluna",
|
|
372
|
+
margin: "Margem",
|
|
373
|
+
character: "Caractere",
|
|
374
|
+
paragraph: "Par\xE1grafo",
|
|
375
|
+
line: "Linha"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
pageSetup: {
|
|
379
|
+
title: "Configurar p\xE1gina",
|
|
380
|
+
pageSize: "TAMANHO DA P\xC1GINA",
|
|
381
|
+
sizeLabel: "Tamanho",
|
|
382
|
+
custom: "Personalizado",
|
|
383
|
+
orientation: "Orienta\xE7\xE3o",
|
|
384
|
+
portrait: "Retrato",
|
|
385
|
+
landscape: "Paisagem",
|
|
386
|
+
margins: "MARGENS",
|
|
387
|
+
top: "Superior",
|
|
388
|
+
bottom: "Inferior",
|
|
389
|
+
left: "Esquerda",
|
|
390
|
+
right: "Direita",
|
|
391
|
+
pageSizes: {
|
|
392
|
+
letter: 'Carta (8,5" \xD7 11")',
|
|
393
|
+
a4: 'A4 (8,27" \xD7 11,69")',
|
|
394
|
+
legal: 'Of\xEDcio (8,5" \xD7 14")',
|
|
395
|
+
a3: 'A3 (11,69" \xD7 16,54")',
|
|
396
|
+
a5: 'A5 (5,83" \xD7 8,27")',
|
|
397
|
+
b5: 'B5 (6,93" \xD7 9,84")',
|
|
398
|
+
executive: 'Executivo (7,25" \xD7 10,5")'
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
tableProperties: {
|
|
402
|
+
title: "Propriedades da tabela",
|
|
403
|
+
widthType: "Tipo de largura",
|
|
404
|
+
widthLabel: "Largura",
|
|
405
|
+
alignmentLabel: "Alinhamento",
|
|
406
|
+
widthTypes: {
|
|
407
|
+
auto: "Autom\xE1tico",
|
|
408
|
+
fixed: "Fixo (twips)",
|
|
409
|
+
percentage: "Percentual"
|
|
410
|
+
},
|
|
411
|
+
units: {
|
|
412
|
+
fiftiethsPercent: "(50 avos de %)",
|
|
413
|
+
twips: "tw"
|
|
414
|
+
},
|
|
415
|
+
alignOptions: {
|
|
416
|
+
left: "Esquerda",
|
|
417
|
+
center: "Centro",
|
|
418
|
+
right: "Direita"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
pasteSpecial: {
|
|
422
|
+
title: "Colar especial",
|
|
423
|
+
keepFormatting: "Manter formata\xE7\xE3o original",
|
|
424
|
+
keepFormattingDescription: "Colar com formata\xE7\xE3o original",
|
|
425
|
+
keepFormattingShortcut: "Ctrl+V",
|
|
426
|
+
plainText: "Colar como texto sem formata\xE7\xE3o",
|
|
427
|
+
plainTextDescription: "Colar sem formata\xE7\xE3o",
|
|
428
|
+
plainTextShortcut: "Ctrl+Shift+V",
|
|
429
|
+
readingClipboard: "Lendo \xE1rea de transfer\xEAncia...",
|
|
430
|
+
preview: "Visualizar:",
|
|
431
|
+
noContent: "Nenhum conte\xFAdo dispon\xEDvel para colar",
|
|
432
|
+
clipboardError: "N\xE3o foi poss\xEDvel ler a \xE1rea de transfer\xEAncia. Use Ctrl+V para colar."
|
|
433
|
+
},
|
|
434
|
+
footnoteProperties: {
|
|
435
|
+
title: "Propriedades de notas de rodap\xE9 e fim",
|
|
436
|
+
footnotes: "Notas de rodap\xE9",
|
|
437
|
+
endnotes: "Notas de fim",
|
|
438
|
+
position: "Posi\xE7\xE3o",
|
|
439
|
+
numberFormat: "Formato do n\xFAmero",
|
|
440
|
+
startAt: "Iniciar em",
|
|
441
|
+
numbering: "Numera\xE7\xE3o",
|
|
442
|
+
footnotePositions: {
|
|
443
|
+
bottomOfPage: "Final da p\xE1gina",
|
|
444
|
+
belowText: "Abaixo do texto"
|
|
445
|
+
},
|
|
446
|
+
endnotePositions: {
|
|
447
|
+
endOfDocument: "Final do documento",
|
|
448
|
+
endOfSection: "Final da se\xE7\xE3o"
|
|
449
|
+
},
|
|
450
|
+
numberingOptions: {
|
|
451
|
+
continuous: "Cont\xEDnuo",
|
|
452
|
+
restartSection: "Reiniciar a cada se\xE7\xE3o",
|
|
453
|
+
restartPage: "Reiniciar a cada p\xE1gina"
|
|
454
|
+
},
|
|
455
|
+
formats: {
|
|
456
|
+
decimal: "1, 2, 3, ...",
|
|
457
|
+
lowerRoman: "i, ii, iii, ...",
|
|
458
|
+
upperRoman: "I, II, III, ...",
|
|
459
|
+
lowerAlpha: "a, b, c, ...",
|
|
460
|
+
upperAlpha: "A, B, C, ...",
|
|
461
|
+
symbols: "*, \u2020, \u2021, ..."
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
keyboardShortcuts: {
|
|
465
|
+
ariaLabel: "Atalhos de teclado",
|
|
466
|
+
searchPlaceholder: "Pesquisar atalhos...",
|
|
467
|
+
categories: {
|
|
468
|
+
editing: "Edi\xE7\xE3o",
|
|
469
|
+
formatting: "Formata\xE7\xE3o",
|
|
470
|
+
navigation: "Navega\xE7\xE3o",
|
|
471
|
+
clipboard: "\xC1rea de transfer\xEAncia",
|
|
472
|
+
selection: "Sele\xE7\xE3o",
|
|
473
|
+
view: "Visualiza\xE7\xE3o",
|
|
474
|
+
file: "Arquivo",
|
|
475
|
+
other: "Outros"
|
|
476
|
+
},
|
|
477
|
+
shortcuts: {
|
|
478
|
+
save: "Salvar",
|
|
479
|
+
saveDescription: "Salvar documento",
|
|
480
|
+
print: "Imprimir",
|
|
481
|
+
printDescription: "Imprimir documento",
|
|
482
|
+
undo: "Desfazer",
|
|
483
|
+
undoDescription: "Desfazer \xFAltima a\xE7\xE3o",
|
|
484
|
+
redo: "Refazer",
|
|
485
|
+
redoDescription: "Refazer \xFAltima a\xE7\xE3o",
|
|
486
|
+
delete: "Excluir",
|
|
487
|
+
deleteDescription: "Excluir texto selecionado",
|
|
488
|
+
find: "Localizar",
|
|
489
|
+
findDescription: "Localizar texto no documento",
|
|
490
|
+
findReplace: "Localizar e substituir",
|
|
491
|
+
findReplaceDescription: "Localizar e substituir texto",
|
|
492
|
+
cut: "Recortar",
|
|
493
|
+
cutDescription: "Recortar texto selecionado",
|
|
494
|
+
copy: "Copiar",
|
|
495
|
+
copyDescription: "Copiar texto selecionado",
|
|
496
|
+
paste: "Colar",
|
|
497
|
+
pasteDescription: "Colar da \xE1rea de transfer\xEAncia",
|
|
498
|
+
pastePlainText: "Colar como texto sem formata\xE7\xE3o",
|
|
499
|
+
pastePlainTextDescription: "Colar sem formata\xE7\xE3o",
|
|
500
|
+
bold: "Negrito",
|
|
501
|
+
boldDescription: "Alternar formata\xE7\xE3o negrito",
|
|
502
|
+
italic: "It\xE1lico",
|
|
503
|
+
italicDescription: "Alternar formata\xE7\xE3o it\xE1lico",
|
|
504
|
+
underline: "Sublinhado",
|
|
505
|
+
underlineDescription: "Alternar sublinhado",
|
|
506
|
+
strikethrough: "Tachado",
|
|
507
|
+
strikethroughDescription: "Alternar tachado",
|
|
508
|
+
subscript: "Subscrito",
|
|
509
|
+
subscriptDescription: "Alternar subscrito",
|
|
510
|
+
superscript: "Sobrescrito",
|
|
511
|
+
superscriptDescription: "Alternar sobrescrito",
|
|
512
|
+
alignLeft: "Alinhar \xE0 esquerda",
|
|
513
|
+
alignLeftDescription: "Alinhar par\xE1grafo \xE0 esquerda",
|
|
514
|
+
alignCenter: "Centralizar",
|
|
515
|
+
alignCenterDescription: "Centralizar par\xE1grafo",
|
|
516
|
+
alignRight: "Alinhar \xE0 direita",
|
|
517
|
+
alignRightDescription: "Alinhar par\xE1grafo \xE0 direita",
|
|
518
|
+
justify: "Justificar",
|
|
519
|
+
justifyDescription: "Justificar par\xE1grafo",
|
|
520
|
+
increaseIndent: "Aumentar recuo",
|
|
521
|
+
increaseIndentDescription: "Aumentar recuo do par\xE1grafo",
|
|
522
|
+
decreaseIndent: "Diminuir recuo",
|
|
523
|
+
decreaseIndentDescription: "Diminuir recuo do par\xE1grafo",
|
|
524
|
+
selectAll: "Selecionar tudo",
|
|
525
|
+
selectAllDescription: "Selecionar todo o conte\xFAdo",
|
|
526
|
+
selectWord: "Selecionar palavra",
|
|
527
|
+
selectWordDescription: "Selecionar palavra atual",
|
|
528
|
+
selectParagraph: "Selecionar par\xE1grafo",
|
|
529
|
+
selectParagraphDescription: "Selecionar par\xE1grafo atual",
|
|
530
|
+
extendSelectionByWord: "Estender sele\xE7\xE3o por palavra",
|
|
531
|
+
extendSelectionByWordDescription: "Estender sele\xE7\xE3o para pr\xF3xima/anterior palavra",
|
|
532
|
+
extendSelectionToLineEdge: "Estender sele\xE7\xE3o at\xE9 a borda da linha",
|
|
533
|
+
extendSelectionToLineEdgeDescription: "Estender sele\xE7\xE3o at\xE9 in\xEDcio/fim da linha",
|
|
534
|
+
moveByWord: "Mover por palavra",
|
|
535
|
+
moveByWordDescription: "Mover cursor para pr\xF3xima/anterior palavra",
|
|
536
|
+
moveToLineStart: "Mover para in\xEDcio da linha",
|
|
537
|
+
moveToLineStartDescription: "Mover cursor para in\xEDcio da linha",
|
|
538
|
+
moveToLineEnd: "Mover para fim da linha",
|
|
539
|
+
moveToLineEndDescription: "Mover cursor para fim da linha",
|
|
540
|
+
moveToDocumentStart: "Mover para in\xEDcio do documento",
|
|
541
|
+
moveToDocumentStartDescription: "Mover cursor para in\xEDcio do documento",
|
|
542
|
+
moveToDocumentEnd: "Mover para fim do documento",
|
|
543
|
+
moveToDocumentEndDescription: "Mover cursor para fim do documento",
|
|
544
|
+
pageUp: "Page Up",
|
|
545
|
+
pageUpDescription: "Rolar uma p\xE1gina para cima",
|
|
546
|
+
pageDown: "Page Down",
|
|
547
|
+
pageDownDescription: "Rolar uma p\xE1gina para baixo",
|
|
548
|
+
zoomIn: "Ampliar",
|
|
549
|
+
zoomInDescription: "Aumentar n\xEDvel de zoom",
|
|
550
|
+
zoomOut: "Reduzir",
|
|
551
|
+
zoomOutDescription: "Diminuir n\xEDvel de zoom",
|
|
552
|
+
resetZoom: "Redefinir zoom",
|
|
553
|
+
resetZoomDescription: "Redefinir zoom para 100%",
|
|
554
|
+
keyboardShortcuts: "Atalhos de teclado",
|
|
555
|
+
keyboardShortcutsDescription: "Mostrar esta caixa de di\xE1logo de ajuda",
|
|
556
|
+
insertLink: "Inserir link",
|
|
557
|
+
insertLinkDescription: "Inserir ou editar hiperlink"
|
|
558
|
+
},
|
|
559
|
+
noResults: 'Nenhum atalho encontrado para "{query}"',
|
|
560
|
+
pressEscToClose: "Pressione {key} para fechar",
|
|
561
|
+
or: "ou"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
comments: {
|
|
565
|
+
resolved: "Resolvido",
|
|
566
|
+
resolve: "Resolver",
|
|
567
|
+
reopen: "Reabrir",
|
|
568
|
+
moreOptions: "Mais op\xE7\xF5es",
|
|
569
|
+
unknown: "Desconhecido",
|
|
570
|
+
addComment: "Adicionar um coment\xE1rio...",
|
|
571
|
+
replyPlaceholder: "Responda ou adicione outros com @",
|
|
572
|
+
replyCount: "{count, plural, one {# resposta} other {# respostas}}"
|
|
573
|
+
},
|
|
574
|
+
trackedChanges: {
|
|
575
|
+
unknown: "Desconhecido",
|
|
576
|
+
replaced: "Substitu\xEDdo",
|
|
577
|
+
with: "por",
|
|
578
|
+
added: "Adicionado",
|
|
579
|
+
deleted: "Exclu\xEDdo"
|
|
580
|
+
},
|
|
581
|
+
contextMenu: {
|
|
582
|
+
ariaLabel: "Menu de a\xE7\xF5es de IA",
|
|
583
|
+
textMenuAriaLabel: "Menu de edi\xE7\xE3o de texto",
|
|
584
|
+
customPromptPlaceholder: "Digite um prompt personalizado...",
|
|
585
|
+
cut: "Recortar",
|
|
586
|
+
cutShortcut: "Ctrl+X",
|
|
587
|
+
copy: "Copiar",
|
|
588
|
+
copyShortcut: "Ctrl+C",
|
|
589
|
+
paste: "Colar",
|
|
590
|
+
pasteShortcut: "Ctrl+V",
|
|
591
|
+
pastePlainText: "Colar como texto sem formata\xE7\xE3o",
|
|
592
|
+
pastePlainTextShortcut: "Ctrl+Shift+V",
|
|
593
|
+
delete: "Excluir",
|
|
594
|
+
deleteShortcut: "Del",
|
|
595
|
+
selectAll: "Selecionar tudo",
|
|
596
|
+
selectAllShortcut: "Ctrl+A",
|
|
597
|
+
selected: "Selecionado:",
|
|
598
|
+
aiActions: {
|
|
599
|
+
askAi: "Perguntar \xE0 IA",
|
|
600
|
+
rewrite: "Reescrever",
|
|
601
|
+
expand: "Expandir",
|
|
602
|
+
summarize: "Resumir",
|
|
603
|
+
translate: "Traduzir",
|
|
604
|
+
explain: "Explicar",
|
|
605
|
+
fixGrammar: "Corrigir gram\xE1tica",
|
|
606
|
+
makeFormal: "Tornar formal",
|
|
607
|
+
makeCasual: "Tornar informal",
|
|
608
|
+
custom: "Personalizado"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
documentOutline: {
|
|
612
|
+
ariaLabel: "Estrutura do documento",
|
|
613
|
+
closeAriaLabel: "Fechar estrutura",
|
|
614
|
+
closeTitle: "Fechar estrutura",
|
|
615
|
+
title: "Estrutura",
|
|
616
|
+
noHeadings: "Nenhum cabe\xE7alho encontrado. Adicione cabe\xE7alhos ao seu documento para v\xEA-los aqui."
|
|
617
|
+
},
|
|
618
|
+
sidebar: {
|
|
619
|
+
ariaLabel: "Barra lateral de anota\xE7\xF5es"
|
|
620
|
+
},
|
|
621
|
+
titleBar: {
|
|
622
|
+
untitled: "Sem t\xEDtulo",
|
|
623
|
+
documentNameAriaLabel: "Nome do documento",
|
|
624
|
+
menuBarAriaLabel: "Barra de menu"
|
|
625
|
+
},
|
|
626
|
+
errors: {
|
|
627
|
+
loadingDocument: "Carregando documento...",
|
|
628
|
+
noDocumentLoaded: "Nenhum documento carregado",
|
|
629
|
+
failedToLoad: "Falha ao carregar documento",
|
|
630
|
+
unableToParse: "N\xE3o foi poss\xEDvel analisar o documento",
|
|
631
|
+
somethingWentWrong: "Algo deu errado",
|
|
632
|
+
errorDescription: "Ocorreu um erro ao renderizar este componente. Tente novamente ou contate o suporte se o problema persistir.",
|
|
633
|
+
errorLabel: "Erro:",
|
|
634
|
+
componentStack: "Pilha de componentes:",
|
|
635
|
+
tryAgain: "Tentar novamente",
|
|
636
|
+
showDetails: "Mostrar detalhes",
|
|
637
|
+
hideDetails: "Ocultar detalhes",
|
|
638
|
+
unsavedChanges: "Voc\xEA tem altera\xE7\xF5es n\xE3o salvas. Tem certeza que deseja sair?"
|
|
639
|
+
},
|
|
640
|
+
table: {
|
|
641
|
+
insertRowAbove: "Inserir linha acima",
|
|
642
|
+
insertRowBelow: "Inserir linha abaixo",
|
|
643
|
+
insertColumnLeft: "Inserir coluna \xE0 esquerda",
|
|
644
|
+
insertColumnRight: "Inserir coluna \xE0 direita",
|
|
645
|
+
deleteRow: "Excluir linha",
|
|
646
|
+
deleteColumn: "Excluir coluna",
|
|
647
|
+
deleteTable: "Excluir tabela",
|
|
648
|
+
mergeCells: "Mesclar c\xE9lulas",
|
|
649
|
+
splitCell: "Dividir c\xE9lula",
|
|
650
|
+
editingTools: "Ferramentas de edi\xE7\xE3o de tabela",
|
|
651
|
+
label: "Tabela:",
|
|
652
|
+
cellFillColor: "Cor de preenchimento da c\xE9lula",
|
|
653
|
+
borderColor: "Cor da borda",
|
|
654
|
+
borderWidth: "Largura da borda",
|
|
655
|
+
unknownAction: "A\xE7\xE3o desconhecida",
|
|
656
|
+
borders: {
|
|
657
|
+
all: "Todas as bordas",
|
|
658
|
+
outside: "Bordas externas",
|
|
659
|
+
inside: "Bordas internas",
|
|
660
|
+
none: "Sem bordas",
|
|
661
|
+
remove: "Remover bordas",
|
|
662
|
+
top: "Borda superior",
|
|
663
|
+
bottom: "Borda inferior",
|
|
664
|
+
left: "Borda esquerda",
|
|
665
|
+
right: "Borda direita",
|
|
666
|
+
styleAriaLabel: "Estilo da borda",
|
|
667
|
+
tooltip: "Bordas"
|
|
668
|
+
},
|
|
669
|
+
moreOptions: "Mais op\xE7\xF5es de tabela",
|
|
670
|
+
styles: {
|
|
671
|
+
title: "Estilos de tabela",
|
|
672
|
+
label: "Estilos",
|
|
673
|
+
normalTable: "Tabela normal",
|
|
674
|
+
tableGrid: "Grade de tabela",
|
|
675
|
+
gridTableLight: "Grade de tabela clara",
|
|
676
|
+
plainTable1: "Tabela simples 1",
|
|
677
|
+
plainTable2: "Tabela simples 2",
|
|
678
|
+
plainTable3: "Tabela simples 3",
|
|
679
|
+
plainTable4: "Tabela simples 4",
|
|
680
|
+
gridTable1Light: "Grade de tabela 1 clara",
|
|
681
|
+
gridTable4Accent1: "Grade de tabela 4 destaque 1",
|
|
682
|
+
gridTable5Dark: "Grade de tabela 5 escura",
|
|
683
|
+
listTable3Accent2: "Lista de tabela 3 destaque 2",
|
|
684
|
+
listTable4Accent3: "Lista de tabela 4 destaque 3",
|
|
685
|
+
gridTable4Accent5: "Grade de tabela 4 destaque 5",
|
|
686
|
+
gridTable4Accent6: "Grade de tabela 4 destaque 6"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
tableAdvanced: {
|
|
690
|
+
verticalAlignment: "Alinhamento vertical",
|
|
691
|
+
top: "Superior",
|
|
692
|
+
middle: "Meio",
|
|
693
|
+
bottom: "Inferior",
|
|
694
|
+
cellMargins: "Margens da c\xE9lula",
|
|
695
|
+
textDirection: "Dire\xE7\xE3o do texto",
|
|
696
|
+
textDirections: {
|
|
697
|
+
horizontal: "Horizontal (LR)",
|
|
698
|
+
verticalRL: "Vertical (cima-baixo, RL)",
|
|
699
|
+
verticalLR: "Vertical (baixo-cima, LR)"
|
|
700
|
+
},
|
|
701
|
+
toggleNoWrap: "Alternar sem quebra",
|
|
702
|
+
rowHeight: "Altura da linha",
|
|
703
|
+
heightRules: {
|
|
704
|
+
auto: "Autom\xE1tico",
|
|
705
|
+
atLeast: "Pelo menos",
|
|
706
|
+
exact: "Exato"
|
|
707
|
+
},
|
|
708
|
+
rule: "Regra",
|
|
709
|
+
height: "Altura",
|
|
710
|
+
toggleHeaderRow: "Alternar linha de cabe\xE7alho",
|
|
711
|
+
distributeColumns: "Distribuir colunas uniformemente",
|
|
712
|
+
autoFit: "Ajustar automaticamente ao conte\xFAdo",
|
|
713
|
+
tableProperties: "Propriedades da tabela...",
|
|
714
|
+
tableAlignment: "Alinhamento da tabela",
|
|
715
|
+
alignTableLeft: "Alinhar tabela \xE0 esquerda",
|
|
716
|
+
alignTableCenter: "Centralizar tabela",
|
|
717
|
+
alignTableRight: "Alinhar tabela \xE0 direita",
|
|
718
|
+
tableOptionsMenu: "Menu de op\xE7\xF5es da tabela",
|
|
719
|
+
tableOptions: "Op\xE7\xF5es da tabela"
|
|
720
|
+
},
|
|
721
|
+
imageTransform: {
|
|
722
|
+
tooltip: "Transformar",
|
|
723
|
+
rotateClockwise: "Girar no sentido hor\xE1rio",
|
|
724
|
+
rotateCounterClockwise: "Girar no sentido anti-hor\xE1rio",
|
|
725
|
+
flipHorizontal: "Espelhar horizontalmente",
|
|
726
|
+
flipVertical: "Espelhar verticalmente"
|
|
727
|
+
},
|
|
728
|
+
imageWrap: {
|
|
729
|
+
inline: "Em linha com o texto",
|
|
730
|
+
floatLeft: "Flutuar \xE0 esquerda (envolver \xE0 direita)",
|
|
731
|
+
floatRight: "Flutuar \xE0 direita (envolver \xE0 esquerda)",
|
|
732
|
+
topAndBottom: "Acima e abaixo",
|
|
733
|
+
behindText: "Atr\xE1s do texto",
|
|
734
|
+
inFrontOfText: "Na frente do texto",
|
|
735
|
+
tooltipPrefix: "Quebra: {label}",
|
|
736
|
+
menu: {
|
|
737
|
+
ariaLabel: "Op\xE7\xF5es de layout de imagem",
|
|
738
|
+
behindText: "Atr\xE1s do texto",
|
|
739
|
+
inFrontOfText: "Na frente do texto",
|
|
740
|
+
inLineWithText: "Em linha com o texto",
|
|
741
|
+
squareLeft: "Quadrado \xE0 esquerda",
|
|
742
|
+
squareRight: "Quadrado \xE0 direita",
|
|
743
|
+
imageProperties: "Propriedades da imagem\u2026"
|
|
744
|
+
},
|
|
745
|
+
menuDesc: {
|
|
746
|
+
behindText: "A imagem fica atr\xE1s do texto",
|
|
747
|
+
inFrontOfText: "A imagem fica na frente do texto",
|
|
748
|
+
inLineWithText: "A imagem flui na linha como um glifo",
|
|
749
|
+
squareLeft: "Imagem \xE0 esquerda, texto envolve \xE0 direita",
|
|
750
|
+
squareRight: "Imagem \xE0 direita, texto envolve \xE0 esquerda"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
responsePreview: {
|
|
754
|
+
loading: "{action}...",
|
|
755
|
+
result: "Resultado {action}",
|
|
756
|
+
closeEsc: "Fechar (Esc)",
|
|
757
|
+
editPrompt: "Edite o resultado antes de aceitar:",
|
|
758
|
+
changes: "Altera\xE7\xF5es:",
|
|
759
|
+
original: "Original:",
|
|
760
|
+
new: "Novo:",
|
|
761
|
+
cancelEdit: "Cancelar edi\xE7\xE3o"
|
|
762
|
+
},
|
|
763
|
+
commentMarkers: {
|
|
764
|
+
resolvedComment: "Coment\xE1rio resolvido",
|
|
765
|
+
comment: "Coment\xE1rio"
|
|
766
|
+
},
|
|
767
|
+
editor: {
|
|
768
|
+
toggleCommentsSidebar: "Alternar barra lateral de coment\xE1rios",
|
|
769
|
+
showDocumentOutline: "Mostrar estrutura do documento",
|
|
770
|
+
editing: "Editando",
|
|
771
|
+
editingDescription: "Editar documento diretamente",
|
|
772
|
+
suggesting: "Sugerindo",
|
|
773
|
+
suggestingDescription: "Edi\xE7\xF5es se tornam sugest\xF5es",
|
|
774
|
+
viewing: "Visualizando",
|
|
775
|
+
viewingDescription: "Somente leitura, sem edi\xE7\xF5es",
|
|
776
|
+
failedToParse: "Falha ao analisar documento",
|
|
777
|
+
linkRemoved: "Link removido",
|
|
778
|
+
linkCopied: "Link copiado para a \xE1rea de transfer\xEAncia",
|
|
779
|
+
failedToSave: "Falha ao salvar documento"
|
|
780
|
+
},
|
|
781
|
+
hyperlinkPopup: {
|
|
782
|
+
displayTextPlaceholder: "Texto de exibi\xE7\xE3o",
|
|
783
|
+
urlPlaceholder: "https://example.com",
|
|
784
|
+
copyLink: "Copiar link",
|
|
785
|
+
editLink: "Editar link",
|
|
786
|
+
removeLink: "Remover link"
|
|
787
|
+
},
|
|
788
|
+
headerFooter: {
|
|
789
|
+
header: "Cabe\xE7alho",
|
|
790
|
+
footer: "Rodap\xE9",
|
|
791
|
+
options: "Op\xE7\xF5es",
|
|
792
|
+
insertPageNumber: "Inserir n\xFAmero da p\xE1gina atual",
|
|
793
|
+
insertTotalPages: "Inserir contagem total de p\xE1ginas",
|
|
794
|
+
remove: "Remover {label}",
|
|
795
|
+
closeEditing: "Fechar edi\xE7\xE3o de {label}"
|
|
796
|
+
},
|
|
797
|
+
image: {
|
|
798
|
+
placeholder: "Espa\xE7o reservado para imagem",
|
|
799
|
+
placeholderText: "[Imagem]",
|
|
800
|
+
editableAriaLabel: "Imagem edit\xE1vel"
|
|
801
|
+
},
|
|
802
|
+
ruler: {
|
|
803
|
+
horizontal: "R\xE9gua horizontal",
|
|
804
|
+
vertical: "R\xE9gua vertical",
|
|
805
|
+
firstLineIndent: "Recuo da primeira linha",
|
|
806
|
+
leftIndent: "Recuo esquerdo",
|
|
807
|
+
rightIndent: "Recuo direito",
|
|
808
|
+
topMargin: "Margem superior",
|
|
809
|
+
bottomMargin: "Margem inferior"
|
|
810
|
+
},
|
|
811
|
+
print: {
|
|
812
|
+
label: "Imprimir",
|
|
813
|
+
allPages: "Todas ({totalPages} p\xE1ginas)",
|
|
814
|
+
singlePage: "P\xE1gina {start}",
|
|
815
|
+
pageRange: "P\xE1ginas {start}-{end}"
|
|
816
|
+
},
|
|
817
|
+
unsaved: {
|
|
818
|
+
unsaved: "N\xE3o salvo",
|
|
819
|
+
saved: "Salvo",
|
|
820
|
+
unsavedTitle: "Documento tem altera\xE7\xF5es n\xE3o salvas",
|
|
821
|
+
savedTitle: "Todas as altera\xE7\xF5es salvas",
|
|
822
|
+
unsavedAriaLabel: "Altera\xE7\xF5es n\xE3o salvas",
|
|
823
|
+
savedAriaLabel: "Todas as altera\xE7\xF5es salvas"
|
|
824
|
+
},
|
|
825
|
+
loading: {
|
|
826
|
+
label: "Carregando"
|
|
827
|
+
},
|
|
828
|
+
agentPanel: {
|
|
829
|
+
close: "Fechar painel",
|
|
830
|
+
composerPlaceholder: "Pergunte ao assistente\u2026",
|
|
831
|
+
defaultTitle: "Assistente",
|
|
832
|
+
resizeHandle: "Redimensionar painel do assistente",
|
|
833
|
+
send: "Enviar",
|
|
834
|
+
thinking: "Assistente pensando",
|
|
835
|
+
timeline: {
|
|
836
|
+
earlier: "+ {count, plural, one {# etapa anterior} other {# etapas anteriores}}",
|
|
837
|
+
summary: "{count, plural, one {# etapa} other {# etapas}}",
|
|
838
|
+
working: "Trabalhando\u2026 {count, plural, one {# etapa} other {# etapas}}"
|
|
839
|
+
},
|
|
840
|
+
toggle: "Abrir assistente"
|
|
841
|
+
},
|
|
842
|
+
viewer: {
|
|
843
|
+
pageIndicator: "{current} de {total}"
|
|
844
|
+
},
|
|
845
|
+
imageOverlay: {
|
|
846
|
+
deleteImage: "Excluir imagem",
|
|
847
|
+
imageProperties: "Propriedades da imagem",
|
|
848
|
+
rotate: "Girar"
|
|
849
|
+
}
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
// src/pt-BR.ts
|
|
853
|
+
var ptBR = pt_BR_default;
|
|
854
|
+
var pt_BR_default2 = ptBR;
|
|
855
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
856
|
+
0 && (module.exports = {
|
|
857
|
+
ptBR
|
|
858
|
+
});
|