summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-04-23 20:18:58 +0800
committerJoram Wilander <jwawilander@gmail.com>2018-04-23 08:18:58 -0400
commit3224d2f6a3bd95293fff25d6cc417b30b4f6e334 (patch)
tree43ee308651d3a8e969ff550d6ae74a587de7bf01 /i18n
parent853445dc2ea68f765faa04ad14618b04f1081c43 (diff)
downloadchat-3224d2f6a3bd95293fff25d6cc417b30b4f6e334.tar.gz
chat-3224d2f6a3bd95293fff25d6cc417b30b4f6e334.tar.bz2
chat-3224d2f6a3bd95293fff25d6cc417b30b4f6e334.zip
add api to convert a channel from public to private and restrict that to system_admin (#8655)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 8 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index ea6314107..9f6d972af 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"
},