summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-03-24 18:13:27 +0900
committerGeorge Goldberg <george@gberg.me>2017-03-24 09:13:27 +0000
commitf1274a7ec29919e9c99cf41f5c1b47589f38cfb1 (patch)
tree67e0c36cd13ba7ff74446d218141f706cb69240d /i18n
parent1167b391854957a5d58ed569c1dc2f80e9ccc599 (diff)
downloadchat-f1274a7ec29919e9c99cf41f5c1b47589f38cfb1.tar.gz
chat-f1274a7ec29919e9c99cf41f5c1b47589f38cfb1.tar.bz2
chat-f1274a7ec29919e9c99cf41f5c1b47589f38cfb1.zip
Endpoint for APIv4 POST /teams/{team_id}/members (#5804)
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 bec89c477..5d1889585 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2044,6 +2044,18 @@
"translation": "Permanently deleted team %v id=%v"
},
{
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},