fix: i18n
This commit is contained in:
parent
6bddee0be6
commit
252cb5ae90
@ -620,6 +620,8 @@
|
||||
"私有部署地址": "Private deployment address",
|
||||
"请输入私有部署地址,格式为:https://fastgpt.run/api/openapi": "Please enter the private deployment address, the format is: https://fastgpt.run/api/openapi",
|
||||
"请输入新的密码,最短 8 位": "Please enter a new password, at least 8 characters",
|
||||
"理历史": "History",
|
||||
"请输入知识库 ID,例如:123456": "Please enter the knowledge base ID, for example: 123456",
|
||||
|
||||
"本项目 OneAPI 原作 JustSong ,由 ckt1031 改进,本源代码遵循 MIT 协议": "OneAPI by JustSong, improved by ckt1031, and follows MIT license",
|
||||
"警告": "Warning",
|
||||
|
@ -37,23 +37,7 @@ const Footer = () => {
|
||||
></div>
|
||||
) : (
|
||||
<div className='custom-footer'>
|
||||
<a
|
||||
href='https://github.com/songquanpeng/one-api'
|
||||
target='_blank'
|
||||
>
|
||||
{systemName} {process.env.REACT_APP_VERSION}{' '}
|
||||
</a>
|
||||
由{' '}
|
||||
<a href='https://github.com/songquanpeng' target='_blank'>
|
||||
JustSong
|
||||
</a>{' '}
|
||||
构建,由{' '}
|
||||
<a href='https://github.com/ckt1031' target='_blank'>
|
||||
ckt1031
|
||||
</a>{' '}升级并进行改进,本源代码遵循{' '}
|
||||
<a href='https://opensource.org/licenses/mit-license.php'>
|
||||
MIT 协议
|
||||
</a>
|
||||
本项目 OneAPI 原作 JustSong ,由 ckt1031 改进,本源代码遵循 MIT 协议
|
||||
</div>
|
||||
)}
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user