Skip to content

Commit

Permalink
chore(release): 3.42.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.42.3](v3.42.2...v3.42.3) (2023-12-27)

### Bug Fixes

* Fix high memory usages on import ([#2046](#2046)) ([0b3554a](0b3554a))
  • Loading branch information
semantic-release-bot committed Dec 27, 2023
1 parent 0b3554a commit 8984f61
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.42.3](https://github.com/tolgee/tolgee-platform/compare/v3.42.2...v3.42.3) (2023-12-27)


### Bug Fixes

* Fix high memory usages on import ([#2046](https://github.com/tolgee/tolgee-platform/issues/2046)) ([0b3554a](https://github.com/tolgee/tolgee-platform/commit/0b3554a82c473d88f04a09f90f65f11177672f84))

## [3.42.2](https://github.com/tolgee/tolgee-platform/compare/v3.42.1...v3.42.2) (2023-12-26)


Expand Down
4 changes: 2 additions & 2 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"content_delivery_create_success" : "Doručování obsahu úspěšně vytvořeno!",
"content_delivery_create_title" : "Přidat doručování obsahu",
"content_delivery_delete_success" : "Doručování obsahu úspěšně smazáno!",
"content_delivery_deployment_auto" : "Automatické",
"content_delivery_deployment_auto" : "Auto",
"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",
Expand All @@ -325,7 +325,7 @@
"content_delivery_not_configured_message" : "Pro povolení funkcí doručování obsahu musíte nakonfigurovat doručování obsahu v nastavení serveru Tolgee. Pro více informací se podívejte do dokumentace Tolgee.",
"content_delivery_not_configured_title" : "Doručování obsahu není nakonfigurováno",
"content_delivery_not_enabled_message" : "Váš plán nezahrnuje více konfigurací doručování obsahu. Upgradujte svůj plán, abyste mohli využívat tuto funkci.",
"content_delivery_not_enabled_title" : "Povoleno pouze jedno doručení",
"content_delivery_not_enabled_title" : "Povolena pouze jedna konfigurace doručování obsahu",
"content_delivery_over_limit_title" : "Překročili jste limit, úpravy jsou omezeny",
"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!",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"content_delivery_not_configured_message" : "For at aktivere indholdsdistributionsfunktioner skal du konfigurere indholdsdistribution i Tolgee-serverindstillingerne. Tjek Tolgee-dokumentationen for dette.",
"content_delivery_not_configured_title" : "Indholdsdistribution er ikke konfigureret",
"content_delivery_not_enabled_message" : "Din plan inkluderer ikke flere indholdsdistributionskonfigurationer. Opgrader din plan for at få adgang til denne funktion.",
"content_delivery_not_enabled_title" : "Kun enkelt levering aktiveret",
"content_delivery_not_enabled_title" : "Kun en enkelt indholdsdistributionskonfiguration er aktiveret",
"content_delivery_over_limit_title" : "Du har overskredet grænsen, ændring er begrænset",
"content_delivery_page_hint" : "Indlæs dine oversættelser direkte fra Tolgee, så de altid er opdaterede",
"content_delivery_publis_success" : "Indholdet er blevet publiceret succesfuldt!",
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"cannot_delete_base_language_message" : "Cannot delete base language",
"cannot_leave_project_with_organization_role_error_message" : "Cannot leave project owned by the organization you are member of.",
"cannot_modify_disabled_translation" : "Cannot modify disabled translation",
"cannot_store_file_to_content_storage" : "Cannot store file to content storage",
"cannot_store_file_to_content_storage" : "Cannot store file in content storage",
"clipboard_copy_success" : "Value copied to clipboard!",
"confirmation_dialog_cancel" : "Cancel",
"confirmation_dialog_confirm" : "Confirm",
Expand All @@ -325,7 +325,7 @@
"content_delivery_not_configured_message" : "To enable content delivery features you need to configure content-delivery in Tolgee server settings. Check Tolgee documentation for that.",
"content_delivery_not_configured_title" : "Content delivery is not configured",
"content_delivery_not_enabled_message" : "Your plan doesn't include multiple content delivery configurations. Upgrade your plan to access this feature.",
"content_delivery_not_enabled_title" : "Only single delivery enabled",
"content_delivery_not_enabled_title" : "Only single content delivery configuration enabled",
"content_delivery_over_limit_title" : "You are over limit, modification is restricted ",
"content_delivery_page_hint" : "Load your translations directly from Tolgee so they're always up to date",
"content_delivery_publis_success" : "Content published sucessfuly!",
Expand Down
Loading

0 comments on commit 8984f61

Please sign in to comment.