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

@@ -597,4 +597,110 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get availableProfiles => 'Perfiles disponibles';
@override
String get scanThisCodeFromAnotherPhone => 'امسح هذا الرمز من هاتف آخر';
@override
String get gameUsers => 'مستخدمو اللعبة';
@override
String get selectedPlayers => 'اللاعبون المحددون';
@override
String get connectedPhones => 'الهواتف المتصلة';
@override
String get selectedOnThisPhone => 'محدد على هذا الهاتف';
@override
String get selectedByAnotherDevice => 'محدد على جهاز آخر';
@override
String get available => 'متاح';
@override
String get notAvailable => 'غير متاح';
@override
String get release => 'تحرير';
@override
String get select => 'اختيار';
@override
String get delete => 'حذف';
@override
String get selectAtLeastThreeUsersToStart => 'Select at least 3 users to start.';
@override
String get hostPhoneMustSelectUser => 'The host phone must select at least one user.';
@override
String get roomNoLongerInLobby => 'The room is no longer in the lobby.';
@override
String get completeUserSelectionToStart => 'Complete user selection to start.';
@override
String get preparingSecureRoom => 'Preparing the secure room';
@override
String get searchingNearbyBluetoothGames => 'Searching nearby games over Bluetooth';
@override
String get tapToJoin => 'Tap to join';
@override
String get bluetoothLocationPermissionsRequired => 'Bluetooth and location permissions are required to search for games.';
@override
String get bluetoothLocationPermissionsShort => 'Bluetooth and location permissions are required';
@override
String get couldNotStartSearch => 'Could not start the search. Check Bluetooth and location.';
@override
String couldNotConnectToHost(String host) {
return 'Could not connect to $host';
}
@override
String get room => 'غرفة';
@override
String get singleDeviceSubtitle => 'Game on this device';
@override
String get singleDeviceDescription => 'Ideal for playing together by passing the phone around. Fast, direct setup.';
@override
String get multiDeviceSubtitle => 'Each player on their phone';
@override
String get multiDeviceDescription => 'Create a premium room, share the QR code and manage users from the lobby.';
@override
String get singleDeviceGameLabel => 'Game on this device';
@override
String get multiDeviceGameLabel => 'Multi-device game';
@override
String get mainDeviceUser => 'Main device user';
@override
String get couldNotCreateRoom => 'Could not create the room. Check Bluetooth.';
@override
String cannotStartWithReason(String reason) {
return 'Cannot start: $reason';
}
@override
String get invalidRoom => 'invalid room';
@override
String get defaultPlayerName => 'لاعب';
}