summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-07-21 21:04:41 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-07-21 15:04:41 -0400
commit816bfbeb91b9cd64a8a85dc37cc0e82554409c14 (patch)
treed1069ec6ffa27b953bfe058d18fc0ca7ee7f6467 /i18n
parent10b7b96a2994382c82d3bc87b2d73c75671cea08 (diff)
downloadchat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.tar.gz
chat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.tar.bz2
chat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.zip
[PLT-6708] /purpose [text] slash command: Edit the channel purpose (#6569)
* /purpose [text] slash command: Edit the channel purpose * update command on server side to check for direct or group channels * update stings and block the dialog when is DM or GM * update per review * remove duplicate websocker event and apply the same for /header command * update per review * update
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 75fcf25a0..e523e0451 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -572,6 +572,38 @@
"translation": "echo"
},
{
+ "id": "api.command_channel_purpose.name",
+ "translation": "purpose"
+ },
+ {
+ "id": "api.command_channel_purpose.hint",
+ "translation": "[text]"
+ },
+ {
+ "id": "api.command_channel_purpose.desc",
+ "translation": "Edit the channel purpose"
+ },
+ {
+ "id": "api.command_channel_purpose.channel.app_error",
+ "translation": "Error to retrieve the current channel."
+ },
+ {
+ "id": "api.command_channel_purpose.permission.app_error",
+ "translation": "You do not have the appropriate permissions to edit the channel purpose."
+ },
+ {
+ "id": "api.command_channel_purpose.direct_group.app_error",
+ "translation": "Cannot set purpose for direct message channels. Use /header to set the header instead."
+ },
+ {
+ "id": "api.command_channel_purpose.message.app_error",
+ "translation": "A message must be provided with the /purpose command."
+ },
+ {
+ "id": "api.command_channel_purpose.update_channel.app_error",
+ "translation": "Error to update the current channel."
+ },
+ {
"id": "api.command_expand.desc",
"translation": "Turn off auto-collapsing of image previews"
},