Many minor improvements
This commit is contained in:
@@ -122,6 +122,36 @@ abstract class AppLocalizations {
|
||||
/// **'Add existing device'**
|
||||
String get addExistingDevice;
|
||||
|
||||
/// No description provided for @nfcDisabled.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'NFC is disabled on your device!'**
|
||||
String get nfcDisabled;
|
||||
|
||||
/// No description provided for @nfcRequired.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'This app requires NFC as part of the core functionality.'**
|
||||
String get nfcRequired;
|
||||
|
||||
/// No description provided for @nfcUnsupported.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Your device does not support NFC'**
|
||||
String get nfcUnsupported;
|
||||
|
||||
/// No description provided for @nfcReady.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'NFC is ready!'**
|
||||
String get nfcReady;
|
||||
|
||||
/// No description provided for @nfcReadyDescription.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'You can tap the device with the NFC scanner now.'**
|
||||
String get nfcReadyDescription;
|
||||
|
||||
/// No description provided for @registerDevice.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -230,6 +260,24 @@ abstract class AppLocalizations {
|
||||
/// **'Reconfigure Network'**
|
||||
String get reconfigureNetwork;
|
||||
|
||||
/// No description provided for @factoryReset.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Factory Reset'**
|
||||
String get factoryReset;
|
||||
|
||||
/// No description provided for @resetConfirm.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Are you sure you want to proceed with the factory reset? Your data will be lost and unrecoverable, and you must setup the device again.'**
|
||||
String get resetConfirm;
|
||||
|
||||
/// No description provided for @reset.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Reset'**
|
||||
String get reset;
|
||||
|
||||
/// No description provided for @status.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -265,6 +313,12 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Router SSID: {ssid}'**
|
||||
String routerSsid(String ssid);
|
||||
|
||||
/// No description provided for @activityLogs.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Activity Logs'**
|
||||
String get activityLogs;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user