From f568f4c65000a83118a5b2bbac83f0b5b8f664e1 Mon Sep 17 00:00:00 2001 From: master7 Date: Thu, 11 Apr 2024 05:47:03 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 100.0% (2587 of 2587 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/ --- server/i18n/pl.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/server/i18n/pl.json b/server/i18n/pl.json index ca128e06d3..2f3934bb63 100644 --- a/server/i18n/pl.json +++ b/server/i18n/pl.json @@ -2265,7 +2265,7 @@ }, { "id": "api.web_socket.connect.upgrade.app_error", - "translation": "Nie udało się zaktualizować połączenia websocket." + "translation": "URL zablokowany z powodu CORS. URL: {{.BlockedOrigin}}" }, { "id": "api.web_socket_router.bad_action.app_error", @@ -10350,5 +10350,21 @@ { "id": "api.user.create_user.user_limits.exceeded", "translation": "Nie można utworzyć użytkownika. Serwer przekroczył limit bezpiecznych użytkowników. Skontaktuj się z administratorem: ERROR_SAFETY_LIMITS_EXCEEDED." + }, + { + "id": "api.post.check_for_out_of_team_mentions.message.multiple", + "translation": "@{{.Usernames}} i @{{.LastUsername}} nie zostały powiadomione o tej wzmiance, ponieważ nie są członkami tego zespołu." + }, + { + "id": "api.post.check_for_out_of_team_mentions.message.one", + "translation": "@{{.Username}} nie został powiadomiony o tej wzmiance, ponieważ nie jest członkiem tego zespołu." + }, + { + "id": "api.channel.create_channel.missing_display_name.error", + "translation": "Brakująca nazwa_wyświetlana w treści żądania" + }, + { + "id": "api.channel.create_channel.missing_team_id.error", + "translation": "Brakujące id_zespołu w treści żądania" } ]