checkpoint

This commit is contained in:
2025-11-26 17:41:37 -05:00
parent ef5c0c1a95
commit 2ecd1c5b4e
15 changed files with 794 additions and 152 deletions
+114
View File
@@ -445,6 +445,120 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Initializing navigation...'**
String get initializingNavigation;
/// No description provided for @noProfileInfo.
///
/// In en, this message translates to:
/// **'No profile information'**
String get noProfileInfo;
/// No description provided for @preferences.
///
/// In en, this message translates to:
/// **'Preferences'**
String get preferences;
/// No description provided for @systemLanguage.
///
/// In en, this message translates to:
/// **'System'**
String get systemLanguage;
/// No description provided for @theme.
///
/// In en, this message translates to:
/// **'Theme'**
String get theme;
/// No description provided for @themeLight.
///
/// In en, this message translates to:
/// **'Light'**
String get themeLight;
/// No description provided for @themeDark.
///
/// In en, this message translates to:
/// **'Dark'**
String get themeDark;
/// No description provided for @themeSystem.
///
/// In en, this message translates to:
/// **'Auto'**
String get themeSystem;
/// No description provided for @builtWithFlutter.
///
/// In en, this message translates to:
/// **'Built with Flutter'**
String get builtWithFlutter;
/// No description provided for @noAddress.
///
/// In en, this message translates to:
/// **'No address'**
String get noAddress;
/// No description provided for @routeDeliveries.
///
/// In en, this message translates to:
/// **'{delivered}/{total} deliveries'**
String routeDeliveries(int delivered, int total);
/// No description provided for @username.
///
/// In en, this message translates to:
/// **'Username'**
String get username;
/// No description provided for @usernameHint.
///
/// In en, this message translates to:
/// **'Enter your username'**
String get usernameHint;
/// No description provided for @usernameRequired.
///
/// In en, this message translates to:
/// **'Username is required'**
String get usernameRequired;
/// No description provided for @password.
///
/// In en, this message translates to:
/// **'Password'**
String get password;
/// No description provided for @passwordHint.
///
/// In en, this message translates to:
/// **'Enter your password'**
String get passwordHint;
/// No description provided for @passwordRequired.
///
/// In en, this message translates to:
/// **'Password is required'**
String get passwordRequired;
/// No description provided for @loginButton.
///
/// In en, this message translates to:
/// **'Login'**
String get loginButton;
/// No description provided for @navigate.
///
/// In en, this message translates to:
/// **'Navigate'**
String get navigate;
/// No description provided for @upload.
///
/// In en, this message translates to:
/// **'Upload'**
String get upload;
}
class _AppLocalizationsDelegate