summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-06-29 14:06:17 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-06-29 08:06:17 -0400
commit976030ea250bb5b9ae5cf70bddf9b9c54ab07959 (patch)
tree254624406eeba1b44c2a7333de62a07daf991fdd /i18n
parent520cedea16c3a4c71c2d11ede89c6a50a81ff8db (diff)
downloadchat-976030ea250bb5b9ae5cf70bddf9b9c54ab07959.tar.gz
chat-976030ea250bb5b9ae5cf70bddf9b9c54ab07959.tar.bz2
chat-976030ea250bb5b9ae5cf70bddf9b9c54ab07959.zip
[PLT-6707] /header [text] slash command: Edit the channel header (#6566)
* add /header slash command * update websocket * updater per review
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 38273bfe4..a2d1637a3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -536,6 +536,38 @@
"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"
},