más mejoras

This commit is contained in:
2026-05-10 23:54:09 +02:00
parent 873a5b7f4a
commit a93bab290a
42 changed files with 1365 additions and 784 deletions

View File

@@ -712,4 +712,19 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get mainTagline => 'Find the impostor before it is too late';
@override
String get deviceProfile => 'Device profile';
@override
String get profileName => 'Name';
@override
String get profileNick => 'Nick';
@override
String get save => 'Save';
@override
String get automaticLanguage => 'Automatic';
}