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
@@ -13,6 +13,7 @@ const translation = {
|
||||
uploadTime: 'TIEMPO DE CARGA',
|
||||
status: 'ESTADO',
|
||||
action: 'ACCIÓN',
|
||||
chunkingMode: 'MODO DE FRAGMENTACIÓN',
|
||||
},
|
||||
rename: 'Renombrar',
|
||||
name: 'Nombre',
|
||||
@@ -77,6 +78,7 @@ const translation = {
|
||||
error: 'Error de importación',
|
||||
ok: 'Aceptar',
|
||||
},
|
||||
learnMore: 'Aprende más',
|
||||
},
|
||||
metadata: {
|
||||
title: 'Metadatos',
|
||||
@@ -328,6 +330,10 @@ const translation = {
|
||||
automatic: 'Automático',
|
||||
custom: 'Personalizado',
|
||||
previewTip: 'La vista previa del párrafo estará disponible después de que se complete la incrustación',
|
||||
pause: 'Pausa',
|
||||
childMaxTokens: 'Niño',
|
||||
hierarchical: 'Padre-hijo',
|
||||
parentMaxTokens: 'Padre',
|
||||
},
|
||||
segment: {
|
||||
paragraphs: 'Párrafos',
|
||||
@@ -346,6 +352,43 @@ const translation = {
|
||||
newTextSegment: 'Nuevo segmento de texto',
|
||||
newQaSegment: 'Nuevo segmento de preguntas y respuestas',
|
||||
delete: '¿Eliminar este fragmento?',
|
||||
chunks_one: 'PEDAZO',
|
||||
childChunks_one: 'FRAGMENTO SECUNDARIO',
|
||||
searchResults_other: 'RESULTADOS',
|
||||
newChunk: 'Nuevo fragmento',
|
||||
childChunk: 'Fragmento secundario',
|
||||
addChunk: 'Agregar fragmento',
|
||||
editParentChunk: 'Editar fragmento principal',
|
||||
regenerationConfirmMessage: 'La regeneración de fragmentos secundarios sobrescribirá los fragmentos secundarios actuales, incluidos los fragmentos editados y los fragmentos recién agregados. La regeneración no se puede deshacer.',
|
||||
addAnother: 'Añade otro',
|
||||
regeneratingMessage: 'Esto puede tardar un momento, por favor espere...',
|
||||
addChildChunk: 'Agregar fragmento secundario',
|
||||
chunks_other: 'TROZOS',
|
||||
editChunk: 'Editar fragmento',
|
||||
searchResults_one: 'RESULTADO',
|
||||
parentChunks_one: 'FRAGMENTO PRIMARIO',
|
||||
edited: 'EDITADO',
|
||||
childChunkAdded: 'Se ha añadido 1 fragmento secundario',
|
||||
childChunks_other: 'FRAGMENTOS SECUNDARIOS',
|
||||
chunkAdded: '1 trozo añadido',
|
||||
parentChunk: 'Fragmento primario',
|
||||
editChildChunk: 'Editar fragmento secundario',
|
||||
regeneratingTitle: 'Regeneración de fragmentos secundarios',
|
||||
editedAt: 'Editado en',
|
||||
searchResults_zero: 'RESULTADO',
|
||||
clearFilter: 'Borrar filtro',
|
||||
newChildChunk: 'Nuevo fragmento secundario',
|
||||
chunkDetail: 'Detalle de fragmentos',
|
||||
chunk: 'Pedazo',
|
||||
parentChunks_other: 'FRAGMENTOS PRINCIPALES',
|
||||
expandChunks: 'Expandir fragmentos',
|
||||
empty: 'No se ha encontrado ningún fragmento',
|
||||
regenerationSuccessTitle: 'Regeneración completada',
|
||||
collapseChunks: 'Contraer fragmentos',
|
||||
characters_other: 'Caracteres',
|
||||
characters_one: 'carácter',
|
||||
regenerationSuccessMessage: 'Puede cerrar esta ventana.',
|
||||
regenerationConfirmTitle: '¿Desea regenerar fragmentos secundarios?',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user