Этот коммит содержится в:
Elias Nahum
2018-07-11 14:12:02 -04:00
коммит произвёл Carlos Tadeu Panato Junior
родитель 00abe3a136
Коммит 2e861c4df4
14 изменённых файлов: 616 добавлений и 304 удалений

Просмотреть файл

@@ -87,10 +87,6 @@
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "Failed to add user to channel"
},
{
"id": "api.channel.patch_update_channel.forbidden.app_error",
"translation": "Failed to update the channel"
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "Failed to add user to channel because they have been removed from the team."
@@ -195,6 +191,10 @@
"id": "api.channel.leave.left",
"translation": "%v left the channel."
},
{
"id": "api.channel.patch_update_channel.forbidden.app_error",
"translation": "Failed to update the channel"
},
{
"id": "api.channel.post_channel_privacy_message.error",
"translation": "Failed to post channel privacy update message."
@@ -311,14 +311,14 @@
"id": "api.command.invite_people.desc",
"translation": "Send an email invite to your Mattermost team"
},
{
"id": "api.command.invite_people.email_off",
"translation": "Email has not been configured, no invite(s) sent"
},
{
"id": "api.command.invite_people.email_invitations_off",
"translation": "Email invitations are disabled, no invite(s) sent"
},
{
"id": "api.command.invite_people.email_off",
"translation": "Email has not been configured, no invite(s) sent"
},
{
"id": "api.command.invite_people.fail",
"translation": "Encountered an error sending email invite(s)"
@@ -582,6 +582,10 @@
"id": "api.command_groupmsg.name",
"translation": "message"
},
{
"id": "api.command_groupmsg.permission.app_error",
"translation": "You don't have the appropriate permissions to create a new group message."
},
{
"id": "api.command_help.desc",
"translation": "Open the Mattermost help page"
@@ -630,10 +634,6 @@
"id": "api.command_invite.permission.app_error",
"translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
},
{
"id": "api.command_invite_people.permission.app_error",
"translation": "You don't have permission to invite new users to this server."
},
{
"id": "api.command_invite.private_channel.app_error",
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
@@ -646,6 +646,10 @@
"id": "api.command_invite.user_already_in_channel.app_error",
"translation": "{{.User}} is already in the channel."
},
{
"id": "api.command_invite_people.permission.app_error",
"translation": "You don't have permission to invite new users to this server."
},
{
"id": "api.command_join.desc",
"translation": "Join the open channel"
@@ -738,6 +742,10 @@
"id": "api.command_msg.name",
"translation": "message"
},
{
"id": "api.command_msg.permission.app_error",
"translation": "You don't have the appropriate permissions to direct message this user."
},
{
"id": "api.command_mute.desc",
"translation": "Turns off desktop, email and push notifications for the current channel or the [channel] specified."
@@ -834,18 +842,10 @@
"id": "api.command_remove.permission.app_error",
"translation": "You do not have the appropriate permissions to remove the member."
},
{
"id": "api.command_msg.permission.app_error",
"translation": "You don't have the appropriate permissions to direct message this user."
},
{
"id": "api.command_remove.user_not_in_channel",
"translation": "{{.Username}} is not a member of this channel."
},
{
"id": "api.command_groupmsg.permission.app_error",
"translation": "You don't have the appropriate permissions to create a new group message."
},
{
"id": "api.command_search.desc",
"translation": "Search text in messages"
@@ -1618,6 +1618,10 @@
"id": "api.team.import_team.unavailable.app_error",
"translation": "Malformed request: filesize field is not present."
},
{
"id": "api.team.invite_members.disabled.app_error",
"translation": "Email invitations are disabled."
},
{
"id": "api.team.invite_members.invalid_email.app_error",
"translation": "The following email addresses do not belong to an accepted domain: {{.Addresses}}. Please contact your System Administrator for details."
@@ -1630,10 +1634,6 @@
"id": "api.team.invite_members.no_one.app_error",
"translation": "No one to invite."
},
{
"id": "api.team.invite_members.disabled.app_error",
"translation": "Email invitations are disabled."
},
{
"id": "api.team.is_team_creation_allowed.disabled.app_error",
"translation": "Team creation has been disabled. Please ask your systems administrator for details."