summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-09-13 12:42:48 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-09-13 12:42:48 -0400
commit1e7985a87a72bea9a308cf1506dacc828c6e2e1c (patch)
treed4251391dc74a9ff4628dd1bed551c34d806a1b6 /i18n
parent05af5d14b8d07b010c70750ae1ac5ddf22c120a7 (diff)
downloadchat-1e7985a87a72bea9a308cf1506dacc828c6e2e1c.tar.gz
chat-1e7985a87a72bea9a308cf1506dacc828c6e2e1c.tar.bz2
chat-1e7985a87a72bea9a308cf1506dacc828c6e2e1c.zip
Modifying permissions system. (#3897)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json24
1 files changed, 22 insertions, 2 deletions
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",
@@ -1154,6 +1170,10 @@
"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"
},