Add make user local translations

This commit is contained in:
Johannes Zellner
2022-04-24 22:36:41 +02:00
parent b3570a9faa
commit 659acb21ea
2 changed files with 13 additions and 6 deletions

View File

@@ -184,7 +184,8 @@
"invitationTooltip": "Invite User",
"setGhostTooltip": "Impersonate",
"mailmanagerTooltip": "This user can manage users and mailboxes",
"count": "Total users: {{ count }}"
"count": "Total users: {{ count }}",
"makeLocalTooltip": "Make user local"
},
"groups": {
"title": "Groups",
@@ -376,6 +377,12 @@
"all": "All Users",
"active": "Active Users",
"inactive": "Inactive Users"
},
"makeLocalDialog": {
"title": "Make this user local",
"description": "This will migrate the user from the external directory to the Cloudron.",
"warning": "A password reset will be initiated to set a local password for this user.",
"submitAction": "Make local"
}
},
"profile": {