Этот коммит содержится в:
enahum
2017-12-01 10:22:29 -03:00
коммит произвёл Joram Wilander
родитель 239e8df3f4
Коммит b51d9e8eab
14 изменённых файлов: 1047 добавлений и 124 удалений

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

@@ -699,6 +699,57 @@
"id": "api.command_expand_collapse.fail.app_error",
"translation": "Wystąpił błąd podczas rozwijania podglądów"
},
{
"id": "api.command_groupmsg.desc",
"translation": "Sends a Group Message to the specified users"
},
{
"id": "api.command_groupmsg.fail.app_error",
"translation": "Wystąpił błąd podczas wysyłania wiadomości do użytkownika."
},
{
"id": "api.command_groupmsg.group_fail.app_error",
"translation": "Wystąpił błąd podczas tworzenia wiadomości bezpośredniej."
},
{
"id": "api.command_groupmsg.hint",
"translation": "@[username1],@[username2] 'message'"
},
{
"id": "api.command_groupmsg.invalid_user.app_error",
"translation": {
"one": "We couldn't find the user: {{.Users}}",
"other": "We couldn't find the users: {{.Users}}"
}
},
{
"id": "api.command_groupmsg.invalid_users.app_error",
"translation": "Nie odnaleziono użytkownika"
},
{
"id": "api.command_groupmsg.list.app_error",
"translation": "Wystąpił błąd podczas generowania listy użytkowników."
},
{
"id": "api.command_groupmsg.max_users.app_error",
"translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
},
{
"id": "api.command_groupmsg.min_users.app_error",
"translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
},
{
"id": "api.command_groupmsg.missing.app_error",
"translation": "Nie odnaleziono użytkownika"
},
{
"id": "api.command_groupmsg.name",
"translation": "wiadomość"
},
{
"id": "api.command_groupmsg.success",
"translation": "Odbiorca wiadomości."
},
{
"id": "api.command_help.desc",
"translation": "Otwórz stronę pomocy Mattermost"
@@ -2115,6 +2166,10 @@
"id": "api.system.go_routines",
"translation": "Numer działających procesów go jest powyżej zdrowego poziomu %v z %v"
},
{
"id": "api.team.add_user_to_team.added",
"translation": "%v został dodany do kanału przez %v"
},
{
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parametr wymagany aby dodać użytkownika do zespołu."
@@ -2227,6 +2282,10 @@
"id": "api.team.is_team_creation_allowed.domain.app_error",
"translation": "E-mail musi być z określonej domeny (np. @example.com). Proszę, skontaktuj się z administratorem systemu, aby poznać szczegóły."
},
{
"id": "api.team.leave.left",
"translation": "%v left the team."
},
{
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Próba trwałego usunięcia zespołu %v ID=%v"
@@ -2239,6 +2298,10 @@
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "Użytkownik nie należy do tego zespołu."
},
{
"id": "api.team.remove_user_from_team.removed",
"translation": "%v został usunięty z kanału."
},
{
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Zapisy do zespołu za pomocą email są wyłączone."
@@ -3523,13 +3586,21 @@
"id": "app.plugin.get_plugins.app_error",
"translation": "Nie udało się skasować reakcji"
},
{
"id": "app.plugin.install.app_error",
"translation": "Unable to install plugin."
},
{
"id": "app.plugin.install_id.app_error",
"translation": "Unable to install plugin. A plugin with the same ID is already installed."
},
{
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
"translation": "Unable to move plugin from temporary directory to final destination"
"translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
"translation": "Nieprawidłowa nazwa wyświetlana"
"translation": "Nieprawidłowy typ"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
"translation": "Nieprawidłowa nazwa wyświetlana"
"translation": "Nieprawidłowy typ"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
"translation": "Nieprawidłowy pseudonim"
"translation": "Nieprawidłowy typ"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",