2025-11-24 12:55:20 +01:00
|
|
|
// Generated code - do not modify by hand
|
|
|
|
|
|
|
|
|
|
class I18n {
|
|
|
|
|
const I18n._();
|
|
|
|
|
|
|
|
|
|
static const String example = 'example';
|
2025-12-03 18:37:07 +01:00
|
|
|
static const String start = 'start';
|
|
|
|
|
static const String next = 'next';
|
|
|
|
|
static const String skip = 'skip';
|
|
|
|
|
static const String onboardingTitle1 = 'onboardingTitle1';
|
|
|
|
|
static const String onboardingSubtitle1 = 'onboardingSubtitle1';
|
|
|
|
|
static const String onboardingTitle2 = 'onboardingTitle2';
|
|
|
|
|
static const String onboardingSubtitle2 = 'onboardingSubtitle2';
|
|
|
|
|
static const String onboardingTitle3 = 'onboardingTitle3';
|
|
|
|
|
static const String onboardingSubtitle3 = 'onboardingSubtitle3';
|
2025-12-04 16:07:02 +01:00
|
|
|
static const String linkPhoneTitle = 'linkPhoneTitle';
|
|
|
|
|
static const String linkPhoneSubtitle = 'linkPhoneSubtitle';
|
|
|
|
|
static const String mobilePhone = 'mobilePhone';
|
|
|
|
|
static const String phoneNumber = 'phoneNumber';
|
2025-12-09 10:08:36 +01:00
|
|
|
static const String selectYourCountry = 'selectYourCountry';
|
|
|
|
|
static const String errorMessagePhoneIsEmpty = 'errorMessagePhoneIsEmpty';
|
|
|
|
|
static const String connect = "connect";
|
|
|
|
|
static const String verificationCodeSentTo = "verificationCodeSentTo";
|
|
|
|
|
static const String enterCodeHere = "enterCodeHere";
|
|
|
|
|
static const String enter = "enter";
|
|
|
|
|
static const String didNotReceiveIt = "didNotReceiveIt";
|
|
|
|
|
static const String tryAgain = "tryAgain";
|
2025-12-10 14:56:36 +01:00
|
|
|
static const String welcome = "welcome";
|
|
|
|
|
static const String username = "username";
|
|
|
|
|
static const String password = "password";
|
|
|
|
|
static const String forgotPassword = "forgotPassword";
|
|
|
|
|
static const String signIn = "signIn";
|
|
|
|
|
static const String orContinueWith = "orContinueWith";
|
|
|
|
|
static const String google = "google";
|
|
|
|
|
static const String apple = "apple";
|
|
|
|
|
static const String dontHaveAccount = "dontHaveAccount";
|
|
|
|
|
static const String createOneNow = "createOneNow";
|
2025-12-19 12:43:03 +01:00
|
|
|
static const String recoverPasswordTitle = 'recoverPasswordTitle';
|
|
|
|
|
static const String recoverPasswordSubtitle = 'recoverPasswordSubtitle';
|
|
|
|
|
static const String send = 'send';
|
|
|
|
|
static const String back = 'back';
|
|
|
|
|
static const String email = 'email';
|
|
|
|
|
static const String errorMessageContactIsEmpty = 'errorMessageContactIsEmpty';
|
|
|
|
|
static const String emailSent = 'emailSent';
|
|
|
|
|
static const String smsSent = 'smsSent';
|
|
|
|
|
static const String checkEmail1 = 'checkEmail1';
|
|
|
|
|
static const String checkSms1 = 'checkSms1';
|
|
|
|
|
static const String checkEmail2 = 'checkEmail2';
|
|
|
|
|
static const String checkSms2 = 'checkSms2';
|
|
|
|
|
static const String resendEmail = 'resendEmail';
|
|
|
|
|
static const String resendSms = 'resendSms';
|
|
|
|
|
static const String continueKey = 'continueKey';
|
|
|
|
|
static const String newPassword = 'newPassword';
|
|
|
|
|
static const String repeatPassword = 'repeatPassword';
|
|
|
|
|
static const String passwordLength = 'passwordLength';
|
|
|
|
|
static const String passwordCapital = 'passwordCapital';
|
|
|
|
|
static const String passwordNumber = 'passwordNumber';
|
|
|
|
|
static const String passwordSpecial = 'passwordSpecial';
|
|
|
|
|
static const String accept = 'accept';
|
2026-01-05 10:35:18 +01:00
|
|
|
static const String errorMessageUnequalPasswords =
|
|
|
|
|
'errorMessageUnequalPasswords';
|
|
|
|
|
static const String errorMessagePasswordTooShort =
|
|
|
|
|
'errorMessagePasswordTooShort';
|
|
|
|
|
static const String errorMessagePasswordNoCapitals =
|
|
|
|
|
'errorMessagePasswordNoCapitals';
|
|
|
|
|
static const String errorMessagePasswordNoNumbers =
|
|
|
|
|
'errorMessagePasswordNoNumbers';
|
|
|
|
|
static const String errorMessagePasswordNoSpecialChars =
|
|
|
|
|
'errorMessagePasswordNoSpecialChars';
|
2025-12-19 13:47:31 +01:00
|
|
|
static const String errorEmailRequired = 'errorEmailRequired';
|
|
|
|
|
static const String errorEmailInvalid = 'errorEmailInvalid';
|
|
|
|
|
static const String errorPasswordRequired = 'errorPasswordRequired';
|
|
|
|
|
static const String errorPasswordMinLength = 'errorPasswordMinLength';
|
|
|
|
|
static const String twoFactorTitle = 'twoFactorTitle';
|
|
|
|
|
static const String twoFactorSubtitle = 'twoFactorSubtitle';
|
|
|
|
|
static const String twoFactorCodeLabel = 'twoFactorCodeLabel';
|
|
|
|
|
static const String twoFactorCodeHint = 'twoFactorCodeHint';
|
|
|
|
|
static const String twoFactorVerify = 'twoFactorVerify';
|
2026-03-06 00:44:12 +01:00
|
|
|
static const String twoFactorResend = 'twoFactorResend';
|
|
|
|
|
static const String twoFactorCodeResent = 'twoFactorCodeResent';
|
2025-12-19 13:47:31 +01:00
|
|
|
static const String close = 'close';
|
|
|
|
|
static const String errorTwoFactorCodeRequired = 'errorTwoFactorCodeRequired';
|
|
|
|
|
static const String errorTwoFactorCodeInvalidLength =
|
|
|
|
|
'errorTwoFactorCodeInvalidLength';
|
|
|
|
|
static const String errorTwoFactorCodeInvalid = 'errorTwoFactorCodeInvalid';
|
2026-03-06 00:44:12 +01:00
|
|
|
static const String errorTwoFactorNoMethods = 'errorTwoFactorNoMethods';
|
|
|
|
|
static const String errorTwoFactorResendFailed = 'errorTwoFactorResendFailed';
|
|
|
|
|
static const String loginSuccess = 'loginSuccess';
|
2025-12-26 14:47:08 +01:00
|
|
|
|
|
|
|
|
static const String stepUserContactSupertitle = 'stepUserContactSupertitle';
|
|
|
|
|
static const String stepUserContactTitle = 'stepUserContactTitle';
|
|
|
|
|
static const String stepUserContactSubtitle = 'stepUserContactSubtitle';
|
|
|
|
|
|
|
|
|
|
static const String termsText = 'termsText';
|
|
|
|
|
|
|
|
|
|
static const String firstNameLabel = 'firstNameLabel';
|
|
|
|
|
static const String firstNameHint = 'firstNameHint';
|
|
|
|
|
static const String lastNameLabel = 'lastNameLabel';
|
|
|
|
|
static const String lastNameHint = 'lastNameHint';
|
|
|
|
|
|
|
|
|
|
static const String documentTypeHint = 'documentTypeHint';
|
|
|
|
|
static const String documentTypeDni = 'documentTypeDni';
|
|
|
|
|
static const String documentTypeNie = 'documentTypeNie';
|
|
|
|
|
static const String documentTypePassport = 'documentTypePassport';
|
|
|
|
|
static const String documentNumberHint = 'documentNumberHint';
|
|
|
|
|
|
|
|
|
|
static const String phoneLabel = 'phoneLabel';
|
|
|
|
|
static const String phoneHint = 'phoneHint';
|
|
|
|
|
static const String emailLabel = 'emailLabel';
|
|
|
|
|
static const String emailHint = 'emailHint';
|
|
|
|
|
|
|
|
|
|
static const String stepPersonalDataSupertitle = 'stepPersonalDataSupertitle';
|
|
|
|
|
static const String stepPersonalDataTitle = 'stepPersonalDataTitle';
|
|
|
|
|
static const String stepPersonalDataSubtitle = 'stepPersonalDataSubtitle';
|
|
|
|
|
|
|
|
|
|
static const String relationshipLabel = 'relationshipLabel';
|
|
|
|
|
static const String relationshipHint = 'relationshipHint';
|
|
|
|
|
static const String relationshipFather = 'relationshipFather';
|
|
|
|
|
static const String relationshipMother = 'relationshipMother';
|
|
|
|
|
static const String relationshipTutor = 'relationshipTutor';
|
|
|
|
|
|
|
|
|
|
static const String addressCountryLabel = 'addressCountryLabel';
|
|
|
|
|
static const String addressCountryHint = 'addressCountryHint';
|
|
|
|
|
|
|
|
|
|
static const String birthDateLabel = 'birthDateLabel';
|
|
|
|
|
static const String birthDateHint = 'birthDateHint';
|
|
|
|
|
|
|
|
|
|
static const String placeOfBirthLabel = 'placeOfBirthLabel';
|
|
|
|
|
static const String placeOfBirthHint = 'placeOfBirthHint';
|
|
|
|
|
|
|
|
|
|
static const String birthCountryLabel = 'birthCountryLabel';
|
|
|
|
|
static const String birthCountryHint = 'birthCountryHint';
|
|
|
|
|
|
|
|
|
|
static const String streetLabel = 'streetLabel';
|
|
|
|
|
static const String streetHint = 'streetHint';
|
|
|
|
|
|
|
|
|
|
static const String cityLabel = 'cityLabel';
|
|
|
|
|
static const String cityHint = 'cityHint';
|
|
|
|
|
|
|
|
|
|
static const String provinceLabel = 'provinceLabel';
|
|
|
|
|
static const String provinceHint = 'provinceHint';
|
|
|
|
|
|
|
|
|
|
static const String stateLabel = 'stateLabel';
|
|
|
|
|
static const String stateHint = 'stateHint';
|
|
|
|
|
|
|
|
|
|
static const String postCodeLabel = 'postCodeLabel';
|
|
|
|
|
static const String postCodeHint = 'postCodeHint';
|
|
|
|
|
|
|
|
|
|
static const String stepAddressSupertitle = 'stepAddressSupertitle';
|
|
|
|
|
static const String stepAddressTitle = 'stepAddressTitle';
|
|
|
|
|
static const String passwordRulesSubtitle = 'passwordRulesSubtitle';
|
|
|
|
|
|
|
|
|
|
static const String accountCreatedTitle = 'accountCreatedTitle';
|
|
|
|
|
static const String accountCreatedForLabel = 'accountCreatedForLabel';
|
|
|
|
|
static const String accountCreatedEmailVerificationSentLabel =
|
|
|
|
|
'accountCreatedEmailVerificationSentLabel';
|
|
|
|
|
static const String accountCreatedChildSetupHint =
|
|
|
|
|
'accountCreatedChildSetupHint';
|
|
|
|
|
static const String accountCreatedContinue = 'accountCreatedContinue';
|
|
|
|
|
static const String secretCodeTitle = 'secretCodeTitle';
|
|
|
|
|
static const String secretCodeStep1Title = 'secretCodeStep1Title';
|
|
|
|
|
static const String secretCodeStep1Body = 'secretCodeStep1Body';
|
|
|
|
|
static const String secretCodeStep2Title = 'secretCodeStep2Title';
|
|
|
|
|
static const String secretCodeStep2Body = 'secretCodeStep2Body';
|
|
|
|
|
static const String secretCodeKeyCopied = 'secretCodeKeyCopied';
|
|
|
|
|
static const String secretCodeStep3Title = 'secretCodeStep3Title';
|
|
|
|
|
static const String secretCodeStep3Body = 'secretCodeStep3Body';
|
|
|
|
|
static const String secretCodeConfigure = 'secretCodeConfigure';
|
2026-01-20 07:37:29 +01:00
|
|
|
static const String deviceSetup_intro_title = 'deviceSetup_intro_title';
|
|
|
|
|
static const String deviceSetup_intro_subtitle = 'deviceSetup_intro_subtitle';
|
|
|
|
|
static const String deviceSetup_intro_step_1 = 'deviceSetup_intro_step_1';
|
|
|
|
|
static const String deviceSetup_intro_step_2 = 'deviceSetup_intro_step_2';
|
|
|
|
|
static const String deviceSetup_intro_step_3 = 'deviceSetup_intro_step_3';
|
|
|
|
|
static const String deviceSetup_intro_ready_title =
|
|
|
|
|
'deviceSetup_intro_ready_title';
|
|
|
|
|
static const String deviceSetup_intro_remember_prefix =
|
|
|
|
|
'deviceSetup_intro_remember_prefix';
|
|
|
|
|
static const String deviceSetup_intro_plan_name =
|
|
|
|
|
'deviceSetup_intro_plan_name';
|
|
|
|
|
static const String deviceSetup_intro_web_prefix =
|
|
|
|
|
'deviceSetup_intro_web_prefix';
|
|
|
|
|
static const String deviceSetup_intro_web_link = 'deviceSetup_intro_web_link';
|
|
|
|
|
static const String deviceSetup_linkInfo_title = 'deviceSetup_linkInfo_title';
|
2026-03-09 02:28:31 +01:00
|
|
|
static const String legacy_deviceSetup_linkInfo_title =
|
|
|
|
|
'legacy_deviceSetup_linkInfo_title';
|
|
|
|
|
static const String legacy_deviceSetup_linkInfo_item1_title =
|
|
|
|
|
'legacy_deviceSetup_linkInfo_item1_title';
|
|
|
|
|
static const String legacy_deviceSetup_linkInfo_item1_subtitle =
|
|
|
|
|
'legacy_deviceSetup_linkInfo_item1_subtitle';
|
|
|
|
|
static const String legacy_deviceSetup_linkInfo_item2_title =
|
|
|
|
|
'legacy_deviceSetup_linkInfo_item2_title';
|
|
|
|
|
static const String legacy_deviceSetup_linkInfo_item2_subtitle =
|
|
|
|
|
'legacy_deviceSetup_linkInfo_item2_subtitle';
|
|
|
|
|
static const String legacy_deviceSetup_scanWatch_title =
|
|
|
|
|
'legacy_deviceSetup_scanWatch_title';
|
|
|
|
|
static const String legacy_deviceSetup_linkTroubleshoot_title =
|
|
|
|
|
'legacy_deviceSetup_linkTroubleshoot_title';
|
|
|
|
|
static const String legacy_deviceSetup_accountData_info =
|
|
|
|
|
'legacy_deviceSetup_accountData_info';
|
2026-01-20 07:37:29 +01:00
|
|
|
static const String deviceSetup_linkInfo_item1_prefix =
|
|
|
|
|
'deviceSetup_linkInfo_item1_prefix';
|
|
|
|
|
static const String deviceSetup_linkInfo_item1_boldWord =
|
|
|
|
|
'deviceSetup_linkInfo_item1_boldWord';
|
|
|
|
|
static const String deviceSetup_linkInfo_item1_subtitle =
|
|
|
|
|
'deviceSetup_linkInfo_item1_subtitle';
|
|
|
|
|
static const String deviceSetup_linkInfo_item2_prefix =
|
|
|
|
|
'deviceSetup_linkInfo_item2_prefix';
|
|
|
|
|
static const String deviceSetup_linkInfo_item2_boldWord =
|
|
|
|
|
'deviceSetup_linkInfo_item2_boldWord';
|
|
|
|
|
static const String deviceSetup_linkInfo_item2_subtitle =
|
|
|
|
|
'deviceSetup_linkInfo_item2_subtitle';
|
|
|
|
|
static const String deviceSetup_watchCode_orInsert =
|
|
|
|
|
'deviceSetup_watchCode_orInsert';
|
|
|
|
|
static const String deviceSetup_watchCode_continueWithCode =
|
|
|
|
|
'deviceSetup_watchCode_continueWithCode';
|
|
|
|
|
static const String deviceSetup_linkTroubleshoot_title =
|
|
|
|
|
'deviceSetup_linkTroubleshoot_title';
|
|
|
|
|
static const String deviceSetup_contactUs = 'deviceSetup_contactUs';
|
|
|
|
|
static const String deviceSetup_accountData_info =
|
|
|
|
|
'deviceSetup_accountData_info';
|
|
|
|
|
static const String deviceSetup_startWithOneKid_info =
|
|
|
|
|
'deviceSetup_startWithOneKid_info';
|
|
|
|
|
static const String deviceSetup_firstAllowance_title =
|
|
|
|
|
'deviceSetup_firstAllowance_title';
|
|
|
|
|
static const String deviceSetup_addAnotherKid = 'deviceSetup_addAnotherKid';
|
|
|
|
|
static const String deviceSetup_start = 'deviceSetup_start';
|
|
|
|
|
static const String deviceSetup_giveFirstAllowance =
|
|
|
|
|
'deviceSetup_giveFirstAllowance';
|
2026-02-15 14:05:08 +01:00
|
|
|
static const String deviceSetup_paymentCancelled =
|
|
|
|
|
'deviceSetup_paymentCancelled';
|
|
|
|
|
static const String deviceSetup_skipAndConfigureLater =
|
|
|
|
|
'deviceSetup_skipAndConfigureLater';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String deviceSetup_paymentSuccess = 'deviceSetup_paymentSuccess';
|
2026-01-20 07:37:29 +01:00
|
|
|
static const String deviceSetup_scanQr = 'deviceSetup_scanQr';
|
|
|
|
|
static const String deviceSetup_scanQr_hint = 'deviceSetup_scanQr_hint';
|
2026-02-12 09:02:43 +01:00
|
|
|
static const String errorScanStrapRequired = 'errorScanStrapRequired';
|
|
|
|
|
static const String errorScanWatchRequired = 'errorScanWatchRequired';
|
|
|
|
|
static const String errorAllFieldsRequired = 'errorAllFieldsRequired';
|
|
|
|
|
static const String errorPinRequired = 'errorPinRequired';
|
|
|
|
|
static const String errorSigningOperation = 'errorSigningOperation';
|
|
|
|
|
static const String errorFirstNameRequired = 'errorFirstNameRequired';
|
|
|
|
|
static const String errorLastNameRequired = 'errorLastNameRequired';
|
2026-02-19 17:19:14 +01:00
|
|
|
static const String errorNameInvalidChars = 'errorNameInvalidChars';
|
|
|
|
|
static const String errorEmailPlusNotAllowed = 'errorEmailPlusNotAllowed';
|
2026-02-12 09:02:43 +01:00
|
|
|
static const String errorDocumentTypeRequired = 'errorDocumentTypeRequired';
|
|
|
|
|
static const String errorDocumentNumberRequired =
|
|
|
|
|
'errorDocumentNumberRequired';
|
|
|
|
|
static const String errorAcceptTerms = 'errorAcceptTerms';
|
|
|
|
|
static const String errorBirthDateRequired = 'errorBirthDateRequired';
|
|
|
|
|
static const String errorRelationshipRequired = 'errorRelationshipRequired';
|
|
|
|
|
static const String errorPlaceOfBirthRequired = 'errorPlaceOfBirthRequired';
|
|
|
|
|
static const String errorBirthCountryRequired = 'errorBirthCountryRequired';
|
|
|
|
|
static const String errorAddressRequired = 'errorAddressRequired';
|
|
|
|
|
static const String errorActivationCodeEmpty = 'errorActivationCodeEmpty';
|
|
|
|
|
static const String errorWalletNotProvisioned = 'errorWalletNotProvisioned';
|
|
|
|
|
static const String errorPinLength = 'errorPinLength';
|
|
|
|
|
static const String errorWalletConnectFirst = 'errorWalletConnectFirst';
|
2026-02-19 14:56:05 +01:00
|
|
|
static const String errorPinMismatch = 'errorPinMismatch';
|
|
|
|
|
static const String scaPinCreate = 'scaPinCreate';
|
|
|
|
|
static const String scaPinConfirm = 'scaPinConfirm';
|
|
|
|
|
static const String scaPinEnter = 'scaPinEnter';
|
|
|
|
|
static const String scaProvisioningFailed = 'scaProvisioningFailed';
|
|
|
|
|
static const String scaProvisioningWarning = 'scaProvisioningWarning';
|
|
|
|
|
static const String scaProvisioningRetry = 'scaProvisioningRetry';
|
2026-02-24 16:29:24 +01:00
|
|
|
static const String scaProvisioning = 'scaProvisioning';
|
|
|
|
|
static const String scaConnecting = 'scaConnecting';
|
|
|
|
|
static const String scaSigning = 'scaSigning';
|
|
|
|
|
static const String scaConnect = 'scaConnect';
|
|
|
|
|
static const String scaClearPin = 'scaClearPin';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String scaErrorLoadingActivationCode =
|
|
|
|
|
'scaErrorLoadingActivationCode';
|
2026-02-24 16:29:24 +01:00
|
|
|
static const String scaErrorProvisioning = 'scaErrorProvisioning';
|
|
|
|
|
static const String scaErrorConnecting = 'scaErrorConnecting';
|
|
|
|
|
static const String scaErrorSigning = 'scaErrorSigning';
|
|
|
|
|
static const String scaErrorPaymentProfile = 'scaErrorPaymentProfile';
|
|
|
|
|
static const String deviceSetupCreatingProfile = 'deviceSetupCreatingProfile';
|
|
|
|
|
static const String deviceSetupConfirm = 'deviceSetupConfirm';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String errorLoadingData = 'errorLoadingData';
|
2026-03-09 02:28:31 +01:00
|
|
|
static const String errorEmailAlreadyRegistered = 'errorEmailAlreadyRegistered';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String retry = 'retry';
|
|
|
|
|
static const String walletTitle = 'walletTitle';
|
|
|
|
|
static const String walletTotal = 'walletTotal';
|
|
|
|
|
static const String walletAvailable = 'walletAvailable';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String walletSavings = 'walletSavings';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String depositTitle = 'depositTitle';
|
|
|
|
|
static const String depositAmountLabel = 'depositAmountLabel';
|
|
|
|
|
static const String depositAmountHint = 'depositAmountHint';
|
|
|
|
|
static const String depositButton = 'depositButton';
|
|
|
|
|
static const String depositMaxInfo = 'depositMaxInfo';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String depositErrorMaxExceeded = 'depositErrorMaxExceeded';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String expensesTitle = 'expensesTitle';
|
|
|
|
|
static const String filterToday = 'filterToday';
|
|
|
|
|
static const String filterThisWeek = 'filterThisWeek';
|
|
|
|
|
static const String filterThisMonth = 'filterThisMonth';
|
|
|
|
|
static const String activityRecentTransactions = 'activityRecentTransactions';
|
|
|
|
|
static const String activityViewTransactionsFrom =
|
|
|
|
|
'activityViewTransactionsFrom';
|
|
|
|
|
static const String activityNoWallets = 'activityNoWallets';
|
|
|
|
|
static const String activityNoTransactions = 'activityNoTransactions';
|
|
|
|
|
static const String dateFilterToday = 'dateFilterToday';
|
|
|
|
|
static const String dateFilterLastWeek = 'dateFilterLastWeek';
|
|
|
|
|
static const String dateFilterLastMonth = 'dateFilterLastMonth';
|
|
|
|
|
static const String transactionPayin = 'transactionPayin';
|
|
|
|
|
static const String transactionPayinRefund = 'transactionPayinRefund';
|
|
|
|
|
static const String transactionPayout = 'transactionPayout';
|
|
|
|
|
static const String transactionPayoutRefund = 'transactionPayoutRefund';
|
|
|
|
|
static const String transactionTransfer = 'transactionTransfer';
|
|
|
|
|
static const String transactionCardPayment = 'transactionCardPayment';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String transactionPayinAcquiring = 'transactionPayinAcquiring';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String transactionPayinRefundAcquiring =
|
|
|
|
|
'transactionPayinRefundAcquiring';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String transactionSctrInst = 'transactionSctrInst';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String transactionPayinSctInstantRecall =
|
|
|
|
|
'transactionPayinSctInstantRecall';
|
|
|
|
|
static const String transactionPayoutSctInstantEmit =
|
|
|
|
|
'transactionPayoutSctInstantEmit';
|
|
|
|
|
static const String transactionPayinSctInstantEmitRecall =
|
|
|
|
|
'transactionPayinSctInstantEmitRecall';
|
|
|
|
|
static const String transactionCreditTransferReturned =
|
|
|
|
|
'transactionCreditTransferReturned';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String transactionCheckPayin = 'transactionCheckPayin';
|
|
|
|
|
static const String transactionSdde = 'transactionSdde';
|
|
|
|
|
static const String transactionSddr = 'transactionSddr';
|
|
|
|
|
static const String transactionSddrReversal = 'transactionSddrReversal';
|
|
|
|
|
static const String transactionSctrRecall = 'transactionSctrRecall';
|
|
|
|
|
static const String transactionCheckRefund = 'transactionCheckRefund';
|
|
|
|
|
static const String transactionSctr = 'transactionSctr';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String transactionCreditInternationalTransfer =
|
|
|
|
|
'transactionCreditInternationalTransfer';
|
2026-03-12 22:42:38 +01:00
|
|
|
static const String transactionBankDirectDebit = 'transactionBankDirectDebit';
|
|
|
|
|
static const String transactionBankTransfer = 'transactionBankTransfer';
|
|
|
|
|
static const String transactionCardTopup = 'transactionCardTopup';
|
|
|
|
|
static const String transactionCheck = 'transactionCheck';
|
|
|
|
|
static const String transactionCreditNote = 'transactionCreditNote';
|
|
|
|
|
static const String transactionFees = 'transactionFees';
|
|
|
|
|
static const String transactionInstantBankTransfer = 'transactionInstantBankTransfer';
|
|
|
|
|
static const String transactionWalletTransfer = 'transactionWalletTransfer';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String transactionUnknown = 'transactionUnknown';
|
2026-02-25 18:37:17 +01:00
|
|
|
static const String loadMore = 'loadMore';
|
2026-03-12 22:42:38 +01:00
|
|
|
static const String transactionsShown = 'transactionsShown';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileAccountSettings = 'profileAccountSettings';
|
|
|
|
|
static const String profileWithdrawMoney = 'profileWithdrawMoney';
|
|
|
|
|
static const String profileNoRecentTransactions =
|
|
|
|
|
'profileNoRecentTransactions';
|
|
|
|
|
static const String profileRecentTransactions = 'profileRecentTransactions';
|
|
|
|
|
static const String profileMyAccount = 'profileMyAccount';
|
|
|
|
|
static const String allowanceAutoAllowance = 'allowanceAutoAllowance';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String allowanceActivateAutoAllowance =
|
|
|
|
|
'allowanceActivateAutoAllowance';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String allowanceBalanceAfter = 'allowanceBalanceAfter';
|
|
|
|
|
static const String allowanceFrequency = 'allowanceFrequency';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String allowanceFrequencyDescription =
|
|
|
|
|
'allowanceFrequencyDescription';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String allowanceWeekly = 'allowanceWeekly';
|
|
|
|
|
static const String allowanceBiweekly = 'allowanceBiweekly';
|
|
|
|
|
static const String allowanceMonthly = 'allowanceMonthly';
|
|
|
|
|
static const String allowanceDayOfWeek = 'allowanceDayOfWeek';
|
|
|
|
|
static const String allowanceTimeOfDay = 'allowanceTimeOfDay';
|
|
|
|
|
static const String allowanceMessageLabel = 'allowanceMessageLabel';
|
|
|
|
|
static const String allowanceMessageHint = 'allowanceMessageHint';
|
|
|
|
|
static const String allowanceMaxChars = 'allowanceMaxChars';
|
|
|
|
|
static const String allowanceConditions = 'allowanceConditions';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String allowanceConditionsDescription =
|
|
|
|
|
'allowanceConditionsDescription';
|
|
|
|
|
static const String allowanceConditionWeeklyLimits =
|
|
|
|
|
'allowanceConditionWeeklyLimits';
|
|
|
|
|
static const String allowanceConditionNoIncidents =
|
|
|
|
|
'allowanceConditionNoIncidents';
|
|
|
|
|
static const String allowanceConditionPauseHolidays =
|
|
|
|
|
'allowanceConditionPauseHolidays';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String homeGreeting = 'homeGreeting';
|
|
|
|
|
static const String homeAddAnotherKid = 'homeAddAnotherKid';
|
|
|
|
|
static const String homeInPiggyBank = 'homeInPiggyBank';
|
|
|
|
|
static const String homeSaved = 'homeSaved';
|
|
|
|
|
static const String homeEdit = 'homeEdit';
|
|
|
|
|
static const String homeAddMoney = 'homeAddMoney';
|
|
|
|
|
static const String homeCamera = 'homeCamera';
|
|
|
|
|
static const String homePhotoGallery = 'homePhotoGallery';
|
|
|
|
|
static const String cancel = 'cancel';
|
|
|
|
|
static const String payoutTitle = 'payoutTitle';
|
|
|
|
|
static const String payoutSubtitle = 'payoutSubtitle';
|
|
|
|
|
static const String payoutAmountLabel = 'payoutAmountLabel';
|
|
|
|
|
static const String payoutIbanLabel = 'payoutIbanLabel';
|
|
|
|
|
static const String payoutHolderNameLabel = 'payoutHolderNameLabel';
|
|
|
|
|
static const String payoutHolderNameHint = 'payoutHolderNameHint';
|
|
|
|
|
static const String payoutButton = 'payoutButton';
|
|
|
|
|
static const String payoutSuccess = 'payoutSuccess';
|
|
|
|
|
static const String payoutErrorAmountExceeds = 'payoutErrorAmountExceeds';
|
|
|
|
|
static const String payoutErrorAmountRequired = 'payoutErrorAmountRequired';
|
|
|
|
|
static const String payoutErrorIbanRequired = 'payoutErrorIbanRequired';
|
|
|
|
|
static const String payoutErrorHolderRequired = 'payoutErrorHolderRequired';
|
|
|
|
|
static const String payoutAvailableBalance = 'payoutAvailableBalance';
|
|
|
|
|
static const String payoutPinTitle = 'payoutPinTitle';
|
|
|
|
|
static const String payoutNoBeneficiaries = 'payoutNoBeneficiaries';
|
|
|
|
|
static const String payoutAddBeneficiary = 'payoutAddBeneficiary';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String payoutAddBeneficiarySubtitle =
|
|
|
|
|
'payoutAddBeneficiarySubtitle';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String payoutBeneficiaryAdded = 'payoutBeneficiaryAdded';
|
|
|
|
|
|
|
|
|
|
// Child Wallet
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String childWalletAvailableBalance =
|
|
|
|
|
'childWalletAvailableBalance';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String childWalletUnlockCard = 'childWalletUnlockCard';
|
|
|
|
|
static const String childWalletLockCard = 'childWalletLockCard';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String childWalletRecentTransactions =
|
|
|
|
|
'childWalletRecentTransactions';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String childWalletViewAll = 'childWalletViewAll';
|
|
|
|
|
static const String childWalletBalancePrefix = 'childWalletBalancePrefix';
|
|
|
|
|
|
|
|
|
|
// Wallet Actions Bar
|
|
|
|
|
static const String walletActionAdd = 'walletActionAdd';
|
|
|
|
|
static const String walletActionAllowance = 'walletActionAllowance';
|
|
|
|
|
static const String walletActionLimits = 'walletActionLimits';
|
|
|
|
|
static const String walletActionGoals = 'walletActionGoals';
|
|
|
|
|
static const String walletActionExtract = 'walletActionExtract';
|
|
|
|
|
|
|
|
|
|
// Shared
|
|
|
|
|
static const String watchInfo = 'watchInfo';
|
|
|
|
|
static const String defaultMessagePrefix = 'defaultMessagePrefix';
|
|
|
|
|
static const String sendMessageAndBlock = 'sendMessageAndBlock';
|
|
|
|
|
|
|
|
|
|
// Deposit
|
|
|
|
|
static const String depositAddMoney = 'depositAddMoney';
|
|
|
|
|
static const String depositReason = 'depositReason';
|
|
|
|
|
static const String depositReasonWeekly = 'depositReasonWeekly';
|
|
|
|
|
static const String depositReasonGoalMet = 'depositReasonGoalMet';
|
|
|
|
|
static const String depositReasonExtraordinary = 'depositReasonExtraordinary';
|
|
|
|
|
static const String depositReasonOther = 'depositReasonOther';
|
|
|
|
|
static const String depositMessageLabel = 'depositMessageLabel';
|
|
|
|
|
static const String depositWhenSend = 'depositWhenSend';
|
|
|
|
|
static const String depositNow = 'depositNow';
|
|
|
|
|
static const String depositSchedule = 'depositSchedule';
|
|
|
|
|
|
|
|
|
|
// Extract
|
|
|
|
|
static const String extractTitle = 'extractTitle';
|
|
|
|
|
static const String extractAmountLabel = 'extractAmountLabel';
|
|
|
|
|
static const String extractDefaultMessage = 'extractDefaultMessage';
|
|
|
|
|
static const String extractMessageLabel = 'extractMessageLabel';
|
|
|
|
|
|
|
|
|
|
// Lock Card
|
|
|
|
|
static const String lockCardTitle = 'lockCardTitle';
|
|
|
|
|
static const String lockCardDefaultMessage = 'lockCardDefaultMessage';
|
|
|
|
|
static const String lockCardMessageLabel = 'lockCardMessageLabel';
|
|
|
|
|
static const String lockCardPinTitle = 'lockCardPinTitle';
|
|
|
|
|
static const String lockCardSuccess = 'lockCardSuccess';
|
|
|
|
|
static const String lockCardError = 'lockCardError';
|
|
|
|
|
|
|
|
|
|
// Card Status
|
|
|
|
|
static const String cardStatusTitle = 'cardStatusTitle';
|
|
|
|
|
static const String cardStatusLock = 'cardStatusLock';
|
|
|
|
|
static const String cardStatusUnlock = 'cardStatusUnlock';
|
|
|
|
|
static const String cardStatusLost = 'cardStatusLost';
|
|
|
|
|
static const String cardStatusStolen = 'cardStatusStolen';
|
|
|
|
|
static const String cardStatusConfirm = 'cardStatusConfirm';
|
|
|
|
|
static const String cardStatusSuccess = 'cardStatusSuccess';
|
|
|
|
|
static const String cardStatusError = 'cardStatusError';
|
|
|
|
|
|
2026-02-26 14:59:51 +01:00
|
|
|
// Device
|
|
|
|
|
static const String deleteDevice = 'deleteDevice';
|
|
|
|
|
static const String deleteDeviceConfirmTitle = 'deleteDeviceConfirmTitle';
|
|
|
|
|
static const String deleteDeviceConfirmMessage = 'deleteDeviceConfirmMessage';
|
|
|
|
|
static const String deleteDeviceSuccess = 'deleteDeviceSuccess';
|
2026-03-12 22:42:38 +01:00
|
|
|
static const String deleteDeviceNotAllowedTitle = 'deleteDeviceNotAllowedTitle';
|
|
|
|
|
static const String deleteDeviceChecking = 'deleteDeviceChecking';
|
|
|
|
|
static const String deleteDeviceWalletNonZeroBalance = 'deleteDeviceWalletNonZeroBalance';
|
2026-02-26 14:59:51 +01:00
|
|
|
|
2026-02-17 20:54:14 +01:00
|
|
|
// Limits
|
|
|
|
|
static const String limitsSave = 'limitsSave';
|
|
|
|
|
static const String limitsSpendingTitle = 'limitsSpendingTitle';
|
|
|
|
|
static const String limitsSpendingSubtitle = 'limitsSpendingSubtitle';
|
|
|
|
|
static const String limitsAllowedHours = 'limitsAllowedHours';
|
|
|
|
|
static const String limitsAllowedHoursSubtitle = 'limitsAllowedHoursSubtitle';
|
|
|
|
|
static const String limitsBlockedStores = 'limitsBlockedStores';
|
2026-02-26 14:59:51 +01:00
|
|
|
static const String limitsSaveSuccess = 'limitsSaveSuccess';
|
|
|
|
|
static const String limitsSaveError = 'limitsSaveError';
|
|
|
|
|
static const String limitsDayLimit = 'limitsDayLimit';
|
|
|
|
|
static const String limitsWeekLimit = 'limitsWeekLimit';
|
|
|
|
|
static const String limitsMonthLimit = 'limitsMonthLimit';
|
|
|
|
|
static const String limitsYearLimit = 'limitsYearLimit';
|
2026-02-17 20:54:14 +01:00
|
|
|
|
|
|
|
|
// Goals
|
|
|
|
|
static const String goalsTitle = 'goalsTitle';
|
|
|
|
|
static const String goalsOnlyFullPlan = 'goalsOnlyFullPlan';
|
|
|
|
|
static const String goalsTeachSavings = 'goalsTeachSavings';
|
|
|
|
|
static const String goalsSavings = 'goalsSavings';
|
|
|
|
|
static const String goalsCreateSavingsGoal = 'goalsCreateSavingsGoal';
|
|
|
|
|
static const String goalsViewSavingsStatus = 'goalsViewSavingsStatus';
|
|
|
|
|
static const String goalsSubscribeFullPlan = 'goalsSubscribeFullPlan';
|
|
|
|
|
static const String goalsSavingsNameHint = 'goalsSavingsNameHint';
|
|
|
|
|
static const String goalsSavingsReasonLabel = 'goalsSavingsReasonLabel';
|
|
|
|
|
static const String goalsSavingsAmountLabel = 'goalsSavingsAmountLabel';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String goalsAutoSavingsFromAllowance =
|
|
|
|
|
'goalsAutoSavingsFromAllowance';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String goalsSelectAmount = 'goalsSelectAmount';
|
|
|
|
|
static const String goalsAutoSendOnGoal = 'goalsAutoSendOnGoal';
|
|
|
|
|
static const String goalsDefaultMessagePrefix = 'goalsDefaultMessagePrefix';
|
|
|
|
|
static const String goalsSavingsDefaultMessage = 'goalsSavingsDefaultMessage';
|
|
|
|
|
static const String goalsWriteOtherMessage = 'goalsWriteOtherMessage';
|
|
|
|
|
static const String goalsSaveChanges = 'goalsSaveChanges';
|
|
|
|
|
static const String goalsSavingsFor = 'goalsSavingsFor';
|
|
|
|
|
static const String goalsSaved = 'goalsSaved';
|
|
|
|
|
static const String goalsAddExtraMoney = 'goalsAddExtraMoney';
|
|
|
|
|
static const String goalsDelete = 'goalsDelete';
|
|
|
|
|
static const String goalsCreateAnotherSavings = 'goalsCreateAnotherSavings';
|
|
|
|
|
static const String goalsTasks = 'goalsTasks';
|
|
|
|
|
static const String goalsTasksDescription = 'goalsTasksDescription';
|
|
|
|
|
static const String goalsCreateTaskList = 'goalsCreateTaskList';
|
|
|
|
|
static const String goalsTaskList = 'goalsTaskList';
|
|
|
|
|
static const String goalsAddTask = 'goalsAddTask';
|
|
|
|
|
static const String goalsRewardForCompletion = 'goalsRewardForCompletion';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String goalsTasksCompletedMessagePrefix =
|
|
|
|
|
'goalsTasksCompletedMessagePrefix';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String goalsTasksCompletedMessage = 'goalsTasksCompletedMessage';
|
|
|
|
|
static const String goalsDeleteTaskList = 'goalsDeleteTaskList';
|
|
|
|
|
static const String goalsCreateNewTaskList = 'goalsCreateNewTaskList';
|
|
|
|
|
|
|
|
|
|
// Wallet Move
|
|
|
|
|
static const String walletMoveSuccess = 'walletMoveSuccess';
|
|
|
|
|
static const String walletMoveError = 'walletMoveError';
|
|
|
|
|
static const String walletMoveAmountRequired = 'walletMoveAmountRequired';
|
|
|
|
|
static const String walletMoveProcessing = 'walletMoveProcessing';
|
|
|
|
|
|
|
|
|
|
// Profile Settings
|
|
|
|
|
static const String profileSettingsTitle = 'profileSettingsTitle';
|
|
|
|
|
static const String profileSettingsLoadError = 'profileSettingsLoadError';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsPersonalData =
|
|
|
|
|
'profileSettingsPersonalData';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsName = 'profileSettingsName';
|
|
|
|
|
static const String profileSettingsBirthDate = 'profileSettingsBirthDate';
|
|
|
|
|
static const String profileSettingsNationality = 'profileSettingsNationality';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsPlaceOfBirth =
|
|
|
|
|
'profileSettingsPlaceOfBirth';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsAddress = 'profileSettingsAddress';
|
|
|
|
|
static const String profileSettingsCountry = 'profileSettingsCountry';
|
|
|
|
|
static const String profileSettingsUser = 'profileSettingsUser';
|
|
|
|
|
static const String profileSettingsEmail = 'profileSettingsEmail';
|
|
|
|
|
static const String profileSettingsPhone = 'profileSettingsPhone';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsPaymentMethod =
|
|
|
|
|
'profileSettingsPaymentMethod';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsEdit = 'profileSettingsEdit';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsPaymentMethodHint =
|
|
|
|
|
'profileSettingsPaymentMethodHint';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsAnnualPlan = 'profileSettingsAnnualPlan';
|
|
|
|
|
static const String profileSettingsChangePlan = 'profileSettingsChangePlan';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsNoPermanence =
|
|
|
|
|
'profileSettingsNoPermanence';
|
|
|
|
|
static const String profileSettingsUnlimitedCalls =
|
|
|
|
|
'profileSettingsUnlimitedCalls';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsFreeMonths = 'profileSettingsFreeMonths';
|
|
|
|
|
static const String profileSettingsContactUs = 'profileSettingsContactUs';
|
|
|
|
|
static const String profileSettingsFaq = 'profileSettingsFaq';
|
|
|
|
|
static const String profileSettingsLogout = 'profileSettingsLogout';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String profileSettingsLogoutConfirm =
|
|
|
|
|
'profileSettingsLogoutConfirm';
|
2026-02-17 20:54:14 +01:00
|
|
|
static const String profileSettingsLogoutError = 'profileSettingsLogoutError';
|
|
|
|
|
static const String profileSettingsSave = 'profileSettingsSave';
|
2026-03-12 22:42:38 +01:00
|
|
|
static const String profileSettingsSaveSuccess = 'profileSettingsSaveSuccess';
|
|
|
|
|
static const String profileSettingsLastName = 'profileSettingsLastName';
|
|
|
|
|
static const String profileSettingsStreet = 'profileSettingsStreet';
|
|
|
|
|
static const String profileSettingsCity = 'profileSettingsCity';
|
|
|
|
|
static const String profileSettingsProvince = 'profileSettingsProvince';
|
|
|
|
|
static const String profileSettingsState = 'profileSettingsState';
|
|
|
|
|
static const String profileSettingsPostCode = 'profileSettingsPostCode';
|
2026-02-17 20:54:14 +01:00
|
|
|
|
|
|
|
|
// Account Documents
|
|
|
|
|
static const String accountDetails = 'accountDetails';
|
|
|
|
|
static const String accountStatement = 'accountStatement';
|
|
|
|
|
static const String accountDocumentError = 'accountDocumentError';
|
|
|
|
|
static const String selectMonth = 'selectMonth';
|
|
|
|
|
static const String selectYear = 'selectYear';
|
|
|
|
|
static const String statementCurrentMonthError = 'statementCurrentMonthError';
|
|
|
|
|
static const String download = 'download';
|
|
|
|
|
|
2026-02-19 14:56:05 +01:00
|
|
|
// Device Setup - Add Credit Card
|
|
|
|
|
static const String deviceSetup_addCreditCard = 'deviceSetup_addCreditCard';
|
2026-03-05 12:53:39 +01:00
|
|
|
static const String deviceSetup_addCreditCard_title =
|
|
|
|
|
'deviceSetup_addCreditCard_title';
|
|
|
|
|
static const String deviceSetup_addCreditCard_subtitle =
|
|
|
|
|
'deviceSetup_addCreditCard_subtitle';
|
|
|
|
|
static const String deviceSetup_addCreditCard_info =
|
|
|
|
|
'deviceSetup_addCreditCard_info';
|
2026-02-19 14:56:05 +01:00
|
|
|
static const String deviceSetup_cardRegistered = 'deviceSetup_cardRegistered';
|
|
|
|
|
|
2026-02-17 20:54:14 +01:00
|
|
|
// Payin
|
|
|
|
|
static const String payinSelectCard = 'payinSelectCard';
|
|
|
|
|
static const String payinNoCards = 'payinNoCards';
|
|
|
|
|
static const String payinAddCard = 'payinAddCard';
|
|
|
|
|
static const String payinDeposit = 'payinDeposit';
|
|
|
|
|
static const String payinSuccess = 'payinSuccess';
|
|
|
|
|
static const String payinError = 'payinError';
|
|
|
|
|
static const String payinProcessing = 'payinProcessing';
|
2026-03-01 22:50:33 +01:00
|
|
|
|
|
|
|
|
// Dashboard Tabs
|
|
|
|
|
static const String dashboardTabHome = 'dashboardTabHome';
|
|
|
|
|
static const String dashboardTabActivity = 'dashboardTabActivity';
|
|
|
|
|
static const String dashboardTabNotifications = 'dashboardTabNotifications';
|
|
|
|
|
static const String dashboardTabProfile = 'dashboardTabProfile';
|
2026-01-23 14:52:08 +01:00
|
|
|
static const String customerService = 'customerService';
|
|
|
|
|
static const String sfPay = 'sfPay';
|
|
|
|
|
static const String functions = 'functions';
|
|
|
|
|
static const String accountSettings = 'accountSettings';
|
|
|
|
|
static const String deviceSettings = 'deviceSettings';
|
|
|
|
|
static const String watchesOnMap = 'watchesOnMap';
|
2026-01-27 12:45:25 +01:00
|
|
|
static const String home = 'home';
|
|
|
|
|
static const String location = 'location';
|
|
|
|
|
static const String chat = 'chat';
|
2026-01-28 17:36:01 +01:00
|
|
|
static const String channelOnline = 'channelOnline';
|
|
|
|
|
static const String channelAmazon = 'channelAmazon';
|
|
|
|
|
static const String channelStore = 'channelStore';
|
|
|
|
|
static const String other = 'other';
|
2026-02-16 11:20:33 +01:00
|
|
|
static const String supportWebsite = 'supportWebsite';
|
|
|
|
|
static const String supportHelp = 'supportHelp';
|
2026-01-28 17:36:01 +01:00
|
|
|
static const String contactTitle = 'contactTitle';
|
|
|
|
|
static const String selectCountry = 'selectCountry';
|
|
|
|
|
static const String selectChannel = 'selectChannel';
|
|
|
|
|
static const String enterName = 'enterName';
|
|
|
|
|
static const String enterEmail = 'enterEmail';
|
|
|
|
|
static const String enterSubject = 'enterSubject';
|
|
|
|
|
static const String enterMessage = 'enterMessage';
|
|
|
|
|
static const String sendEmail = 'sendEmail';
|
2026-03-04 18:00:55 +01:00
|
|
|
static const String personalData = 'personalData';
|
|
|
|
|
static const String changePassword = 'changePassword';
|
|
|
|
|
static const String addNewSF = 'addNewSF';
|
|
|
|
|
static const String linkedDevices = 'linkedDevices';
|
|
|
|
|
static const String appUsers = 'appUsers';
|
|
|
|
|
static const String privacyPolicy = 'privacyPolicy';
|
|
|
|
|
static const String logOut = 'logOut';
|
2026-02-04 16:32:33 +01:00
|
|
|
static const String passwordLabel = 'passwordLabel';
|
2026-03-04 18:00:55 +01:00
|
|
|
static const String submit = 'submit';
|
|
|
|
|
static const String save = 'save';
|
|
|
|
|
static const String editDeviceTitle = 'editDeviceTitle';
|
|
|
|
|
static const String name = 'name';
|
|
|
|
|
static const String deleteDeviceDialog = 'deleteDeviceDialog';
|
|
|
|
|
static const String deleteUserDialog = 'deleteUserDialog';
|
|
|
|
|
static const String delete = 'delete';
|
|
|
|
|
static const String userAccount = 'userAccount';
|
|
|
|
|
static const String userRole = 'userRole';
|
|
|
|
|
static const String copy = 'copy';
|
|
|
|
|
static const String deviceIdLabel = 'deviceIdLabel';
|
|
|
|
|
static const String regCodeLabel = 'regCodeLabel';
|
|
|
|
|
static const String regCode = 'regCode';
|
|
|
|
|
static const String deleteAccount = 'deleteAccount';
|
|
|
|
|
static const String deleteAccountBody1 = 'deleteAccountBody1';
|
|
|
|
|
static const String deleteAccountBody2 = 'deleteAccountBody2';
|
|
|
|
|
static const String requestCancelButton = 'requestCancelButton';
|
|
|
|
|
static const String verifyAccount = 'verifyAccount';
|
|
|
|
|
static const String requestCancelTitle = 'requestCancelTitle';
|
|
|
|
|
static const String requestCancelBody = 'requestCancelBody';
|
|
|
|
|
static const String deleteDeviceData = 'deleteDeviceData';
|
|
|
|
|
static const String confirm = 'confirm';
|
|
|
|
|
static const String remoteConnection = 'remoteConnection';
|
|
|
|
|
static const String calendar = 'calendar';
|
|
|
|
|
static const String contacts = 'contacts';
|
|
|
|
|
static const String doNotDisturb = 'doNotDisturb';
|
|
|
|
|
static const String videoCall = 'videoCall';
|
|
|
|
|
static const String health = 'health';
|
2026-03-16 08:37:52 +01:00
|
|
|
static const String healthEmpty = 'healthEmpty';
|
|
|
|
|
static const String healthEmptyHint = 'healthEmptyHint';
|
|
|
|
|
static const String heartRate = 'heartRate';
|
|
|
|
|
static const String bloodPressure = 'bloodPressure';
|
|
|
|
|
static const String oxygenLevel = 'oxygenLevel';
|
|
|
|
|
static const String bpm = 'bpm';
|
|
|
|
|
static const String mmHg = 'mmHg';
|
|
|
|
|
static const String spo2 = 'spo2';
|
|
|
|
|
static const String noData = 'noData';
|
|
|
|
|
static const String today = 'today';
|
|
|
|
|
static const String yesterday = 'yesterday';
|
|
|
|
|
static const String lastReading = 'lastReading';
|
|
|
|
|
static const String timeAgo = 'timeAgo';
|
|
|
|
|
static const String sevenDays = 'sevenDays';
|
|
|
|
|
static const String thirtyDays = 'thirtyDays';
|
|
|
|
|
static const String custom = 'custom';
|
|
|
|
|
static const String average = 'average';
|
|
|
|
|
static const String minimum = 'minimum';
|
|
|
|
|
static const String maximum = 'maximum';
|
|
|
|
|
static const String history = 'history';
|
2026-03-04 18:00:55 +01:00
|
|
|
static const String activityMeter = 'activityMeter';
|
|
|
|
|
static const String rewards = 'rewards';
|
|
|
|
|
static const String callWatch = 'callWatch';
|
|
|
|
|
static const String appsUse = 'appsUse';
|
2026-03-16 08:37:52 +01:00
|
|
|
static const String topApps = 'topApps';
|
2026-03-04 18:00:55 +01:00
|
|
|
static const String appsSurveillance = 'appsSurveillance';
|
|
|
|
|
static const String makeFriends = 'makeFriends';
|
|
|
|
|
static const String locateSF = 'locateSF';
|
|
|
|
|
static const String locateSFBody1 = 'locateSFBody1';
|
|
|
|
|
static const String locateSFBody2 = 'locateSFBody2';
|
|
|
|
|
static const String locateSFAction = 'locateSFAction';
|
|
|
|
|
static const String insertPhone = 'insertPhone';
|
|
|
|
|
static const String call = 'call';
|
|
|
|
|
static const String takePicture = 'takePicture';
|
|
|
|
|
static const String remoteCamera = 'remoteCamera';
|
|
|
|
|
static const String remoteListening = 'remoteListening';
|
2026-03-09 02:28:31 +01:00
|
|
|
static const String genderLabel = 'genderLabel';
|
|
|
|
|
static const String genderHint = 'genderHint';
|
|
|
|
|
static const String genderFemale = 'genderFemale';
|
|
|
|
|
static const String genderMale = 'genderMale';
|
|
|
|
|
static const String genderOther = 'genderOther';
|
|
|
|
|
static const String relationshipOther = 'relationshipOther';
|
|
|
|
|
static const String deviceSetup_weightLabel = 'deviceSetup_weightLabel';
|
|
|
|
|
static const String deviceSetup_weightHint = 'deviceSetup_weightHint';
|
|
|
|
|
static const String deviceSetup_heightLabel = 'deviceSetup_heightLabel';
|
|
|
|
|
static const String deviceSetup_heightHint = 'deviceSetup_heightHint';
|
2026-03-09 15:32:53 +01:00
|
|
|
static const String activationKeyLabel = 'activationKeyLabel';
|
2026-03-10 16:08:33 +01:00
|
|
|
static const String rewardsMessage = 'rewardsMessage';
|
|
|
|
|
static const String sendRewards = 'sendRewards';
|
2026-03-16 08:37:52 +01:00
|
|
|
static const String rewardsSent = 'rewardsSent';
|
2026-03-11 17:35:00 +01:00
|
|
|
static const String male = 'male';
|
|
|
|
|
static const String female = 'female';
|
|
|
|
|
static const String ratherNotSay = 'ratherNotSay';
|
|
|
|
|
static const String personalDataMessage = 'personalDataMessage';
|
2026-03-12 17:11:26 +01:00
|
|
|
static const String newContact = 'newContact';
|
|
|
|
|
static const String deleteContactMessage = 'deleteContactMessage';
|
2026-03-12 17:40:06 +01:00
|
|
|
static const String alarmSettings = 'alarmSettings';
|
|
|
|
|
static const String setDateTime = 'setDateTime';
|
|
|
|
|
static const String addAlarm = 'addAlarm';
|
|
|
|
|
static const String alarmsMessage = 'alarmsMessage';
|
|
|
|
|
static const String once = 'once';
|
|
|
|
|
static const String daily = 'daily';
|
|
|
|
|
static const String selectDay = 'selectDay';
|
2026-03-16 08:37:52 +01:00
|
|
|
static const String alarmMessage = 'alarmMessage';
|
|
|
|
|
static const String alarmMessageHint = 'alarmMessageHint';
|
|
|
|
|
static const String deleteAlarm = 'deleteAlarm';
|
|
|
|
|
static const String deleteAlarmConfirm = 'deleteAlarmConfirm';
|
|
|
|
|
static const String editAlarm = 'editAlarm';
|
|
|
|
|
static const String noAlarms = 'noAlarms';
|
|
|
|
|
static const String alarmCreated = 'alarmCreated';
|
|
|
|
|
static const String alarmUpdated = 'alarmUpdated';
|
|
|
|
|
static const String alarmDeleted = 'alarmDeleted';
|
2026-03-12 17:40:06 +01:00
|
|
|
static const String remoteTurnOff = 'remoteTurnOff';
|
|
|
|
|
static const String remoteTurnOffMessage = 'remoteTurnOffMessage';
|
|
|
|
|
static const String remoteTurnOffConfirm = 'remoteTurnOffConfirm';
|
|
|
|
|
static const String remoteRestart = 'remoteRestart';
|
|
|
|
|
static const String remoteRestartMessage = 'remoteRestartMessage';
|
|
|
|
|
static const String remoteRestartConfirm = 'remoteRestartConfirm';
|
|
|
|
|
static const String remoteFactoryReset = 'remoteFactoryReset';
|
|
|
|
|
static const String remoteFactoryResetMessage = 'remoteFactoryResetMessage';
|
|
|
|
|
static const String remoteFactoryResetConfirm = 'remoteFactoryResetConfirm';
|
|
|
|
|
static const String soundAndVibration = 'soundAndVibration';
|
|
|
|
|
static const String soundOnly = 'soundOnly';
|
|
|
|
|
static const String vibrationOnly = 'vibrationOnly';
|
|
|
|
|
static const String silent = 'silent';
|
|
|
|
|
static const String number = 'number';
|
|
|
|
|
static const String syncClockMessage = 'syncClockMessage';
|
|
|
|
|
static const String settings = 'settings';
|
|
|
|
|
static const String alarm = 'alarm';
|
|
|
|
|
static const String appStore = 'appStore';
|
|
|
|
|
static const String blockPhone = 'blockPhone';
|
|
|
|
|
static const String timezone = 'timezone';
|
|
|
|
|
static const String language = 'language';
|
|
|
|
|
static const String battery = 'battery';
|
|
|
|
|
static const String remoteManagement = 'remoteManagement';
|
|
|
|
|
static const String legacyNotifications = 'legacyNotifications';
|
|
|
|
|
static const String smsAlert = 'smsAlert';
|
|
|
|
|
static const String sosContacts = 'sosContacts';
|
|
|
|
|
static const String sound = 'sound';
|
|
|
|
|
static const String wifiSettings = 'wifiSettings';
|
|
|
|
|
static const String remoteOnOff = 'remoteOnOff';
|
|
|
|
|
static const String disableFunctions = 'disableFunctions';
|
|
|
|
|
static const String syncClock = 'syncClock';
|
2026-03-16 08:37:52 +01:00
|
|
|
static const String monday = 'monday';
|
|
|
|
|
static const String tuesday = 'tuesday';
|
|
|
|
|
static const String wednesday = 'wednesday';
|
|
|
|
|
static const String thursday = 'thursday';
|
|
|
|
|
static const String friday = 'friday';
|
|
|
|
|
static const String saturday = 'saturday';
|
|
|
|
|
static const String sunday = 'sunday';
|
|
|
|
|
static const String scheduledActivityEmpty = 'scheduledActivityEmpty';
|
|
|
|
|
static const String scheduledActivityEmptyHint = 'scheduledActivityEmptyHint';
|
|
|
|
|
static const String scheduledActivityStartTime = 'scheduledActivityStartTime';
|
|
|
|
|
static const String scheduledActivityEndTime = 'scheduledActivityEndTime';
|
|
|
|
|
static const String scheduledActivityStartBeforeEnd = 'scheduledActivityStartBeforeEnd';
|
|
|
|
|
static const String scheduledActivityOverlap = 'scheduledActivityOverlap';
|
|
|
|
|
static const String scheduledActivityNewTitle = 'scheduledActivityNewTitle';
|
|
|
|
|
static const String scheduledActivityEditTitle = 'scheduledActivityEditTitle';
|
|
|
|
|
static const String scheduledActivityDeleteTitle = 'scheduledActivityDeleteTitle';
|
|
|
|
|
static const String scheduledActivityDeleteMessage = 'scheduledActivityDeleteMessage';
|
|
|
|
|
static const String mainContactPhoneNumber = 'mainContactPhoneNumber';
|
|
|
|
|
static const String loadingPhoto = 'loadingPhoto';
|
|
|
|
|
static const String editContact = 'editContact';
|
|
|
|
|
static const String sending = 'sending';
|
|
|
|
|
static const String sentSuccessfully = 'sentSuccessfully';
|
|
|
|
|
static const String deviceNotConnected = 'deviceNotConnected';
|
|
|
|
|
static const String ok = 'ok';
|
|
|
|
|
static const String locateDeviceConfirmMessage = 'locateDeviceConfirmMessage';
|
|
|
|
|
static const String continueWithGoogle = 'continueWithGoogle';
|
|
|
|
|
static const String redirectingToGoogle = 'redirectingToGoogle';
|
|
|
|
|
static const String errorMessagePhoneIsInvalid = 'errorMessagePhoneIsInvalid';
|
|
|
|
|
static const String contactsEmpty = 'contactsEmpty';
|
|
|
|
|
static const String contactsEmptyHint = 'contactsEmptyHint';
|
|
|
|
|
static const String totalSteps = 'totalSteps';
|
|
|
|
|
static const String bestDay = 'bestDay';
|
|
|
|
|
static const String steps = 'steps';
|
|
|
|
|
static const String noAppUsageData = 'noAppUsageData';
|
|
|
|
|
static const String noActivityData = 'noActivityData';
|
|
|
|
|
static const String phone = 'phone';
|
|
|
|
|
static const String add = 'add';
|
|
|
|
|
static const String contactName = 'contactName';
|
|
|
|
|
static const String addAllowedNumber = 'addAllowedNumber';
|
|
|
|
|
static const String noBlockedNumbers = 'noBlockedNumbers';
|
|
|
|
|
static const String noBlockedNumbersDescription = 'noBlockedNumbersDescription';
|
|
|
|
|
static const String whitelistDescription = 'whitelistDescription';
|
|
|
|
|
static const String allowedNumbersCount = 'allowedNumbersCount';
|
|
|
|
|
static const String removeAllowedNumber = 'removeAllowedNumber';
|
|
|
|
|
static const String removeAllowedNumberConfirm = 'removeAllowedNumberConfirm';
|
|
|
|
|
static const String numberAdded = 'numberAdded';
|
|
|
|
|
static const String numberRemoved = 'numberRemoved';
|
|
|
|
|
static const String addSosContact = 'addSosContact';
|
|
|
|
|
static const String noSosContacts = 'noSosContacts';
|
|
|
|
|
static const String noSosContactsDescription = 'noSosContactsDescription';
|
|
|
|
|
static const String sosDescription = 'sosDescription';
|
|
|
|
|
static const String sosContactsCount = 'sosContactsCount';
|
|
|
|
|
static const String removeSosContact = 'removeSosContact';
|
|
|
|
|
static const String removeSosContactConfirm = 'removeSosContactConfirm';
|
|
|
|
|
static const String sosNumberAdded = 'sosNumberAdded';
|
|
|
|
|
static const String sosNumberRemoved = 'sosNumberRemoved';
|
|
|
|
|
static const String addWifiNetwork = 'addWifiNetwork';
|
|
|
|
|
static const String noWifiNetworks = 'noWifiNetworks';
|
|
|
|
|
static const String noWifiNetworksDescription = 'noWifiNetworksDescription';
|
|
|
|
|
static const String wifiDescription = 'wifiDescription';
|
|
|
|
|
static const String wifiNetworksCount = 'wifiNetworksCount';
|
|
|
|
|
static const String removeWifiNetwork = 'removeWifiNetwork';
|
|
|
|
|
static const String removeWifiNetworkConfirm = 'removeWifiNetworkConfirm';
|
|
|
|
|
static const String wifiNetworkAdded = 'wifiNetworkAdded';
|
|
|
|
|
static const String wifiNetworkRemoved = 'wifiNetworkRemoved';
|
|
|
|
|
static const String wifiSsid = 'wifiSsid';
|
|
|
|
|
static const String wifiBssid = 'wifiBssid';
|
|
|
|
|
static const String wifiSsidHint = 'wifiSsidHint';
|
|
|
|
|
static const String wifiBssidHint = 'wifiBssidHint';
|
2026-03-12 22:42:38 +01:00
|
|
|
static const String editChildProfile = 'editChildProfile';
|
|
|
|
|
static const String editChildProfileTitle = 'editChildProfileTitle';
|
|
|
|
|
static const String editChildProfileSaveSuccess = 'editChildProfileSaveSuccess';
|
2025-11-24 12:55:20 +01:00
|
|
|
}
|