Skip to content

Commit

Permalink
chore(release): 3.80.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.80.3](v3.80.2...v3.80.3) (2024-10-22)

### Bug Fixes

* add missing indexes for FKs (second part) ([#2613](#2613)) ([1158f79](1158f79))
  • Loading branch information
semantic-release-bot committed Oct 22, 2024
1 parent 1158f79 commit 623bf06
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.80.3](https://github.com/tolgee/tolgee-platform/compare/v3.80.2...v3.80.3) (2024-10-22)


### Bug Fixes

* add missing indexes for FKs (second part) ([#2613](https://github.com/tolgee/tolgee-platform/issues/2613)) ([1158f79](https://github.com/tolgee/tolgee-platform/commit/1158f79f78d4ad1acd25c04c2431ca0d071c54ff))

## [3.80.2](https://github.com/tolgee/tolgee-platform/compare/v3.80.1...v3.80.2) (2024-10-21)


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 @@ -1239,6 +1239,7 @@
"spending_limit_dialog_title": "Výdajový limit překročen",
"sso_invalid_url_format": "Toto pole musí obsahovat platnou URL",
"sso_token_exchange_failed": "Nepodařilo se vyměnit token",
"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ě",
"storage_create_success": "Úložiště úspěšně vytvořeno!",
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 @@ -1238,6 +1238,7 @@
"spending_limit_dialog_title": "Grænse for forbrug overskredet",
"sso_invalid_url_format": "Dette felt skal indeholde en gyldig URL",
"sso_token_exchange_failed": "Kunne ikke udveksle tokenen",
"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",
"storage_create_success": "Lagerpladsen blev oprettet med succes!",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@
"spending_limit_dialog_close": "Schließen",
"spending_limit_dialog_description": "Kontaktieren Sie den Support unter <email>[email protected]</email>, um Ihr Ausgabenlimit zu erhöhen",
"spending_limit_dialog_title": "Ausgabenlimit überschritten",
"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",
"storage_create_success": "Speicher erfolgreich erstellt!",
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 @@ -1239,6 +1239,7 @@
"spending_limit_dialog_title": "Spending limit exceeded",
"sso_invalid_url_format": "This field must contain a valid URL",
"sso_token_exchange_failed": "Failed to exchange the token",
"sso_user_cannot_create_organization": "User logged in through SSO cannot create their own organizations",
"standard_search_label": "Search...",
"storage_add_item": "Storage",
"storage_create_success": "Storage successfully created!",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@
"spending_limit_dialog_close": "Fermer",
"spending_limit_dialog_description": "Contactez le service d'assistance sur <email>[email protected]</email> pour augmenter votre limite de dépenses.",
"spending_limit_dialog_title": "Limite de dépenses dépassée",
"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",
"storage_create_success": "Stockage créé avec succès!",
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 @@ -1239,6 +1239,7 @@
"spending_limit_dialog_title": "Limita de cheltuieli a fost depășită",
"sso_invalid_url_format": "Acest câmp trebuie să conțină un URL valid",
"sso_token_exchange_failed": "Eșec la schimbarea tokenului",
"sso_user_cannot_create_organization": "Utilizatorul conectat prin SSO nu poate crea propriile organizații",
"standard_search_label": "Căutare...",
"storage_add_item": "Stocare",
"storage_create_success": "Stocare creată cu succes!",
Expand Down

0 comments on commit 623bf06

Please sign in to comment.