Add ghost feature translation

This commit is contained in:
Johannes Zellner
2021-09-17 16:08:13 +02:00
parent 8057b2454c
commit de2d200c89
3 changed files with 23 additions and 7 deletions

View File

@@ -172,7 +172,8 @@
"editUserTooltip": "Edit User",
"removeUserTooltip": "Remove User",
"transferOwnershipTooltip": "Transfer Ownership",
"invitationTooltip": "Invite User"
"invitationTooltip": "Invite User",
"setGhostTooltip": "Impersonate"
},
"groups": {
"title": "Groups",
@@ -303,6 +304,14 @@
"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 }}:"
},
"setGhostDialog": {
"title": "Create password to impersonate {{ username }}",
"description": "Set a temporary password to login on behalf of this user in apps or the dashboard.",
"password": "Password"
},
"setGhost": {
"password": "Password"
}
},
"profile": {