mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
feat(Languages): 👽 add pl-PL language (#4128)
This commit is contained in:
29
web/i18n/pl-PL/run-log.ts
Normal file
29
web/i18n/pl-PL/run-log.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user