Skip to content

Commit

Permalink
chore(release): 3.57.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.57.4](v3.57.3...v3.57.4) (2024-04-17)

### Bug Fixes

* Admin should not bypass auth when using API key ([#2257](#2257)) ([a0d8610](a0d8610))
  • Loading branch information
semantic-release-bot committed Apr 17, 2024
1 parent a0d8610 commit 6c1fe3e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.57.4](https://github.com/tolgee/tolgee-platform/compare/v3.57.3...v3.57.4) (2024-04-17)


### Bug Fixes

* Admin should not bypass auth when using API key ([#2257](https://github.com/tolgee/tolgee-platform/issues/2257)) ([a0d8610](https://github.com/tolgee/tolgee-platform/commit/a0d861028d931f8a54387770eaf3a75031b81234))

## [3.57.3](https://github.com/tolgee/tolgee-platform/compare/v3.57.2...v3.57.3) (2024-04-17)


Expand Down
7 changes: 6 additions & 1 deletion webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@
"content_delivery_deployment_manual" : "Manuální",
"content_delivery_description" : "Nahrajte své lokalizační soubory do úložiště obsahu, abyste je mohli přímo načíst ze své aplikace. Akce publikování může trvat až 15 minut (jak pro automatické, tak pro manuální publikování), protože výchozí úložiště je dočasně ukládáno do mezipaměti.",
"content_delivery_form_cancel" : "Zrušit",
"content_delivery_form_custom_slug_helper_text" : "Pokud není poskytnuto, slug bude automaticky vygenerován",
"content_delivery_form_custom_slug_label" : "Vlastní slug",
"content_delivery_form_custom_slug_placeholder" : "'<vygenerováno>'",
"content_delivery_form_delete" : "Odstranit",
"content_delivery_form_name_label" : "Název",
"content_delivery_form_save" : "Uložit",
Expand All @@ -375,6 +378,8 @@
"content_delivery_page_hint" : "Načtěte své překlady přímo z Tolgee, aby byly vždy aktuální",
"content_delivery_publis_success" : "Obsah byl úspěšně publikován!",
"content_delivery_subtitle" : "Doručování obsahu projektu",
"content_delivery_translations_prune_before_publish_hint" : "Data uložená v úložišti obsahu budou před publikováním odstraněna. Pokud není povoleno, data z odstraněných jazyků nebo oblastí jmenných prostorů zůstanou v úložišti.",
"content_delivery_translations_prune_before_publish_label" : "Vyčistit před publikováním",
"content_delivery_update_success" : "Doručování obsahu úspěšně aktualizováno!",
"content_delivery_update_title" : "Upravit doručování obsahu",
"content_storage_config_invalid" : "Konfigurace úložiště je neplatná",
Expand Down Expand Up @@ -1083,7 +1088,7 @@
"sign-up-terms-and-conditions-message" : "Kliknutím na Odeslat vyjadřuji souhlas s\n <Link>\n podmínkami použití\n </Link>",
"sign_up_title" : "Registrace",
"simple_paginated_list_error_message" : "Nelze načíst data",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "Toto pole může obsahovat pouze malá písmena, číslice a pomlčky",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "Slug musí začínat písmenem a může obsahovat pouze malá písmena, číslice a pomlčky",
"spending_limit_dialog_close" : "Zavřít",
"spending_limit_dialog_description" : "Kontaktujte podporu na <email>billing@tolgee.io</email> pro navýšení vašeho výdajového limitu",
"spending_limit_dialog_title" : "Výdajový limit překročen",
Expand Down
5 changes: 5 additions & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@
"content_delivery_deployment_manual" : "Manuel",
"content_delivery_description" : "Upload dine lokaliseringsfiler til indholdsopbevaring, så du kan indlæse dem direkte fra din applikation. Udgivelseshandlingen kan tage op til 15 minutter (både automatisk og manuelt), da standardopbevaringen er cached.",
"content_delivery_form_cancel" : "Annuller",
"content_delivery_form_custom_slug_helper_text" : "Hvis ikke angivet, vil slug blive genereret automatisk",
"content_delivery_form_custom_slug_label" : "Brugerdefineret slug",
"content_delivery_form_custom_slug_placeholder" : "'<genereret>'",
"content_delivery_form_delete" : "Slet",
"content_delivery_form_name_label" : "Navn",
"content_delivery_form_save" : "Gem",
Expand All @@ -375,6 +378,8 @@
"content_delivery_page_hint" : "Indlæs dine oversættelser direkte fra Tolgee, så de altid er opdaterede",
"content_delivery_publis_success" : "Indhold udgivet succesfuldt!",
"content_delivery_subtitle" : "Projekt Indholdsdistribution",
"content_delivery_translations_prune_before_publish_hint" : "Dataene gemt i indholdslageret vil blive fjernet før udgivelse. Hvis det ikke er aktiveret, vil data fra slettede sprog eller navnerum blive bevaret i lageret.",
"content_delivery_translations_prune_before_publish_label" : "Beskær før udgivelse",
"content_delivery_update_success" : "Indholdsdistribution opdateret!",
"content_delivery_update_title" : "Rediger indholdsdistribution",
"content_storage_config_invalid" : "Lagerkonfiguration ugyldig",
Expand Down
7 changes: 6 additions & 1 deletion webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@
"content_delivery_deployment_manual" : "Manual",
"content_delivery_description" : "Upload your localization files to content storage, so you can load them directly from your application. Publish action can take up to 15 minutes (both automatic and manual) as the default storage is cached.",
"content_delivery_form_cancel" : "Cancel",
"content_delivery_form_custom_slug_helper_text" : "When not provided, slug will be automatically generated",
"content_delivery_form_custom_slug_label" : "Custom slug",
"content_delivery_form_custom_slug_placeholder" : "'<generated>'",
"content_delivery_form_delete" : "Delete",
"content_delivery_form_name_label" : "Name",
"content_delivery_form_save" : "Save",
Expand All @@ -375,6 +378,8 @@
"content_delivery_page_hint" : "Load your translations directly from Tolgee so they're always up to date",
"content_delivery_publis_success" : "Content published successfully!",
"content_delivery_subtitle" : "Project Content Delivery",
"content_delivery_translations_prune_before_publish_hint" : "The data stored in the content storage will be removed before publishing. When not enabled, data from deleted languages or namespaces will be kept in the storage.",
"content_delivery_translations_prune_before_publish_label" : "Prune before publishing",
"content_delivery_update_success" : "Content delivery successfully updated!",
"content_delivery_update_title" : "Edit content delivery",
"content_storage_config_invalid" : "Storage configuration invalid",
Expand Down Expand Up @@ -1083,7 +1088,7 @@
"sign-up-terms-and-conditions-message" : "By clicking Submit, I agree that I have read and accepted the Tolgee \n <Link>\n Terms of Use\n </Link>",
"sign_up_title" : "Sign up",
"simple_paginated_list_error_message" : "Cannot load data",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "This field may contain only lowercase letters, numbers and hyphens",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "Slug has to start with letter and only may contain lowercase letters, numbers and hyphens",
"spending_limit_dialog_close" : "Close",
"spending_limit_dialog_description" : "Contact support on <email>billing@tolgee.io</email> to increase your spending limit",
"spending_limit_dialog_title" : "Spending limit exceeded",
Expand Down
7 changes: 6 additions & 1 deletion webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@
"content_delivery_deployment_manual" : "Manual",
"content_delivery_description" : "Încărcați fișierele de localizare în stocarea de conținut, astfel încât să le puteți încărca direct din aplicația dvs. Acțiunea de publicare poate dura până la 15 minute (atât pentru automat, cât și pentru manual), deoarece stocarea implicită este memorată în cache.",
"content_delivery_form_cancel" : "Anulare",
"content_delivery_form_custom_slug_helper_text" : "Când nu este furnizat, slug-ul va fi generat automat",
"content_delivery_form_custom_slug_label" : "Slug personalizat",
"content_delivery_form_custom_slug_placeholder" : "'<generat>'",
"content_delivery_form_delete" : "Ștergeți",
"content_delivery_form_name_label" : "Nume",
"content_delivery_form_save" : "Salvează",
Expand All @@ -375,6 +378,8 @@
"content_delivery_page_hint" : "Încărcați traducerile direct din Tolgee astfel încât să fie mereu actualizate",
"content_delivery_publis_success" : "Conținutul a fost publicat cu succes!",
"content_delivery_subtitle" : "Livrare conținut proiect",
"content_delivery_translations_prune_before_publish_hint" : "Datele stocate în depozitul de conținut vor fi eliminate înainte de publicare. Când nu este activat, datele din limbile sau spațiile de nume șterse vor fi păstrate în depozit.",
"content_delivery_translations_prune_before_publish_label" : "Curăță înainte de publicare",
"content_delivery_update_success" : "Livrarea conținutului a fost actualizată cu succes!",
"content_delivery_update_title" : "Editează livrarea conținutului",
"content_storage_config_invalid" : "Configurația de stocare este invalidă",
Expand Down Expand Up @@ -1083,7 +1088,7 @@
"sign-up-terms-and-conditions-message" : "Dând clic pe Trimite, sunt de acord că am citit și acceptat \n <Link>\n Termenii de utilizare\n </Link> Tolgee",
"sign_up_title" : "Înregistrare",
"simple_paginated_list_error_message" : "Nu se poate încărca datele",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "Acest câmp poate conține doar litere mici, cifre și liniuțe",
"slug_validation_can_contain_just_lowercase_numbers_hyphens" : "Slug-ul trebuie să înceapă cu o literă și poate conține doar litere mici, numere și liniuțe",
"spending_limit_dialog_close" : "Închide",
"spending_limit_dialog_description" : "Contactați suportul la adresa <email>billing@tolgee.io</email> pentru a vă crește limita de cheltuieli",
"spending_limit_dialog_title" : "Limita de cheltuieli a fost depășită",
Expand Down

0 comments on commit 6c1fe3e

Please sign in to comment.