summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorMartin Kraft <martinkraft@gmail.com>2018-04-24 10:21:18 -0400
committerMartin Kraft <martinkraft@gmail.com>2018-04-24 10:21:18 -0400
commit7294644e9d74ca1512a730c597d61a97ccbcf10c (patch)
tree36cad0e1782b2e6bc06aab3e7afc54d45579d271 /i18n/en.json
parentcd55c44c8fd8f61cdb7cbfb57a588be82c7aa0ab (diff)
parent3224d2f6a3bd95293fff25d6cc417b30b4f6e334 (diff)
downloadchat-7294644e9d74ca1512a730c597d61a97ccbcf10c.tar.gz
chat-7294644e9d74ca1512a730c597d61a97ccbcf10c.tar.bz2
chat-7294644e9d74ca1512a730c597d61a97ccbcf10c.zip
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json20
1 files changed, 8 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 61b3e1bf0..65711a14b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -216,6 +216,14 @@
"translation": "This channel has been converted to a Private Channel."
},
{
+ "id": "api.channel.convert_channel_to_private.default_channel_error",
+ "translation": "This default channel cannot be converted into a private channel."
+ },
+ {
+ "id": "api.channel.convert_channel_to_private.private_channel_error",
+ "translation": "The channel requested to convert is already a private channel."
+ },
+ {
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "Must use createDirectChannel API service for direct message channel creation"
},
@@ -332,18 +340,6 @@
"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"
},