| 123456789101112131415161718192021222324252627282930 | 
							- const translation = {
 
-   input: 'VNOS',
 
-   result: 'REZULTAT',
 
-   detail: 'PODROBNOSTI',
 
-   tracing: 'SLEDENJE',
 
-   resultPanel: {
 
-     status: 'STATUS',
 
-     time: 'PRETEČENI ČAS',
 
-     tokens: 'SKUPNI ŽETONI',
 
-   },
 
-   meta: {
 
-     title: 'METAPODATKI',
 
-     status: 'Status',
 
-     version: 'Različica',
 
-     executor: 'Izvajalec',
 
-     startTime: 'Čas začetka',
 
-     time: 'Pretečeni čas',
 
-     tokens: 'Skupni žetoni',
 
-     steps: 'Koraki izvajanja',
 
-   },
 
-   resultEmpty: {
 
-     title: 'Ta zagon je izpisal samo format JSON,',
 
-     tipLeft: 'prosimo, pojdite na ',
 
-     link: 'panel podrobnosti',
 
-     tipRight: ' za ogled.',
 
-   },
 
- }
 
- export default translation
 
 
  |