Skip to content

Commit f5179d5

Browse files
AsCressmarcnause
authored andcommitted
fix: Connect Device screen
1 parent ea8d506 commit f5179d5

18 files changed

+63
-34
lines changed

lib/l10n/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"deviceConnected": "Device Connected Successfully",
8787
"noDeviceFound": "No USB Device Found",
8888
"stepsToConnectTitle": "Steps to connect the PSLab Device",
89-
"step1ConnectMicroUsb": "1. Connect a micro USB(Mini B) to PSLab",
90-
"step2ConnectOtg": "2. Connect the other end of the micro USB cable to a OTG",
89+
"step1ConnectMicroUsb": "1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5",
90+
"step2ConnectOtg": "2. Connect the other end of the USB cable to an OTG",
9191
"step3ConnectPhone": "3. Connect the OTG to the phone",
9292
"bluetoothWifiConnection": "Connect using Bluetooth or Wi-Fi",
9393
"bluetooth": "Bluetooth",

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,13 +645,13 @@ abstract class AppLocalizations {
645645
/// No description provided for @step1ConnectMicroUsb.
646646
///
647647
/// In en, this message translates to:
648-
/// **'1. Connect a micro USB(Mini B) to PSLab'**
648+
/// **'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5'**
649649
String get step1ConnectMicroUsb;
650650

651651
/// No description provided for @step2ConnectOtg.
652652
///
653653
/// In en, this message translates to:
654-
/// **'2. Connect the other end of the micro USB cable to a OTG'**
654+
/// **'2. Connect the other end of the USB cable to an OTG'**
655655
String get step2ConnectOtg;
656656

657657
/// No description provided for @step3ConnectPhone.

lib/l10n/app_localizations_de.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsDe extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsEn extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_es.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsEs extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_fr.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsFr extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_he.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsHe extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_hi.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsHi extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_id.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsId extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

lib/l10n/app_localizations_ja.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ class AppLocalizationsJa extends AppLocalizations {
293293
String get stepsToConnectTitle => 'Steps to connect the PSLab Device';
294294

295295
@override
296-
String get step1ConnectMicroUsb => '1. Connect a micro USB(Mini B) to PSLab';
296+
String get step1ConnectMicroUsb =>
297+
'1. Connect an appropriate USB cable to PSLab: Type-C for PSLab V6, Micro-USB (Mini-B) for PSLab V5';
297298

298299
@override
299300
String get step2ConnectOtg =>
300-
'2. Connect the other end of the micro USB cable to a OTG';
301+
'2. Connect the other end of the USB cable to an OTG';
301302

302303
@override
303304
String get step3ConnectPhone => '3. Connect the OTG to the phone';

0 commit comments

Comments
 (0)