summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index bbbeb3302..c0c8ea184 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2507,6 +2507,14 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.team.update_team_scheme.license.error",
+ "translation": "License does not support updating a team's scheme"
+ },
+ {
+ "id": "api.team.update_team_scheme.scheme_scope.error",
+ "translation": "Unable to set the scheme to the team because the supplied scheme is not a team scheme."
+ },
+ {
"id": "api.templates.channel_name.group",
"translation": "Group Message"
},
@@ -6695,6 +6703,14 @@
"translation": "The provided role is managed by a Scheme and therefore cannot be applied directly to a Team Member"
},
{
+ "id": "api.channel.update_channel_scheme.license.error",
+ "translation": "License does not support updating a channel's scheme"
+ },
+ {
+ "id": "api.channel.update_channel_scheme.scheme_scope.error",
+ "translation": "Unable to set the scheme to the channel because the supplied scheme is not a channel scheme."
+ },
+ {
"id": "store.sql_channel.get_by_scheme.app_error",
"translation": "Unable to get the channels for the provided scheme"
},