dify
This commit is contained in:
31
dify/web/i18n/it-IT/run-log.ts
Normal file
31
dify/web/i18n/it-IT/run-log.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
const translation = {
|
||||
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',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user