Skip to content

Commit f7866fc

Browse files
committed
fix: align text and icon in Write NFC Tags
1 parent c92838d commit f7866fc

18 files changed

+413
-62
lines changed

lib/l10n/app_localizations.dart

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ abstract class AppLocalizations {
115115
Locale('id'),
116116
Locale('ja'),
117117
Locale('nb'),
118-
Locale('nb', 'NO'),
119118
Locale('pt'),
120119
Locale('pt', 'BR'),
121120
Locale('ru'),
@@ -2597,6 +2596,48 @@ abstract class AppLocalizations {
25972596
/// In en, this message translates to:
25982597
/// **'Choose image from gallery'**
25992598
String get chooseImageFromGallery;
2599+
2600+
/// No description provided for @processingImages.
2601+
///
2602+
/// In en, this message translates to:
2603+
/// **'Processing images...'**
2604+
String get processingImages;
2605+
2606+
/// No description provided for @refreshModeInfo.
2607+
///
2608+
/// In en, this message translates to:
2609+
/// **'Refresh Mode Information'**
2610+
String get refreshModeInfo;
2611+
2612+
/// No description provided for @fullRefreshInfo.
2613+
///
2614+
/// In en, this message translates to:
2615+
/// **'Full Refresh'**
2616+
String get 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+
String get fullRefreshDescription;
2623+
2624+
/// No description provided for @partialRefreshInfo.
2625+
///
2626+
/// In en, this message translates to:
2627+
/// **'Partial Refresh (Waveforms)'**
2628+
String get 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+
String get partialRefreshDescription;
2635+
2636+
/// No description provided for @longPressForInfo.
2637+
///
2638+
/// In en, this message translates to:
2639+
/// **'Long press for more information'**
2640+
String get longPressForInfo;
26002641
}
26012642

26022643
class _AppLocalizationsDelegate
@@ -2647,14 +2688,6 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
26472688

26482689
// Lookup logic when language+country codes are specified.
26492690
switch (locale.languageCode) {
2650-
case 'nb':
2651-
{
2652-
switch (locale.countryCode) {
2653-
case 'NO':
2654-
return AppLocalizationsNbNo();
2655-
}
2656-
break;
2657-
}
26582691
case 'pt':
26592692
{
26602693
switch (locale.countryCode) {

lib/l10n/app_localizations_de.dart

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,4 +1282,27 @@ class AppLocalizationsDe extends AppLocalizations {
12821282

12831283
@override
12841284
String get chooseImageFromGallery => 'Choose image from gallery';
1285+
1286+
@override
1287+
String get processingImages => 'Processing images...';
1288+
1289+
@override
1290+
String get refreshModeInfo => 'Refresh Mode Information';
1291+
1292+
@override
1293+
String get fullRefreshInfo => 'Full Refresh';
1294+
1295+
@override
1296+
String get fullRefreshDescription =>
1297+
'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.';
1298+
1299+
@override
1300+
String get partialRefreshInfo => 'Partial Refresh (Waveforms)';
1301+
1302+
@override
1303+
String get partialRefreshDescription =>
1304+
'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+
String get longPressForInfo => 'Long press for more information';
12851308
}

lib/l10n/app_localizations_en.dart

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,4 +1282,27 @@ class AppLocalizationsEn extends AppLocalizations {
12821282

12831283
@override
12841284
String get chooseImageFromGallery => 'Choose image from gallery';
1285+
1286+
@override
1287+
String get processingImages => 'Processing images...';
1288+
1289+
@override
1290+
String get refreshModeInfo => 'Refresh Mode Information';
1291+
1292+
@override
1293+
String get fullRefreshInfo => 'Full Refresh';
1294+
1295+
@override
1296+
String get fullRefreshDescription =>
1297+
'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.';
1298+
1299+
@override
1300+
String get partialRefreshInfo => 'Partial Refresh (Waveforms)';
1301+
1302+
@override
1303+
String get partialRefreshDescription =>
1304+
'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+
String get longPressForInfo => 'Long press for more information';
12851308
}

lib/l10n/app_localizations_es.dart

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,4 +1282,27 @@ class AppLocalizationsEs extends AppLocalizations {
12821282

12831283
@override
12841284
String get chooseImageFromGallery => 'Choose image from gallery';
1285+
1286+
@override
1287+
String get processingImages => 'Processing images...';
1288+
1289+
@override
1290+
String get refreshModeInfo => 'Refresh Mode Information';
1291+
1292+
@override
1293+
String get fullRefreshInfo => 'Full Refresh';
1294+
1295+
@override
1296+
String get fullRefreshDescription =>
1297+
'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.';
1298+
1299+
@override
1300+
String get partialRefreshInfo => 'Partial Refresh (Waveforms)';
1301+
1302+
@override
1303+
String get partialRefreshDescription =>
1304+
'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+
String get longPressForInfo => 'Long press for more information';
12851308
}

lib/l10n/app_localizations_fr.dart

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,4 +1282,27 @@ class AppLocalizationsFr extends AppLocalizations {
12821282

12831283
@override
12841284
String get chooseImageFromGallery => 'Choose image from gallery';
1285+
1286+
@override
1287+
String get processingImages => 'Processing images...';
1288+
1289+
@override
1290+
String get refreshModeInfo => 'Refresh Mode Information';
1291+
1292+
@override
1293+
String get fullRefreshInfo => 'Full Refresh';
1294+
1295+
@override
1296+
String get fullRefreshDescription =>
1297+
'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.';
1298+
1299+
@override
1300+
String get partialRefreshInfo => 'Partial Refresh (Waveforms)';
1301+
1302+
@override
1303+
String get partialRefreshDescription =>
1304+
'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+
String get longPressForInfo => 'Long press for more information';
12851308
}

0 commit comments

Comments
 (0)