@@ -645,21 +645,27 @@ abstract class AppLocalizations {
645
645
/// No description provided for @step1ConnectMicroUsb.
646
646
///
647
647
/// In en, this message translates to:
648
- /// **'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5 '**
648
+ /// **'1. Connect a USB cable to PSLab. '**
649
649
String get step1ConnectMicroUsb;
650
650
651
651
/// No description provided for @step2ConnectOtg.
652
652
///
653
653
/// In en, this message translates to:
654
- /// **'2. Connect the other end of the USB cable to an OTG'**
654
+ /// **'2. Connect the other end of the USB cable to an OTG. '**
655
655
String get step2ConnectOtg;
656
656
657
657
/// No description provided for @step3ConnectPhone.
658
658
///
659
659
/// In en, this message translates to:
660
- /// **'3. Connect the OTG to the phone'**
660
+ /// **'3. Connect the OTG to the phone. '**
661
661
String get step3ConnectPhone;
662
662
663
+ /// No description provided for @step4ConnectWireless.
664
+ ///
665
+ /// In en, this message translates to:
666
+ /// **'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.'**
667
+ String get step4ConnectWireless;
668
+
663
669
/// No description provided for @bluetoothWifiConnection.
664
670
///
665
671
/// In en, this message translates to:
0 commit comments