From 1e7985a87a72bea9a308cf1506dacc828c6e2e1c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 13 Sep 2016 12:42:48 -0400 Subject: Modifying permissions system. (#3897) --- i18n/en.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 32f55a6df..5306be466 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -48,8 +48,24 @@ "translation": "September" }, { - "id": "api.admin.add_certificate.array.app_error", - "translation": "Empty array under 'certificate' in request" + "id": "authentication.permissions.team_invite_user.name", + "translation": "Invite User" + }, + { + "id": "authentication.permissions.team_invite_user.description", + "translation": "Ability to invite users to a team" + }, + { + "id": "authentication.permissions.team_use_slash_commands.name", + "translation": "User Slash Commands" + }, + { + "id": "authentication.permissions.team_use_slash_commands.description", + "translation": "Ability to user slash commands" + }, + { + "id": "api.auth.unable_to_get_user.app_error", + "translation": "Unable to get user to check permissions." }, { "id": "api.admin.add_certificate.no_file.app_error", @@ -1153,6 +1169,10 @@ "id": "api.post.create_post.bad_filename.error", "translation": "Bad filename discarded, filename=%v" }, + { + "id": "api.post.create_post.can_not_post_to_deleted.error", + "translation": "Can not post to deleted channel." + }, { "id": "api.post.create_post.channel_root_id.app_error", "translation": "Invalid ChannelId for RootId parameter" -- cgit v1.2.3-1-g7c22