From e9c9688b343049c6d461260bd15fff3486238f92 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 23 Jan 2017 08:12:05 -0500 Subject: Move permissions code into app package (#5146) * Move permissions code into app package * Revert getPosts permission --- i18n/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 40d1c78f7..24a59161c 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2787,6 +2787,22 @@ "id": "authentication.permissions.team_invite_user.name", "translation": "Invite User" }, + { + "id": "authentication.permissions.create_team_roles.description", + "translation": "Ability to create new teams" + }, + { + "id": "authentication.permissions.create_team_roles.name", + "translation": "Create Teams" + }, + { + "id": "authentication.permissions.manage_team_roles.description", + "translation": "Ability to change the roles of a team member" + }, + { + "id": "authentication.permissions.manage_team_roles.name", + "translation": "Manage Team Roles" + }, { "id": "authentication.permissions.team_use_slash_commands.description", "translation": "Ability to use slash commands" -- cgit v1.2.3-1-g7c22