mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
db1d2aaff5
Co-authored-by: XHorizont.com <johnny@xhorizont.com>
30 lines
651 B
TypeScript
30 lines
651 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.',
|
|
},
|
|
}
|
|
|
|
export default translation
|