run-log.ts 608 B

1234567891011121314151617181920212223242526272829
  1. const translation = {
  2. input: '輸入',
  3. result: '結果',
  4. detail: '詳情',
  5. tracing: '追蹤',
  6. resultPanel: {
  7. status: '狀態',
  8. time: '執行時間',
  9. tokens: '總 token 數',
  10. },
  11. meta: {
  12. title: '元資料',
  13. status: '狀態',
  14. version: '版本',
  15. executor: '執行人',
  16. startTime: '開始時間',
  17. time: '執行時間',
  18. tokens: '總 token 數',
  19. steps: '執行步數',
  20. },
  21. resultEmpty: {
  22. title: '本運行僅輸出JSON格式,',
  23. tipLeft: '請到',
  24. link: '詳細資訊面板',
  25. tipRight: '查看它。',
  26. },
  27. }
  28. export default translation