| 123456789101112131415161718192021222324252627282930 | 
							- const translation = {
 
-   input: 'WEJŚCIE',
 
-   result: 'WYNIK',
 
-   detail: 'SZCZEGÓŁY',
 
-   tracing: 'ŚLEDZENIE',
 
-   resultPanel: {
 
-     status: 'STATUS',
 
-     time: 'CZAS WYKONANIA',
 
-     tokens: 'CAŁKOWITA LICZBA TOKENÓW',
 
-   },
 
-   meta: {
 
-     title: 'METADANE',
 
-     status: 'Status',
 
-     version: 'Wersja',
 
-     executor: 'Wykonawca',
 
-     startTime: 'Czas rozpoczęcia',
 
-     time: 'Czas trwania',
 
-     tokens: 'Liczba tokenów',
 
-     steps: 'Kroki wykonania',
 
-   },
 
-   resultEmpty: {
 
-     title: 'To wykonanie generuje tylko format JSON,',
 
-     tipLeft: 'proszę przejdź do ',
 
-     link: 'panelu szczegółów',
 
-     tipRight: ' aby je zobaczyć.',
 
-   },
 
- }
 
- export default translation
 
 
  |