fix order (#10580)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
02bd35247b
Коммит
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 }}."
|
||||
|
||||
Ссылка в новой задаче
Block a user