dify
This commit is contained in:
31
dify/web/i18n/sl-SI/run-log.ts
Normal file
31
dify/web/i18n/sl-SI/run-log.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
const translation = {
|
||||
input: 'VNOS',
|
||||
result: 'REZULTAT',
|
||||
detail: 'PODROBNOSTI',
|
||||
tracing: 'SLEDENJE',
|
||||
resultPanel: {
|
||||
status: 'STATUS',
|
||||
time: 'PRETEČENI ČAS',
|
||||
tokens: 'SKUPNI ŽETONI',
|
||||
},
|
||||
meta: {
|
||||
title: 'METAPODATKI',
|
||||
status: 'Status',
|
||||
version: 'Različica',
|
||||
executor: 'Izvajalec',
|
||||
startTime: 'Čas začetka',
|
||||
time: 'Pretečeni čas',
|
||||
tokens: 'Skupni žetoni',
|
||||
steps: 'Koraki izvajanja',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Ta zagon je izpisal samo format JSON,',
|
||||
tipLeft: 'prosimo, pojdite na ',
|
||||
link: 'panel podrobnosti',
|
||||
tipRight: ' za ogled.',
|
||||
},
|
||||
actionLogs: 'Dnevniki dejanj',
|
||||
circularInvocationTip: 'V trenutnem poteku dela obstaja krožno sklicevanje orodij / vozlišč.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user