MicroFish/locales
cuixiao e606b2c229 fix: stop polling when simulation fails
Previously, the frontend only checked for 'completed' and 'stopped'
status to stop polling. When the simulation process exited with an
error (runner_status === 'failed'), polling continued indefinitely.

This commit adds handling for the 'failed' status:
- Stop polling when runner_status is 'failed'
- Display error message in the log
- Update UI status to 'error'
- Add i18n translations for simFailed key
2026-04-11 19:35:02 +08:00
..
en.json fix: stop polling when simulation fails 2026-04-11 19:35:02 +08:00
languages.json feat(i18n): add shared translation files and language registry 2026-04-01 15:20:49 +08:00
zh.json fix: stop polling when simulation fails 2026-04-11 19:35:02 +08:00