[PLT-6707] /header [text] slash command: Edit the channel header (#6566)

* add /header slash command

* update websocket

* updater per review
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-06-29 14:06:17 +02:00
коммит произвёл Joram Wilander
родитель 520cedea16
Коммит 976030ea25
8 изменённых файлов: 141 добавлений и 8 удалений

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

@@ -535,6 +535,38 @@
"id": "api.command_echo.name",
"translation": "echo"
},
{
"id": "api.command_channel_header.desc",
"translation": "Edit the channel header"
},
{
"id": "api.command_channel_header.hint",
"translation": "[text]"
},
{
"id": "api.command_channel_header.name",
"translation": "header"
},
{
"id": "api.command_channel_header.message.app_error",
"translation": "Text must be provided with the /header command."
},
{
"id": "api.command_channel_header.channel.app_error",
"translation": "Error to retrieve the current channel."
},
{
"id": "api.command_channel_header.permission.app_error",
"translation": "You do not have the appropriate permissions to edit the channel header."
},
{
"id": "api.command_channel_header.update_channel.app_error",
"translation": "Error to update the current channel."
},
{
"id": "api.command_channel_header.update_channel.success",
"translation": "Channel header successfully updated."
},
{
"id": "api.command_expand.desc",
"translation": "Turn off auto-collapsing of image previews"