Make exposed LDAP section translatable

This commit is contained in:
Johannes Zellner
2021-12-03 14:19:21 +01:00
parent b0ba29ab3c
commit d9cee38906
2 changed files with 18 additions and 11 deletions

View File

@@ -193,7 +193,7 @@
"saveAction": "Save"
},
"externalLdap": {
"title": "LDAP",
"title": "Connect an External Directory",
"description": "Cloudron will synchronize users and groups from an external LDAP or ActiveDirectory server. Password verification for authenticating those users is done against the external server. The synchronization is not run automatically but needs to be triggered manually.",
"subscriptionRequired": "This feature is only available in the paid plans.",
"subscriptionRequiredAction": "Set up Subscription Now",
@@ -329,6 +329,16 @@
"invitationNotification": {
"title": "Invitation link sent",
"body": "Email sent to {{ email }}"
},
"exposedLdap": {
"title": "Directory Server",
"description": "Cloudron can act as a central user directory server for external applications.",
"enabled": "Enabled",
"ipRestriction": {
"description": "The directory server can be limited to specific IPs or ranges.",
"placeholder": "Line separated IP address or Subnet",
"label": "Restrict Access"
}
}
},
"profile": {