run-log.ts 651 B

1234567891011121314151617181920212223242526272829
  1. const translation = {
  2. input: 'VNOS',
  3. result: 'REZULTAT',
  4. detail: 'PODROBNOSTI',
  5. tracing: 'SLEDENJE',
  6. resultPanel: {
  7. status: 'STATUS',
  8. time: 'PRETEČENI ČAS',
  9. tokens: 'SKUPNI ŽETONI',
  10. },
  11. meta: {
  12. title: 'METAPODATKI',
  13. status: 'Status',
  14. version: 'Različica',
  15. executor: 'Izvajalec',
  16. startTime: 'Čas začetka',
  17. time: 'Pretečeni čas',
  18. tokens: 'Skupni žetoni',
  19. steps: 'Koraki izvajanja',
  20. },
  21. resultEmpty: {
  22. title: 'Ta zagon je izpisal samo format JSON,',
  23. tipLeft: 'prosimo, pojdite na ',
  24. link: 'panel podrobnosti',
  25. tipRight: ' za ogled.',
  26. },
  27. }
  28. export default translation