mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
6014 i18n add support for spanish (#6017)
This commit is contained in:
29
web/i18n/es-ES/run-log.ts
Normal file
29
web/i18n/es-ES/run-log.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
const translation = {
|
||||
input: 'ENTRADA',
|
||||
result: 'RESULTADO',
|
||||
detail: 'DETALLE',
|
||||
tracing: 'TRAZADO',
|
||||
resultPanel: {
|
||||
status: 'ESTADO',
|
||||
time: 'TIEMPO TRANSCURRIDO',
|
||||
tokens: 'TOTAL DE TOKENS',
|
||||
},
|
||||
meta: {
|
||||
title: 'METADATOS',
|
||||
status: 'Estado',
|
||||
version: 'Versión',
|
||||
executor: 'Ejecutor',
|
||||
startTime: 'Hora de inicio',
|
||||
time: 'Tiempo transcurrido',
|
||||
tokens: 'Total de tokens',
|
||||
steps: 'Pasos de ejecución',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Esta ejecución solo produce formato JSON,',
|
||||
tipLeft: 'por favor ve al ',
|
||||
link: 'panel de detalle',
|
||||
tipRight: ' para verlo.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user