Add localization support for search and alarm features in multiple languages

- Updated Japanese, Portuguese, Russian, and Chinese localization files with new strings for search and alarm functionalities.
- Enhanced the search screen with localized titles, subtitles, and filter labels.
- Integrated localization into the alarm screen, including actions and messages related to alarm management.
- Refactored country and language lists to use localized keys for better maintainability.
- Improved user experience by providing localized hints and messages throughout the application.
This commit is contained in:
Javier Bautista Fernández
2026-06-02 10:19:37 +02:00
parent ffe1c41458
commit d449d8577b
16 changed files with 2682 additions and 48 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ class _PaginaPrincipalState extends State<_PaginaPrincipal> {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
'Alarma pospuesta para esta ejecución.',
AppLocalizations.of(context).alarmPostponedCurrentExecution,
),
),
);