diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6778852c..0ab6835cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index 05b2df0577..e47205d687 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -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", diff --git a/webapp/src/i18n/da.json b/webapp/src/i18n/da.json index 28ab6b3f35..c4f2f75fa4 100644 --- a/webapp/src/i18n/da.json +++ b/webapp/src/i18n/da.json @@ -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", diff --git a/webapp/src/i18n/de.json b/webapp/src/i18n/de.json index 12336b8fc6..cd4e433081 100644 --- a/webapp/src/i18n/de.json +++ b/webapp/src/i18n/de.json @@ -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", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index d7c2c019f1..c39c979de1 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -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", diff --git a/webapp/src/i18n/fr.json b/webapp/src/i18n/fr.json index ad79e5eb80..fbe59ee457 100644 --- a/webapp/src/i18n/fr.json +++ b/webapp/src/i18n/fr.json @@ -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", diff --git a/webapp/src/i18n/ro.json b/webapp/src/i18n/ro.json index 1f69e6d64d..744fa342c9 100644 --- a/webapp/src/i18n/ro.json +++ b/webapp/src/i18n/ro.json @@ -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",