diff --git a/CHANGELOG.md b/CHANGELOG.md index 3512552a5c..0037a7c176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.70.2](https://github.com/tolgee/tolgee-platform/compare/v3.70.1...v3.70.2) (2024-07-23) + + +### Bug Fixes + +* Remove EmailVerification entity from UserAccountDto ([#2415](https://github.com/tolgee/tolgee-platform/issues/2415)) ([9755d7c](https://github.com/tolgee/tolgee-platform/commit/9755d7c76680f53d9a667853d396cef535b94fb7)) + ## [3.70.1](https://github.com/tolgee/tolgee-platform/compare/v3.70.0...v3.70.1) (2024-07-22) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index c207a2f704..307e003790 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -226,6 +226,7 @@ "batch_operation_export_translations_title" : "{value, plural, one {Vybrán # klíč k exportu} few {Vybrány # klíče k exportu} many {Vybráno # klíče k exportu} other {Vybráno # klíčů k exportu}}", "batch_operation_progress" : "{progress, number}/{totalItems, number} položek", "batch_operations_add_tags" : "Přidat tagy", + "batch_operations_add_task_keys_success" : "Klíče přidány k úkolu", "batch_operations_change_namespace" : "Změnit namespace", "batch_operations_copy_from_label" : "z", "batch_operations_copy_source_language_placeholder" : "Zdroj...", @@ -245,7 +246,10 @@ "batch_operations_pre_translate" : "Předpřeložit pomocí TM", "batch_operations_refresh_button" : "Obnovit", "batch_operations_remove_tags" : "Odstranit tagy", + "batch_operations_remove_task_keys_success" : "Klíče odebrány z úkolu", "batch_operations_select_languages_placeholder" : "Vyberte jazyky...", + "batch_operations_task_add_keys" : "Přidat klíče k úkolu", + "batch_operations_task_remove_keys" : "Odebrat klíče z úkolu", "batch_operation_status_cancelled" : "Zrušeno", "batch_operation_status_failed" : "Chyba", "batch_operation_status_pending" : "Čekající", diff --git a/webapp/src/i18n/da.json b/webapp/src/i18n/da.json index 0dfad9a2e8..e0c010bd17 100644 --- a/webapp/src/i18n/da.json +++ b/webapp/src/i18n/da.json @@ -226,6 +226,7 @@ "batch_operation_export_translations_title" : "{value, plural, one {Valgt # nøgle til eksport} other {Valgt # nøgler til eksport}}", "batch_operation_progress" : "{progress, number}/{totalItems, number} elementer", "batch_operations_add_tags" : "Tilføj tags", + "batch_operations_add_task_keys_success" : "Nøgler tilføjet til opgave", "batch_operations_change_namespace" : "Skift navnerum", "batch_operations_copy_from_label" : "fra", "batch_operations_copy_source_language_placeholder" : "Kilde...", @@ -245,7 +246,10 @@ "batch_operations_pre_translate" : "Foroversæt med TM", "batch_operations_refresh_button" : "Opdater", "batch_operations_remove_tags" : "Fjern tags", + "batch_operations_remove_task_keys_success" : "Nøgler fjernet fra opgave", "batch_operations_select_languages_placeholder" : "Vælg sprog...", + "batch_operations_task_add_keys" : "Tilføj nøgler til opgave", + "batch_operations_task_remove_keys" : "Fjern nøgler fra opgave", "batch_operation_status_cancelled" : "Annulleret", "batch_operation_status_failed" : "Mislykkedes", "batch_operation_status_pending" : "Afventer", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index 5c813e0bfe..1652dda041 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -226,6 +226,7 @@ "batch_operation_export_translations_title" : "{value, plural, one {Selected # key for export} other {Selected # keys for export}}", "batch_operation_progress" : "{progress, number}/{totalItems, number} items", "batch_operations_add_tags" : "Add tags", + "batch_operations_add_task_keys_success" : "Keys added to task", "batch_operations_change_namespace" : "Change namespace", "batch_operations_copy_from_label" : "from", "batch_operations_copy_source_language_placeholder" : "Source...", @@ -245,7 +246,10 @@ "batch_operations_pre_translate" : "Pre-translate by TM", "batch_operations_refresh_button" : "Refresh", "batch_operations_remove_tags" : "Remove tags", + "batch_operations_remove_task_keys_success" : "Keys removed from task", "batch_operations_select_languages_placeholder" : "Select languages...", + "batch_operations_task_add_keys" : "Add keys to task", + "batch_operations_task_remove_keys" : "Remove keys from task", "batch_operation_status_cancelled" : "Canceled", "batch_operation_status_failed" : "Failed", "batch_operation_status_pending" : "Pending", diff --git a/webapp/src/i18n/ro.json b/webapp/src/i18n/ro.json index 4c92653224..4e6e0d45ee 100644 --- a/webapp/src/i18n/ro.json +++ b/webapp/src/i18n/ro.json @@ -226,6 +226,7 @@ "batch_operation_export_translations_title" : "{value, plural, one {Selectată # cheie pentru export} other {Selectate # chei pentru export}}", "batch_operation_progress" : "{progress, number}/{totalItems, number} elemente", "batch_operations_add_tags" : "Adaugă etichete", + "batch_operations_add_task_keys_success" : "Chei adăugate la sarcină", "batch_operations_change_namespace" : "Schimbați spațiul de nume", "batch_operations_copy_from_label" : "de la", "batch_operations_copy_source_language_placeholder" : "Sursă...", @@ -245,7 +246,10 @@ "batch_operations_pre_translate" : "Pre-tradus prin TM", "batch_operations_refresh_button" : "Actualizează", "batch_operations_remove_tags" : "Elimină etichete", + "batch_operations_remove_task_keys_success" : "Cheile au fost eliminate din sarcină", "batch_operations_select_languages_placeholder" : "Selectați limbi...", + "batch_operations_task_add_keys" : "Adăugați chei la sarcină", + "batch_operations_task_remove_keys" : "Eliminați cheile din sarcină", "batch_operation_status_cancelled" : "Anulat", "batch_operation_status_failed" : "Eșuat", "batch_operation_status_pending" : "În așteptare",