mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 13:33:48 +08:00
### What problem does this PR solve? fix: #209 after saving the knowledge base configuration, jump to the dataset page feat: translate ConfigurationForm feat: translate KnowledgeTesting feat: translate document list page feat: translate knowledge list page Issue link: #209 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"translation": {
|
|
"login": { "login": "登录" },
|
|
"header": {
|
|
"register": "注册",
|
|
"signin": "登陆",
|
|
"home": "首页",
|
|
"setting": "user setting",
|
|
"logout": "logout"
|
|
},
|
|
"footer": {
|
|
"detail": "版权所有 @ React"
|
|
},
|
|
"layout": {
|
|
"file": "文件",
|
|
"knowledge": "知识库",
|
|
"chat": "聊天"
|
|
},
|
|
"setting": {
|
|
"btn": "中文"
|
|
}
|
|
}
|
|
}
|