summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-03-27 21:14:42 +0800
committerGitHub <noreply@github.com>2018-03-27 21:14:42 +0800
commit07b14c370a6c911c89e1812bc796a445e5223604 (patch)
treed8ad9a5373db49c10d347bd8e2ea06b9cd5c8fed /i18n
parent9e6db178b09387e21ac19ce85369cf1ca7a443e8 (diff)
downloadchat-07b14c370a6c911c89e1812bc796a445e5223604.tar.gz
chat-07b14c370a6c911c89e1812bc796a445e5223604.tar.bz2
chat-07b14c370a6c911c89e1812bc796a445e5223604.zip
post a system message after a channel is converted from public to private (#8501)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0ce0a47e6..8f0e61588 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -332,6 +332,18 @@
"translation": "%v left the channel."
},
{
+ "id": "api.channel.post_convert_channel_to_private.create_post.error",
+ "translation": "Failed to post channel conversion to private message"
+ },
+ {
+ "id": "api.channel.post_convert_channel_to_private.retrieve_user.error",
+ "translation": "Failed to retrieve user while converting the channel from public to private"
+ },
+ {
+ "id": "api.channel.post_convert_channel_to_private.updated_from",
+ "translation": "%s converted the channel from public to private"
+ },
+ {
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "Failed to post displayname update message"
},