fix(i18n): clean up unused keys and fix nesting & placeholder issues (#23123)

This commit is contained in:
lyzno1
2025-07-30 10:37:44 +08:00
committed by GitHub
parent a51998e4aa
commit a3ef869db6
52 changed files with 70 additions and 276 deletions

View File

@@ -108,9 +108,7 @@ const translation = {
exitVersions: 'Versiones de salida',
exportJPEG: 'Exportar como JPEG',
exportPNG: 'Exportar como PNG',
referenceVar: 'Variable de referencia',
publishUpdate: 'Publicar actualización',
noExist: 'No existe tal variable',
exportImage: 'Exportar imagen',
needAnswerNode: 'Se debe agregar el nodo de respuesta',
needEndNode: 'Se debe agregar el nodo Final',
@@ -222,7 +220,6 @@ const translation = {
tabs: {
'tools': 'Herramientas',
'allTool': 'Todos',
'builtInTool': 'Incorporadas',
'customTool': 'Personalizadas',
'workflowTool': 'Flujo de trabajo',
'question-understand': 'Entender pregunta',
@@ -587,7 +584,6 @@ const translation = {
'not empty': 'no está vacío',
'null': 'es nulo',
'not null': 'no es nulo',
'regex match': 'Coincidencia de expresiones regulares',
'not in': 'no en',
'in': 'en',
'exists': 'Existe',
@@ -610,7 +606,6 @@ const translation = {
},
select: 'Escoger',
addSubVariable: 'Sub Variable',
condition: 'Condición',
},
variableAssigner: {
title: 'Asignar variables',
@@ -771,9 +766,6 @@ const translation = {
showAuthor: 'Mostrar autor',
},
},
tracing: {
stopBy: 'Detenido por {{user}}',
},
docExtractor: {
outputVars: {
text: 'Texto extraído',
@@ -905,7 +897,7 @@ const translation = {
},
},
tracing: {
stopBy: 'Pásate por {{usuario}}',
stopBy: 'Pásate por {{user}}',
},
variableReference: {
noAvailableVars: 'No hay variables disponibles',