[PLT-6710] /rename [text] slash command: Rename the channel (#6570)

* /rename [text] slash command: Rename the channel

* update strings per review
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-07-31 18:54:34 +02:00
коммит произвёл Harrison Healey
родитель 489602efe5
Коммит 251f000c68
7 изменённых файлов: 124 добавлений и 3 удалений

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

@@ -603,6 +603,42 @@
"id": "api.command_channel_purpose.update_channel.app_error",
"translation": "Error to update the current channel."
},
{
"id": "api.command_channel_rename.name",
"translation": "rename"
},
{
"id": "api.command_channel_rename.hint",
"translation": "[text]"
},
{
"id": "api.command_channel_rename.desc",
"translation": "Rename the channel"
},
{
"id": "api.command_channel_rename.channel.app_error",
"translation": "Error to retrieve the current channel."
},
{
"id": "api.command_channel_rename.permission.app_error",
"translation": "You do not have the appropriate permissions to rename the channel."
},
{
"id": "api.command_channel_rename.message.app_error",
"translation": "A message must be provided with the /rename command."
},
{
"id": "api.command_channel_rename.update_channel.app_error",
"translation": "Error to update the current channel."
},
{
"id": "api.command_channel_rename.update_channel.success",
"translation": "Channel name successfully updated."
},
{
"id": "api.command_channel_rename.direct_group.app_error",
"translation": "Cannot rename direct message channels."
},
{
"id": "api.command_expand.desc",
"translation": "Turn off auto-collapsing of image previews"