### 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:
@@ -28,6 +28,7 @@ export default {
|
||||
preview: '預覽',
|
||||
move: '移動',
|
||||
warn: '提醒',
|
||||
action: '操作',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
@@ -540,6 +541,14 @@ export default {
|
||||
GoogleRegionMessage: '請輸入 Google Cloud 區域',
|
||||
modelProvidersWarn:
|
||||
'請先在 <b>「設定」>「模型提供者」</b> 中新增嵌入模型和LLM。',
|
||||
add: '添加',
|
||||
updateDate: '更新日期',
|
||||
role: '角色',
|
||||
invite: '邀請',
|
||||
agree: '同意',
|
||||
refuse: '拒絕',
|
||||
teamMembers: '團隊成員',
|
||||
joinedTeams: '加入的團隊',
|
||||
},
|
||||
message: {
|
||||
registered: '註冊成功',
|
||||
|
||||
Reference in New Issue
Block a user