Skip to content

Commit

Permalink
chore(release): 3.80.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.80.1](v3.80.0...v3.80.1) (2024-10-18)

### Bug Fixes

* avoid sub-queries when searching for data to be deleted ([#2606](#2606)) ([c1eaf91](c1eaf91))
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent c1eaf91 commit f7f3bb4
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.1](https://github.com/tolgee/tolgee-platform/compare/v3.80.0...v3.80.1) (2024-10-18)


### Bug Fixes

* avoid sub-queries when searching for data to be deleted ([#2606](https://github.com/tolgee/tolgee-platform/issues/2606)) ([c1eaf91](https://github.com/tolgee/tolgee-platform/commit/c1eaf91b6bbbfb342dec01448612858c72868ec9))

# [3.80.0](https://github.com/tolgee/tolgee-platform/compare/v3.79.2...v3.80.0) (2024-10-18)


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 @@ -855,6 +855,7 @@
"operation_not_permitted_error": "Nemáte dostatečná oprávnění pro tuto operaci.",
"order_translation_choose_translation_agency_title": "Vyberte překladatelskou agenturu",
"order_translation_create_task_title": "Vytvořit úkol",
"order_translation_next_button": "Další",
"order_translations_keys_subtitle": "{value, plural, one {# klíč} few {# klíče} many {# klíče} other {# klíčů}}",
"order_translations_title": "Pořadí profesionálního překladu",
"order_translation_submit_button": "Pořadí překladu",
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 @@ -854,6 +854,7 @@
"operation_not_permitted_error": "Dine tilladelser er ikke tilstrækkelige til denne handling.",
"order_translation_choose_translation_agency_title": "Vælg oversættelsesbureau",
"order_translation_create_task_title": "Opret opgave",
"order_translation_next_button": "Næste",
"order_translations_keys_subtitle": "{value, plural, one {# nøgle} other {# nøgler}}",
"order_translations_title": "Bestil professionel oversættelse",
"order_translation_submit_button": "Bestil oversættelse",
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 @@ -779,6 +779,7 @@
"no_screenshots_yet": "Es wurden noch keine Screenshots hinzugefügt.",
"operation_not_permitted": "Ihre Berechtigungen sind für diesen Vorgang nicht ausreichend.",
"operation_not_permitted_error": "Ihre Berechtigungen sind für diesen Vorgang nicht ausreichend.",
"order_translation_next_button": "Weiter",
"organization_already_subscribed": "Organisation hat bereits ein Abonnement für einen Plan.",
"organization_apps_title": "Apps",
"organization-billing-self-hosted-active-subscriptions": "Aktive Abonnements",
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 @@ -855,6 +855,7 @@
"operation_not_permitted_error": "Your permissions are not sufficient for this operation.",
"order_translation_choose_translation_agency_title": "Choose translation agency",
"order_translation_create_task_title": "Create task",
"order_translation_next_button": "Next",
"order_translations_keys_subtitle": "{value, plural, one {# key} other {# keys}}",
"order_translations_title": "Order professional translation",
"order_translation_submit_button": "Order translation",
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 @@ -758,6 +758,7 @@
"no_screenshots_yet": "Aucune capture d'écran n'a encore été ajoutée.",
"operation_not_permitted": "Vos autorisations ne sont pas suffisantes pour cette opération.",
"operation_not_permitted_error": "Vos autorisations ne sont pas suffisantes pour cette opération.",
"order_translation_next_button": "Suivant",
"organization_already_subscribed": "L'organisation est déjà abonnée à un plan.",
"organization-billing-self-hosted-active-subscriptions": "Abonnements actifs",
"organization-billing-self-hosted-cancel-subscription-button": "Annuler",
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 @@ -855,6 +855,7 @@
"operation_not_permitted_error": "Permisiunile tale nu sunt suficiente pentru această operațiune.",
"order_translation_choose_translation_agency_title": "Alegeți agenția de traduceri",
"order_translation_create_task_title": "Creează sarcină",
"order_translation_next_button": "Următorul",
"order_translations_keys_subtitle": "{value, plural, one {# cheie} few {# chei} other {# de chei}}",
"order_translations_title": "Ordonați traducerea profesională",
"order_translation_submit_button": "Ordonați traducerea",
Expand Down

0 comments on commit f7f3bb4

Please sign in to comment.