dify / web /i18n /pl-PL /run-log.ts
Severian's picture
initial commit
a8b3f00
raw
history blame
673 Bytes
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