summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3666abd44..2a51826fa 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2028,6 +2028,14 @@
"translation": "Invalid LDAP Filter"
},
{
+ "id": "ent.ldap.syncronize.get_all.app_error",
+ "translation": "Unable to get all users using LDAP"
+ },
+ {
+ "id": "ent.ldap.syncdone.info",
+ "translation": "LDAP Synchronization completed"
+ },
+ {
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "Error attempting to authenticate MFA token"
},
@@ -2412,6 +2420,10 @@
"translation": "Invalid connection security for LDAP settings. Must be '', 'TLS', or 'STARTTLS'"
},
{
+ "id": "model.config.is_valid.ldap_sync_interval.app_error",
+ "translation": "Invalid sync interval time. Must be at least one minute."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Invalid listen address for service settings Must be set."
},
@@ -3556,6 +3568,10 @@
"translation": "We encountered an error trying to find the account by authentication type."
},
{
+ "id": "store.sql_user.get_all_using_auth_service.other.app_error",
+ "translation": "We encountered an error trying to find all the accounts using a specific authentication type."
+ },
+ {
"id": "store.sql_user.get_by_username.app_error",
"translation": "We couldn't find an existing account matching your username for this team. This team may require an invite from the team owner to join."
},