mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
30 lines
791 B
JSON
30 lines
791 B
JSON
{
|
|
"input": "EINGABE",
|
|
"result": "ERGEBNIS",
|
|
"detail": "DETAILS",
|
|
"tracing": "NACHVERFOLGUNG",
|
|
"resultPanel": {
|
|
"status": "STATUS",
|
|
"time": "VERSTRICHENE ZEIT",
|
|
"tokens": "GESAMTZEICHEN"
|
|
},
|
|
"meta": {
|
|
"title": "METADATEN",
|
|
"status": "Status",
|
|
"version": "Version",
|
|
"executor": "Ausführender",
|
|
"startTime": "Startzeit",
|
|
"time": "Verstrichene Zeit",
|
|
"tokens": "Gesamtzeichen",
|
|
"steps": "Ausführungsschritte"
|
|
},
|
|
"resultEmpty": {
|
|
"title": "Dieser Lauf gibt nur das JSON-Format aus",
|
|
"tipLeft": "Bitte gehen Sie zum ",
|
|
"tipRight": "ansehen.",
|
|
"link": "Gruppe Detail"
|
|
},
|
|
"actionLogs": "Aktionsprotokolle",
|
|
"circularInvocationTip": "Es gibt einen zirkulären Aufruf von Werkzeugen/Knoten im aktuellen Workflow."
|
|
}
|