[PLT-6712/PLT-7182] /remove and /kick slash command: Remove a member from the channel (#7523)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
7fa4913f90
Коммит
3cb48126f3
36
i18n/en.json
36
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",
|
||||
|
||||
Ссылка в новой задаче
Block a user