aplicadas correcciones
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user