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

@@ -600,4 +600,110 @@ class AppLocalizationsCa extends AppLocalizations {
@override
String get availableProfiles => 'Perfiles disponibles';
@override
String get scanThisCodeFromAnotherPhone => 'Escaneja aquest codi des dun altre mòbil';
@override
String get gameUsers => 'Usuaris de la partida';
@override
String get selectedPlayers => 'Jugadors seleccionats';
@override
String get connectedPhones => 'Mòbils connectats';
@override
String get selectedOnThisPhone => 'Seleccionat en aquest mòbil';
@override
String get selectedByAnotherDevice => 'Seleccionat en un altre dispositiu';
@override
String get available => 'Disponible';
@override
String get notAvailable => 'No disponible';
@override
String get release => 'Allibera';
@override
String get select => 'Selecciona';
@override
String get delete => 'Elimina';
@override
String get selectAtLeastThreeUsersToStart => 'Selecciona almenys 3 usuaris per començar.';
@override
String get hostPhoneMustSelectUser => 'El mòbil servidor ha de seleccionar almenys un usuari.';
@override
String get roomNoLongerInLobby => 'La sala ja no és al lobby.';
@override
String get completeUserSelectionToStart => 'Completa la selecció dusuaris per començar.';
@override
String get preparingSecureRoom => 'Preparant la sala segura';
@override
String get searchingNearbyBluetoothGames => 'Cercant partides properes per Bluetooth';
@override
String get tapToJoin => 'Toca per unir-thi';
@override
String get bluetoothLocationPermissionsRequired => 'Calen permisos de Bluetooth i ubicació per cercar partides.';
@override
String get bluetoothLocationPermissionsShort => 'Calen permisos de Bluetooth i ubicació';
@override
String get couldNotStartSearch => 'No sha pogut iniciar la cerca. Verifica el Bluetooth i la ubicació.';
@override
String couldNotConnectToHost(String host) {
return 'No sha pogut connectar a $host';
}
@override
String get room => 'Sala';
@override
String get singleDeviceSubtitle => 'Partida en aquest dispositiu';
@override
String get singleDeviceDescription => 'Ideal per jugar tots junts passant el mòbil. Configuració ràpida i directa.';
@override
String get multiDeviceSubtitle => 'Cada jugador al seu mòbil';
@override
String get multiDeviceDescription => 'Crea una sala premium, comparteix el QR i gestiona usuaris des del lobby.';
@override
String get singleDeviceGameLabel => 'Partida en aquest dispositiu';
@override
String get multiDeviceGameLabel => 'Partida multidispositiu';
@override
String get mainDeviceUser => 'Usuari principal del dispositiu';
@override
String get couldNotCreateRoom => 'No sha pogut crear la sala. Verifica el Bluetooth.';
@override
String cannotStartWithReason(String reason) {
return 'No es pot iniciar: $reason';
}
@override
String get invalidRoom => 'sala invàlida';
@override
String get defaultPlayerName => 'Jugador';
}