aplicadas correcciones
This commit is contained in:
@@ -597,4 +597,110 @@ class AppLocalizationsJa 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