summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorTsilavina Razafinirina <t.razafinirina@gmail.com>2017-11-20 18:15:33 +0300
committerHarrison Healey <harrisonmhealey@gmail.com>2017-11-20 10:15:33 -0500
commitab6ef954b4acbd30ba87c2a7680e7843b946adca (patch)
treea3cd78018f1379412b6c80a8718324dc94182b64 /i18n
parent3836f9992056410e00041004132f5d53b4e43300 (diff)
downloadchat-ab6ef954b4acbd30ba87c2a7680e7843b946adca.tar.gz
chat-ab6ef954b4acbd30ba87c2a7680e7843b946adca.tar.bz2
chat-ab6ef954b4acbd30ba87c2a7680e7843b946adca.zip
PLT-6217 Fixes system message posted to Town Square when a member leaves a team (#7752)
* Fixes system message posted to Town Square when adding/removing team member (#6483) Fixes unit test method call to match RemoveUserFromTeam modification (#6483) Fixes system message posted to Town Square when adding/removing team member (#6483) Removes unnessary error message * Updates system message when a user leaves a team (#6483) * Changes system message when a user is removed from team (#6483) * Adds a new string to be post to town-square when a member is added to a team (#6483)
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 9ef50217d..8ca4c5deb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2167,6 +2167,10 @@
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v added to the team by %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter required to add user to team."
},
@@ -2275,6 +2279,10 @@
"translation": "Team creation has been disabled. Please ask your systems administrator for details."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.is_team_creation_allowed.domain.app_error",
"translation": "Email must be from a specific domain (e.g. @example.com). Please ask your systems administrator for details."
},
@@ -2287,6 +2295,10 @@
"translation": "Permanently deleted team %v id=%v"
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v was removed from the team."
+ },
+ {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},