Skip to content

Commit 5558d4a

Browse files
committed
chore(release): 3.159.1 [skip ci]
## [3.159.1](v3.159.0...v3.159.1) (2026-02-18) ### Bug Fixes * handle RateLimitBlockedException in ExceptionHandlers ([#3472](#3472)) ([c91aaef](c91aaef)), closes [#3451](#3451)
1 parent c91aaef commit 5558d4a

File tree

17 files changed

+39
-0
lines changed

17 files changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.159.1](https://github.com/tolgee/tolgee-platform/compare/v3.159.0...v3.159.1) (2026-02-18)
2+
3+
4+
### Bug Fixes
5+
6+
* handle RateLimitBlockedException in ExceptionHandlers ([#3472](https://github.com/tolgee/tolgee-platform/issues/3472)) ([c91aaef](https://github.com/tolgee/tolgee-platform/commit/c91aaeffdb4cefce17e207be9286a846ba0cb9bb)), closes [#3451](https://github.com/tolgee/tolgee-platform/issues/3451)
7+
18
# [3.159.0](https://github.com/tolgee/tolgee-platform/compare/v3.158.0...v3.159.0) (2026-02-18)
29

310

webapp/src/i18n/cs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,8 @@
18341834
"project_transferred_message": "Projekt převeden",
18351835
"project_transfer_rewrite_project_name_to_confirm_message": "Pro potvrzení přepište název projektu.",
18361836
"prompt_not_found": "Prompt nenalezen",
1837+
"qa_check_action_correct": "Opravit",
1838+
"qa_check_action_ignore": "Ignorovat",
18371839
"qa_check_failed": "Kontrola kvality se nepodařila spustit",
18381840
"qa_check_type_empty_translation": "Prázdný překlad",
18391841
"qa_issue_empty_translation": "Překlad je prázdný",

webapp/src/i18n/da.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,8 @@
18341834
"project_transferred_message": "Projekt overført",
18351835
"project_transfer_rewrite_project_name_to_confirm_message": "Indtast projektets navn for at bekræfte denne handling.",
18361836
"prompt_not_found": "Prompt ikke fundet",
1837+
"qa_check_action_correct": "Korrigér",
1838+
"qa_check_action_ignore": "Ignorer",
18371839
"qa_check_failed": "En kvalitetskontrol kunne ikke udføres",
18381840
"qa_check_type_empty_translation": "Tom oversættelse",
18391841
"qa_issue_empty_translation": "Oversættelse er tom",

webapp/src/i18n/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,8 @@
18321832
"project_transferred_message": "Projekt übertragen",
18331833
"project_transfer_rewrite_project_name_to_confirm_message": "Um diese Aktion zu bestätigen, geben Sie den Projektnamen ein.",
18341834
"prompt_not_found": "Eingabeaufforderung nicht gefunden",
1835+
"qa_check_action_correct": "Korrigieren",
1836+
"qa_check_action_ignore": "Ignorieren",
18351837
"qa_check_failed": "Eine Qualitätsprüfung konnte nicht ausgeführt werden",
18361838
"qa_check_type_empty_translation": "Leere Übersetzung",
18371839
"qa_issue_empty_translation": "Übersetzung ist leer",

webapp/src/i18n/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,8 @@
18371837
"project_transferred_message": "Project transferred",
18381838
"project_transfer_rewrite_project_name_to_confirm_message": "To confirm this action type project name.",
18391839
"prompt_not_found": "Prompt not found",
1840+
"qa_check_action_correct": "Correct",
1841+
"qa_check_action_ignore": "Ignore",
18401842
"qa_check_failed": "A quality check failed to execute",
18411843
"qa_check_type_empty_translation": "Empty translation",
18421844
"qa_issue_empty_translation": "Translation is empty",

webapp/src/i18n/es.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,8 @@
18241824
"project_transferred_message": "Proyecto transferido",
18251825
"project_transfer_rewrite_project_name_to_confirm_message": "Para confirmar esta acción, escriba el nombre del proyecto.",
18261826
"prompt_not_found": "Indicación no encontrada",
1827+
"qa_check_action_correct": "Corregir",
1828+
"qa_check_action_ignore": "Ignorar",
18271829
"qa_check_failed": "Error al ejecutar una verificación de calidad",
18281830
"qa_check_type_empty_translation": "Traducción vacía",
18291831
"qa_issue_empty_translation": "La traducción está vacía",

webapp/src/i18n/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,8 @@
18291829
"project_transferred_message": "Projet transféré",
18301830
"project_transfer_rewrite_project_name_to_confirm_message": "Pour confirmer cette action, saisissez le nom du projet.",
18311831
"prompt_not_found": "Invite pas trouvé",
1832+
"qa_check_action_correct": "Corriger",
1833+
"qa_check_action_ignore": "Ignorer",
18321834
"qa_check_failed": "Échec de l’exécution d’un contrôle qualité",
18331835
"qa_check_type_empty_translation": "Traduction vide",
18341836
"qa_issue_empty_translation": "La traduction est vide",

webapp/src/i18n/hu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,6 +1826,8 @@
18261826
"project_transferred_message": "Projekt átvitele megtörtént",
18271827
"project_transfer_rewrite_project_name_to_confirm_message": "A művelet megerősítéséhez írja be a projekt nevét.",
18281828
"prompt_not_found": "Felszólítás nem található",
1829+
"qa_check_action_correct": "Javítás",
1830+
"qa_check_action_ignore": "Mellőzés",
18291831
"qa_check_failed": "Minőségellenőrzési ellenőrzés végrehajtása sikertelen",
18301832
"qa_check_type_empty_translation": "Üres fordítás",
18311833
"qa_issue_empty_translation": "A fordítás üres",

webapp/src/i18n/it-IT.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,8 @@
17911791
"project_transferred_message": "Progetto trasferito",
17921792
"project_transfer_rewrite_project_name_to_confirm_message": "Per confermare questa azione, digita il nome del progetto.",
17931793
"prompt_not_found": "Prompt non trovato",
1794+
"qa_check_action_correct": "Correggi",
1795+
"qa_check_action_ignore": "Ignora",
17941796
"qa_check_failed": "Impossibile eseguire un controllo qualità",
17951797
"qa_check_type_empty_translation": "Traduzione vuota",
17961798
"qa_issue_empty_translation": "La traduzione è vuota",

webapp/src/i18n/ja.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,8 @@
18351835
"project_transferred_message": "プロジェクトが移管されました",
18361836
"project_transfer_rewrite_project_name_to_confirm_message": "このアクションを確認するには、プロジェクト名を入力します。",
18371837
"prompt_not_found": "プロンプトが見つかりません",
1838+
"qa_check_action_correct": "修正",
1839+
"qa_check_action_ignore": "無視",
18381840
"qa_check_failed": "品質チェックの実行に失敗しました",
18391841
"qa_check_type_empty_translation": "空の翻訳",
18401842
"qa_issue_empty_translation": "翻訳が空です",

0 commit comments

Comments
 (0)