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: 'ACCOUNT',
workplaceGroup: 'WORKPLACE',
account: "My account",
members: "Members",
integrations: "Integrations",
language: "Language",
provider: "Model Provider"
account: 'My account',
members: 'Members',
integrations: 'Integrations',
language: 'Language',
provider: 'Model Provider',
},
account: {
avatar: 'Avatar',
@@ -99,7 +99,7 @@ const translation = {
},
members: {
team: 'Team',
invite: 'Invite',
invite: 'Add',
name: 'NAME',
lastActive: 'LAST ACTIVE',
role: 'ROLES',
@@ -109,14 +109,14 @@ const translation = {
adminTip: 'Can build apps & manage team settings',
normal: 'Normal',
normalTip: 'Only can use appscan not build apps',
inviteTeamMember: 'Invite 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.',
inviteTeamMember: 'Add team member',
inviteTeamMemberTip: 'He can access your team data directly after signing in.',
email: 'Email',
emailInvalid: 'Invalid Email Format',
emailPlaceholder: 'Input Email',
sendInvite: 'Send Invite',
invitationSent: 'Invitation sent',
invitationSentTip: 'The invitation is sent, and they can sign in to Dify to access your team data.',
sendInvite: 'Add',
invitationSent: 'Added',
invitationSentTip: 'Added, and they can sign in to Dify to access your team data.',
ok: 'OK',
removeFromTeam: 'Remove from team',
removeFromTeamTip: 'Will remove team access',
@@ -132,20 +132,20 @@ const translation = {
googleAccount: 'Login with Google account',
github: 'GitHub',
githubAccount: 'Login with GitHub account',
connect: 'Connect'
connect: 'Connect',
},
language: {
displayLanguage: 'Display Language',
timezone: 'Time Zone',
},
provider: {
apiKey: "API Key",
enterYourKey: "Enter your API key here",
invalidKey: "Invalid OpenAI API key",
validatedError: "Validation failed: ",
validating: "Validating key...",
saveFailed: "Save api key failed",
apiKeyExceedBill: "This API KEY has no quota available, please read",
apiKey: 'API Key',
enterYourKey: 'Enter your API key here',
invalidKey: 'Invalid OpenAI API key',
validatedError: 'Validation failed: ',
validating: 'Validating key...',
saveFailed: 'Save api key failed',
apiKeyExceedBill: 'This API KEY has no quota available, please read',
addKey: 'Add Key',
comingSoon: 'Coming Soon',
editKey: 'Edit',
@@ -170,7 +170,7 @@ const translation = {
encrypted: {
front: 'Your API KEY will be encrypted and stored using',
back: ' technology.',
}
},
},
about: {
changeLog: 'Changlog',