summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-05-17 16:28:14 +0100
committerGitHub <noreply@github.com>2018-05-17 16:28:14 +0100
commita09dc68e1d99394f5d636284e0580dd17b2773b3 (patch)
tree83292b4af174445cde44309928d2ebf90d184910 /i18n
parentd61f13d9b47efbbfb220b1ea33623372c4f6d1ae (diff)
downloadchat-a09dc68e1d99394f5d636284e0580dd17b2773b3.tar.gz
chat-a09dc68e1d99394f5d636284e0580dd17b2773b3.tar.bz2
chat-a09dc68e1d99394f5d636284e0580dd17b2773b3.zip
MM-10235: Make permissions reset CLI shcemes-aware. (#8773)
* MM-10235: Make permissions reset CLI shcemes-aware. * Add i18n strings.
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 5dc05eba7..8d2c90db0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -276,6 +276,18 @@
"translation": "The channel requested to convert is already a private channel."
},
{
+ "id": "store.sql_channel.reset_all_channel_schemes.app_error",
+ "translation": "We could not reset the channel schemes"
+ },
+ {
+ "id": "store.sql_scheme.permanent_delete_all.app_error",
+ "translation": "We could not permanently delete the schemes"
+ },
+ {
+ "id": "store.sql_team.reset_all_team_schemes.app_error",
+ "translation": "We could not reset the team schemes"
+ },
+ {
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "Must use createDirectChannel API service for direct message channel creation"
},