From a3d3845d03b2708ced34f13c3ea9de4561bf285a Mon Sep 17 00:00:00 2001
From: Jenkins <jenkins@ring-packaging.cx>
Date: Mon, 17 Feb 2025 09:36:16 -0500
Subject: [PATCH] i18n: automatic bump

Change-Id: I5c37b5f31f7fc1f6b70f478061b63c6e81a83ece
---
 .../public/locales/pl/translation.json        | 26 +++++++++----------
 .../public/locales/ro_RO/translation.json     |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/jams-react-client/public/locales/pl/translation.json b/jams-react-client/public/locales/pl/translation.json
index b305a1ae..20b6f9f2 100644
--- a/jams-react-client/public/locales/pl/translation.json
+++ b/jams-react-client/public/locales/pl/translation.json
@@ -3,7 +3,7 @@
     "password": "Hasło",
     "confirm_password": "Potwierdź hasło",
     "continue": "Kontynuuj",
-    "users": "Users",
+    "users": "Użytkownicy",
     "groups": "Grupy",
     "blueprints": "Wzory",
     "settings": "Ustawienia",
@@ -34,25 +34,25 @@
     "select_option_setting_up_certificate_authority": "Wybierz tą opcję w celu ustawienia certyfikatu upoważniającego, aby był używany do logowania wszystkich kont Jami wygenerowanych w tej instancji JAMS.",
     "import_certificate_authority": "Importuj Certyfikat Upoważniający",
     "must_be_60_characters_or_less": "Ilość znaków nie może przekroczyć 60.",
-    "username_is_required": "Username is required!",
+    "username_is_required": "Nazwa użytkownika jest wymagana!",
     "must_be_50_characters_or_less": "Ilość znaków nie może przekroczyć 50.",
     "password_must_match": "Hasła muszą być takie same",
     "password_confirmation_required": "Wymagane potwierdzenie hasła.",
-    "information_appears_incorrect_connection_directory_failed": "The information provided appears to be incorrect, the connection to the directory has failed. Please check the information and credentials provided and try again.",
-    "identity_management": "Identity Management",
-    "select_type_of_user_directory": "Select the type of user directory to be integrated with JAMS",
-    "set_identity_parameters": "Set identity parameters",
-    "create_administrator_user": "Create Administrator User",
+    "information_appears_incorrect_connection_directory_failed": "Podane informacje wydają się być nieprawidłowe, połączenie do katalogu nie powiodło się. Proszę sprawdzić podane informacje i dane logowani,  i spróbować ponownie.",
+    "identity_management": "Zarządzanie Tożsamością",
+    "select_type_of_user_directory": "Wybierz typ katalogu użytkownika do zintegrowania z JAMS",
+    "set_identity_parameters": "Podaj parametry tożsamości",
+    "create_administrator_user": "Stwórz Konto Administratora",
     "certificate_authority_setup": "Certificate Authority Setup",
-    "server_parameters": "Server Parameters",
-    "choose_a_country": "Choose a country",
-    "active_directory_server_informations": "Active Directory server information",
+    "server_parameters": "Parametry Serwera",
+    "choose_a_country": "Wybierz państwo",
+    "active_directory_server_informations": "Informacje serwera Active Directory",
     "port": "Port",
     "host": "Host",
     "admin_username": "Admin username",
-    "domain_name": "Domain Name",
-    "yes": "Yes",
-    "no": "No",
+    "domain_name": "Nazwa Domeny",
+    "yes": "Tak",
+    "no": "Nie",
     "ldap_server_information": "LDAP Server informations",
     "server_address": "Server address",
     "administrator_username": "Administrator username",
diff --git a/jams-react-client/public/locales/ro_RO/translation.json b/jams-react-client/public/locales/ro_RO/translation.json
index 1de19f0d..a7236d52 100644
--- a/jams-react-client/public/locales/ro_RO/translation.json
+++ b/jams-react-client/public/locales/ro_RO/translation.json
@@ -190,7 +190,7 @@
     "are_you_sure_want_revoke": "Sigur vrei să elimini",
     "revoke": "Elimină",
     "revoke_user": "Elimină utilizatorul",
-    "hide_revoked_users": "Hide revoked users",
+    "hide_revoked_users": "Ascunde utilizatorii eliminați",
     "edit_profile": "Modifică profilul",
     "change_password": "Schimbă parola",
     "minimum_3_characters": "Minimum 3 caractere!",
-- 
GitLab