aplicadas correcciones
This commit is contained in:
@@ -599,4 +599,110 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get availableProfiles => 'Perfiles disponibles';
|
||||
|
||||
@override
|
||||
String get scanThisCodeFromAnotherPhone => 'Escanea este código desde otro móvil';
|
||||
|
||||
@override
|
||||
String get gameUsers => 'Usuarios de la partida';
|
||||
|
||||
@override
|
||||
String get selectedPlayers => 'Jugadores seleccionados';
|
||||
|
||||
@override
|
||||
String get connectedPhones => 'Móviles conectados';
|
||||
|
||||
@override
|
||||
String get selectedOnThisPhone => 'Seleccionado en este móvil';
|
||||
|
||||
@override
|
||||
String get selectedByAnotherDevice => 'Seleccionado en otro dispositivo';
|
||||
|
||||
@override
|
||||
String get available => 'Disponible';
|
||||
|
||||
@override
|
||||
String get notAvailable => 'No disponible';
|
||||
|
||||
@override
|
||||
String get release => 'Liberar';
|
||||
|
||||
@override
|
||||
String get select => 'Seleccionar';
|
||||
|
||||
@override
|
||||
String get delete => 'Eliminar';
|
||||
|
||||
@override
|
||||
String get selectAtLeastThreeUsersToStart => 'Selecciona al menos 3 usuarios para iniciar.';
|
||||
|
||||
@override
|
||||
String get hostPhoneMustSelectUser => 'El móvil servidor debe seleccionar al menos un usuario.';
|
||||
|
||||
@override
|
||||
String get roomNoLongerInLobby => 'La sala ya no está en el lobby.';
|
||||
|
||||
@override
|
||||
String get completeUserSelectionToStart => 'Completa la selección de usuarios para iniciar.';
|
||||
|
||||
@override
|
||||
String get preparingSecureRoom => 'Preparando la sala segura';
|
||||
|
||||
@override
|
||||
String get searchingNearbyBluetoothGames => 'Buscando partidas cercanas por Bluetooth';
|
||||
|
||||
@override
|
||||
String get tapToJoin => 'Toca para unirte';
|
||||
|
||||
@override
|
||||
String get bluetoothLocationPermissionsRequired => 'Se necesitan permisos de Bluetooth y ubicación para buscar partidas.';
|
||||
|
||||
@override
|
||||
String get bluetoothLocationPermissionsShort => 'Se necesitan permisos de Bluetooth y ubicación';
|
||||
|
||||
@override
|
||||
String get couldNotStartSearch => 'No se pudo iniciar la búsqueda. Verifica Bluetooth y ubicación.';
|
||||
|
||||
@override
|
||||
String couldNotConnectToHost(String host) {
|
||||
return 'No se pudo conectar a $host';
|
||||
}
|
||||
|
||||
@override
|
||||
String get room => 'Sala';
|
||||
|
||||
@override
|
||||
String get singleDeviceSubtitle => 'Partida en este dispositivo';
|
||||
|
||||
@override
|
||||
String get singleDeviceDescription => 'Ideal para jugar todos juntos pasando el móvil. Configuración rápida y directa.';
|
||||
|
||||
@override
|
||||
String get multiDeviceSubtitle => 'Cada jugador en su móvil';
|
||||
|
||||
@override
|
||||
String get multiDeviceDescription => 'Crea una sala premium, comparte el QR y gestiona usuarios desde el lobby.';
|
||||
|
||||
@override
|
||||
String get singleDeviceGameLabel => 'Partida en este dispositivo';
|
||||
|
||||
@override
|
||||
String get multiDeviceGameLabel => 'Partida multidispositivo';
|
||||
|
||||
@override
|
||||
String get mainDeviceUser => 'Usuario principal del dispositivo';
|
||||
|
||||
@override
|
||||
String get couldNotCreateRoom => 'No se pudo crear la sala. Verifica Bluetooth.';
|
||||
|
||||
@override
|
||||
String cannotStartWithReason(String reason) {
|
||||
return 'No se puede iniciar: $reason';
|
||||
}
|
||||
|
||||
@override
|
||||
String get invalidRoom => 'sala inválida';
|
||||
|
||||
@override
|
||||
String get defaultPlayerName => 'Jugador';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user