diff --git a/CHANGELOG.md b/CHANGELOG.md index ee28b377ba..6e2c83fc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.80.5](https://github.com/tolgee/tolgee-platform/compare/v3.80.4...v3.80.5) (2024-10-29) + + +### Bug Fixes + +* Avoid requesting super auth when authentication is disabled ([#2630](https://github.com/tolgee/tolgee-platform/issues/2630)) ([3f7919a](https://github.com/tolgee/tolgee-platform/commit/3f7919ad89b69801370344439e6d1009c57c21b7)) +* Respect project.icuPlaceholders in singleStepImport ([#2629](https://github.com/tolgee/tolgee-platform/issues/2629)) ([5e2b72a](https://github.com/tolgee/tolgee-platform/commit/5e2b72ac5bd07a878b9eedc0989277e66d5e0244)), closes [#2574](https://github.com/tolgee/tolgee-platform/issues/2574) + ## [3.80.4](https://github.com/tolgee/tolgee-platform/compare/v3.80.3...v3.80.4) (2024-10-24) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index 5fa2b04370..05b7652177 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -1238,8 +1238,13 @@ "spending_limit_dialog_close": "Zavřít", "spending_limit_dialog_description": "Kontaktujte podporu na billing@tolgee.io pro navýšení vašeho výdajového limitu", "spending_limit_dialog_title": "Výdajový limit překročen", + "sso_auth_uri_helper_text": "URL pro přesměrování uživatelů k autentizaci", + "sso_client_id_helper_text": "Unikátní identifikátor pro aplikaci", + "sso_domain_name_helper_text": "Používá se k identifikaci organizace na přihlašovací stránce", "sso_invalid_url_format": "Toto pole musí obsahovat platnou URL", + "sso_jwk_set_uri_helper_text": "URL pro získání sady JSON Web Key (JWKS)", "sso_token_exchange_failed": "Nepodařilo se vyměnit token", + "sso_token_uri_helper_text": "URL pro výměnu autorizačního kódu za tokeny", "sso_user_cannot_create_organization": "Uživatel přihlášený přes SSO nemůže vytvářet vlastní organizace", "standard_search_label": "Hledat...", "storage_add_item": "Úložiště", diff --git a/webapp/src/i18n/da.json b/webapp/src/i18n/da.json index 4736c2044c..fa9a5f2678 100644 --- a/webapp/src/i18n/da.json +++ b/webapp/src/i18n/da.json @@ -742,6 +742,7 @@ "invoice_usage_dialog_table_vat_rate": "Moms-sats", "invoice_usage_dialog_title": "Brugsoplysninger", "invoice_usage_download_button": "Download detaljeret rapport", + "key_add": "Nøgle", "key_context_dialog_title": "Relaterede nøgler", "key-context-present-hint": "Tolgee-kontekst er tilgængelig for denne nøgle", "key_edit_modal_context_hint": "Denne nøgle er relateret til følgende nøgler:", @@ -1237,8 +1238,13 @@ "spending_limit_dialog_close": "Luk", "spending_limit_dialog_description": "Kontakt support på billing@tolgee.io for at øge dit udgiftsgrænse", "spending_limit_dialog_title": "Grænse for forbrug overskredet", + "sso_auth_uri_helper_text": "URL til at omdirigere brugere til godkendelse", + "sso_client_id_helper_text": "Unik identifikator for en applikation", + "sso_domain_name_helper_text": "Bruges til at identificere organisationen på login-siden", "sso_invalid_url_format": "Dette felt skal indeholde en gyldig URL", + "sso_jwk_set_uri_helper_text": "URL til hentning af JSON Web Key Set (JWKS)", "sso_token_exchange_failed": "Kunne ikke udveksle tokenen", + "sso_token_uri_helper_text": "URL til udveksling af autorisationskode for tokens", "sso_user_cannot_create_organization": "Bruger logget ind via SSO kan ikke oprette deres egne organisationer", "standard_search_label": "Søg...", "storage_add_item": "Lager", diff --git a/webapp/src/i18n/de.json b/webapp/src/i18n/de.json index ceb067867b..3c6b21d07c 100644 --- a/webapp/src/i18n/de.json +++ b/webapp/src/i18n/de.json @@ -1135,6 +1135,11 @@ "spending_limit_dialog_close": "Schließen", "spending_limit_dialog_description": "Kontaktieren Sie den Support unter billing@tolgee.io, um Ihr Ausgabenlimit zu erhöhen", "spending_limit_dialog_title": "Ausgabenlimit überschritten", + "sso_auth_uri_helper_text": "URL, um Benutzer zur Authentifizierung weiterzuleiten", + "sso_client_id_helper_text": "Eindeutiger Bezeichner für eine Anwendung", + "sso_domain_name_helper_text": "Wird verwendet, um die Organisation auf der Anmeldeseite zu identifizieren", + "sso_jwk_set_uri_helper_text": "URL zum Abrufen des JSON-Web-Schlüsselsatzes (JWKS)", + "sso_token_uri_helper_text": "URL zum Austausch des Autorisierungscodes gegen Tokens", "sso_user_cannot_create_organization": "Benutzer, die sich über SSO angemeldet haben, können keine eigenen Organisationen erstellen", "standard_search_label": "Suche...", "storage_add_item": "Speicher", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index e1f461f974..80af3d99ca 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -1238,8 +1238,13 @@ "spending_limit_dialog_close": "Close", "spending_limit_dialog_description": "Contact support on billing@tolgee.io to increase your spending limit", "spending_limit_dialog_title": "Spending limit exceeded", + "sso_auth_uri_helper_text": "URL to redirect users for authentication", + "sso_client_id_helper_text": "Unique identifier for an application", + "sso_domain_name_helper_text": "Used to identify the organization on login page", "sso_invalid_url_format": "This field must contain a valid URL", + "sso_jwk_set_uri_helper_text": "URL to retrieve the JSON Web Key Set (JWKS)", "sso_token_exchange_failed": "Failed to exchange the token", + "sso_token_uri_helper_text": "URL for exchanging authorization code for tokens", "sso_user_cannot_create_organization": "User logged in through SSO cannot create their own organizations", "standard_search_label": "Search...", "storage_add_item": "Storage", diff --git a/webapp/src/i18n/fr.json b/webapp/src/i18n/fr.json index d73256f98e..6fcefc0f09 100644 --- a/webapp/src/i18n/fr.json +++ b/webapp/src/i18n/fr.json @@ -1097,6 +1097,11 @@ "spending_limit_dialog_close": "Fermer", "spending_limit_dialog_description": "Contactez le service d'assistance sur billing@tolgee.io pour augmenter votre limite de dépenses.", "spending_limit_dialog_title": "Limite de dépenses dépassée", + "sso_auth_uri_helper_text": "URL pour rediriger les utilisateurs pour l'authentification", + "sso_client_id_helper_text": "Identifiant unique pour une application", + "sso_domain_name_helper_text": "Utilisé pour identifier l'organisation sur la page de connexion", + "sso_jwk_set_uri_helper_text": "URL pour récupérer l'ensemble de clés JSON Web (JWKS)", + "sso_token_uri_helper_text": "URL pour échanger le code d'autorisation contre des jetons", "sso_user_cannot_create_organization": "L'utilisateur connecté via SSO ne peut pas créer ses propres organisations", "standard_search_label": "Rechercher...", "storage_add_item": "Stockage", diff --git a/webapp/src/i18n/ro.json b/webapp/src/i18n/ro.json index fa44fb2381..9c8f52e4c8 100644 --- a/webapp/src/i18n/ro.json +++ b/webapp/src/i18n/ro.json @@ -1238,8 +1238,13 @@ "spending_limit_dialog_close": "Închide", "spending_limit_dialog_description": "Contactați suportul la adresa billing@tolgee.io pentru a vă crește limita de cheltuieli", "spending_limit_dialog_title": "Limita de cheltuieli a fost depășită", + "sso_auth_uri_helper_text": "URL pentru redirecționarea utilizatorilor pentru autentificare", + "sso_client_id_helper_text": "Identificator unic pentru o aplicație", + "sso_domain_name_helper_text": "Utilizat pentru a identifica organizația pe pagina de autentificare", "sso_invalid_url_format": "Acest câmp trebuie să conțină un URL valid", + "sso_jwk_set_uri_helper_text": "URL pentru a prelua setul de chei web JSON (JWKS)", "sso_token_exchange_failed": "Eșec la schimbarea tokenului", + "sso_token_uri_helper_text": "URL pentru schimbarea codului de autorizare pentru tokenuri", "sso_user_cannot_create_organization": "Utilizatorul conectat prin SSO nu poate crea propriile organizații", "standard_search_label": "Căutare...", "storage_add_item": "Stocare",