This PR adds missing internationalization (i18n) to several UI
components that previously used hardcoded English text. The changes span
multiple sections of the app. By replacing static strings with
translation keys, a more consistent and localized user experience is
ensured.
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>