summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2018-07-18 14:56:38 -0700
committerChristopher Speller <crspeller@gmail.com>2018-07-18 14:56:38 -0700
commit3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e (patch)
treecfb316b15d34d9242b5db41e76f1161e08813444 /i18n
parent6b27b74f0cbd39e5d1400cddbed6437a4df64856 (diff)
downloadchat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.tar.gz
chat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.tar.bz2
chat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.zip
Support for Embeded chat (#9129)
* Add ucLive support crazy testing lovely logs more cookie work arounds Added Access-Control-Expose-Headers to user login Add complete_saml_body template and revert loginWithSaml endpoint Set Access-Control-Allow-Credentials to true in user login Login via email instead of username Clean up code Add comment to give some context Move faml logic into saml function Communicate via chrome sendMessage api Remove unused code Add config to support multiple extensions Clean up embedded complete_saml template Fix indentation for templates Added license header to extension.go Add EnableExperimentalExtensions flag Extension validated for email auth Clean up api auth code Remove complete_saml_body.html * Add extension support in saml * Clean up code * Clean up extension validation
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 9493a36b0..aad77aeb5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2167,6 +2167,22 @@
"translation": "Failed to send the deactivate account email successfully"
},
{
+ "id": "api.user.saml.app_error",
+ "translation": "Unable to process SAML login request."
+ },
+ {
+ "id": "api.user.saml.extension_unsupported",
+ "translation": "Extensions are not supported."
+ },
+ {
+ "id": "api.user.saml.extension_id.app_error",
+ "translation": "Invalid extension id"
+ },
+ {
+ "id": "api.user.saml.invalid_extension",
+ "translation": "Extension with extension_id={{.ExtensionId}} is not supported."
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "Failed to send email change notification email successfully"
},