From dd3e610f77a344cb810237efa36c80b88d28edbb Mon Sep 17 00:00:00 2001 From: FaizHashmiCS22 Date: Tue, 21 Mar 2023 11:50:41 +0300 Subject: [PATCH] Design Progress 3-20 --- lib/generated/locale_keys.g.dart | 124 +++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 lib/generated/locale_keys.g.dart diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart new file mode 100644 index 0000000..fbbf4a1 --- /dev/null +++ b/lib/generated/locale_keys.g.dart @@ -0,0 +1,124 @@ +// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart + +abstract class LocaleKeys { + static const firstTimeLogIn = 'firstTimeLogIn'; + static const signUp = 'signUp'; + static const changeMobile = 'changeMobile'; + static const notifications = 'notifications'; + static const general = 'general'; + static const defineLicences = 'defineLicences'; + static const dealershipSettings = 'dealershipSettings'; + static const changePassword = 'changePassword'; + static const retrievePassword = 'retrievePassword'; + static const changeEmail = 'changeEmail'; + static const verify = 'verify'; + static const verified = 'verified'; + static const signOut = 'signOut'; + static const enterEmail = 'enterEmail'; + static const enterNewEmail = 'enterNewEmail'; + static const enterCurrentPassword = 'enterCurrentPassword'; + static const enterNewPassword = 'enterNewPassword'; + static const enterOldPassword = 'enterOldPassword'; + static const confirm = 'confirm'; + static const enterNewPhoneNumber = 'enterNewPhoneNumber'; + static const completeProfile = 'completeProfile'; + static const continu = 'continu'; + static const confirmPassword = 'confirmPassword'; + static const createPassword = 'createPassword'; + static const email = 'email'; + static const firstName = 'firstName'; + static const surname = 'surname'; + static const confirmPass = 'confirmPass'; + static const createPass = 'createPass'; + static const newPassword = 'newPassword'; + static const forgetPassword = 'forgetPassword'; + static const forgetPasswordRecover = 'forgetPasswordRecover'; + static const editAccount = 'editAccount'; + static const change = 'change'; + static const verifyAccount = 'verifyAccount'; + static const login = 'login'; + static const welcomeMessage = 'welcomeMessage'; + static const forgetPass = 'forgetPass'; + static const enterPhoneNumber = 'enterPhoneNumber'; + static const phoneNumberVerified = 'phoneNumberVerified'; + static const verifyNewPassword = 'verifyNewPassword'; + static const EnterPass = 'EnterPass'; + static const alreadySigned = 'alreadySigned'; + static const emailChangedSuccessfully = 'emailChangedSuccessfully'; + static const passwordIsUpdated = 'passwordIsUpdated'; + static const passwordShouldContains = 'passwordShouldContains'; + static const successfullyRegistered = ' successfullyRegistered'; + static const pleaseEnterSamePassword = 'pleaseEnterSamePassword'; + static const firstNameMandatory = 'firstNameMandatory'; + static const surnameNameMandatory = 'surnameNameMandatory'; + static const passwordNameMandatory = 'passwordNameMandatory'; + static const enterValidEmail = 'enterValidEmail'; + static const pleaseAcceptTerms = 'pleaseAcceptTerms'; + static const emailVerified = 'emailVerified'; + static const selectMethod = 'selectMethod'; + static const emailAddress = 'emailAddress'; + static const loginSelection = 'loginSelection'; + static const selectCountryCode = 'selectCountryCode'; + static const selectProviderRole = 'selectProviderRole'; + static const addPhoneNo = 'addPhoneNo'; + static const onlyCustomerApp = 'onlyCustomerApp'; + static const imageUploaded = 'imageUploaded'; + static const fileLarger = 'fileLarger'; + static const account = 'account'; + static const edit = 'edit'; + static const imageDeleted = 'imageDeleted'; + static const dashboard = 'dashboard'; + static const termsOfService = 'termsOfService'; + static const userInformation = 'userInformation'; + static const faceRecognition = 'faceRecognition'; + static const fingerPrint = 'fingerPrint'; + static const whatsapp = 'whatsapp'; + static const SMS = 'SMS'; + static const selectRole = 'selectRole'; + static const userRoleOrTitle = 'userRoleOrTitle'; + static const codeSentToEmail = 'codeSentToEmail'; + static const number = 'number'; + static const english = 'english'; + static const title = 'title'; + static const msg = 'msg'; + static const msg_named = 'msg_named'; + static const clickMe = 'clickMe'; + 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_password = 'profile.reset_password.password'; + static const profile_reset_password = 'profile.reset_password'; + static const profile = 'profile'; + static const clicked = 'clicked'; + static const amount = 'amount'; + static const gender_with_arg = 'gender.with_arg'; + static const gender = 'gender'; + static const reset_locale = 'reset_locale'; + static const welcomeDes = 'welcomeDes'; + static const log_in = 'log_in'; + static const send = 'send'; + static const phoneNumber = 'phoneNumber'; + static const forgetPasswordQ = 'forgetPasswordQ'; + static const recover = 'recover'; + static const retrivePassword = 'retrivePassword'; + static const retriveOnPhone = 'retriveOnPhone'; + static const retriveOnEmail = 'retriveOnEmail'; + static const enterPhoneForVerfication = 'enterPhoneForVerfication'; + static const welcomeBack = 'welcomeBack'; + static const selectYourCountry = 'selectYourCountry'; + static const chooseCountry = 'chooseCountry'; + static const terms = 'terms'; + static const profileMsg = 'profileMsg'; + static const save = 'save'; + static const insert_otp_code = 'insert_otp_code'; + static const type_code = 'type_code'; + static const resend_code = 'resend_code'; + static const check_code = 'check_code'; + static const time_will_expire = 'time_will_expire'; + static const sec = 'sec'; + static const home = 'home'; + static const providers = 'providers'; + static const appointments = 'appointments'; + static const ads = 'ads'; + static const settings = 'settings'; + +}