diff --git a/src/devx/translations.json b/src/devx/translations.json index 3aad660..3f91f8d 100644 --- a/src/devx/translations.json +++ b/src/devx/translations.json @@ -3822,5 +3822,13 @@ "pl": "importlib.reload({mod}) called {n} time(s) in test '{test}' — odd count leaves module in modified state. Add a final reload to restore defaults or wrap in try/finally.", "ru": "importlib.reload({mod}) called {n} time(s) in test '{test}' — odd count leaves module in modified state. Add a final reload to restore defaults or wrap in try/finally.", "zh": "importlib.reload({mod}) called {n} time(s) in test '{test}' — odd count leaves module in modified state. Add a final reload to restore defaults or wrap in try/finally." + }, + "Cleaning up: running molecule destroy for {scenario}": { + "bg": "Почистване: изпълнение на molecule destroy за {scenario}", + "de": "Aufräumen: molecule destroy wird ausgeführt für {scenario}", + "en": "Cleaning up: running molecule destroy for {scenario}", + "pl": "Czyszczenie: uruchamianie molecule destroy dla {scenario}", + "ru": "Очистка: запуск molecule destroy для {scenario}", + "zh": "清理: 正在为 {scenario} 运行 molecule destroy" } }