From 71f82bf0db98a933b81d2f7f9ddf589f741665cc Mon Sep 17 00:00:00 2001 From: master7 Date: Thu, 20 Jun 2024 05:40:30 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 100.0% (2509 of 2509 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/ --- server/i18n/pl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/pl.json b/server/i18n/pl.json index cb35620502..b61bba2a38 100644 --- a/server/i18n/pl.json +++ b/server/i18n/pl.json @@ -10042,5 +10042,17 @@ { "id": "app.user.save.groupname.app_error", "translation": "Nie można ustalić, czy ta nazwa użytkownika już istnieje" + }, + { + "id": "api.job.status.invalid", + "translation": "Nieprawidłowy zestaw statusów" + }, + { + "id": "api.job.unable_to_manage_job.incorrect_job_type", + "translation": "Nie masz uprawnień do zarządzania tym typem zadania" + }, + { + "id": "app.job.update_status.app_error", + "translation": "Nie można zaktualizować statusu zadania. Ustawiono nieprawidłowy status" } ]