This commit is contained in:
Carlos Tadeu Panato Junior
2019-04-09 16:29:33 +02:00
committed by GitHub
parent 02bd35247b
commit 6bcd30d53a

View File

@@ -135,6 +135,14 @@
"id": "api.channel.add_member.added",
"translation": "%v added to the channel by %v."
},
{
"id": "api.channel.add_members.error",
"translation": "Error adding channel member(s)."
},
{
"id": "api.channel.add_members.user_denied",
"translation": "Channel membership denied to the following users because of group constraints: {{ .UserIDs }}"
},
{
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "Failed to add user to channel"
@@ -1734,6 +1742,14 @@
"id": "api.status.user_not_found.app_error",
"translation": "User not found"
},
{
"id": "api.team.add_members.error",
"translation": "Error adding team member(s)."
},
{
"id": "api.team.add_members.user_denied",
"translation": "Team membership denied to the following users because of group constraints: {{ .UserIDs }}"
},
{
"id": "api.team.add_user_to_team.added",
"translation": "%v added to the team by %v."
@@ -1906,22 +1922,6 @@
"id": "api.team.update_team_scheme.scheme_scope.error",
"translation": "Unable to set the scheme to the team because the supplied scheme is not a team scheme."
},
{
"id": "api.team.add_members.user_denied",
"translation": "Team membership denied to the following users because of group constraints: {{ .UserIDs }}"
},
{
"id": "api.channel.add_members.user_denied",
"translation": "Channel membership denied to the following users because of group constraints: {{ .UserIDs }}"
},
{
"id": "api.team.add_members.error",
"translation": "Error adding team member(s)."
},
{
"id": "api.channel.add_members.error",
"translation": "Error adding channel member(s)."
},
{
"id": "api.templates.deactivate_body.info",
"translation": "You deactivated your account on {{ .SiteURL }}."