chore: translate i18n files (#7965)
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
committed by
GitHub
parent
15791510c8
commit
fb113a9479
@@ -207,6 +207,9 @@ const translation = {
|
||||
disinvite: '取消邀请',
|
||||
deleteMember: '删除成员',
|
||||
you: '(你)',
|
||||
builderTip: '可以构建和编辑自己的应用程序',
|
||||
setBuilder: 'Set as builder (设置为构建器)',
|
||||
builder: '构建器',
|
||||
},
|
||||
integrations: {
|
||||
connected: '登录方式',
|
||||
@@ -368,6 +371,7 @@ const translation = {
|
||||
loadBalancingLeastKeyWarning: '至少启用 2 个 Key 以使用负载均衡',
|
||||
loadBalancingInfo: '默认情况下,负载平衡使用 Round-robin 策略。如果触发速率限制,将应用 1 分钟的冷却时间',
|
||||
upgradeForLoadBalancing: '升级以解锁负载均衡功能',
|
||||
apiKey: 'API 密钥',
|
||||
},
|
||||
dataSource: {
|
||||
add: '添加数据源',
|
||||
|
||||
@@ -53,6 +53,7 @@ const translation = {
|
||||
nameEmpty: '用户名不能为空',
|
||||
passwordEmpty: '密码不能为空',
|
||||
passwordInvalid: '密码必须包含字母和数字,且长度不小于8位',
|
||||
passwordLengthInValid: '密码必须至少为 8 个字符',
|
||||
},
|
||||
license: {
|
||||
tip: '启动 Dify 社区版之前, 请阅读 GitHub 上的',
|
||||
@@ -68,6 +69,7 @@ const translation = {
|
||||
activated: '现在登录',
|
||||
adminInitPassword: '管理员初始化密码',
|
||||
validate: '验证',
|
||||
sso: '使用 SSO 继续',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -32,7 +32,6 @@ const translation = {
|
||||
create: '运行一次',
|
||||
batch: '批量运行',
|
||||
saved: '已保存',
|
||||
|
||||
},
|
||||
savedNoData: {
|
||||
title: '您还没有保存结果!',
|
||||
|
||||
Reference in New Issue
Block a user