summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-09 22:41:27 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-25 01:48:35 +0300
commitc4e38abf5c31d77474d5287620d1ddc8089b6dae (patch)
tree9f606da745a8f8f30db41f9794c925cc9590fb37 /src/locales
parent9e36f522b94511c1d77335493c09e68975db031c (diff)
downloadwebui-vue-c4e38abf5c31d77474d5287620d1ddc8089b6dae.tar.xz
Add LDAP page
Adds ability to enable LDAP service and modify LDAP and ActiveDirectory properties. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I59d65bba7f6fe321af395227ce2f7188d9c006b7
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 022eefbf..d44cc072 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -13,6 +13,7 @@
"filter": "Filter",
"replace": "Replace",
"save": "Save",
+ "saveSettings": "Save settings",
"selected": "Selected"
},
"ariaLabel": {
@@ -89,6 +90,36 @@
"sslCertificates": "SSL Certificates",
"unauthorized": "Unauthorized"
},
+ "pageLdap": {
+ "pageDescription": "Configure LDAP settings and manage role groups",
+ "settings": "Settings",
+ "ariaLabel": {
+ "ldapSettings": "LDAP settings"
+ },
+ "form": {
+ "baseDn": "Base DN",
+ "bindDn": "Bind DN",
+ "bindPassword": "Bind password",
+ "caCertificateValidUntil": "CA Certificate valid until",
+ "groupIdAttribute": "Group ID attribute",
+ "ldapAuthentication": "LDAP authentication",
+ "ldapAuthenticationHelper": "Must be enabled to modify role groups",
+ "ldapCertificateValidUntil": "LDAP Certificate valid until",
+ "manageSslCertificates": "Manage SSL certificates",
+ "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP",
+ "secureLdapUsingSsl": "Secure LDAP using SSL",
+ "serverUri": "Server URI",
+ "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps",
+ "serviceType": "Service type",
+ "userIdAttribute": "User ID attribute"
+ },
+ "toast": {
+ "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.",
+ "errorSaveLdapSettings": "Error saving Open LDAP settings.",
+ "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.",
+ "successSaveLdapSettings": "Successfully saved Open LDAP settings."
+ }
+ },
"pageLocalUserManagement": {
"accountPolicySettings": "Account policy settings",
"addUser": "Add user",