aplicadas correcciones
This commit is contained in:
@@ -600,4 +600,110 @@ class AppLocalizationsRu 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 => 'Игрок';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user