mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix order (#10580)
This commit is contained in:
committed by
GitHub
parent
02bd35247b
commit
6bcd30d53a
32
i18n/en.json
32
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 }}."
|
||||
|
||||
Reference in New Issue
Block a user