Spaces:
Build error
Build error
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 | |