diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e042365..0d34527422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.21.1](https://github.com/tolgee/tolgee-platform/compare/v3.21.0...v3.21.1) (2023-07-17) + + +### Bug Fixes + +* Cors error when PUT request ([#1806](https://github.com/tolgee/tolgee-platform/issues/1806)) ([de2c231](https://github.com/tolgee/tolgee-platform/commit/de2c23161a5b7e70955de631865b8a116fbd9e67)) + # [3.21.0](https://github.com/tolgee/tolgee-platform/compare/v3.20.7...v3.21.0) (2023-07-13) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index 5ba4e5bdab..ec884a75c2 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -161,15 +161,33 @@ "authentication_cancelled" : "Autentizace zrušena", "back_to_editing" : "Zpět k editaci", "bad_credentials" : "Špatné přihlašovací údaje", + "batch_operation_clear_translations" : "Vymazat překlady", "batch_operation_progress" : "{progress}/{totalItems} klíčů", + "batch_operations_add_tags" : "Přidat tagy", + "batch_operations_change_namespace" : "Změnit namespace", + "batch_operations_copy_from_label" : "z", + "batch_operations_copy_to_label" : "do", + "batch_operations_copy_translations" : "Kopírovat překlady", "batch_operations_delete" : "Odstranit", "batch_operations_dialog_minimize" : "Minimalizovat", "batch_operations_dialog_ok" : "Ok", + "batch_operation_set_translations_state" : "Nastavit stav překladů", + "batch_operations_mark_as_reviewed" : "Označit jako zkontrolované", + "batch_operations_mark_as_translated" : "Označit jako přeložené", + "batch_operations_remove_tags" : "Odstranit tagy", "batch_operation_status_cancelled" : "Zrušeno", "batch_operation_status_failed" : "Chyba", "batch_operation_status_pending" : "Čekající", + "batch_operation_status_running" : "Běží", "batch_operation_status_success" : "Hotovo", "batch_operations_translate" : "Automaticky přeložit", + "batch_operation_tag_input_placeholder" : "Přidat tag...", + "batch_operation_tag_remove_input_placeholder" : "Odstranit tag...", + "batch_operation_type_clear_translations" : "Vymazat překlady", + "batch_operation_type_copy_translations" : "Kopírovat překlady", + "batch_operation_type_delete_keys" : "Odstranit klíče", + "batch_operation_type_translation" : "Strojový překlad", + "batch_select_placeholder" : "Vyber operaci ...", "billing_actual_extra_credits" : "Extra MT kredit", "billing_actual_period" : "Účtování", "billing_actual_period_end" : "Konec období", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index 8f33c09dcd..966da7c9da 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -161,15 +161,33 @@ "authentication_cancelled" : "Authentication cancelled", "back_to_editing" : "Back to editing", "bad_credentials" : "Invalid credentials", + "batch_operation_clear_translations" : "Clear translations", "batch_operation_progress" : "{progress}/{totalItems} keys", + "batch_operations_add_tags" : "Add tags", + "batch_operations_change_namespace" : "Change namespace", + "batch_operations_copy_from_label" : "from", + "batch_operations_copy_to_label" : "to", + "batch_operations_copy_translations" : "Copy translations", "batch_operations_delete" : "Delete", "batch_operations_dialog_minimize" : "Minimize", "batch_operations_dialog_ok" : "Ok", + "batch_operation_set_translations_state" : "Set translations state", + "batch_operations_mark_as_reviewed" : "Mark as reviewed", + "batch_operations_mark_as_translated" : "Mark as translated", + "batch_operations_remove_tags" : "Remove tags", "batch_operation_status_cancelled" : "Cancelled", "batch_operation_status_failed" : "Failed", "batch_operation_status_pending" : "Pending", + "batch_operation_status_running" : "Running", "batch_operation_status_success" : "Done", "batch_operations_translate" : "Auto translate", + "batch_operation_tag_input_placeholder" : "Add tag...", + "batch_operation_tag_remove_input_placeholder" : "Remove tag...", + "batch_operation_type_clear_translations" : "Clear translations", + "batch_operation_type_copy_translations" : "Copy translations", + "batch_operation_type_delete_keys" : "Delete keys", + "batch_operation_type_translation" : "Machine translation", + "batch_select_placeholder" : "Choose operation ...", "billing_actual_extra_credits" : "Extra MT credit", "billing_actual_period" : "Billing", "billing_actual_period_end" : "Period end",