diff --git a/i18n/en.json b/i18n/en.json index ac8776542a..24ef8e01fe 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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 }}."