|
@@ -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 apps,can 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',
|