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
+42-9Lines changed: 42 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,6 @@ abstract class AppLocalizations {
115
115
Locale('id'),
116
116
Locale('ja'),
117
117
Locale('nb'),
118
-
Locale('nb', 'NO'),
119
118
Locale('pt'),
120
119
Locale('pt', 'BR'),
121
120
Locale('ru'),
@@ -2597,6 +2596,48 @@ abstract class AppLocalizations {
2597
2596
/// In en, this message translates to:
2598
2597
/// **'Choose image from gallery'**
2599
2598
Stringget chooseImageFromGallery;
2599
+
2600
+
/// No description provided for @processingImages.
2601
+
///
2602
+
/// In en, this message translates to:
2603
+
/// **'Processing images...'**
2604
+
Stringget processingImages;
2605
+
2606
+
/// No description provided for @refreshModeInfo.
2607
+
///
2608
+
/// In en, this message translates to:
2609
+
/// **'Refresh Mode Information'**
2610
+
Stringget refreshModeInfo;
2611
+
2612
+
/// No description provided for @fullRefreshInfo.
2613
+
///
2614
+
/// In en, this message translates to:
2615
+
/// **'Full Refresh'**
2616
+
Stringget fullRefreshInfo;
2617
+
2618
+
/// No description provided for @fullRefreshDescription.
2619
+
///
2620
+
/// In en, this message translates to:
2621
+
/// **'Completely refreshes the entire display by clearing all pixels and redrawing the image. This provides the best image quality and contrast but takes longer to complete.'**
2622
+
Stringget fullRefreshDescription;
2623
+
2624
+
/// No description provided for @partialRefreshInfo.
2625
+
///
2626
+
/// In en, this message translates to:
2627
+
/// **'Partial Refresh (Waveforms)'**
2628
+
Stringget partialRefreshInfo;
2629
+
2630
+
/// No description provided for @partialRefreshDescription.
2631
+
///
2632
+
/// In en, this message translates to:
2633
+
/// **'Updates only the changed pixels using optimized waveforms. This is faster than full refresh but may result in ghosting or reduced contrast over time.'**
2634
+
Stringget partialRefreshDescription;
2635
+
2636
+
/// No description provided for @longPressForInfo.
'Completely refreshes the entire display by clearing all pixels and redrawing the image. This provides the best image quality and contrast but takes longer to complete.';
'Updates only the changed pixels using optimized waveforms. This is faster than full refresh but may result in ghosting or reduced contrast over time.';
1305
+
1306
+
@override
1307
+
Stringget longPressForInfo =>'Long press for more information';
'Completely refreshes the entire display by clearing all pixels and redrawing the image. This provides the best image quality and contrast but takes longer to complete.';
'Updates only the changed pixels using optimized waveforms. This is faster than full refresh but may result in ghosting or reduced contrast over time.';
1305
+
1306
+
@override
1307
+
Stringget longPressForInfo =>'Long press for more information';
'Completely refreshes the entire display by clearing all pixels and redrawing the image. This provides the best image quality and contrast but takes longer to complete.';
'Updates only the changed pixels using optimized waveforms. This is faster than full refresh but may result in ghosting or reduced contrast over time.';
1305
+
1306
+
@override
1307
+
Stringget longPressForInfo =>'Long press for more information';
'Completely refreshes the entire display by clearing all pixels and redrawing the image. This provides the best image quality and contrast but takes longer to complete.';
'Updates only the changed pixels using optimized waveforms. This is faster than full refresh but may result in ghosting or reduced contrast over time.';
1305
+
1306
+
@override
1307
+
Stringget longPressForInfo =>'Long press for more information';
0 commit comments