feat: invitation link (#3979)
* feat: invitation link schema and apis * feat: add invitation link * feat: member status: active, leave, forbidden * fix: expires show hours and minutes * feat: invalid invitation link hint * fix: typo * chore: fix typo & i18n * fix * pref: fe * feat: add ttl index for 30-day-clean-up
This commit is contained in:
@@ -35,5 +35,27 @@
|
||||
"user_team_invite_member": "Invite members",
|
||||
"user_team_leave_team": "Leave the team",
|
||||
"user_team_leave_team_failed": "Failure to leave the team",
|
||||
"waiting": "To be accepted"
|
||||
"waiting": "To be accepted",
|
||||
"invitation_link_list": "Invitation link list",
|
||||
"create_invitation_link": "Create Invitation Link",
|
||||
"invitation_link_description": "Link description",
|
||||
"30mins": "30 Minutes",
|
||||
"7days": "7 Days",
|
||||
"1year": "1 Year",
|
||||
"unlimited": "Unlimited",
|
||||
"1person": "1 person",
|
||||
"expires": "Expiration",
|
||||
"used_times_limit": "Limit",
|
||||
"invited": "Invited",
|
||||
"has_forbidden": "Forbidden",
|
||||
"forbidden": "Forbidden",
|
||||
"copy_link": "Copy link",
|
||||
"handle_invitation": "Handle Invitation",
|
||||
"ignore": "Ignore",
|
||||
"forbid_success": "Forbid success",
|
||||
"forbid_hint": "After forbidden, this invitation link will become invalid. This action is irreversible. Are you sure you want to deactivate?",
|
||||
"confirm_forbidden": "Confirm forbidden",
|
||||
"invitation_link_auto_clean_hint": "Expired links will be automatically cleaned up after 30 days",
|
||||
"has_invited": "Invited",
|
||||
"invitation_link_has_been_invalid": "The invitation link has expired. Please contact the team administrator"
|
||||
}
|
||||
|
||||
@@ -100,6 +100,9 @@
|
||||
"code_error.team_error.un_auth": "Unauthorized to Operate This Team",
|
||||
"code_error.team_error.user_not_active": "The user did not accept or has left the team",
|
||||
"code_error.team_error.website_sync_not_enough": "The free version cannot be synchronized with the web site ~",
|
||||
"code_error.team_error.invitation_link_invalid": "Invitation link is invalid",
|
||||
"code_error.team_error.you_have_been_in_the_team": "You are already in this team",
|
||||
"code_error.team_error.too_many_invitations": "You have reached the maximum number of active invitation links, please clean up some links first",
|
||||
"code_error.token_error_code.403": "Invalid Login Status, Please Re-login",
|
||||
"code_error.user_error.balance_not_enough": "Insufficient Account Balance",
|
||||
"code_error.user_error.bin_visitor_guest": "You Are Currently a Guest, Unauthorized to Operate",
|
||||
|
||||
Reference in New Issue
Block a user