summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-05-28 16:20:08 +0200
committerGitHub <noreply@github.com>2018-05-28 16:20:08 +0200
commitc3e9c414408a8c9c2806af12e659e395c605496f (patch)
tree26510a3576d891c01e1bd4a7595f24f50332ee21 /i18n
parentb6d5cc4f696b7438317948710efb860e11c0a1a9 (diff)
downloadchat-c3e9c414408a8c9c2806af12e659e395c605496f.tar.gz
chat-c3e9c414408a8c9c2806af12e659e395c605496f.tar.bz2
chat-c3e9c414408a8c9c2806af12e659e395c605496f.zip
[MM-1915] Add Deactivate Account - server side (#8699)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 9b59e59f2..1f4d55476 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2751,6 +2751,22 @@
"translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
+ "id": "api.templates.deactivate_subject",
+ "translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
+ },
+ {
+ "id": "api.templates.deactivate_body.title",
+ "translation": "Your account has been deactivated at {{ .ServerURL }}"
+ },
+ {
+ "id": "api.templates.deactivate_body.info",
+ "translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
+ },
+ {
+ "id": "api.user.send_deactivate_email_and_forget.failed.error",
+ "translation": "Failed to send the deactivate account email successfully"
+ },
+ {
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
"translation": "MFA is not available for this account type"
},
@@ -3075,6 +3091,10 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.user.update_active.not_enable.app_error",
+ "translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
+ },
+ {
"id": "api.user.update_mfa.not_available.app_error",
"translation": "MFA not configured or available on this server"
},