Spaces:
Build error
Build error
File size: 673 Bytes
a8b3f00 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
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
|