Make exposed LDAP section translatable
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user