mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 23:25:53 +08:00
32 lines
784 B
TypeScript
32 lines
784 B
TypeScript
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
|