Этот коммит содержится в:
enahum
2018-02-20 10:43:01 -03:00
коммит произвёл GitHub
родитель 0145cd4da8
Коммит 18a1599e92
14 изменённых файлов: 345 добавлений и 241 удалений

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

@@ -131,10 +131,6 @@
"id": "api.admin.upload_brand_image.too_large.app_error",
"translation": "Nie udało się wgrać obrazu. Plik jest zbyt duży."
},
{
"id": "api.api.init.parsing_templates.debug",
"translation": "Przetwarzanie szablonów serwera w %v"
},
{
"id": "api.api.init.parsing_templates.error",
"translation": "Nie udało się przetworzyć szablonów serwera w %v"
@@ -2302,6 +2298,14 @@
"id": "api.team.leave.left",
"translation": "%v opuścił zespół."
},
{
"id": "api.team.move_channel.post.error",
"translation": "Nie udało się wysłać celu kanału"
},
{
"id": "api.team.move_channel.success",
"translation": "This channel has been moved to this team from %v."
},
{
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Próba trwałego usunięcia zespołu %v ID=%v"
@@ -3066,6 +3070,10 @@
"id": "api.webhook.incoming.debug.error",
"translation": "Nie można odczytać zawartości przychodzącego webhook."
},
{
"id": "api.webhook.incoming.error",
"translation": "Could not decode the multipart payload of incoming webhook."
},
{
"id": "api.webhook.init.debug",
"translation": "Inicjalizowanie tras API webhooków"
@@ -4874,6 +4882,10 @@
"id": "model.config.is_valid.message_export.export_from.app_error",
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
"id": "model.config.is_valid.message_export.export_type.app_error",
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
@@ -4882,6 +4894,10 @@
"id": "model.config.is_valid.message_export.file_location.relative",
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
{
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimalna długość hasła musi być liczbą całkowitą większą lub równą od {{.MinLength}} i mniejszą lub równą od {{.MaxLength}}."
@@ -7094,6 +7110,10 @@
"id": "utils.mail.new_client.open.error",
"translation": "Failed to open a connection to SMTP server %v"
},
{
"id": "utils.mail.sendMail.attachments.write_error",
"translation": "Failed to write attachment to email"
},
{
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
@@ -7162,10 +7182,6 @@
"id": "web.create_dir.error",
"translation": "Nie udało się utworzyć stróża katalogu %v"
},
{
"id": "web.dir_fail.error",
"translation": "Nie udało się utworzyć stróża katalogu %v"
},
{
"id": "web.do_load_channel.error",
"translation": "Błąd w trakcie pobierania profilów użytkowników dla id=%v wymuszono wylogowanie"
@@ -7270,18 +7286,10 @@
"id": "web.parsing_templates.debug",
"translation": "Przetworzono szablony serwera w %v"
},
{
"id": "web.parsing_templates.error",
"translation": "Nie udało się przetworzyć szablonów %v"
},
{
"id": "web.post_permalink.app_error",
"translation": "Nieprawidłowy ID wiadomości"
},
{
"id": "web.reparse_templates.info",
"translation": "Re-parsing templates because of modified file %v"
},
{
"id": "web.reset_password.expired_link.app_error",
"translation": "Link resetujący hasło wygasł"