Ensure all invite and reset bits are translated

This commit is contained in:
Johannes Zellner
2021-09-16 16:03:07 +02:00
parent 97c8c2460e
commit 96ddf076eb
2 changed files with 10 additions and 3 deletions

View File

@@ -171,7 +171,8 @@
"resetPasswordTooltip": "Reset password",
"editUserTooltip": "Edit User",
"removeUserTooltip": "Remove User",
"transferOwnershipTooltip": "Transfer Ownership"
"transferOwnershipTooltip": "Transfer Ownership",
"invitationTooltip": "Invite User"
},
"groups": {
"title": "Groups",
@@ -297,6 +298,12 @@
"description": "This will make the selected user the owner and admin of this Cloudron and remove admin rights to the current owner.",
"transferAction": "Transfer Ownership",
"newOwner": "New Owner"
},
"invitationDialog": {
"title": "Invite {{ username }}",
"inviteLinkExplanation": "Use this to generate a new invite link. The link will also be sent to the user and will reset the password.",
"newLinkAction": "Invite user now",
"description": "The following invite link was sent to {{ email }}:"
}
},
"profile": {