fix(i18n): clean up unused keys and fix nesting & placeholder issues (#23123)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user