Skip to content

Commit 1a2724d

Browse files
committed
fix: copy changes
1 parent 49bb79d commit 1a2724d

17 files changed

+118
-62
lines changed

lib/l10n/app_en.arb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@
8686
"deviceConnected": "Device Connected Successfully",
8787
"noDeviceFound": "No USB Device Found",
8888
"stepsToConnectTitle": "Steps to connect the PSLab Device",
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",
91-
"step3ConnectPhone": "3. Connect the OTG to the phone",
89+
"step1ConnectMicroUsb": "1. Connect a USB cable to PSLab.",
90+
"step2ConnectOtg": "2. Connect the other end of the USB cable to an OTG.",
91+
"step3ConnectPhone": "3. Connect the OTG to the phone.",
92+
"step4ConnectWireless": "4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.",
9293
"bluetoothWifiConnection": "Connect using Bluetooth or Wi-Fi",
9394
"bluetooth": "Bluetooth",
9495
"wifi": "Wi-Fi",

lib/l10n/app_localizations.dart

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,21 +645,27 @@ abstract class AppLocalizations {
645645
/// No description provided for @step1ConnectMicroUsb.
646646
///
647647
/// 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.'**
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 USB cable to an 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.
658658
///
659659
/// In en, this message translates to:
660-
/// **'3. Connect the OTG to the phone'**
660+
/// **'3. Connect the OTG to the phone.'**
661661
String get step3ConnectPhone;
662662

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+
663669
/// No description provided for @bluetoothWifiConnection.
664670
///
665671
/// In en, this message translates to:

lib/l10n/app_localizations_de.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_en.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_es.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_fr.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_he.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_hi.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_id.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

lib/l10n/app_localizations_ja.dart

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

295295
@override
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';
296+
String get step1ConnectMicroUsb => '1. Connect a USB cable to PSLab.';
298297

299298
@override
300299
String get step2ConnectOtg =>
301-
'2. Connect the other end of the USB cable to an OTG';
300+
'2. Connect the other end of the USB cable to an OTG.';
302301

303302
@override
304-
String get step3ConnectPhone => '3. Connect the OTG to the phone';
303+
String get step3ConnectPhone => '3. Connect the OTG to the phone.';
304+
305+
@override
306+
String get step4ConnectWireless =>
307+
'4. PSLab can also be connected wirelessly (Bluetooth or Wi-Fi) if the option is present.';
305308

306309
@override
307310
String get bluetoothWifiConnection => 'Connect using Bluetooth or Wi-Fi';

0 commit comments

Comments
 (0)