Feat: Quit from jointed team #3759 (#3797)

### What problem does this PR solve?

Feat: Quit from jointed team #3759

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-12-02 15:31:41 +08:00
committed by GitHub
parent 8fba5c4179
commit 976d112280
5 changed files with 36 additions and 2 deletions

View File

@ -602,6 +602,8 @@ The above is the content you need to summarize.`,
teamMembers: 'Team Members',
joinedTeams: 'Joined Teams',
sureDelete: 'Are you sure to remove this member?',
quit: 'Quit',
sureQuit: 'Are you sure you want to quit the team you joined?',
},
message: {
registered: 'Registered!',

View File

@ -569,6 +569,8 @@ export default {
teamMembers: '團隊成員',
joinedTeams: '加入的團隊',
sureDelete: '您確定刪除該成員嗎?',
quit: '退出',
sureQuit: '確定退出加入的團隊嗎?',
},
message: {
registered: '註冊成功',

View File

@ -589,6 +589,8 @@ export default {
teamMembers: '团队成员',
joinedTeams: '加入的团队',
sureDelete: '您确定要删除该成员吗?',
quit: '退出',
sureQuit: '确定退出加入的团队吗?',
},
message: {
registered: '注册成功',