fix: member invite text (#249)

This commit is contained in:
Joel
2023-05-30 09:59:05 +08:00
committed by GitHub
parent f42ef494f8
commit bad3b14438
2 changed files with 39 additions and 39 deletions

View File

@@ -82,11 +82,11 @@ const translation = {
settings: {
accountGroup: '账户',
workplaceGroup: '工作空间',
account: "我的账户",
members: "成员",
integrations: "集成",
language: "语言",
provider: "模型供应商"
account: '我的账户',
members: '成员',
integrations: '集成',
language: '语言',
provider: '模型供应商',
},
account: {
avatar: '头像',
@@ -100,7 +100,7 @@ const translation = {
},
members: {
team: '团队',
invite: '邀请',
invite: '添加',
name: '姓名',
lastActive: '上次活动时间',
role: '角色',
@@ -110,14 +110,14 @@ const translation = {
adminTip: '能够建立应用程序和管理团队设置',
normal: '正常人',
normalTip: '只能使用应用程序,不能建立应用程序',
inviteTeamMember: '邀请团队成员',
inviteTeamMemberTip: '对方会收到一封邮件。如果他已经是 Dify 用户则可直接在登录后访问你的团队数据。',
inviteTeamMember: '添加团队成员',
inviteTeamMemberTip: '对方在登录后可以访问你的团队数据。',
email: '邮箱',
emailInvalid: '邮箱格式无效',
emailPlaceholder: '输入邮箱',
sendInvite: '发送邀请',
invitationSent: '邀请已发送',
invitationSentTip: '邀请已发送,对方登录 Dify 后即可访问你的团队数据。',
sendInvite: '添加',
invitationSent: '已添加',
invitationSentTip: '已添加,对方登录 Dify 后即可访问你的团队数据。',
ok: '好的',
removeFromTeam: '移除团队',
removeFromTeamTip: '将取消团队访问',
@@ -133,20 +133,20 @@ const translation = {
googleAccount: 'Google 账号登录',
github: 'GitHub',
githubAccount: 'GitHub 账号登录',
connect: '绑定'
connect: '绑定',
},
language: {
displayLanguage: '界面语言',
timezone: '时区',
},
provider: {
apiKey: "API 密钥",
enterYourKey: "输入你的 API 密钥",
apiKey: 'API 密钥',
enterYourKey: '输入你的 API 密钥',
invalidKey: '无效的 OpenAI API 密钥',
validatedError: "校验失败:",
validating: "验证密钥中...",
saveFailed: "API 密钥保存失败",
apiKeyExceedBill: "此 API KEY 已没有可用配额,请阅读",
validatedError: '校验失败:',
validating: '验证密钥中...',
saveFailed: 'API 密钥保存失败',
apiKeyExceedBill: '此 API KEY 已没有可用配额,请阅读',
addKey: '添加 密钥',
comingSoon: '即将推出',
editKey: '编辑',
@@ -171,7 +171,7 @@ const translation = {
encrypted: {
front: '密钥将使用 ',
back: ' 技术进行加密和存储。',
}
},
},
about: {
changeLog: '更新日志',