run-log.ts 820 B

1234567891011121314151617181920212223242526272829303132
  1. const translation = {
  2. input: 'EINGABE',
  3. result: 'ERGEBNIS',
  4. detail: 'DETAILS',
  5. tracing: 'NACHVERFOLGUNG',
  6. resultPanel: {
  7. status: 'STATUS',
  8. time: 'VERSTRICHENE ZEIT',
  9. tokens: 'GESAMTZEICHEN',
  10. },
  11. meta: {
  12. title: 'METADATEN',
  13. status: 'Status',
  14. version: 'Version',
  15. executor: 'Ausführender',
  16. startTime: 'Startzeit',
  17. time: 'Verstrichene Zeit',
  18. tokens: 'Gesamtzeichen',
  19. steps: 'Ausführungsschritte',
  20. },
  21. resultEmpty: {
  22. title: 'Dieser Lauf gibt nur das JSON-Format aus',
  23. tipLeft: 'Bitte gehen Sie zum ',
  24. Link: 'Detailpanel',
  25. tipRight: 'ansehen.',
  26. link: 'Gruppe Detail',
  27. },
  28. actionLogs: 'Aktionsprotokolle',
  29. circularInvocationTip: 'Es gibt einen zirkulären Aufruf von Werkzeugen/Knoten im aktuellen Workflow.',
  30. }
  31. export default translation