1234567891011121314151617181920212223242526272829 |
- 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
|