fix: i18n

This commit is contained in:
ckt1031 2023-10-02 14:50:23 +08:00
parent 47db16954f
commit 26f50b7fd4

View File

@ -167,9 +167,9 @@
"\"用户名\"": "\"Username\"",
"\"密码\"": "\"Password\"",
"忘记密码?": "Forget password?",
"点击重置": "Click to reset",
"点击重置": " Click to reset ",
" 没有账户?": "; No account?",
"点击注册": "Click to register",
"点击注册": " Click to register ",
"微信扫码关注公众号,输入「验证码」获取验证码(三分钟内有效)": "Scan the QR code of WeChat to follow the official account, enter \"verification code\" to get the verification code (valid within three minutes)",
"\"验证码\"": "\"Verification code\"",
"全部用户": "All users",
@ -330,8 +330,8 @@
"保存 SMTP 设置": "Save SMTP Settings",
"配置 GitHub OAuth App": "Configure GitHub OAuth App",
"用以支持通过 GitHub 进行登录注册": "To support login & registration via GitHub",
"点击此处": "Click here",
"管理你的 GitHub OAuth App": "Manage your GitHub OAuth App",
"点击此处": "click here ",
"管理你的 GitHub OAuth App": "to manage your GitHub OAuth App",
"输入你注册的 GitHub OAuth APP 的 ID": "Enter your registered GitHub OAuth APP ID",
"保存 GitHub OAuth 设置": "Save GitHub OAuth Settings",
"配置 WeChat Server": "Configure WeChat Server",
@ -343,7 +343,7 @@
"保存 WeChat Server 设置": "Save WeChat Server Settings",
"配置 Turnstile": "Configure Turnstile",
"用以支持用户校验": "To support user verification",
"管理你的 Turnstile Sites推荐选择 Invisible Widget Type": "Manage your Turnstile Sites, recommend selecting Invisible Widget Type",
"管理你的 Turnstile Sites推荐选择 Invisible Widget Type": "to manage your Turnstile Sites, recommend selecting Invisible Widget Type",
"输入你注册的 Turnstile Site Key": "Enter your registered Turnstile Site Key",
"保存 Turnstile 设置": "Save Turnstile Settings",
"已过期": "Expired",
@ -584,7 +584,7 @@
"配置 Google OAuth 应用程序": "Configure Google OAuth application",
"用以支持通过 Discord 进行登录注册,": "Used to support login and registration via Discord, ",
"用以支持通过 Google 进行登录注册,": "Used to support login and registration via Google, ",
"管理你的": "Manage your ",
"管理你的": "to manage your ",
"客户 ID": "Client ID",
"客户秘密": "Client Secret",
"失败重试次数": "Retry times",
@ -623,6 +623,11 @@
"清理历史日志": "Clean up historical logs",
"请输入知识库 ID例如123456": "Please enter the knowledge base ID, for example: 123456",
"本渠道被手动禁用": "This channel is manually disabled",
"本渠道被程序自动禁用": "This channel is automatically disabled by the program",
"已删除所有手动禁用渠道,共计 ${data} 个": "All manually disabled channels have been deleted, a total of ${data}",
"删除所有手动禁用渠道": "Delete all manually disabled channels",
"本项目 OneAPI 原作 JustSong ,由 ckt1031 改进,本源代码遵循 MIT 协议": "OneAPI by JustSong, improved by ckt1031, and follows MIT license",
"警告": "Warning",
"确定": "Confirm",
@ -633,6 +638,6 @@
"360 智脑": "360 AI",
"模型版本": "Model version",
"请输入星火大模型版本注意是接口地址中的版本号例如v2.1": "Please enter the version of the Starfire model, note that it is the version number in the interface address, for example: v2.1",
"点击查看": "click to view",
"点击查看": " click to view ",
"请确保已在 Azure 上创建了 gpt-35-turbo 模型,并且 apiVersion 已正确填写!": "Please make sure that the gpt-35-turbo model has been created on Azure, and the apiVersion has been filled in correctly!"
}