mirror of
https://github.com/langgenius/dify.git
synced 2026-04-08 09:16:41 +08:00
30 lines
813 B
JSON
30 lines
813 B
JSON
{
|
|
"input": "INPUT",
|
|
"result": "RISULTATO",
|
|
"detail": "DETTAGLIO",
|
|
"tracing": "TRACCIAMENTO",
|
|
"resultPanel": {
|
|
"status": "STATO",
|
|
"time": "TEMPO TRASCORSO",
|
|
"tokens": "TOKEN TOTALI"
|
|
},
|
|
"meta": {
|
|
"title": "METADATI",
|
|
"status": "Stato",
|
|
"version": "Versione",
|
|
"executor": "Esecutore",
|
|
"startTime": "Ora di Inizio",
|
|
"time": "Tempo Trascorso",
|
|
"tokens": "Token Totali",
|
|
"steps": "Fasi Eseguite"
|
|
},
|
|
"resultEmpty": {
|
|
"title": "Questa esecuzione ha prodotto solo output in formato JSON,",
|
|
"tipLeft": "per favore vai al ",
|
|
"link": "pannello dei dettagli",
|
|
"tipRight": " per visualizzarlo."
|
|
},
|
|
"circularInvocationTip": "C'è una chiamata circolare di strumenti/nodi nel flusso di lavoro corrente.",
|
|
"actionLogs": "Registri delle azioni"
|
|
}
|