From d5f243dad694d6746ec2b6560a81212a78d8c975 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Wed, 6 Jul 2016 13:40:59 -0800 Subject: PLT-2863 adding remove user from team (#3429) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver --- i18n/en.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 8bd66522d..78f56986b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1263,6 +1263,10 @@ "id": "api.slackimport.slack_import.zip.app_error", "translation": "Unable to open zip file" }, + { + "id": "api.team.remove_user_from_team.missing.app_error", + "translation": "The user does not appear to be part of this team." + }, { "id": "api.team.create_team.email_disabled.app_error", "translation": "Team sign-up with email is disabled." @@ -4223,6 +4227,27 @@ "id": "utils.mail.test.configured.error", "translation": "SMTP server settings do not appear to be configured properly err=%v details=%v" }, + + { + "id": "utils.mail.test.configured.error", + "translation": "SMTP server settings do not appear to be configured properly err=%v details=%v" + }, + { + "id": "leave_team_modal.title", + "translation": "Leave the team?" + }, + { + "id": "leave_team_modal.desc", + "translation": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?" + }, + { + "id": "leave_team_modal.no", + "translation": "No" + }, + { + "id": "leave_team_modal.yes", + "translation": "Yes" + }, { "id": "web.admin_console.title", "translation": "Admin Console" -- cgit v1.2.3-1-g7c22