aplicadas correcciones

This commit is contained in:
2026-05-10 22:53:41 +02:00
parent 12af58d828
commit fa7901019f
42 changed files with 2708 additions and 76 deletions

View File

@@ -1232,6 +1232,74 @@ abstract class AppLocalizations {
/// In es, this message translates to:
/// **'Perfiles disponibles'**
String get availableProfiles;
String get scanThisCodeFromAnotherPhone;
String get gameUsers;
String get selectedPlayers;
String get connectedPhones;
String get selectedOnThisPhone;
String get selectedByAnotherDevice;
String get available;
String get notAvailable;
String get release;
String get select;
String get delete;
String get selectAtLeastThreeUsersToStart;
String get hostPhoneMustSelectUser;
String get roomNoLongerInLobby;
String get completeUserSelectionToStart;
String get preparingSecureRoom;
String get searchingNearbyBluetoothGames;
String get tapToJoin;
String get bluetoothLocationPermissionsRequired;
String get bluetoothLocationPermissionsShort;
String get couldNotStartSearch;
String couldNotConnectToHost(String host);
String get room;
String get singleDeviceSubtitle;
String get singleDeviceDescription;
String get multiDeviceSubtitle;
String get multiDeviceDescription;
String get singleDeviceGameLabel;
String get multiDeviceGameLabel;
String get mainDeviceUser;
String get couldNotCreateRoom;
String cannotStartWithReason(String reason);
String get invalidRoom;
String get defaultPlayerName;
}
class _AppLocalizationsDelegate