You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations.dart
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2050,6 +2050,18 @@ abstract class AppLocalizations {
2050
2050
/// **'Are you sure you want to delete this file?'**
2051
2051
Stringget deleteHint;
2052
2052
2053
+
/// No description provided for @documentationLink.
2054
+
///
2055
+
/// In en, this message translates to:
2056
+
/// **'https://docs.pslab.io/'**
2057
+
Stringget documentationLink;
2058
+
2059
+
/// No description provided for @documentationError.
2060
+
///
2061
+
/// In en, this message translates to:
2062
+
/// **'Could not open the documentation link'**
2063
+
Stringget documentationError;
2064
+
2053
2065
/// No description provided for @deleteFile.
2054
2066
///
2055
2067
/// In en, this message translates to:
@@ -2248,18 +2260,6 @@ abstract class AppLocalizations {
2248
2260
/// **'Please provide the maximum limit of lux value to be recorded'**
2249
2261
Stringget accelerometerHighLimitHint;
2250
2262
2251
-
/// No description provided for @documentationLink.
2252
-
///
2253
-
/// In en, this message translates to:
2254
-
/// **'https://docs.pslab.io/'**
2255
-
Stringget documentationLink;
2256
-
2257
-
/// No description provided for @documentationError.
2258
-
///
2259
-
/// In en, this message translates to:
2260
-
/// **'Could not open the documentation link'**
2261
-
Stringget documentationError;
2262
-
2263
2263
/// No description provided for @roboticArmIntro.
2264
2264
///
2265
2265
/// In en, this message translates to:
@@ -2271,7 +2271,6 @@ abstract class AppLocalizations {
2271
2271
/// In en, this message translates to:
2272
2272
/// **'• In the above figure, SQ1 is connected to the signal pin of the first servo motor. The servo\'s GND pin is connected to both the PSLab’s GND and the external power supply GND, while the VCC pin is connected to the external power supply VCC.\n• Similarly, connect the remaining servos to SQ2, SQ3, and SQ4 along with their respective GND and power supply connections.\n• Once connected, each servo can be controlled using either circular sliders for manual control or a timeline-based sequence for automated movement.'**
Stringget documentationError =>'Could not open the documentation link';
1160
-
1161
1161
@override
1162
1162
Stringget roboticArmIntro =>
1163
1163
'• A robotic arm is a programmable mechanical device that mimics the movement of a human arm.\n• It uses servo motors to control its motion, and these motors are operated using PWM signals.\n• The PSLab provides four PWM square wave generators (SQ1, SQ2, SQ3, SQ4), allowing control of up to four servo motors and enabling a robotic arm with up to four degrees of freedom.';
0 commit comments