implement internationalization for status messages using StatusMessageId enum and refactor StatusMessageService and StatusViewModel to support ID-based message resolution

This commit is contained in:
jonasgaudian
2026-02-16 10:19:46 +01:00
parent 59f5f5e668
commit 2b8b9a84a3
11 changed files with 470 additions and 131 deletions

View File

@@ -41,7 +41,7 @@
<string name="title_multiple">Múltiplos</string>
<string name="label_translation_settings">Configurações de Tradução</string>
<string name="reset_to_defaults">Restaurar Padrões</string>
<string name="text_excel_not_supported_use_csv">Excel não é suportado. Use CSV.</string>
<string name="message_error_excel_not_supported">Excel não é suportado. Use CSV.</string>
<string name="error_parsing_table">Erro ao analisar tabela</string>
<string name="error_parsing_table_with_reason">Erro ao analisar tabela: %1$s</string>
<string name="label_import_table_csv_excel">Importar Tabela (CSV)</string>