[PLT-6712/PLT-7182] /remove and /kick slash command: Remove a member from the channel (#7523)

Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-10-19 17:33:52 +02:00
коммит произвёл Harrison Healey
родитель 7fa4913f90
Коммит 3cb48126f3
2 изменённых файлов: 150 добавлений и 0 удалений

Просмотреть файл

@@ -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",