mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-25 02:33:00 +08:00
Feat/add Slovensko (Slovenija) (#10731)
Co-authored-by: XHorizont.com <johnny@xhorizont.com>
This commit is contained in:
29
web/i18n/sl-SI/run-log.ts
Normal file
29
web/i18n/sl-SI/run-log.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user