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/generated/localizations.dart
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -523,12 +523,36 @@ abstract class ReviLocalizations {
523
523
/// **'Reports Battery health status; Enabling will increase system usage'**
524
524
Stringget miscBHRDescription;
525
525
526
+
/// The label for Update Root Certificates
527
+
///
528
+
/// In en, this message translates to:
529
+
/// **'Update Root Certificates'**
530
+
Stringget miscCertsLabel;
531
+
532
+
/// No description provided for @miscCertsDescription.
533
+
///
534
+
/// In en, this message translates to:
535
+
/// **'Use it when having issues with certificates'**
536
+
Stringget miscCertsDescription;
537
+
538
+
/// The dialog content for Update Root Certificates
539
+
///
540
+
/// In en, this message translates to:
541
+
/// **'Updating of root certificates has finished. Try the software that you had issues with again, and if the issue persists, please contact our support.'**
542
+
Stringget miscCertsDialog;
543
+
526
544
/// Default state of the Revision Tool's update card label
527
545
///
528
546
/// In en, this message translates to:
529
547
/// **'Update Revision Tool'**
530
548
Stringget settingsUpdateLabel;
531
549
550
+
/// Update button
551
+
///
552
+
/// In en, this message translates to:
553
+
/// **'Update'**
554
+
Stringget updateButton;
555
+
532
556
/// Default state of the Revision Tool's update button
Stringget miscCertsDescription =>'Use it when having issues with certificates';
228
+
229
+
@override
230
+
Stringget miscCertsDialog =>'Updating of root certificates has finished. Try the software that you had issues with again, and if the issue persists, please contact our support.';
Copy file name to clipboardExpand all lines: lib/l10n/intl_en.arb
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,10 +292,26 @@
292
292
"@miscBHRgDescription": {
293
293
"description": "The description for Battery Health Reporting"
294
294
},
295
+
"miscCertsLabel": "Update Root Certificates",
296
+
"@miscCertsLabel": {
297
+
"description": "The label for Update Root Certificates"
298
+
},
299
+
"miscCertsDescription": "Use it when having issues with certificates",
300
+
"@miscCertsgDescription": {
301
+
"description": "The description for Update Root Certificates"
302
+
},
303
+
"miscCertsDialog": "Updating of root certificates has finished. Try the software that you had issues with again, and if the issue persists, please contact our support.",
304
+
"@miscCertsDialog": {
305
+
"description": "The dialog content for Update Root Certificates"
306
+
},
295
307
"settingsUpdateLabel": "Update Revision Tool",
296
308
"@settingsUpdateLabel": {
297
309
"description": "Default state of the Revision Tool's update card label"
298
310
},
311
+
"updateButton": "Update",
312
+
"@updateButton": {
313
+
"description": "Update button"
314
+
},
299
315
"settingsUpdateButton": "Check for Updates",
300
316
"@settingsUpdateButton": {
301
317
"description": "Default state of the Revision Tool's update button"
0 commit comments