summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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."