fix: i18n

This commit is contained in:
ckt1031 2023-09-30 23:30:12 +08:00
parent 6bddee0be6
commit 252cb5ae90
2 changed files with 3 additions and 17 deletions

View File

@ -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",

View File

@ -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>