You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
344 lines
18 KiB
Dart
344 lines
18 KiB
Dart
|
1 month ago
|
import 'package:get/get.dart';
|
||
|
|
|
||
|
|
class TranslationKeys {
|
||
|
|
static String textUserActivityTitle = "textUserActivityTitle";
|
||
|
|
static String textAddBeneficiary = "textAddBeneficiary";
|
||
|
|
static String textWarningContent = "textWarningContent";
|
||
|
|
|
||
|
|
static String textUserActivityChannel = "textUserActivityChannel";
|
||
|
|
static String textReferenceCode = "textReferenceCode";
|
||
|
|
|
||
|
|
static var textUserActivityDevice = "textUserActivityDevice";
|
||
|
|
static var textInternetConnectivity = "textInternetConnectivity";
|
||
|
|
static var textInternalAccountTransaction = "textInternalAccountTransaction";
|
||
|
|
|
||
|
|
static var textPay = "textPay";
|
||
|
|
static var textTransferAmount = "textTransferAmount";
|
||
|
|
static var textAddToBeneficiary = "textAddToBeneficiary";
|
||
|
|
static var textDelete = "textDelete";
|
||
|
|
|
||
|
|
static String changepassword = "changepassword";
|
||
|
|
static String textAddAccount = "textAddAccount";
|
||
|
|
static String textCreateAccount = "textCreateAccount";
|
||
|
|
static String textReverse = "textReverse";
|
||
|
|
|
||
|
|
static String textChangePassword = "textChangePassword";
|
||
|
|
static String textEnterEmail = "textEnterEmail";
|
||
|
|
static String textCongratulationsContent = "textCongratulationsContent";
|
||
|
|
|
||
|
|
static String textSelectFromDateAndProceed = "textSelectFromDateAndProceed";
|
||
|
|
static String transPakGasAgency = "transPakGasAgency";
|
||
|
|
static String transSuiGas = "transSuiGas";
|
||
|
|
static String transMinerva = "transMinerva";
|
||
|
|
static String transNestle = "transNestle";
|
||
|
|
static String transAquaFujitenma = "transAquaFujitenma";
|
||
|
|
static String transPepsiCo = "transPepsiCo";
|
||
|
|
static String transFiber = "transFiber";
|
||
|
|
static String transZong = "transZong";
|
||
|
|
static String textPasswordPattern = "textPasswordPattern";
|
||
|
|
static String textOurFee = "textOurFee";
|
||
|
|
static String textTotalAmountWellConvert = "textTotalAmountWellConvert";
|
||
|
|
static String textGuaranteedExchnageRate = "textGuaranteedExchnageRate";
|
||
|
|
static String textSelectYourGLSAccount = "textSelectYourGLSAccount";
|
||
|
|
static String textGlsAccounts = "textGlsAccounts";
|
||
|
|
static String textEnterMessage = "textEnterMessage";
|
||
|
|
|
||
|
|
static String continueText = "Continue";
|
||
|
|
static String ERR_CONNECTION = "ERR_CONNECTION";
|
||
|
|
|
||
|
|
static String makeTranslation(String key) {
|
||
|
|
return key.tr;
|
||
|
|
}
|
||
|
|
|
||
|
|
static String textWelcomeToJoin = "textWelcomeToJoin";
|
||
|
|
static String textShare = "textShare";
|
||
|
|
static String textIntroDescription = "textIntroDescription";
|
||
|
|
static String textLogin = "textLogin";
|
||
|
|
static String textRegister = "textRegister";
|
||
|
|
static String textFindUAgent = "textFindUAgent";
|
||
|
|
static String textQRPay = "textQRPay";
|
||
|
|
static String textHelp = "textHelp";
|
||
|
|
static String textContactUs = "textContactUs";
|
||
|
|
static String textGetInTouch = "textGetInTouch";
|
||
|
|
static String textEmail = "textEmail";
|
||
|
|
static String textPhone = "textPhone";
|
||
|
|
static String textOTPDescription = "textOTPDescription";
|
||
|
|
static String textOTP = "textOTP";
|
||
|
|
static String textOTPValid = "textOTPValid";
|
||
|
|
static String textResend = "textResend";
|
||
|
|
static String textVerify = "textVerify";
|
||
|
|
static String textCongratulations = "textCongratulations";
|
||
|
|
static String textOTPMessage = "textOTPMessage";
|
||
|
|
static String resetPasswordMessage = "resetPasswordMessage";
|
||
|
|
static String textContinue = "textContinue";
|
||
|
|
static String textAccountTitle = "textAccountTitle";
|
||
|
|
static String textAccountSession = "textAccountSession";
|
||
|
|
static String textSuccess = "textSuccess";
|
||
|
|
static String textOK = "textOK";
|
||
|
|
static String textWarning = "textWarning";
|
||
|
|
static String textCancel = "textCancel";
|
||
|
|
static String textConformation = "textConformation";
|
||
|
|
static String textLogOutContent = "textLogOutContent";
|
||
|
|
static String textManage = "textManage";
|
||
|
|
static String textLogout = "textLogout";
|
||
|
|
static String textVersion = "textVersion";
|
||
|
|
static String textMyAccount = "textMyAccount";
|
||
|
|
static String textBillManagement = "textBillManagement";
|
||
|
|
static String textChequeManagement = "textChequeManagement";
|
||
|
|
static String textUSend = "textUSend";
|
||
|
|
static String textUReceived = "textUReceived";
|
||
|
|
static String textBeneficiaryManagement = "textBeneficiaryManagement";
|
||
|
|
static String textAgentLocation = "textAgentLocation";
|
||
|
|
static String textAccountStatement = "textAccountStatement";
|
||
|
|
static String textSupport = "textSupport";
|
||
|
|
static String textUserProfile = "textUserProfile";
|
||
|
|
static String textUserActivity = "textUserActivity";
|
||
|
|
static String textLogOut = "textLogOut";
|
||
|
|
static String textUCash = "textUCash";
|
||
|
|
static String textUShop = "textUShop";
|
||
|
|
static String textOverView = "textOverView";
|
||
|
|
static String textDashboardWelcomeUser = "textDashboardWelcomeUser";
|
||
|
|
static String textTotalAvailableFunds = "textTotalAvailableFunds";
|
||
|
|
static String textTotalAvailableBalance = "textTotalAvailableBalance";
|
||
|
|
static String textTotalAvailableBalanceInWords = "textTotalAvailableBalanceInWords";
|
||
|
|
static String textAccountNumber = "textAccountNumber";
|
||
|
|
static String textPleaseSelectAccount = "textPleaseSelectAccount";
|
||
|
|
static String textStatementDetails = "textStatementDetails";
|
||
|
|
static String textBalance = "textBalance";
|
||
|
|
static String textUPrimary = "textUPrimary";
|
||
|
|
static String textUSave = "textUSave";
|
||
|
|
static String textUChaChing = "textUChaChing";
|
||
|
|
static String textAboutUs = "textAboutUs";
|
||
|
|
static String textCareer = "textCareer";
|
||
|
|
static String textWHY = "textWHY";
|
||
|
|
static String textWHYDescription = "textWHYDescription";
|
||
|
|
static String textWHAT = "textWHAT";
|
||
|
|
static String textWHATDescription = "textWHATDescription";
|
||
|
|
static String textWHO = "textWHO";
|
||
|
|
static String textWHODescription = "textWHODescription";
|
||
|
|
static String textJobTitle = "textJobTitle";
|
||
|
|
static String textApply = "textApply";
|
||
|
|
static String textOfficeAddress = "textOfficeAddress";
|
||
|
|
static String textJobSkills = "textJobSkills";
|
||
|
|
static String textSelectPersonalAccount = "textSelectPersonalAccount";
|
||
|
|
static String textRecipientDetail = "textRecipientDetail";
|
||
|
|
static String textPhoneNumber = "textPhoneNumber";
|
||
|
|
static String textRecipientCardName = "textRecipientCardName";
|
||
|
|
static String textSelectCurrency = "textSelectCurrency";
|
||
|
|
static String textSendingAmount = "textSendingAmount";
|
||
|
|
static String textExchangeRate = "textExchangeRate";
|
||
|
|
static String textMessageMemo = "textMessageMemo";
|
||
|
|
static String textSend = "textSend";
|
||
|
|
static String textClear = "textClear";
|
||
|
|
static String textPermissionDenied = "textPermissionDenied";
|
||
|
|
static String textMyProfile = "textMyProfile";
|
||
|
|
static String textNotFound = "textNotFound";
|
||
|
|
static String textRecipient = "textRecipient";
|
||
|
|
static String textHome = "textHome";
|
||
|
|
static String textCurrency = "textCurrency";
|
||
|
|
static String textMessage = "textMessage";
|
||
|
|
static String textConfirm = "textConfirm";
|
||
|
|
static String textEndingBalance = "textEndingBalance";
|
||
|
|
static String textPendingRemittance = "textPendingRemittance";
|
||
|
|
static String textReceived = "textReceived";
|
||
|
|
static String textPinCode = "textPinCode";
|
||
|
|
static String textBack = "textBack";
|
||
|
|
static String textCancelDescription = "textCancelDescription";
|
||
|
|
static String textYes = "textYes";
|
||
|
|
static String textErrorRequired = "textErrorRequired";
|
||
|
|
static String textUserName = "textUserName";
|
||
|
|
static String textPassword = "textPassword";
|
||
|
|
static String textConfirmPassword = "textConfirmPassword";
|
||
|
|
static String textEmailID = "textEmailID";
|
||
|
|
static String textCellNumber = "textCellNumber";
|
||
|
|
static String textNext = "textNext";
|
||
|
|
static String textName = "textName";
|
||
|
|
static String textAddress = "textAddress";
|
||
|
|
static String textIdentityNumber = "textIdentityNumber";
|
||
|
|
static String textSSNTaxPayerID = "textSSNTaxPayerID";
|
||
|
|
static String textPassportAlienID = "textPassportAlienID";
|
||
|
|
static String textChooseDocumentType = "textChooseDocumentType";
|
||
|
|
static String textCNIC = "textCNIC";
|
||
|
|
static String textDivingLicense = "textDivingLicense";
|
||
|
|
static String textPassport = "textPassport";
|
||
|
|
static String textDocumentsDescription = "textDocumentsDescription";
|
||
|
|
static String textFront = "textFront";
|
||
|
|
static String textSkipKYC = "textSkipKYC";
|
||
|
|
static String textSignUpDescriptionDailog = "textSignUpDescriptionDailog";
|
||
|
|
static String textNotRegisterUser = "textNotRegisterUser";
|
||
|
|
static String textRegisterNow = "textRegisterNow";
|
||
|
|
static String textSingUp = "textSingUp";
|
||
|
|
static String textUploadKYC = "textUploadKYC";
|
||
|
|
static String textTransactionHistory = "textTransactionHistory";
|
||
|
|
static String textSelectOption = "textSelectOption";
|
||
|
|
static String textSearch = "textSearch";
|
||
|
|
|
||
|
|
/// import from Include app
|
||
|
|
static String textMapLocationTitle = "textMapLocationTitle";
|
||
|
|
static String textNormalMap = "textNormalMap";
|
||
|
|
static String textSatelliteMap = "textSatelliteMap";
|
||
|
|
static String textHybridMap = "textHybridMap";
|
||
|
|
static String textMapContactNumber = "textMapContactNumber";
|
||
|
|
static String transUtilityBillCategory = "transUtilityBillCategory".tr;
|
||
|
|
static String transUtilityBill = "transUtilityBill";
|
||
|
|
static String textSelectBillType = "textSelectBillType";
|
||
|
|
static String transUtilityElectricity = "transUtilityElectricity";
|
||
|
|
static String transUtilityGas = "transUtilityGas";
|
||
|
|
static String transUtilityInternet = "transUtilityInternet";
|
||
|
|
static String transUtilityPTCL = "transUtilityPTCL";
|
||
|
|
static String transUtilityWater = "transUtilityWater";
|
||
|
|
static String transUtilityCreditCard = "transUtilityCreditCard";
|
||
|
|
static String textSelectCompany = "textSelectCompany";
|
||
|
|
static String transUtilityAJKBARKIYAT = "transUtilityAJKBARKIYAT".tr;
|
||
|
|
static String transUtilityFESCO = "transUtilityFESCO".tr;
|
||
|
|
static String transUtilityGBBARKIYAT = "transUtilityGBBARKIYAT".tr;
|
||
|
|
static String transUtilityGEPCO = "transUtilityGEPCO".tr;
|
||
|
|
static String transUtilityHESCO = "transUtilityHESCO".tr;
|
||
|
|
static String transUtilityIESCO = "transUtilityIESCO".tr;
|
||
|
|
static String textChequeBookActivation = "textChequeBookActivation";
|
||
|
|
static String textChequeBookActivationDialogMsg = "textChequeBookActivationDialogMsg";
|
||
|
|
static String textActivationContent = "textActivationContent";
|
||
|
|
static String textActivationContentPart = "textActivationContentPart";
|
||
|
|
static String textAccount = "textAccount";
|
||
|
|
|
||
|
|
//static String textAccountNumber = "textAccountNumber";
|
||
|
|
static String textBillDetailCustomerName = "textBillDetailCustomerName";
|
||
|
|
static String textFirstLeaf = "textFirstLeaf";
|
||
|
|
static String textEnterChequeNumber = "textEnterChequeNumber";
|
||
|
|
static String textLastLeaf = "textLastLeaf";
|
||
|
|
static String textChequeRequestDetail = "textChequeRequestDetail";
|
||
|
|
static String textChequeBookRequestContent = "textChequeBookRequestContent";
|
||
|
|
static String textLeave20 = "textLeave20";
|
||
|
|
static String textLeaves = "textLeaves";
|
||
|
|
static String textGet = "textGet";
|
||
|
|
static String textLeave50 = "textLeave50";
|
||
|
|
static String textLeave100 = "textLeave100";
|
||
|
|
static String textChange = "textChange";
|
||
|
|
static String textDeliveryAddress = "textDeliveryAddress";
|
||
|
|
static String textChequeBookRequestAddress = "textChequeBookRequestAddress";
|
||
|
|
static String textCharges = "textCharges";
|
||
|
|
static String textScheduleCharges = "textScheduleCharges";
|
||
|
|
static String textDate = "textDate";
|
||
|
|
static String textDateContent = "textDateContent";
|
||
|
|
static String textRequestSummary = "textRequestSummary";
|
||
|
|
static String textNumberofLeaves = "textNumberofLeaves";
|
||
|
|
static String textQueryContent = "textQueryContent";
|
||
|
|
static String textDeposit = "textDeposit";
|
||
|
|
static String textChequeDeposit = "textChequeDeposit";
|
||
|
|
static String textChequeStatusContent = "textChequeStatusContent";
|
||
|
|
static String textDepositToChequing = "textDepositToChequing";
|
||
|
|
static String text1000 = "text1000";
|
||
|
|
static String textMax300000 = "textMax300000";
|
||
|
|
static String textSelectAccount = "textSelectAccount";
|
||
|
|
static String textFrontOfCheque = "textFrontOfCheque";
|
||
|
|
static String textBackofCheque = "textBackofCheque";
|
||
|
|
static String textTryAgain = "textTryAgain";
|
||
|
|
static String textChequeStatus = "textChequeStatus";
|
||
|
|
static String textChequeActivation = "textChequeActivation";
|
||
|
|
static String textChequeRequest = "textChequeRequest";
|
||
|
|
static String textChequeRequestContent = "textChequeRequestContent";
|
||
|
|
static String textChequeNumber = "textChequeNumber";
|
||
|
|
static String textChequeStatusHistory = "textChequeStatusHistory";
|
||
|
|
static String textChequeStatusHistoryContent = "textChequeStatusHistoryContent";
|
||
|
|
static String textChequeStatusCheckNumber = "textChequeStatusCheckNumber";
|
||
|
|
static String textChequeStatusHistoryRefNo = "textChequeStatusHistoryRefNo";
|
||
|
|
static String textChequeStatusHistorySuccess = "textChequeStatusHistorySuccess";
|
||
|
|
static String textChequeStatusHistoryCancel = "textChequeStatusHistoryCancel";
|
||
|
|
static String textPTCLLandLine = "textPTCLLandLine";
|
||
|
|
static String textSelectAccountDetails = "textSelectAccountDetails";
|
||
|
|
static String textCreditCard = "textCreditCard";
|
||
|
|
static String textCreditCardNumber = "textCreditCardNumber";
|
||
|
|
static String textAmountDebit = "textAmountDebit";
|
||
|
|
static String textEnterConsumerName = "textEnterConsumerName";
|
||
|
|
static String textTotalAmount = "textTotalAmount";
|
||
|
|
static String textEnterAmount = "textEnterAmount";
|
||
|
|
static String textBillDetails = "textBillDetails";
|
||
|
|
static String textBillConsumerName = "textBillConsumerName";
|
||
|
|
static String textBillAmount = "textBillAmount";
|
||
|
|
static String textDueDate = "textDueDate";
|
||
|
|
static String textAmountDueAfterDueDate = "textAmountDueAfterDueDate";
|
||
|
|
static String textBillStatus = "textBillStatus";
|
||
|
|
static String textBillDetailZero = "textBillDetailZero";
|
||
|
|
static String textBillDetailDate = "textBillDetailDate";
|
||
|
|
static String textBillDetailUnPaid = "textBillDetailUnPaid";
|
||
|
|
static String textPayNow = "textPayNow";
|
||
|
|
static String textBillDetailContent = "textBillDetailContent";
|
||
|
|
static String textBillDetailBalance = "textBillDetailBalance";
|
||
|
|
static String textBillDetailBillAmount = "textBillDetailBillAmount";
|
||
|
|
static String textBillDetailBillDueDate = "textBillDetailBillDueDate";
|
||
|
|
static String textBillDetailBillAmountDue = "textBillDetailBillAmountDue";
|
||
|
|
static String textBillDetailBillAfterDueDate = "textBillDetailBillAfterDueDate";
|
||
|
|
static String textBillDetailBillStatus = "textBillDetailBillStatus";
|
||
|
|
static String textProfileHey = "textProfileHey";
|
||
|
|
static String textProfileUsername = "textProfileUsername";
|
||
|
|
static String textAppSettingTitle = "textAppSettingTitle";
|
||
|
|
static String textLanguagesTitle = "textLanguagesTitle";
|
||
|
|
static String textDarkModeContent = "textDarkModeContent";
|
||
|
|
static String textFingerPrintTitle = "textFingerPrintTitle";
|
||
|
|
static String textFingerPrintContent = "textFingerPrintContent";
|
||
|
|
static String textPasswordChangeTitle = "textPasswordChangeTitle";
|
||
|
|
static String textPasswordChangeContent = "textPasswordChangeContent";
|
||
|
|
static String textTermOfService = "textTermOfService";
|
||
|
|
static String textPrivacy = "textPrivacy";
|
||
|
|
static String textInviteFriends = "textInviteFriends";
|
||
|
|
static String textDialogConformation = "textDialogConformation";
|
||
|
|
static String textDialogContent = "textDialogContent";
|
||
|
|
static String textSignOut = "textSignOut";
|
||
|
|
static String textSelectYourOption = "textSelectYourOption";
|
||
|
|
static String textLanguageEnglish = "textLanguageEnglish";
|
||
|
|
static String textLanguageArabic = "textLanguageArabic";
|
||
|
|
static String textLanguageUrdu = "textLanguageUrdu";
|
||
|
|
static String textNoSelect = "textNoSelect";
|
||
|
|
static String textMyAccountTitle = "textMyAccountTitle";
|
||
|
|
static String textMyAccountAccountTitle = "textMyAccountAccountTitle";
|
||
|
|
static String textMyAccountAccountNumber = "textMyAccountAccountNumber";
|
||
|
|
static String textMyAccountBranchCode = "textMyAccountBranchCode";
|
||
|
|
static String textMyAccountAccountOpeningDate = "textMyAccountAccountOpeningDate";
|
||
|
|
static String textAppSetting = "textAppSetting";
|
||
|
|
static String textLoginTitle = "textLoginTitle";
|
||
|
|
static String textInvalidFingerprint = "textInvalidFingerprint";
|
||
|
|
static String textDailyTransactionLimit = "textDailyTransactionLimit";
|
||
|
|
static String textChangeTransactionPin = "textChangeTransactionPin";
|
||
|
|
static String textQRSetting = "textQRSetting";
|
||
|
|
static String textTransactionLimit = "textTransactionLimit";
|
||
|
|
static String textTransactionPin = "textTransactionPin";
|
||
|
|
static String textOldLimit = "textOldLimit";
|
||
|
|
static String textMaximumLengthContent = "textMaximumLengthContent";
|
||
|
|
static String textLimitNoteContent = "textLimitNoteContent";
|
||
|
|
static String textCurrentDailyLimit = "textCurrentDailyLimit";
|
||
|
|
static String textDone = "textDone";
|
||
|
|
static String textPinOTPMessage = "textPinOTPMessage";
|
||
|
|
static String textYourUCOQR = "textYourUCOQR";
|
||
|
|
static String textUCOQRContent = "textUCOQRContent";
|
||
|
|
static String textQrAccountName = "textQrAccountName";
|
||
|
|
static String textQrAccountNumber = "textQrAccountNumber";
|
||
|
|
static String textShareQRCode = "textShareQRCode";
|
||
|
|
static String textSavetoGallery = "textSavetoGallery";
|
||
|
|
static String textNotifications = "textNotifications";
|
||
|
|
static String textFilter = "textFilter";
|
||
|
|
static String textCreateTransactionPin = "textCreateTransactionPin";
|
||
|
|
static String textPleaseCreatenewtransactionpin = "textPleaseCreatenewtransactionpin";
|
||
|
|
static String textConfirmTransactionPin = "textConfirmTransactionPin";
|
||
|
|
static String textOldTransactionPin = "textOldTransactionPin";
|
||
|
|
static String textNotificationDetails = "textNotificationDetails";
|
||
|
|
static String textNotificationDetailsContent = "textNotificationDetailsContent";
|
||
|
|
static String textError = "textError";
|
||
|
|
static String textDescription = "textDescription";
|
||
|
|
static String textInform = "textInform";
|
||
|
|
static String textConfirmTransaction = "textConfirmTransaction";
|
||
|
|
static String textHowdoyouwanttopay = "textHowdoyouwanttopay";
|
||
|
|
static String textDebitCard = "textDebitCard";
|
||
|
|
static String textDebitCardContent = "textDebitCardContent";
|
||
|
|
static String textBankTransfer = "textBankTransfer";
|
||
|
|
static String textGeneralLedger = "textGeneralLedger";
|
||
|
|
static String transAddMoney = "transAddMoney";
|
||
|
|
static String textGLCode = "textGLCode";
|
||
|
|
static String textFaqs = "textFaqs";
|
||
|
|
static String textHowCanIHelpYou = "textHowCanIHelpYou";
|
||
|
|
static String textExploreAllArticles = "textExploreAllArticles";
|
||
|
|
static String textFirstName = "textFirstName";
|
||
|
|
static String textLastName = "textLastName";
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|