Skip to content

Commit

Permalink
chore(release): 3.58.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.58.0](v3.57.5...v3.58.0) (2024-04-20)

### Bug Fixes

* Update supported languages of MT providers ([#2266](#2266)) ([e66b180](e66b180))

### Features

* Allow multiple Google Workspace domains for user authentication ([#2139](#2139)) ([a01a970](a01a970))
  • Loading branch information
semantic-release-bot committed Apr 20, 2024
1 parent e66b180 commit 3531516
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.58.0](https://github.com/tolgee/tolgee-platform/compare/v3.57.5...v3.58.0) (2024-04-20)


### Bug Fixes

* Update supported languages of MT providers ([#2266](https://github.com/tolgee/tolgee-platform/issues/2266)) ([e66b180](https://github.com/tolgee/tolgee-platform/commit/e66b1808b2770c99011fc1f84c802a71d2eac739))


### Features

* Allow multiple Google Workspace domains for user authentication ([#2139](https://github.com/tolgee/tolgee-platform/issues/2139)) ([a01a970](https://github.com/tolgee/tolgee-platform/commit/a01a9703b0ab3652ecdafbee2cf6c0c5a58ebb3d))

## [3.57.5](https://github.com/tolgee/tolgee-platform/compare/v3.57.4...v3.57.5) (2024-04-19)


Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"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_generated_placeholder" : "'<Vygenerováno>'",
"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>'",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"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_generated_placeholder" : "'<Genereret>'",
"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>'",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"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_generated_placeholder" : "'<Generated>'",
"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>'",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"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_generated_placeholder" : "'<Generat>'",
"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>'",
Expand Down

0 comments on commit 3531516

Please sign in to comment.