run-log.ts 667 B

1234567891011121314151617181920212223
  1. const translation = {
  2. input: 'ВВЕДЕННЯ',
  3. result: 'РЕЗУЛЬТАТ',
  4. detail: 'ДЕТАЛІ',
  5. tracing: 'ВІДСЛІДКУВАННЯ',
  6. resultPanel: {
  7. status: 'СТАТУС',
  8. time: 'ЧАС ВИКОНАННЯ',
  9. tokens: 'ЗАГАЛЬНА КІЛЬКІСТЬ ТОКЕНІВ',
  10. },
  11. meta: {
  12. title: 'МЕТАДАНІ',
  13. status: 'Статус',
  14. version: 'Версія',
  15. executor: 'Виконавець',
  16. startTime: 'Час початку',
  17. time: 'Час виконання',
  18. tokens: 'Загальна кількість токенів',
  19. steps: 'Кроки виконання',
  20. },
  21. }
  22. export default translation