Skip to content

Commit

Permalink
chore(release): 3.21.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.21.1](v3.21.0...v3.21.1) (2023-07-17)

### Bug Fixes

* Cors error when PUT request ([#1806](#1806)) ([de2c231](de2c231))
  • Loading branch information
semantic-release-bot committed Jul 17, 2023
1 parent de2c231 commit 025f6d2
Show file tree
Hide file tree
Showing 3 changed files with 43 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.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)


Expand Down
18 changes: 18 additions & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hint>MT kredit</hint>",
"billing_actual_period" : "Účtování",
"billing_actual_period_end" : "Konec období",
Expand Down
18 changes: 18 additions & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hint>MT credit</hint>",
"billing_actual_period" : "Billing",
"billing_actual_period_end" : "Period end",
Expand Down

0 comments on commit 025f6d2

Please sign in to comment.