From 3cb48126f3b0e732cf71f11785146ba6682047e8 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 19 Oct 2017 17:33:52 +0200 Subject: [PLT-6712/PLT-7182] /remove and /kick slash command: Remove a member from the channel (#7523) --- i18n/en.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 50073765f..53cbc6d99 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -562,6 +562,42 @@ { "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Error to update the current channel." + }, + { + "id": "api.command_remove.message.app_error", + "translation": "A message must be provided with the /remove or /kick command." + }, + { + "id": "api.command_remove.missing.app_error", + "translation": "We couldn't find the user" + }, + { + "id": "api.command_remove.permission.app_error", + "translation": "You do not have the appropriate permissions to remove the member." + }, + { + "id": "api.command_remove.direct_group.app_error", + "translation": "You can't remove someone from a direct message channel." + }, + { + "id": "api.command_remove.name", + "translation": "remove" + }, + { + "id": "api.command_remove.hint", + "translation": "@[username]" + }, + { + "id": "api.command_remove.desc", + "translation": "Remove a member from the channel" + }, + { + "id": "api.command_remove.user_not_in_channel", + "translation": "{{.Username}} is not a member of this channel." + }, + { + "id": "api.command_kick.name", + "translation": "kick" }, { "id": "api.command_channel_rename.channel.app_error", -- cgit v1.2.3-1-g7c22