chore: translate i18n files (#12118)
Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c3cf7b69a
commit
a2855fa24a
@@ -12,6 +12,7 @@ const translation = {
|
||||
uploadTime: 'HORA DO UPLOAD',
|
||||
status: 'STATUS',
|
||||
action: 'AÇÃO',
|
||||
chunkingMode: 'MODO DE FRAGMENTAÇÃO',
|
||||
},
|
||||
name: 'Nome',
|
||||
rename: 'Renomear',
|
||||
@@ -77,6 +78,7 @@ const translation = {
|
||||
ok: 'OK',
|
||||
},
|
||||
addUrl: 'Adicionar URL',
|
||||
learnMore: 'Saiba Mais',
|
||||
},
|
||||
metadata: {
|
||||
title: 'Metadados',
|
||||
@@ -328,6 +330,10 @@ const translation = {
|
||||
automatic: 'Automático',
|
||||
custom: 'Personalizado',
|
||||
previewTip: 'A visualização do parágrafo estará disponível após a incorporação ser concluída',
|
||||
pause: 'Pausa',
|
||||
hierarchical: 'Pai-filho',
|
||||
parentMaxTokens: 'Pai',
|
||||
childMaxTokens: 'Criança',
|
||||
},
|
||||
segment: {
|
||||
paragraphs: 'Parágrafos',
|
||||
@@ -346,6 +352,43 @@ const translation = {
|
||||
newTextSegment: 'Novo fragmento de texto',
|
||||
newQaSegment: 'Novo fragmento de P&R',
|
||||
delete: 'Excluir este fragmento?',
|
||||
chunks_other: 'PEDAÇOS',
|
||||
parentChunks_other: 'PARTES PAI',
|
||||
childChunks_one: 'PEDAÇO FILHO',
|
||||
searchResults_zero: 'RESULTADO',
|
||||
searchResults_one: 'RESULTADO',
|
||||
searchResults_other: 'RESULTADOS',
|
||||
empty: 'Nenhum pedaço encontrado',
|
||||
chunk: 'Pedaço',
|
||||
newChunk: 'Novo pedaço',
|
||||
childChunk: 'Pedaço filho',
|
||||
characters_other: 'Caracteres',
|
||||
addChunk: 'Adicionar pedaço',
|
||||
addChildChunk: 'Adicionar pedaço filho',
|
||||
addAnother: 'Adicionar outro',
|
||||
editChunk: 'Editar Chunk',
|
||||
editParentChunk: 'Editar parte pai',
|
||||
editChildChunk: 'Editar parte filho',
|
||||
regenerationConfirmTitle: 'Deseja regenerar partes filhas?',
|
||||
regeneratingTitle: 'Regenerando partes filhas',
|
||||
regeneratingMessage: 'Isso pode demorar um pouco, por favor aguarde...',
|
||||
edited: 'EDIÇÃO',
|
||||
editedAt: 'Editado em',
|
||||
expandChunks: 'Expandir pedaços',
|
||||
collapseChunks: 'Recolher partes',
|
||||
regenerationConfirmMessage: 'A regeneração de partes filhas substituirá as partes filhas atuais, incluindo partes editadas e partes recém-adicionadas. A regeneração não pode ser desfeita.',
|
||||
parentChunks_one: 'PEDAÇO PAI',
|
||||
regenerationSuccessMessage: 'Você pode fechar esta janela.',
|
||||
chunks_one: 'PEDAÇO',
|
||||
childChunkAdded: '1 pedaço filho adicionado',
|
||||
clearFilter: 'Limpar filtro',
|
||||
regenerationSuccessTitle: 'Regeneração concluída',
|
||||
chunkDetail: 'Detalhe do pedaço',
|
||||
childChunks_other: 'PEDAÇOS FILHOS',
|
||||
chunkAdded: '1 pedaço adicionado',
|
||||
newChildChunk: 'Novo pedaço filho',
|
||||
characters_one: 'personagem',
|
||||
parentChunk: 'Pedaço pai',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user