Этот коммит содержится в:
enahum
2017-10-25 15:49:00 -03:00
коммит произвёл Joram Wilander
родитель dcb59058cf
Коммит 09544ba749
14 изменённых файлов: 880 добавлений и 152 удалений

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

@@ -715,6 +715,10 @@
"id": "api.command_join.success",
"translation": "Dołączono do kanału."
},
{
"id": "api.command_kick.name",
"translation": "kick"
},
{
"id": "api.command_leave.desc",
"translation": "Opuść bieżący kanał"
@@ -823,6 +827,38 @@
"id": "api.command_open.name",
"translation": "otwórz"
},
{
"id": "api.command_remove.desc",
"translation": "Remove a member from the channel"
},
{
"id": "api.command_remove.direct_group.app_error",
"translation": "You can't remove someone from a direct message channel."
},
{
"id": "api.command_remove.hint",
"translation": "@[username]"
},
{
"id": "api.command_remove.message.app_error",
"translation": "Dla polecenia /rename musi zostać podana wiadomość."
},
{
"id": "api.command_remove.missing.app_error",
"translation": "Nie odnaleziono użytkownika"
},
{
"id": "api.command_remove.name",
"translation": "remove"
},
{
"id": "api.command_remove.permission.app_error",
"translation": "Nie posiadasz odpowiednich uprawnień do zmiany nazwy kanału."
},
{
"id": "api.command_remove.user_not_in_channel",
"translation": "{{.Username}} is not a member of this channel."
},
{
"id": "api.command_search.desc",
"translation": "Wyszukiwanie tekstu w wiadomościach"
@@ -1517,13 +1553,21 @@
"id": "api.plugin.upload.no_file.app_error",
"translation": "Brakujący plik w żądaniu multipart/form"
},
{
"id": "api.post.check_for_out_of_channel_mentions.link.private",
"translation": "add them to this private channel"
},
{
"id": "api.post.check_for_out_of_channel_mentions.link.public",
"translation": "add them to the channel"
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
"translation": "Wymieniono użytkowników {{.Usernames}} oraz {{.LastUsername}} ale nie otrzymali powiadomień ponieważ nie należą do tego kanału."
"translation": "@{{.Usernames}} and @{{.LastUsername}} were mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
"translation": "Wspomniano o użytkowniku {{.Username}}, ale nie otrzymał powiadomienia ponieważ nie należy do tego kanału."
"translation": "@{{.Username}} was mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
},
{
"id": "api.post.create_post.attach_files.error",
@@ -1949,7 +1993,7 @@
},
{
"id": "api.slackimport.slack_add_users.missing_email_address.warn",
"translation": "Użytkownik {{.Username}} nie posiada adresu email w Slack export. Użyto zastępczo {{.Email}}. Użytkownik powinien zaktualizować swój adres email po zalogowaniu do systemu."
"translation": "Slack Import: Użytkownik {{.Username}} nie posiada adresu email w Slack export. Użyto zastępczo {{.Email}}. Użytkownik powinien zaktualizować swój adres email po zalogowaniu do systemu."
},
{
"id": "api.slackimport.slack_add_users.unable_import",
@@ -1989,7 +2033,7 @@
},
{
"id": "api.slackimport.slack_import.notes",
"translation": "\r\n Uwagi \r\n"
"translation": "\r\nUwagi: \r\n"
},
{
"id": "api.slackimport.slack_import.open.app_error",
@@ -3771,10 +3815,18 @@
"id": "ent.elasticsearch.search_posts.unmarshall_post_failed",
"translation": "Błąd w dekodowaniu wyników wyszukiwania."
},
{
"id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error",
"translation": "Failed to create Elasticsearch bulk processor"
},
{
"id": "ent.elasticsearch.start.index_settings_failed",
"translation": "Nie udało się określić ustawienia indeks elasticsearch"
},
{
"id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error",
"translation": "Failed to start Elasticsearch bulk processor"
},
{
"id": "ent.elasticsearch.test_config.connect_failed",
"translation": "Connecting to Elasticsearch server failed."
@@ -4395,6 +4447,10 @@
"id": "model.config.is_valid.elastic_search.enable_searching.app_error",
"translation": "Elastic Search IndexingEnabled setting must be set to true when Elastic Search SearchEnabled is set to true."
},
{
"id": "model.config.is_valid.elastic_search.live_indexing_batch_size.app_error",
"translation": "Elasticsearch Live Indexing Batch Size must be at least 1"
},
{
"id": "model.config.is_valid.elastic_search.password.app_error",
"translation": "Aby włączyć indeksowanie Elastic Search, należy ustawić hasło dla Elastic Search"