Unverified Commit bad3b144 authored by Joel's avatar Joel Committed by GitHub

fix: member invite text (#249)

parent f42ef494
...@@ -82,11 +82,11 @@ const translation = { ...@@ -82,11 +82,11 @@ const translation = {
settings: { settings: {
accountGroup: 'ACCOUNT', accountGroup: 'ACCOUNT',
workplaceGroup: 'WORKPLACE', workplaceGroup: 'WORKPLACE',
account: "My account", account: 'My account',
members: "Members", members: 'Members',
integrations: "Integrations", integrations: 'Integrations',
language: "Language", language: 'Language',
provider: "Model Provider" provider: 'Model Provider',
}, },
account: { account: {
avatar: 'Avatar', avatar: 'Avatar',
...@@ -99,7 +99,7 @@ const translation = { ...@@ -99,7 +99,7 @@ const translation = {
}, },
members: { members: {
team: 'Team', team: 'Team',
invite: 'Invite', invite: 'Add',
name: 'NAME', name: 'NAME',
lastActive: 'LAST ACTIVE', lastActive: 'LAST ACTIVE',
role: 'ROLES', role: 'ROLES',
...@@ -109,14 +109,14 @@ const translation = { ...@@ -109,14 +109,14 @@ const translation = {
adminTip: 'Can build apps & manage team settings', adminTip: 'Can build apps & manage team settings',
normal: 'Normal', normal: 'Normal',
normalTip: 'Only can use apps,can not build apps', normalTip: 'Only can use apps,can not build apps',
inviteTeamMember: 'Invite team member', inviteTeamMember: 'Add team member',
inviteTeamMemberTip: 'The other person will receive an email. If he\'s already a Dify user, he can access your team data directly after signing in.', inviteTeamMemberTip: 'He can access your team data directly after signing in.',
email: 'Email', email: 'Email',
emailInvalid: 'Invalid Email Format', emailInvalid: 'Invalid Email Format',
emailPlaceholder: 'Input Email', emailPlaceholder: 'Input Email',
sendInvite: 'Send Invite', sendInvite: 'Add',
invitationSent: 'Invitation sent', invitationSent: 'Added',
invitationSentTip: 'The invitation is sent, and they can sign in to Dify to access your team data.', invitationSentTip: 'Added, and they can sign in to Dify to access your team data.',
ok: 'OK', ok: 'OK',
removeFromTeam: 'Remove from team', removeFromTeam: 'Remove from team',
removeFromTeamTip: 'Will remove team access', removeFromTeamTip: 'Will remove team access',
...@@ -132,20 +132,20 @@ const translation = { ...@@ -132,20 +132,20 @@ const translation = {
googleAccount: 'Login with Google account', googleAccount: 'Login with Google account',
github: 'GitHub', github: 'GitHub',
githubAccount: 'Login with GitHub account', githubAccount: 'Login with GitHub account',
connect: 'Connect' connect: 'Connect',
}, },
language: { language: {
displayLanguage: 'Display Language', displayLanguage: 'Display Language',
timezone: 'Time Zone', timezone: 'Time Zone',
}, },
provider: { provider: {
apiKey: "API Key", apiKey: 'API Key',
enterYourKey: "Enter your API key here", enterYourKey: 'Enter your API key here',
invalidKey: "Invalid OpenAI API key", invalidKey: 'Invalid OpenAI API key',
validatedError: "Validation failed: ", validatedError: 'Validation failed: ',
validating: "Validating key...", validating: 'Validating key...',
saveFailed: "Save api key failed", saveFailed: 'Save api key failed',
apiKeyExceedBill: "This API KEY has no quota available, please read", apiKeyExceedBill: 'This API KEY has no quota available, please read',
addKey: 'Add Key', addKey: 'Add Key',
comingSoon: 'Coming Soon', comingSoon: 'Coming Soon',
editKey: 'Edit', editKey: 'Edit',
...@@ -170,7 +170,7 @@ const translation = { ...@@ -170,7 +170,7 @@ const translation = {
encrypted: { encrypted: {
front: 'Your API KEY will be encrypted and stored using', front: 'Your API KEY will be encrypted and stored using',
back: ' technology.', back: ' technology.',
} },
}, },
about: { about: {
changeLog: 'Changlog', changeLog: 'Changlog',
......
...@@ -82,11 +82,11 @@ const translation = { ...@@ -82,11 +82,11 @@ const translation = {
settings: { settings: {
accountGroup: '账户', accountGroup: '账户',
workplaceGroup: '工作空间', workplaceGroup: '工作空间',
account: "我的账户", account: '我的账户',
members: "成员", members: '成员',
integrations: "集成", integrations: '集成',
language: "语言", language: '语言',
provider: "模型供应商" provider: '模型供应商',
}, },
account: { account: {
avatar: '头像', avatar: '头像',
...@@ -100,7 +100,7 @@ const translation = { ...@@ -100,7 +100,7 @@ const translation = {
}, },
members: { members: {
team: '团队', team: '团队',
invite: '邀请', invite: '添加',
name: '姓名', name: '姓名',
lastActive: '上次活动时间', lastActive: '上次活动时间',
role: '角色', role: '角色',
...@@ -110,14 +110,14 @@ const translation = { ...@@ -110,14 +110,14 @@ const translation = {
adminTip: '能够建立应用程序和管理团队设置', adminTip: '能够建立应用程序和管理团队设置',
normal: '正常人', normal: '正常人',
normalTip: '只能使用应用程序,不能建立应用程序', normalTip: '只能使用应用程序,不能建立应用程序',
inviteTeamMember: '邀请团队成员', inviteTeamMember: '添加团队成员',
inviteTeamMemberTip: '对方会收到一封邮件。如果他已经是 Dify 用户则可直接在登录后访问你的团队数据。', inviteTeamMemberTip: '对方在登录后可以访问你的团队数据。',
email: '邮箱', email: '邮箱',
emailInvalid: '邮箱格式无效', emailInvalid: '邮箱格式无效',
emailPlaceholder: '输入邮箱', emailPlaceholder: '输入邮箱',
sendInvite: '发送邀请', sendInvite: '添加',
invitationSent: '邀请已发送', invitationSent: '已添加',
invitationSentTip: '邀请已发送,对方登录 Dify 后即可访问你的团队数据。', invitationSentTip: '已添加,对方登录 Dify 后即可访问你的团队数据。',
ok: '好的', ok: '好的',
removeFromTeam: '移除团队', removeFromTeam: '移除团队',
removeFromTeamTip: '将取消团队访问', removeFromTeamTip: '将取消团队访问',
...@@ -133,20 +133,20 @@ const translation = { ...@@ -133,20 +133,20 @@ const translation = {
googleAccount: 'Google 账号登录', googleAccount: 'Google 账号登录',
github: 'GitHub', github: 'GitHub',
githubAccount: 'GitHub 账号登录', githubAccount: 'GitHub 账号登录',
connect: '绑定' connect: '绑定',
}, },
language: { language: {
displayLanguage: '界面语言', displayLanguage: '界面语言',
timezone: '时区', timezone: '时区',
}, },
provider: { provider: {
apiKey: "API 密钥", apiKey: 'API 密钥',
enterYourKey: "输入你的 API 密钥", enterYourKey: '输入你的 API 密钥',
invalidKey: '无效的 OpenAI API 密钥', invalidKey: '无效的 OpenAI API 密钥',
validatedError: "校验失败:", validatedError: '校验失败:',
validating: "验证密钥中...", validating: '验证密钥中...',
saveFailed: "API 密钥保存失败", saveFailed: 'API 密钥保存失败',
apiKeyExceedBill: "此 API KEY 已没有可用配额,请阅读", apiKeyExceedBill: '此 API KEY 已没有可用配额,请阅读',
addKey: '添加 密钥', addKey: '添加 密钥',
comingSoon: '即将推出', comingSoon: '即将推出',
editKey: '编辑', editKey: '编辑',
...@@ -171,7 +171,7 @@ const translation = { ...@@ -171,7 +171,7 @@ const translation = {
encrypted: { encrypted: {
front: '密钥将使用 ', front: '密钥将使用 ',
back: ' 技术进行加密和存储。', back: ' 技术进行加密和存储。',
} },
}, },
about: { about: {
changeLog: '更新日志', changeLog: '更新日志',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment