|
|
|
@ -1,6 +1,6 @@
|
|
|
|
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
|
|
|
|
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
|
|
|
|
|
|
|
|
|
|
|
|
abstract class LocaleKeys {
|
|
|
|
abstract class LocaleKeys {
|
|
|
|
static const mohemm = 'mohemm';
|
|
|
|
static const mohemm = 'mohemm';
|
|
|
|
static const english = 'english';
|
|
|
|
static const english = 'english';
|
|
|
|
static const arabic = 'arabic';
|
|
|
|
static const arabic = 'arabic';
|
|
|
|
@ -53,6 +53,7 @@ abstract class LocaleKeys {
|
|
|
|
static const confirm = 'confirm';
|
|
|
|
static const confirm = 'confirm';
|
|
|
|
static const passwordChangedSuccessfully = 'passwordChangedSuccessfully';
|
|
|
|
static const passwordChangedSuccessfully = 'passwordChangedSuccessfully';
|
|
|
|
static const itemsForSale = 'itemsForSale';
|
|
|
|
static const itemsForSale = 'itemsForSale';
|
|
|
|
|
|
|
|
static const attendanceDetails = 'attendanceDetails';
|
|
|
|
static const doNotUseRecentPassword = 'doNotUseRecentPassword';
|
|
|
|
static const doNotUseRecentPassword = 'doNotUseRecentPassword';
|
|
|
|
static const atLeastOneLowercase = 'atLeastOneLowercase';
|
|
|
|
static const atLeastOneLowercase = 'atLeastOneLowercase';
|
|
|
|
static const atLeastOneUppercase = 'atLeastOneUppercase';
|
|
|
|
static const atLeastOneUppercase = 'atLeastOneUppercase';
|
|
|
|
@ -65,14 +66,14 @@ abstract class LocaleKeys {
|
|
|
|
static const fingerPrint = 'fingerPrint';
|
|
|
|
static const fingerPrint = 'fingerPrint';
|
|
|
|
static const face = 'face';
|
|
|
|
static const face = 'face';
|
|
|
|
static const whatsapp = 'whatsapp';
|
|
|
|
static const whatsapp = 'whatsapp';
|
|
|
|
|
|
|
|
static const reject = 'reject';
|
|
|
|
|
|
|
|
static const approve = 'approve';
|
|
|
|
static const msg = 'msg';
|
|
|
|
static const msg = 'msg';
|
|
|
|
static const msg_named = 'msg_named';
|
|
|
|
static const msg_named = 'msg_named';
|
|
|
|
static const clickMe = 'clickMe';
|
|
|
|
static const clickMe = 'clickMe';
|
|
|
|
static const human = 'human';
|
|
|
|
static const human = 'human';
|
|
|
|
static const resources = 'resources';
|
|
|
|
static const resources = 'resources';
|
|
|
|
static const details = 'details';
|
|
|
|
static const details = 'details';
|
|
|
|
static const reject = 'reject';
|
|
|
|
|
|
|
|
static const approve = 'approve';
|
|
|
|
|
|
|
|
static const profile_reset_password_label = 'profile.reset_password.label';
|
|
|
|
static const profile_reset_password_label = 'profile.reset_password.label';
|
|
|
|
static const profile_reset_password_username = 'profile.reset_password.username';
|
|
|
|
static const profile_reset_password_username = 'profile.reset_password.username';
|
|
|
|
static const profile_reset_password_password = 'profile.reset_password.password';
|
|
|
|
static const profile_reset_password_password = 'profile.reset_password.password';
|
|
|
|
@ -83,4 +84,5 @@ abstract class LocaleKeys {
|
|
|
|
static const gender_with_arg = 'gender.with_arg';
|
|
|
|
static const gender_with_arg = 'gender.with_arg';
|
|
|
|
static const gender = 'gender';
|
|
|
|
static const gender = 'gender';
|
|
|
|
static const reset_locale = 'reset_locale';
|
|
|
|
static const reset_locale = 'reset_locale';
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|