summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-10-19 17:33:52 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-10-19 11:33:52 -0400
commit3cb48126f3b0e732cf71f11785146ba6682047e8 (patch)
tree90b264db25c115efd6ae70b795bffacb8ae65ad6 /i18n
parent7fa4913f902457dadb1a4806ce194eb122dbc090 (diff)
downloadchat-3cb48126f3b0e732cf71f11785146ba6682047e8.tar.gz
chat-3cb48126f3b0e732cf71f11785146ba6682047e8.tar.bz2
chat-3cb48126f3b0e732cf71f11785146ba6682047e8.zip
[PLT-6712/PLT-7182] /remove and /kick slash command: Remove a member from the channel (#7523)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 50073765f..53cbc6d99 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -563,6 +563,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",
"translation": "Error to retrieve the current channel."