### What problem does this PR solve? feat: Bind data to TenantTable #2846 feat: Add TenantTable ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -27,7 +27,8 @@ export default {
|
||||
close: 'Close',
|
||||
preview: 'Preview',
|
||||
move: 'Move',
|
||||
warn: '提醒',
|
||||
warn: 'Warn',
|
||||
action: 'Action',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@@ -584,6 +585,14 @@ The above is the content you need to summarize.`,
|
||||
'Please add both embedding model and LLM in <b>Settings > Model providers</b> firstly.',
|
||||
apiVersion: 'API-Version',
|
||||
apiVersionMessage: 'Please input API version',
|
||||
add: 'Add',
|
||||
updateDate: 'Update Date',
|
||||
role: 'Role',
|
||||
invite: 'Invite',
|
||||
agree: 'Agree',
|
||||
refuse: 'Refuse',
|
||||
teamMembers: 'Team Members',
|
||||
joinedTeams: 'Joined Teams',
|
||||
},
|
||||
message: {
|
||||
registered: 'Registered!',
|
||||
|
||||
Reference in New Issue
Block a user