@tap-payments/auth-jsconnect 2.8.2-test → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/@types/app.d.ts +64 -21
- package/build/@types/app.js +23 -0
- package/build/@types/config.d.ts +5 -1
- package/build/@types/form.d.ts +34 -24
- package/build/@types/redux.d.ts +1 -0
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +6 -3
- package/build/api/account.js +15 -1
- package/build/api/auth.d.ts +46 -14
- package/build/api/availabilityServices.d.ts +3 -3
- package/build/api/axios.js +2 -3
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +11 -24
- package/build/api/data.js +5 -45
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +13 -12
- package/build/api/entity.js +12 -4
- package/build/api/file.d.ts +1 -1
- package/build/api/firebase.js +68 -8
- package/build/api/index.d.ts +14 -25
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +28 -15
- package/build/api/lead.js +17 -1
- package/build/api/operator.d.ts +2 -2
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +9 -2
- package/build/api/user.js +9 -1
- package/build/app/rootReducer.d.ts +1 -0
- package/build/app/rootReducer.js +3 -1
- package/build/app/settings.d.ts +4 -21
- package/build/app/settings.js +16 -11
- package/build/app/store.d.ts +6 -4
- package/build/assets/currencies/AEDSymbol.d.ts +7 -0
- package/build/assets/currencies/AEDSymbol.js +28 -0
- package/build/assets/currencies/SARSymbol.d.ts +7 -0
- package/build/assets/currencies/SARSymbol.js +28 -0
- package/build/assets/currencies/index.d.ts +2 -0
- package/build/assets/currencies/index.js +2 -0
- package/build/assets/currencies/utils.d.ts +4 -0
- package/build/assets/currencies/utils.js +6 -0
- package/build/assets/locales/ar.json +362 -151
- package/build/assets/locales/en.json +384 -150
- package/build/components/AnimationFlow/AnimationFlow.d.ts +9 -5
- package/build/components/AnimationFlow/AnimationFlow.js +5 -5
- package/build/components/AnimationFlow/BottomSheet.d.ts +3 -1
- package/build/components/AnimationFlow/BottomSheet.js +42 -14
- package/build/components/AnimationFlow/Dialog.d.ts +4 -3
- package/build/components/AnimationFlow/Dialog.js +5 -3
- package/build/components/AnimationFlow/Error.d.ts +2 -1
- package/build/components/AnimationFlow/Loader.d.ts +2 -1
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +2 -2
- package/build/components/ArabicDatePicker/style.css +32 -3
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/CheckBox/CheckBox.d.ts +1 -1
- package/build/components/Collapse/Collapse.d.ts +2 -1
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/DatePicker/DatePicker.js +2 -2
- package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
- package/build/components/FileInput/DragAndDrop.d.ts +2 -1
- package/build/components/FileInput/UploadInput.d.ts +2 -1
- package/build/components/Footer/Footer.d.ts +1 -1
- package/build/components/Footer/Footer.js +2 -1
- package/build/components/Form/Form.d.ts +1 -1
- package/build/components/Input/Input.d.ts +1 -1
- package/build/components/Input/Input.js +1 -1
- package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
- package/build/components/List/List.d.ts +1 -1
- package/build/components/ListItem/ListItem.d.ts +1 -1
- package/build/components/Loader/Loader.d.ts +1 -1
- package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
- package/build/components/OTPField/OTPField.d.ts +1 -1
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
- package/build/components/ProgressBar/CircularProgressBar.d.ts +2 -1
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/Providers/ReduxProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.js +3 -3
- package/build/components/Radio/Radio.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.d.ts +1 -1
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/Text/Text.d.ts +1 -1
- package/build/components/TextWithCurrency/TextWithCurrency.d.ts +7 -0
- package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
- package/build/components/TextWithCurrency/index.d.ts +2 -0
- package/build/components/TextWithCurrency/index.js +2 -0
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.js +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/api.d.ts +4 -7
- package/build/constants/api.js +9 -15
- package/build/constants/app.d.ts +41 -1
- package/build/constants/app.js +346 -32
- package/build/constants/assets.d.ts +14 -3
- package/build/constants/assets.js +123 -103
- package/build/constants/dummy.d.ts +4 -219
- package/build/constants/dummy.js +72 -6195
- package/build/constants/flows.d.ts +26 -0
- package/build/constants/flows.js +27 -0
- package/build/constants/index.d.ts +1 -0
- package/build/constants/index.js +1 -0
- package/build/constants/validation.d.ts +1 -0
- package/build/constants/validation.js +1 -0
- package/build/features/app/auth/authStore.d.ts +54 -179
- package/build/features/app/auth/authStore.js +498 -205
- package/build/features/app/bank/bankStore.d.ts +23 -109
- package/build/features/app/bank/bankStore.js +184 -158
- package/build/features/app/board/boardStore.d.ts +9 -41
- package/build/features/app/board/boardStore.js +83 -52
- package/build/features/app/brand/brandStore.d.ts +32 -174
- package/build/features/app/brand/brandStore.js +252 -261
- package/build/features/app/business/businessStore.d.ts +52 -174
- package/build/features/app/business/businessStore.js +444 -236
- package/build/features/app/connect/connectStore.d.ts +48 -155
- package/build/features/app/connect/connectStore.js +356 -121
- package/build/features/app/connectExpress/connectExpressStore.d.ts +85 -289
- package/build/features/app/connectExpress/connectExpressStore.js +811 -375
- package/build/features/app/entity/entityStore.d.ts +30 -127
- package/build/features/app/entity/entityStore.js +202 -242
- package/build/features/app/individual/individualStore.d.ts +39 -221
- package/build/features/app/individual/individualStore.js +264 -293
- package/build/features/app/kyc/kycStore.d.ts +67 -0
- package/build/features/app/kyc/kycStore.js +432 -0
- package/build/features/app/password/passwordStore.d.ts +42 -131
- package/build/features/app/password/passwordStore.js +255 -226
- package/build/features/app/signIn/signInStore.d.ts +7 -61
- package/build/features/app/signIn/signInStore.js +20 -16
- package/build/features/app/tax/taxStore.d.ts +22 -88
- package/build/features/app/tax/taxStore.js +168 -140
- package/build/features/auth/Auth.d.ts +6 -6
- package/build/features/auth/Auth.js +38 -12
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +16 -3
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.js +2 -2
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +8 -2
- package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/auth/screens/DOB/DOB.d.ts +6 -0
- package/build/features/auth/screens/{NID → DOB}/DOB.js +3 -3
- package/build/features/auth/screens/DOB/DOBForm.d.ts +5 -0
- package/build/features/auth/screens/DOB/DOBForm.js +59 -0
- package/build/features/auth/screens/DOB/index.d.ts +3 -0
- package/build/features/auth/screens/DOB/index.js +2 -0
- package/build/features/{connectExpress/screens/IdentityOTP → auth/screens/DOB}/validation.d.ts +4 -4
- package/build/features/auth/screens/DOB/validation.js +4 -0
- package/build/features/auth/screens/Email/Email.d.ts +1 -1
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +5 -0
- package/build/features/auth/screens/EmailSent/EmailSent.js +79 -0
- package/build/features/auth/screens/EmailSent/index.d.ts +2 -0
- package/build/features/auth/screens/EmailSent/index.js +2 -0
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +5 -0
- package/build/features/auth/screens/MigratingData/MigratingData.js +44 -0
- package/build/features/auth/screens/MigratingData/index.d.ts +2 -0
- package/build/features/auth/screens/MigratingData/index.js +2 -0
- package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/Mobile/MobileNumber.js +9 -8
- package/build/features/auth/screens/Mobile/validation.js +11 -3
- package/build/features/auth/screens/NID/IDNumber.js +1 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/NID/NID.js +4 -10
- package/build/features/auth/screens/NID/validation.d.ts +0 -3
- package/build/features/auth/screens/NID/validation.js +0 -1
- package/build/features/auth/screens/OTP/OTP.d.ts +14 -3
- package/build/features/auth/screens/OTP/OTP.js +54 -11
- package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTPInput.js +17 -7
- package/build/features/auth/screens/OTP/index.d.ts +1 -2
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/auth/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/auth/screens/OperatorError/index.d.ts +3 -0
- package/build/features/auth/screens/OperatorError/index.js +2 -0
- package/build/features/auth/screens/Passcode/Passcode.d.ts +16 -0
- package/build/features/auth/screens/Passcode/Passcode.js +82 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
- package/build/features/auth/screens/Passcode/index.d.ts +2 -0
- package/build/features/auth/screens/Passcode/index.js +2 -0
- package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
- package/build/features/auth/screens/Passcode/validation.js +4 -0
- package/build/features/auth/screens/Password/Password.d.ts +1 -1
- package/build/features/auth/screens/Password/PasswordField.d.ts +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.js +1 -1
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +1 -1
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/auth/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/auth/screens/VerifyNafath/index.js +2 -0
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/bank/Bank.d.ts +6 -1
- package/build/features/bank/Bank.js +22 -9
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/BankDetails.js +18 -5
- package/build/features/bank/screens/BankDetails/BankName.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/bank/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/bank/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/bank/screens/OperatorError/index.d.ts +3 -0
- package/build/features/bank/screens/OperatorError/index.js +2 -0
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/bank/screens/Success/Success.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.js +7 -6
- package/build/features/board/Board.d.ts +4 -1
- package/build/features/board/Board.js +24 -13
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/board/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/board/screens/OperatorError/index.d.ts +3 -0
- package/build/features/board/screens/OperatorError/index.js +2 -0
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
- package/build/features/board/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/board/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -4
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.js +3 -2
- package/build/features/brand/Brand.d.ts +6 -1
- package/build/features/brand/Brand.js +22 -9
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +29 -13
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +48 -11
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +37 -13
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +1 -1
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -5
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +20 -12
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
- package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +3 -2
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +2 -1
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +22 -4
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +3 -2
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +3 -3
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +22 -6
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
- package/build/features/brand/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/brand/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/brand/screens/OperatorError/index.d.ts +3 -0
- package/build/features/brand/screens/OperatorError/index.js +2 -0
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/brand/screens/Success/Success.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.js +3 -2
- package/build/features/business/Business.d.ts +2 -1
- package/build/features/business/Business.js +20 -12
- package/build/features/business/screens/Activities/Activities.d.ts +2 -1
- package/build/features/business/screens/Activities/Activities.js +26 -9
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +25 -9
- package/build/features/business/screens/Activities/ActivitiesList.js +1 -1
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +15 -5
- package/build/features/business/screens/Activities/OperationStartDate.js +2 -2
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +13 -5
- package/build/features/business/screens/BusinessType/Article.d.ts +3 -2
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/BusinessType.js +11 -3
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityName.d.ts +2 -1
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +2 -1
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.js +3 -3
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +43 -17
- package/build/features/business/screens/Customers/CustomerLocations.js +5 -3
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/Customers.js +50 -10
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +4 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.js +5 -3
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +4 -1
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +7 -6
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +26 -11
- package/build/features/business/screens/Customers/RefundPolicy.js +13 -13
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +5 -1
- package/build/features/business/screens/Customers/TransactionPolicy.js +8 -5
- package/build/features/business/screens/Customers/validation.d.ts +6 -6
- package/build/features/business/screens/Customers/validation.js +3 -8
- package/build/features/business/screens/DOB/DOB.d.ts +6 -0
- package/build/features/business/screens/DOB/DOB.js +45 -0
- package/build/features/business/screens/DOB/DOBForm.d.ts +5 -0
- package/build/features/business/screens/DOB/DOBForm.js +72 -0
- package/build/features/business/screens/DOB/index.d.ts +3 -0
- package/build/features/business/screens/DOB/index.js +2 -0
- package/build/features/business/screens/DOB/validation.d.ts +8 -0
- package/build/features/business/screens/DOB/validation.js +4 -0
- package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.js +10 -2
- package/build/features/business/screens/IDBOD/validation.d.ts +0 -3
- package/build/features/business/screens/IDBOD/validation.js +0 -1
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.js +103 -0
- package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +3 -0
- package/build/features/business/screens/MobileOwnership/MobileNumber.js +72 -0
- package/build/features/business/screens/MobileOwnership/index.d.ts +2 -0
- package/build/features/business/screens/MobileOwnership/index.js +2 -0
- package/build/features/business/screens/MobileOwnership/validation.d.ts +8 -0
- package/build/features/business/screens/MobileOwnership/validation.js +38 -0
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/business/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/business/screens/OperatorError/index.d.ts +3 -0
- package/build/features/business/screens/OperatorError/index.js +2 -0
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +14 -3
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.js +15 -4
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/business/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/business/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/business/screens/VerifyNafath/index.js +2 -0
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +6 -1
- package/build/features/connect/Connect.js +17 -10
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +8 -2
- package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connect/screens/CivilID/CivilID.js +6 -1
- package/build/features/connect/screens/DOB/DOB.d.ts +6 -0
- package/build/features/connect/screens/{NID → DOB}/DOB.js +2 -2
- package/build/features/connect/screens/DOB/DOBForm.d.ts +5 -0
- package/build/features/connect/screens/DOB/DOBForm.js +59 -0
- package/build/features/connect/screens/DOB/index.d.ts +3 -0
- package/build/features/connect/screens/DOB/index.js +2 -0
- package/build/features/connect/screens/DOB/validation.d.ts +8 -0
- package/build/features/connect/screens/DOB/validation.js +4 -0
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +2 -4
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Individual.js +11 -5
- package/build/features/connect/screens/Individual/MobileNumber.js +8 -7
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Individual/validation.js +11 -3
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +3 -3
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +2 -1
- package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +12 -9
- package/build/features/connect/screens/Mobile/MobileNumber.js +8 -7
- package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connect/screens/Mobile/validation.js +11 -3
- package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
- package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.js +104 -0
- package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +3 -0
- package/build/features/connect/screens/MobileOwnership/MobileNumber.js +72 -0
- package/build/features/connect/screens/MobileOwnership/index.d.ts +2 -0
- package/build/features/connect/screens/MobileOwnership/index.js +2 -0
- package/build/features/connect/screens/MobileOwnership/validation.d.ts +8 -0
- package/build/features/connect/screens/MobileOwnership/validation.js +38 -0
- package/build/features/connect/screens/NID/IDNumber.d.ts +1 -0
- package/build/features/connect/screens/NID/IDNumber.js +2 -2
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/NID/NID.js +5 -11
- package/build/features/connect/screens/NID/validation.d.ts +0 -3
- package/build/features/connect/screens/NID/validation.js +0 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.js +6 -6
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.js +3 -11
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.js +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/connect/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/connect/screens/VerifyNafath/index.js +2 -0
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +6 -1
- package/build/features/connectExpress/ConnectExpress.js +58 -31
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +2 -2
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +8 -2
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilID/CivilID.js +6 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +3 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +8 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +30 -7
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +2 -4
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +9 -8
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +11 -3
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +14 -24
- package/build/features/connectExpress/screens/DOB/DOB.d.ts +6 -0
- package/build/features/connectExpress/screens/{NID → DOB}/DOB.js +3 -3
- package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +5 -0
- package/build/features/connectExpress/screens/DOB/DOBForm.js +63 -0
- package/build/features/connectExpress/screens/DOB/index.d.ts +3 -0
- package/build/features/connectExpress/screens/DOB/index.js +2 -0
- package/build/features/connectExpress/screens/DOB/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/DOB/validation.js +4 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +3 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.js +9 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.d.ts +2 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.js +2 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +5 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.js +35 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.d.ts +3 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.js +2 -0
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.js +10 -3
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +9 -8
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/validation.js +21 -6
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.js +106 -0
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +3 -0
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.js +72 -0
- package/build/features/connectExpress/screens/MobileOwnership/index.d.ts +2 -0
- package/build/features/connectExpress/screens/MobileOwnership/index.js +2 -0
- package/build/features/connectExpress/screens/MobileOwnership/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/MobileOwnership/validation.js +38 -0
- package/build/features/connectExpress/screens/NID/IDNumber.d.ts +1 -0
- package/build/features/connectExpress/screens/NID/IDNumber.js +2 -2
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/NID.js +10 -10
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/NID/TAC.js +2 -2
- package/build/features/connectExpress/screens/NID/validation.d.ts +0 -3
- package/build/features/connectExpress/screens/NID/validation.js +0 -2
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +2 -1
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NIDMissed/NID.js +3 -3
- package/build/features/connectExpress/screens/NIDMissed/validation.d.ts +0 -3
- package/build/features/connectExpress/screens/NIDMissed/validation.js +0 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.js +13 -15
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.js +12 -10
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/connectExpress/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/connectExpress/screens/OperatorError/index.d.ts +3 -0
- package/build/features/connectExpress/screens/OperatorError/index.js +2 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +5 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +34 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/OTPInput.d.ts +1 -1
- package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/OTPInput.js +3 -3
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
- package/build/features/connectExpress/screens/{IdentityOTP/OTP.js → VerifyMobileAuthOTP/VerifyMobileAuthOTP.js} +22 -21
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.js +41 -0
- package/build/features/connectExpress/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/connectExpress/screens/VerifyNafath/index.js +2 -0
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +5 -1
- package/build/features/entity/Entity.js +22 -9
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +25 -9
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +5 -5
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +5 -5
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +2 -1
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +33 -9
- package/build/features/entity/screens/EntityName/Article.d.ts +3 -2
- package/build/features/entity/screens/EntityName/EntityName.d.ts +2 -1
- package/build/features/entity/screens/EntityName/EntityName.js +31 -14
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +29 -13
- package/build/features/entity/screens/EntityName/EntityTypeList.js +2 -3
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +13 -5
- package/build/features/entity/screens/EntityName/ExpiryDate.js +13 -8
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +13 -5
- package/build/features/entity/screens/EntityName/IssuingDate.js +15 -8
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LegalName.js +1 -13
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +2 -1
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseNumber.js +6 -8
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +4 -6
- package/build/features/entity/screens/EntityName/validation.d.ts +3 -3
- package/build/features/entity/screens/EntityName/validation.js +1 -10
- package/build/features/entity/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/entity/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/entity/screens/OperatorError/index.d.ts +3 -0
- package/build/features/entity/screens/OperatorError/index.js +2 -0
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/entity/screens/Success/Success.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.js +3 -2
- package/build/features/featuresScreens.d.ts +1 -0
- package/build/features/featuresScreens.js +201 -13
- package/build/features/individual/Individual.d.ts +5 -1
- package/build/features/individual/Individual.js +22 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +13 -5
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +43 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +3 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +2 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +2 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +4 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +2 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +3 -4
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +25 -9
- package/build/features/individual/screens/IndividualList/IndividualList.js +18 -5
- package/build/features/individual/screens/IndividualList/MobileNumber.js +8 -10
- package/build/features/individual/screens/IndividualList/UserList.d.ts +2 -1
- package/build/features/individual/screens/IndividualList/UserList.js +6 -6
- package/build/features/individual/screens/IndividualList/validation.js +11 -4
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +13 -5
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +73 -18
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +6 -5
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/validation.js +11 -3
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +9 -11
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/validation.js +11 -3
- package/build/features/individual/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/individual/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/individual/screens/OperatorError/index.d.ts +3 -0
- package/build/features/individual/screens/OperatorError/index.js +2 -0
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/individual/screens/Success/Success.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.js +3 -2
- package/build/features/kyc/KYC.d.ts +11 -0
- package/build/features/kyc/KYC.js +99 -0
- package/build/features/kyc/index.d.ts +1 -0
- package/build/features/kyc/index.js +1 -0
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +5 -0
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.js +19 -0
- package/build/features/kyc/screens/AlreadySubmitted/index.d.ts +2 -0
- package/build/features/kyc/screens/AlreadySubmitted/index.js +2 -0
- package/build/features/kyc/screens/Loading/Loading.d.ts +4 -0
- package/build/features/kyc/screens/Loading/Loading.js +10 -0
- package/build/features/kyc/screens/Loading/index.d.ts +2 -0
- package/build/features/kyc/screens/Loading/index.js +2 -0
- package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/kyc/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/kyc/screens/OperatorError/index.d.ts +2 -0
- package/build/features/kyc/screens/OperatorError/index.js +2 -0
- package/build/features/kyc/screens/Success/Success.d.ts +5 -0
- package/build/features/kyc/screens/Success/Success.js +32 -0
- package/build/features/kyc/screens/Success/index.d.ts +2 -0
- package/build/features/kyc/screens/Success/index.js +2 -0
- package/build/features/kyc/screens/Terms/Header.d.ts +6 -0
- package/build/features/kyc/screens/Terms/Header.js +36 -0
- package/build/features/kyc/screens/Terms/Terms.d.ts +4 -0
- package/build/features/kyc/screens/Terms/Terms.js +87 -0
- package/build/features/kyc/screens/Terms/index.d.ts +2 -0
- package/build/features/kyc/screens/Terms/index.js +2 -0
- package/build/features/kyc/screens/TokenError/TokenError.d.ts +5 -0
- package/build/features/kyc/screens/TokenError/TokenError.js +9 -0
- package/build/features/kyc/screens/TokenError/index.d.ts +2 -0
- package/build/features/kyc/screens/TokenError/index.js +2 -0
- package/build/features/kyc/screens/Users/Users.d.ts +3 -0
- package/build/features/kyc/screens/Users/Users.js +76 -0
- package/build/features/kyc/screens/Users/index.d.ts +2 -0
- package/build/features/kyc/screens/Users/index.js +2 -0
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.js +45 -0
- package/build/features/kyc/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/kyc/screens/VerifyNafath/index.js +2 -0
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +5 -0
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.js +44 -0
- package/build/features/kyc/screens/VerifyPaci/index.d.ts +3 -0
- package/build/features/kyc/screens/VerifyPaci/index.js +2 -0
- package/build/features/password/Password.d.ts +5 -1
- package/build/features/password/Password.js +88 -31
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +2 -1
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -4
- package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +2 -1
- package/build/features/password/screens/OTP/OTP.d.ts +1 -1
- package/build/features/password/screens/OTP/OTP.js +3 -3
- package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/password/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/password/screens/OperatorError/index.d.ts +3 -0
- package/build/features/password/screens/OperatorError/index.js +2 -0
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
- package/build/features/password/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/password/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/password/screens/Success/Success.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.js +7 -6
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +2 -1
- package/build/features/shared/Address/Address.d.ts +2 -1
- package/build/features/shared/Address/CountryList.d.ts +29 -13
- package/build/features/shared/Address/InputSelect.d.ts +29 -13
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +1 -1
- package/build/features/shared/Background/Background.js +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.js +5 -17
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.js +2 -2
- package/build/features/shared/Button/Button.d.ts +2 -1
- package/build/features/shared/Button/Button.js +4 -3
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +3 -2
- package/build/features/shared/Button/EmailProvidersButtons.js +2 -0
- package/build/features/shared/Button/FlowsButtons.d.ts +3 -2
- package/build/features/shared/Button/FlowsButtons.js +19 -5
- package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
- package/build/features/shared/Button/MobileButton.d.ts +2 -1
- package/build/features/shared/Button/NafathButton.d.ts +8 -0
- package/build/features/shared/Button/{AbsherButton.js → NafathButton.js} +12 -3
- package/build/features/shared/Button/SuccessButton.d.ts +2 -1
- package/build/features/shared/Button/index.d.ts +2 -2
- package/build/features/shared/Button/index.js +2 -2
- package/build/features/shared/Calender/Calender.d.ts +3 -1
- package/build/features/shared/Calender/Calender.js +3 -3
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +3 -2
- package/build/features/shared/Chip/Chip.d.ts +2 -1
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -1
- package/build/features/shared/Containers/FeatureContainer.d.ts +2 -1
- package/build/features/shared/Containers/FeatureContainer.js +5 -3
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
- package/build/features/shared/Dialog/CloseDialog.d.ts +2 -1
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dialog/DialogContainer.js +5 -4
- package/build/features/shared/Dot/Dot.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
- package/build/features/shared/Footer/Footer.d.ts +2 -1
- package/build/features/shared/Footer/PoweredByFooter.d.ts +3 -2
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +15 -7
- package/build/features/shared/InputSelect/InputSelect.d.ts +2 -1
- package/build/features/shared/Mandatory/Mandatory.d.ts +2 -1
- package/build/features/shared/NafathVerification/NafathVerification.d.ts +14 -0
- package/build/features/shared/NafathVerification/NafathVerification.js +92 -0
- package/build/features/shared/NafathVerification/VerifyNafathLoading.d.ts +8 -0
- package/build/features/shared/NafathVerification/VerifyNafathLoading.js +53 -0
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.d.ts +5 -0
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.js +8 -0
- package/build/features/shared/NafathVerification/index.d.ts +2 -0
- package/build/features/shared/NafathVerification/index.js +2 -0
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +2 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +2 -1
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +2 -1
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +2 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +6 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +10 -13
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
- package/build/features/signIn/SignIn.d.ts +2 -1
- package/build/features/signIn/SignIn.js +18 -7
- package/build/features/signIn/screens/Email/Email.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/MobileNumber.js +8 -7
- package/build/features/signIn/screens/Mobile/validation.js +11 -3
- package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTP.js +5 -4
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/signIn/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/signIn/screens/OperatorError/index.d.ts +3 -0
- package/build/features/signIn/screens/OperatorError/index.js +2 -0
- package/build/features/signIn/screens/Password/Password.d.ts +1 -1
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
- package/build/features/tax/Tax.d.ts +5 -1
- package/build/features/tax/Tax.js +22 -9
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/tax/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/tax/screens/OperatorError/index.d.ts +3 -0
- package/build/features/tax/screens/OperatorError/index.js +2 -0
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/tax/screens/Success/Success.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +3 -2
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +7 -2
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.js +7 -6
- package/build/hooks/index.d.ts +3 -0
- package/build/hooks/index.js +3 -0
- package/build/hooks/useAppConfig.d.ts +1 -1
- package/build/hooks/useAppConfig.js +2 -2
- package/build/hooks/useAppDispatch.d.ts +1 -0
- package/build/hooks/useAppTheme.js +4 -3
- package/build/hooks/useCountDown.d.ts +10 -0
- package/build/hooks/useCountDown.js +17 -0
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/useFormDirtyCheck.d.ts +10 -0
- package/build/hooks/useFormDirtyCheck.js +66 -0
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
- package/build/hooks/useFormReadOnly.d.ts +2 -2
- package/build/hooks/useSanitizedTranslation.d.ts +2 -0
- package/build/hooks/useSanitizedTranslation.js +15 -0
- package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
- package/build/hooks/useVerifyToken.d.ts +4 -2
- package/build/hooks/useVerifyToken.js +9 -4
- package/build/index.css +360 -120
- package/build/index.d.ts +3 -2
- package/build/index.js +4 -2
- package/build/theme/components.js +7 -0
- package/build/theme/palette.js +2 -1
- package/build/theme/shadows.js +1 -1
- package/build/theme/theme.d.ts +1 -1
- package/build/theme/theme.js +2 -2
- package/build/utils/array.js +3 -3
- package/build/utils/common.d.ts +1 -0
- package/build/utils/common.js +16 -3
- package/build/utils/error.d.ts +1 -0
- package/build/utils/error.js +3 -0
- package/build/utils/object.d.ts +1 -0
- package/build/utils/object.js +3 -0
- package/build/utils/string.d.ts +6 -2
- package/build/utils/string.js +28 -3
- package/build/utils/validation.d.ts +2 -0
- package/build/utils/validation.js +6 -0
- package/package.json +3 -4
- package/build/features/auth/screens/NID/DOB.d.ts +0 -6
- package/build/features/business/screens/OTP/OTP.d.ts +0 -8
- package/build/features/business/screens/OTP/OTP.js +0 -90
- package/build/features/business/screens/OTP/index.d.ts +0 -3
- package/build/features/business/screens/OTP/index.js +0 -2
- package/build/features/connect/screens/NID/DOB.d.ts +0 -5
- package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +0 -5
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +0 -5
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +0 -54
- package/build/features/connectExpress/screens/IdentityOTP/index.d.ts +0 -3
- package/build/features/connectExpress/screens/IdentityOTP/index.js +0 -2
- package/build/features/connectExpress/screens/IdentityOTP/validation.js +0 -4
- package/build/features/connectExpress/screens/NID/DOB.d.ts +0 -6
- package/build/features/shared/Button/AbsherButton.d.ts +0 -7
- /package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/validation.d.ts +0 -0
- /package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/validation.js +0 -0
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"(citizeninfo) dateofbirth does not match nic records": "May you please verify the entered date of birth.",
|
|
3
3
|
"Api key is unauthorized to perform the operation": "May you please verify the API operator used to perform this service.",
|
|
4
|
+
"Board Request Not Found": "You are experiencing some service interruption. Please give it a try another time.",
|
|
4
5
|
"CR Not Found": "May you please verify the entered commercial registration.",
|
|
6
|
+
"Choose_any_country": "Search Country...",
|
|
5
7
|
"Freelance License Not Found": "May you please verify the entered freelancer registration.",
|
|
8
|
+
"Individual_additional_title": "One last thing",
|
|
9
|
+
"Individual_occupation_description": "Please select your occupation",
|
|
10
|
+
"Individual_success_header_description": "That was easy!",
|
|
11
|
+
"Individual_success_header_title": "Account Updated",
|
|
6
12
|
"Internal server error": "You are experiencing some service interruption. Please give it a try another time.",
|
|
7
13
|
"Invalid National Id or Date of Birth": "Please verify the entered information.",
|
|
8
14
|
"Invalid OTP": "Please enter a valid One Time Passcode (OTP).",
|
|
@@ -10,101 +16,216 @@
|
|
|
10
16
|
"Invalid Password": "Please verify the entered information.",
|
|
11
17
|
"Invalid lead_id": "You are experiencing some service interruption. May you please reach out the support team.",
|
|
12
18
|
"Invalid otp in data_token": "Please enter a valid One Time Passcode (OTP).",
|
|
19
|
+
"KD": "KWD",
|
|
20
|
+
"Please upload bank statement file": "Please upload bank IBAN certificate file",
|
|
13
21
|
"Profile Name Required": "May you please enter a brand name for your business.",
|
|
14
22
|
"Profile Name already exists": "The brand name you have entered is not available. May you please provide an alternate brand name.",
|
|
15
23
|
"Profile Name is invalid": "May you please verify the entered brand name.",
|
|
24
|
+
"SAR": "SAR",
|
|
16
25
|
"absher_button_label": "Continue with Absher",
|
|
17
26
|
"acceptance_btn_text": "Acceptance",
|
|
27
|
+
"account_already_created": "Preparing your account",
|
|
18
28
|
"account_completed_title_eg": "well done",
|
|
19
29
|
"account_completed_title_sa": "Congratulations",
|
|
20
30
|
"account_details": "Your account details",
|
|
31
|
+
"account_not_found": "Account not found",
|
|
32
|
+
"account_not_found_desc": "It looks like you're new here.",
|
|
33
|
+
"account_not_found_desc_sub": "To get started and make the most of Tap, please create an account.",
|
|
21
34
|
"activities": "Business activities",
|
|
35
|
+
"activities_list_alert": "Select at least one Activity",
|
|
36
|
+
"activities_name_hint": "Please select the business's activities as per your licence. You may select multiple activities. ",
|
|
22
37
|
"activities_selected": "Business activities selected",
|
|
23
38
|
"actual_income_hint": "Lorem ipsum dolor sit amet, consetetur",
|
|
39
|
+
"add_details": "Add details",
|
|
40
|
+
"add_entity": "Add Entity",
|
|
41
|
+
"add_other": "Other",
|
|
24
42
|
"add_other_cr": "Add a Commercial Registration",
|
|
25
43
|
"add_other_fl": "Add a Freelance Registration",
|
|
26
44
|
"agree_on_chargeback_policy": "I agree to the ",
|
|
27
45
|
"agree_on_refund_policy": "I agree to the ",
|
|
28
46
|
"alert_bank_confirm": "you have to confirm",
|
|
29
|
-
"alert_bank_statement": "
|
|
47
|
+
"alert_bank_statement": "Please upload bank IBAN certificate file",
|
|
30
48
|
"alert_beneficiary_name": "May you please verify the entered beneficiary name.",
|
|
49
|
+
"alert_choose_business": "Please select business",
|
|
50
|
+
"alert_choose_segment_location": "Please select segment location",
|
|
51
|
+
"alert_choose_segment_profit": "Please select segment profit",
|
|
52
|
+
"alert_choose_segment_tech": "Please select segment tech",
|
|
31
53
|
"alert_file_upload": "please upload a valid file ",
|
|
32
54
|
"alert_iban": "May you please verify the entered IBAN",
|
|
33
55
|
"alert_tax_confirm": "please confirm your tax information",
|
|
34
56
|
"alert_vat": "May you please verify the entered tax identification number (TIN) for VAT purposes. (Note - the TIN constitutes of 15 digits)",
|
|
35
|
-
"android": "Enter your app name (
|
|
57
|
+
"android": "Enter your app name (Play Store)",
|
|
36
58
|
"app": "App",
|
|
37
|
-
"apple_btn_open_title": "Open
|
|
59
|
+
"apple_btn_open_title": "Open Mail",
|
|
38
60
|
"apple_store_placeholder": "Enter your app name (App Store)",
|
|
61
|
+
"approve_with_nafath_app": "Continue with NAFATH",
|
|
62
|
+
"approve_with_paci_app": "Continue with PACI",
|
|
63
|
+
"ar": "ع",
|
|
64
|
+
"arabic": "اللغة العربية",
|
|
65
|
+
"article_of_association": "PDF, JPG or PNG files up to 5mb.",
|
|
66
|
+
"auth_brand_required": "Brand is required",
|
|
67
|
+
"auth_entity_required": "Entity is required",
|
|
68
|
+
"auth_merchant_required": "Merchant is required",
|
|
69
|
+
"auth_terminal_required": "Terminal is required",
|
|
39
70
|
"authenticate_kuwait_mobile_description": "Please go to your Kuwait Mobile ID app and accept the authentication request from Tap.",
|
|
40
71
|
"authenticate_kuwait_mobile_title": "Authenticate with Kuwait Mobile ID app",
|
|
72
|
+
"authentication_list_description": "Please fill below info",
|
|
73
|
+
"back": "Back",
|
|
41
74
|
"bank": "Bank",
|
|
42
75
|
"bank_confirm_information": "I confirm my bank information is correct and related to me.",
|
|
43
76
|
"bank_flow_completed": "{{bank_name}} {{iban}}",
|
|
44
77
|
"bank_flow_pending": "Add the bank account",
|
|
45
78
|
"bank_flow_title": "Add your bank details",
|
|
79
|
+
"bank_flows_description": "Below are the flows to move forward",
|
|
80
|
+
"bank_flows_title": "Bank flow summary",
|
|
81
|
+
"bank_info_description": "Please add your business bank details",
|
|
82
|
+
"bank_info_title": "Your bank details",
|
|
46
83
|
"bank_name_required": "Bank name is required",
|
|
47
84
|
"bank_statement_first_page": "Bank statement",
|
|
85
|
+
"bank_statement_required": "Bank Statement is required",
|
|
86
|
+
"bank_success_header_description": "You have successfully completed with adding bank data",
|
|
87
|
+
"bank_success_header_title": "Bank completed",
|
|
48
88
|
"bank_success_title": "Your bank details are updated",
|
|
49
89
|
"beneficiary_name": "Beneficiary name",
|
|
50
|
-
"beneficiary_name_invalid": "
|
|
90
|
+
"beneficiary_name_invalid": "The beneficiary name should be in English and matches the legal name associated with the bank account",
|
|
51
91
|
"beneficiary_name_placeholder": "Beneficiary name",
|
|
52
92
|
"beneficiary_name_required": "Beneficiary name is required",
|
|
53
93
|
"birthdate": "Date of birth",
|
|
94
|
+
"brand": "Brand",
|
|
95
|
+
"brand_activities_description": "Please add your activities details",
|
|
96
|
+
"brand_activities_title": "Your brand activities details",
|
|
97
|
+
"brand_details_additional_info": "Please tell us about additional info of your business",
|
|
98
|
+
"brand_details_description": "Please tell us about your business",
|
|
99
|
+
"brand_flow_completed": "{{brand}}",
|
|
100
|
+
"brand_flow_pending": "{{brand}}",
|
|
101
|
+
"brand_flows_description": "Below are the flows to move forward",
|
|
102
|
+
"brand_flows_title": "Brand flow summary",
|
|
103
|
+
"brand_id_missing": "Brand id is missing",
|
|
104
|
+
"brand_info_description": "Please add your brand details",
|
|
105
|
+
"brand_info_title": "Your brand details",
|
|
54
106
|
"brand_name_already_exist": "Profile Name already exists",
|
|
55
107
|
"brand_name_hint": "Please enter a brand name for you business. The brand will appear for your customers. (Note - brand names might be taken sometime, therefore please provide a brand name that is legally registered under your business)",
|
|
108
|
+
"brand_segment_description": "Your brand segment details",
|
|
109
|
+
"brand_segment_title": "Your segment details",
|
|
110
|
+
"brand_success_header_description": "You have successfully completed",
|
|
111
|
+
"brand_success_header_title": "Brand completed",
|
|
56
112
|
"brand_success_title": "Your brand details are updated",
|
|
113
|
+
"business_activities_description": "Please select your business activities",
|
|
114
|
+
"business_activities_title": "Business Activities",
|
|
115
|
+
"business_activity_info_description": "Few details about business activities",
|
|
116
|
+
"business_activity_info_title": "Business activity info",
|
|
117
|
+
"business_brand_description": "Please review brand details",
|
|
118
|
+
"business_brand_title": "Brand Info",
|
|
57
119
|
"business_completed_button": "Finish setting up my account",
|
|
58
|
-
"business_completed_description": "
|
|
120
|
+
"business_completed_description": "You're all set to accept payments. One last thing, add your bank details to start receiving your payouts.",
|
|
59
121
|
"business_completed_title": "Your account is active",
|
|
122
|
+
"business_customer_description": "Last few questions about your business",
|
|
123
|
+
"business_expiry_date": "Expiry Date",
|
|
60
124
|
"business_flow_completed": "{{business_type}} {{license_number}}",
|
|
125
|
+
"business_flows_description": "Below are the flows to move forward",
|
|
126
|
+
"business_flows_title": "Account Summary",
|
|
127
|
+
"business_sales_description": "Please select your business sale",
|
|
128
|
+
"business_sales_title": "Business expected sales",
|
|
61
129
|
"business_start_date": "When did you start your business?",
|
|
130
|
+
"business_success_description": "You have successfully completed with updating business info",
|
|
131
|
+
"business_success_title": "Business Completed",
|
|
62
132
|
"call_center": "Enter your call center number",
|
|
133
|
+
"call_center_label": "Call Center",
|
|
63
134
|
"call_center_placeholder": "Enter your call center number",
|
|
135
|
+
"cancel": "Cancel",
|
|
136
|
+
"capital_paid_hint": "00000",
|
|
137
|
+
"capital_paid_label": "Capital Paid ({{currency}})",
|
|
138
|
+
"capital_paid_input_label": "Capital Paid",
|
|
139
|
+
"capital_paid_required": "Please Enter paid amount",
|
|
140
|
+
"capital_share_count_hint": "00000",
|
|
141
|
+
"capital_share_count_label": "Capital Share Count",
|
|
142
|
+
"capital_share_count_required": "Please Enter share count",
|
|
143
|
+
"capital_share_value_hint": "00000",
|
|
144
|
+
"capital_share_value_label": "Capital Share Value ({{currency}})",
|
|
145
|
+
"capital_share_value_input_label": "Capital Share Value",
|
|
146
|
+
"capital_share_value_required": "Please Enter share value",
|
|
64
147
|
"category": "Category",
|
|
65
148
|
"category_name": "Category name",
|
|
66
149
|
"channel_of_service": "What are your sales channels?",
|
|
67
|
-
"chargeback_policy": "
|
|
150
|
+
"chargeback_policy": "Dispute policy",
|
|
68
151
|
"check_terms_cond": "Please accept the terms & conditions",
|
|
69
152
|
"choose_activities": "Business Activities",
|
|
70
153
|
"choose_activity": "- Please select -",
|
|
71
154
|
"choose_any_business_date": "Please select a date",
|
|
155
|
+
"choose_any_expiry_date": "Please select a date",
|
|
156
|
+
"choose_any_issuing_date": "Please select a date",
|
|
72
157
|
"choose_any_license": "Choose License",
|
|
158
|
+
"choose_any_monthly_income": "Please choose monthly income",
|
|
73
159
|
"choose_any_occupation": "Select -",
|
|
160
|
+
"choose_any_segment": "Please Select -",
|
|
74
161
|
"choose_any_source_of_income": "- Please select -",
|
|
75
162
|
"choose_atleast_one_activity": "- Please select -",
|
|
76
163
|
"choose_atleast_one_channel": "Please select at least a channel.",
|
|
77
|
-
"alert_choose_segment": "Please select business segment.",
|
|
78
|
-
"alert_choose_teamSize": "Please select team size.",
|
|
79
164
|
"choose_brand": "Please select a brand",
|
|
165
|
+
"choose_business": "Please select a business",
|
|
80
166
|
"choose_channel": "- Please select -",
|
|
81
167
|
"choose_customer_base": "- Please select -",
|
|
82
168
|
"choose_employee_location": "- Please select -",
|
|
169
|
+
"choose_entity_license": "Choose Entity License",
|
|
170
|
+
"choose_entity_type": "- Please select -",
|
|
83
171
|
"choose_expected_sales": "- Please select -",
|
|
84
172
|
"choose_expected_sales_yearly": "- Please select -",
|
|
173
|
+
"choose_issued_country": "- Please select -",
|
|
85
174
|
"choose_license": "- Please select -",
|
|
86
175
|
"choose_license_cr": "- Please select -",
|
|
176
|
+
"choose_license_entity": "- Please select -",
|
|
87
177
|
"choose_license_fl": "- Please select -",
|
|
178
|
+
"choose_nationality": "- Please select -",
|
|
179
|
+
"choose_place_birth_city": "- Please select -",
|
|
180
|
+
"choose_place_of_birth_country": "- Please select -",
|
|
181
|
+
"choose_team_size": "Please Select -",
|
|
88
182
|
"citizenship": "Nationality",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
183
|
+
"civil_id_description": "Start instantly with your Civil ID",
|
|
184
|
+
"civil_id_placeholder": "2xxxxxxxxx12",
|
|
185
|
+
"civil_id_title": "Civil ID",
|
|
186
|
+
"close_and_complete_later": "Close and Complete Later",
|
|
187
|
+
"commercial_reg": "Commercial entity",
|
|
188
|
+
"commercial_reg_hint": "Small & medium businesses, Startups and Enterprises with an authorised commercial licence.",
|
|
91
189
|
"commercial_registration": "Commercial registration",
|
|
190
|
+
"company_individuals": "Company Individuals",
|
|
191
|
+
"company_individuals_add_or_request_details": "Add or request details for authorized signatories",
|
|
192
|
+
"company_individuals_details": "Company individuals details ({{count}})",
|
|
92
193
|
"confirm": "Confirm",
|
|
93
194
|
"confirm_close_flow_no": "NO",
|
|
94
195
|
"confirm_close_flow_title": "Are you sure you would like to close?",
|
|
95
196
|
"confirm_close_flow_yes": "YES",
|
|
96
|
-
"connect_completed_description": "You successfully signed up your brand with Tap.
|
|
197
|
+
"connect_completed_description": "You successfully signed up your brand with Tap. We will send you an email to activate your account.",
|
|
198
|
+
"connect_completed_description_dev": "You successfully signed up your brand with Tap. We sent you an email at <strong>{{email}}</strong> to activate your account",
|
|
97
199
|
"connect_completed_title": "Congratulations",
|
|
200
|
+
"connect_express_flows_description": "Below are the flows to move forward",
|
|
201
|
+
"connect_express_flows_title": "Account Summary",
|
|
202
|
+
"connect_flow_completed_description": "You successfully signed up your brand with Tap. We send you an email at <strong> {{email}} </strong> to activate your account.",
|
|
203
|
+
"connect_success": "Well, that was easy!",
|
|
204
|
+
"connect_success_description": "You have successfully signed up",
|
|
98
205
|
"continue": "Continue",
|
|
206
|
+
"country_list_title": "Please select your country",
|
|
99
207
|
"country_of_residence": "Country of residence",
|
|
100
208
|
"cr_kw_max_length": "May you please verify the entered commercial registration number. (Note - the commercial registration minimum of 3 may contains characters and digits).",
|
|
101
209
|
"cr_max_length": "May you please verify the entered commercial registration number. (Note - the commercial registration constitutes of {{length}} digits). ",
|
|
102
210
|
"cr_number": "Commercial registration",
|
|
103
211
|
"cr_number_hint": 214151616,
|
|
104
212
|
"cr_required": "May you please enter a commercial registration number.",
|
|
213
|
+
"create_account_loading": "Loading...",
|
|
214
|
+
"create_account_loading_desc": "Please be patient until finish loading",
|
|
105
215
|
"create_new_business": "Create a new business",
|
|
216
|
+
"create_new_entity": "Create Entity",
|
|
217
|
+
"creating_account_description": "This might take a moment...",
|
|
218
|
+
"creating_account_title": "Creating your account",
|
|
219
|
+
"customer_base_name_hint": "Choose local if you sell only in the country where you are based. Choose regional if you also sell to other GCC countries. Choose worldwide if you sell to any country outside the GCC.",
|
|
220
|
+
"data_loading_desc": "Please wait as we are preparing data",
|
|
221
|
+
"data_loading_title": "Preparing data",
|
|
222
|
+
"day": "Day",
|
|
106
223
|
"desc_drag_and_drop": "First page showing matching bank details. PDF, JPG or PNG files up to 5mb.",
|
|
107
|
-
"desc_drag_and_drop_certificate": "
|
|
224
|
+
"desc_drag_and_drop_certificate": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
|
|
225
|
+
"desc_drag_and_drop_civilID": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
|
|
226
|
+
"desc_drag_and_drop_signature": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
|
|
227
|
+
"desc_drag_and_drop_tax_document": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
|
|
228
|
+
"description_brand_logo": "JPG or PNG files up to 4mb.",
|
|
108
229
|
"drag_and_drop": "Drop or ",
|
|
109
230
|
"edit": "Edit",
|
|
110
231
|
"email_activation_description": "Thank you for choosing Tap Payments. Your email address has been confirmed successfully!",
|
|
@@ -112,45 +233,83 @@
|
|
|
112
233
|
"email_confirmed": "Email confirmed",
|
|
113
234
|
"email_not_valid": "May you please verify the entered email address.",
|
|
114
235
|
"employer_name_invalid": "May you please verify the entered name of your employer.",
|
|
236
|
+
"en": "EN",
|
|
237
|
+
"english": "English",
|
|
115
238
|
"enter_at_least_one": "May you please enter at least one social media",
|
|
116
239
|
"enter_at_least_one_call_center": "Please enter at least one call center number",
|
|
117
240
|
"enter_at_least_one_mobile_app": "Please enter at least one mobile app store",
|
|
118
241
|
"enter_at_least_one_physical_store": "Please enter at least one physical store",
|
|
119
242
|
"enter_at_least_one_social_media": "Please enter at least one social media",
|
|
120
|
-
"enter_at_least_one_website": "Please enter
|
|
243
|
+
"enter_at_least_one_website": "Please enter the website address",
|
|
121
244
|
"enter_bank_name": "Bank name",
|
|
122
245
|
"enter_bank_name_placeholder": "bank name",
|
|
123
|
-
"enter_birth_date": "
|
|
246
|
+
"enter_birth_date": "Birthday",
|
|
124
247
|
"enter_brand_name_english_chars_numbers_space": "May you please verify the entered brand name. (Note - Brand names may consist of English letters, numbers and spaces)",
|
|
125
248
|
"enter_brand_name_english_chars_only": "May you please verify the entered brand name. (Note - Brand names may consist of English letters)",
|
|
126
249
|
"enter_civil_id": "Please enter your civil ID",
|
|
127
250
|
"enter_commercial_register_no": "Commercial registration",
|
|
128
251
|
"enter_entity_name_english_chars_numbers_space": "Enter valid business name",
|
|
252
|
+
"enter_expiry_date": "Expiry Date",
|
|
129
253
|
"enter_freelance_license": "Freelance registration",
|
|
130
254
|
"enter_iban": "Please enter the bank account in the IBAN form",
|
|
131
|
-
"enter_iban_placeholder": "
|
|
255
|
+
"enter_iban_placeholder": "KW44#################0",
|
|
132
256
|
"enter_iqama_id": "Identification number",
|
|
257
|
+
"enter_legal_name_min_three_chars": "Please Enter at least minimum 2 characters",
|
|
133
258
|
"enter_license_no": "Freelance registration",
|
|
259
|
+
"enter_license_number": "Please enter license number at least 5 chars",
|
|
134
260
|
"enter_national_id": "Identification number",
|
|
135
|
-
"enter_served_monthly": "
|
|
261
|
+
"enter_served_monthly": "Customers server per month",
|
|
136
262
|
"enter_strong_password": "Please enter strong password.",
|
|
137
263
|
"enter_valid_birth_date": "Please enter a valid birth date.",
|
|
138
264
|
"enter_valid_brand_name": "Please enter a valid brand name.",
|
|
139
265
|
"enter_valid_customer_no": "-",
|
|
266
|
+
"enter_valid_first_name": "Please write your first name",
|
|
267
|
+
"enter_valid_last_name": "Please write your last name",
|
|
268
|
+
"enter_valid_legal_name": "Please enter legal name at least 3 chars",
|
|
140
269
|
"enter_valid_license": "May you please verify the entered license number.",
|
|
141
270
|
"enter_valid_mobile_number": "May you please verify the entered mobile number. (Note - Mobile numbers consist of {{length}} digits)",
|
|
271
|
+
"enter_valid_mobile_number_min_max_length": "May you please verify the entered mobile number. (Note - Mobile numbers consist of {{minLength}}-{{length}} digits",
|
|
142
272
|
"enter_valid_password": "Please enter a password with a minimum of {{length}} characters",
|
|
273
|
+
"entity": "Entity",
|
|
274
|
+
"entity_activities_description": "Please select your entity activities",
|
|
275
|
+
"entity_activities_title": "Entity Activities",
|
|
276
|
+
"entity_flow_completed": "{{business_type}} {{license_number}}",
|
|
277
|
+
"entity_flow_pending": "{{business_type}} {{license_number}}",
|
|
278
|
+
"entity_flows_description": "Below are the flows to move forward",
|
|
279
|
+
"entity_flows_title": "Entity flow summary",
|
|
280
|
+
"entity_id_missing": "Entity id is missing",
|
|
281
|
+
"entity_info_description": "Please add your entity details",
|
|
282
|
+
"entity_info_title": "Your entity details",
|
|
283
|
+
"entity_last_step_description": "Last few details about your entity",
|
|
143
284
|
"entity_legal_name_placeholder": "Business name",
|
|
144
285
|
"entity_legal_name_title": "Business Name",
|
|
286
|
+
"entity_success_header_description": "You have successfully completed",
|
|
287
|
+
"entity_success_header_title": "Entity completed",
|
|
145
288
|
"entity_success_title": "Entity Updated Successfully",
|
|
146
|
-
"
|
|
289
|
+
"entity_type": "Entity Type",
|
|
290
|
+
"entity_type_required": "Please select at least one entity type",
|
|
291
|
+
"expected_customers_to_serve": "Customers server per month",
|
|
292
|
+
"expected_sales_monthly": "Expected sale per month? ({{currency}})",
|
|
293
|
+
"expected_sale_per_month": "Expected sale per month?",
|
|
147
294
|
"expected_sales_yearly": "What is the expected sales for your business per month?",
|
|
148
|
-
"expected_served_monthly": "
|
|
295
|
+
"expected_served_monthly": "Customers server per month",
|
|
149
296
|
"expiry_date": "Date of expiry",
|
|
297
|
+
"express_account_already_created_close_button": "Close",
|
|
298
|
+
"express_account_already_created_description": "Your Account is already created",
|
|
299
|
+
"express_account_already_created_details": "Account Created Details",
|
|
300
|
+
"express_account_already_created_summary": "Account is already created",
|
|
301
|
+
"express_account_already_created_title": "Create Account",
|
|
302
|
+
"file_already_exist": "File is already uploaded",
|
|
303
|
+
"file_delete_error": "Something went wrong with deleting file. Please try again",
|
|
304
|
+
"file_download_error": "Something went wrong with downloading file. Please try again",
|
|
305
|
+
"file_exceed_max_limit": "Sorry, you are uploading too many files (maximum of {{length}} files)",
|
|
306
|
+
"file_exit_max_limit": "Sorry, you are uploading too many files (maximum of {{length}} files)",
|
|
150
307
|
"file_not_supported_alert": "File not supported, please try again",
|
|
308
|
+
"file_required": "File is required",
|
|
151
309
|
"file_size_alert": "Your file is too big, please upload another",
|
|
152
|
-
"file_upload_error": "Something went wrong, please try again",
|
|
153
310
|
"file_upload_article_error": "Something went wrong, please try again",
|
|
311
|
+
"file_upload_at_least_one": "Please upload at least one file",
|
|
312
|
+
"file_upload_error": "Something went wrong, please try again",
|
|
154
313
|
"file_upload_failed": "You are experiencing some challenges uploading the file. Please give it another try.",
|
|
155
314
|
"file_uploading_title": "Uploading....",
|
|
156
315
|
"fl_kw_max_length": "May you please verify the entered freelancer registration reference. (Note - the freelancer registration may contains characters and digits).",
|
|
@@ -158,15 +317,22 @@
|
|
|
158
317
|
"fl_number": "Freelancer registration",
|
|
159
318
|
"fl_number_hint": "fl31414ss3",
|
|
160
319
|
"fl_required": "May you please enter a freelancer registration reference.",
|
|
320
|
+
"flow_description": "You are ready to start accepting payments. Complete the below sections to enable payouts.",
|
|
161
321
|
"follow_us": "Follow us",
|
|
162
322
|
"freelance": "Freelance registration",
|
|
163
323
|
"freelancer_reg": "Freelancer",
|
|
164
324
|
"future_work": "Future Work",
|
|
325
|
+
"gender_female": "Female",
|
|
326
|
+
"gender_male": "Male",
|
|
327
|
+
"get_started": "Get Started",
|
|
165
328
|
"gmail_btn_open_title": "Open Gmail",
|
|
166
329
|
"goto_dashboard": "Dashboard",
|
|
167
330
|
"goto_dashboard_button_label": "Enter the dashboard",
|
|
168
331
|
"have_physical_store": "Do you have a physical store?",
|
|
169
|
-
"
|
|
332
|
+
"hi": "Hi",
|
|
333
|
+
"homemaker_reg": "Home business",
|
|
334
|
+
"homemaker_reg_hint": "Individuals with a freelance permit or sole professional licence from a licensing authority.",
|
|
335
|
+
"iban_input_placeholder": "{{countrycode}}44#################0",
|
|
170
336
|
"id_placeholder": 2345566666,
|
|
171
337
|
"ide_not_valid_url": "May you please verify the entered website address.",
|
|
172
338
|
"ide_opt_sent_title": "A One Time Passcode (OTP) has been be sent to mobile number",
|
|
@@ -179,39 +345,111 @@
|
|
|
179
345
|
"ide_successfully_verified_message": "Your account has been created successfully!",
|
|
180
346
|
"ide_terms_and_conditions_description": "",
|
|
181
347
|
"identity_type": "Type of identity",
|
|
348
|
+
"individual": "Add user details",
|
|
349
|
+
"individual_additional_description": "Please confirm the employment details",
|
|
182
350
|
"individual_flow_completed": "{{individual_name}}",
|
|
183
351
|
"individual_flow_pending": "{{individual_name}}",
|
|
184
352
|
"individual_flow_title": "Complete your details",
|
|
353
|
+
"individual_flows_title": "Account Summary",
|
|
354
|
+
"individual_gender_title": "Gender",
|
|
355
|
+
"individual_id_missing": "Individual id is missing",
|
|
356
|
+
"individual_info_description": "Pleased to meet you. Please verify your details:",
|
|
357
|
+
"individual_occupation_title": "Individual occupation",
|
|
358
|
+
"individual_personal_description": "Please confirm the details",
|
|
359
|
+
"individual_personal_title": "Personal details",
|
|
360
|
+
"individual_phone_description": "Fill mobile information",
|
|
361
|
+
"individual_phone_title": "Mobile",
|
|
362
|
+
"individual_success_title": "Your personal information has been updated",
|
|
363
|
+
"influencer_name_hint": "Choose this option if you are earning financial revenue (commissions, affiliate revenue, sponsorship) for advertising products or services on your personal social media channel.",
|
|
185
364
|
"instagram": "your.business",
|
|
365
|
+
"internal_server_error": "You are experiencing some service interruption. Please give it a try another time.",
|
|
366
|
+
"invalid_android_app": "May you please verify the entered Android application name.",
|
|
367
|
+
"invalid_call_center_number": "May you please verify the entered call center number.",
|
|
186
368
|
"invalid_civil_id": "Please enter valid civil ID",
|
|
369
|
+
"invalid_facebook_username": "May you please verify the entered Facebook username.",
|
|
187
370
|
"invalid_iban_format": "May you please verify the entered IBAN.",
|
|
371
|
+
"invalid_instagram_username": "May you please verify the entered Instagram username.",
|
|
372
|
+
"invalid_ios_app": "May you please verify the entered iOS application name.",
|
|
373
|
+
"invalid_linkedin_profile_url": "May you please verify the entered LinkedIn profile URL.",
|
|
374
|
+
"invalid_physical_store_location": "May you please verify the entered physical store location.",
|
|
188
375
|
"invalid_token": "Please be patient... You are experiencing some challenges with your connection.",
|
|
376
|
+
"invalid_twitter_username": "May you please verify the entered Twitter username.",
|
|
189
377
|
"invalid_url": "May you please verify the entered website address.",
|
|
190
|
-
"ios": "Enter your app name (
|
|
378
|
+
"ios": "Enter your app name (App Store)",
|
|
379
|
+
"is_authorized_user_label": "Are you the authorized user?",
|
|
191
380
|
"issue_date": "Date of issuance",
|
|
381
|
+
"issued_country_label": "Issued Country",
|
|
192
382
|
"join_our_community": "",
|
|
383
|
+
"kyc_already_submitted_title": "You already approved all documents",
|
|
384
|
+
"kyc_dispute_policy": "Dispute Policy",
|
|
385
|
+
"kyc_refund_policy": "Refund Policy",
|
|
386
|
+
"kyc_success_button": "Go to my board",
|
|
387
|
+
"kyc_success_title": "All done",
|
|
388
|
+
"kyc_terms_conditions": "Terms & Conditions",
|
|
389
|
+
"kyc_terms_description": "An authorized representative of the company must read and approve the legal documents",
|
|
390
|
+
"kyc_terms_description_single_user": "The authorized person with the ID {{id_number}} must read and approve the legal documents",
|
|
391
|
+
"kyc_terms_title": "Legal documents",
|
|
392
|
+
"kyc_token_invalid": "May you please verify link of which you are trying to open.",
|
|
393
|
+
"kyc_users_description": "Please select an authorized registered ID to approve with {{provider}}",
|
|
193
394
|
"kyc_verification": "Know Your Customer (KYC)",
|
|
395
|
+
"kyc_privacy_policy": "Privacy Policy",
|
|
194
396
|
"language": "العربية",
|
|
195
|
-
"
|
|
397
|
+
"license_info": "License information",
|
|
398
|
+
"license_name_hint": "Enter legal name",
|
|
399
|
+
"license_name_label": "Legal Name",
|
|
400
|
+
"license_name_placeholder": "License name",
|
|
401
|
+
"license_number": "License Number",
|
|
402
|
+
"license_number_hint": "Enter license number",
|
|
196
403
|
"license_number_label": "License Number",
|
|
197
404
|
"linkedin": "your.business",
|
|
198
405
|
"loading": "Loading...",
|
|
199
406
|
"loading_bank_statement": "loading....",
|
|
407
|
+
"login_to_dashboard": "Login to dashboard",
|
|
200
408
|
"mail_btn_open_title": "Open Mail",
|
|
201
409
|
"marital_status": "Marital status",
|
|
202
410
|
"masking_symbols": "•••",
|
|
411
|
+
"merchant_first_name_label": "First name",
|
|
412
|
+
"merchant_last_name_label": "Last name",
|
|
413
|
+
"merchant_middle_name_label": "Middle name",
|
|
414
|
+
"merchant_third_name_label": "Third name",
|
|
415
|
+
"migrating_data_title": "Please wait as we are preparing data",
|
|
416
|
+
"migration_email_sent_des": "We will notify you on your email {{email}} once it's ready to use.",
|
|
417
|
+
"migration_email_sent_title": "We are preparing your data",
|
|
418
|
+
"mobile_app_label": "Mobile App",
|
|
203
419
|
"mobile_button_label": "Continue with Mobile",
|
|
420
|
+
"mobile_number_description": "Start instantly with your Mobile Number",
|
|
421
|
+
"month": "Month",
|
|
422
|
+
"nafath_button_label": "Continue with Nafath",
|
|
423
|
+
"nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
|
|
424
|
+
"nafath_verification_description_error": "Please try again",
|
|
425
|
+
"nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
|
|
426
|
+
"nafath_verification_redirection_message": "You will be redirected now",
|
|
427
|
+
"nafath_verification_title_check": "Authenticate with NAFATH app",
|
|
428
|
+
"nafath_verification_title_error": "We cannot confirm your authentication",
|
|
429
|
+
"nafath_verification_title_wait": "Authenticate with NAFATH app",
|
|
204
430
|
"national_address": "National address",
|
|
431
|
+
"national_id_description": "Start instantly with your National ID",
|
|
205
432
|
"national_id_placeholder": "0000000000",
|
|
433
|
+
"national_id_title": "National ID",
|
|
434
|
+
"nationality_label": "Nationality",
|
|
206
435
|
"next": "Next",
|
|
207
436
|
"no": "No",
|
|
208
437
|
"no login credentials available": "May you please verify the entered email address. (Note - Please make sure to enter an email address associated with Tap)",
|
|
438
|
+
"no_results": "No results",
|
|
209
439
|
"notify_strong_password": "Awesome! You have a secure password.",
|
|
210
440
|
"notify_user_has_account": "Your mobile number is registered in Tap. Please login to create new business. ",
|
|
211
441
|
"occupation_title": "Occupation",
|
|
442
|
+
"one_last_step": "One last step",
|
|
443
|
+
"oops": "Oops",
|
|
212
444
|
"open_mail_box": "Open Mailbox",
|
|
445
|
+
"open_nafath_app": "Open NAFATH app",
|
|
446
|
+
"operator_is_invalid": "Operator is invalid",
|
|
213
447
|
"opt_nid_sent_title": "Please enter the One Time Passcode (OTP) sent via Absher to the mobile number registered under your Saudi National ID",
|
|
214
448
|
"or": "or",
|
|
449
|
+
"other": "other",
|
|
450
|
+
"otp_authentication": "Authentication",
|
|
451
|
+
"otp_authentication_description": "Verify with OTP for a Hassle-Free Experience",
|
|
452
|
+
"otp_email_sent_title": "A One Time Passcode (OTP) has been be sent to your email ",
|
|
215
453
|
"otp_min_length": "Please enter the 6 digit OTP",
|
|
216
454
|
"otp_provider": "Absher",
|
|
217
455
|
"otp_required": "Please enter the required OTP",
|
|
@@ -219,21 +457,41 @@
|
|
|
219
457
|
"our_community_description": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.",
|
|
220
458
|
"outlook_btn_open_title": "Open Outlook",
|
|
221
459
|
"paci_button_label": "Continue with PACI",
|
|
460
|
+
"paci_verification_description_check": "This might take a moment...",
|
|
461
|
+
"paci_verification_description_error": "Please try again",
|
|
462
|
+
"paci_verification_description_wait": "This might take a moment...",
|
|
463
|
+
"paci_verification_failed": "Make sure to approve the request sent to your device, or send a new request",
|
|
464
|
+
"paci_verification_redirection_message": "You will be redirected now",
|
|
465
|
+
"paci_verification_title_check": "We are still checking",
|
|
466
|
+
"paci_verification_title_error": "We cannot confirm your authentication",
|
|
467
|
+
"paci_verification_title_wait": "Please wait",
|
|
468
|
+
"paci_verify_loading": "Fetching Details",
|
|
469
|
+
"paci_verify_loading_desc": "Please be patient until verify details",
|
|
222
470
|
"paci_waiting_title": "Please wait we are verifying",
|
|
223
471
|
"password_flow_completed": "Reset my password",
|
|
224
472
|
"password_flow_pending": "Setup my password",
|
|
225
473
|
"password_flow_title": "Setup your password",
|
|
474
|
+
"password_flows_description": "Below are the flows to move forward",
|
|
475
|
+
"password_flows_title": "Brand flow summary",
|
|
476
|
+
"password_info_description": "Please set a secure password to protect your account",
|
|
477
|
+
"password_info_title": "Set your password",
|
|
226
478
|
"password_length": "Needs to be more than 8 characters.",
|
|
227
479
|
"password_lower": "Includes at least 1 lowercase character.",
|
|
228
480
|
"password_not_match": "The password you have entered does not match.",
|
|
229
481
|
"password_required": "May you please enter the Password required.",
|
|
230
482
|
"password_special": "Includes at least 1 special character. (!@#%)",
|
|
231
|
-
"
|
|
483
|
+
"password_success_header_description": "You have successfully updated your password",
|
|
484
|
+
"password_success_header_title": "Flow completed",
|
|
485
|
+
"password_success_title": "Congrats your account has been set successfully.",
|
|
232
486
|
"password_upper": "Includes at least 1 uppercase character.",
|
|
233
487
|
"payouts_btn_text": "Payouts",
|
|
488
|
+
"pep_name_hint": "“Politically exposed person” or “PEP” means a natural person who is or has been entrusted with prominent public functions.",
|
|
234
489
|
"physical_store": "Enter your store address or Google Map URL",
|
|
490
|
+
"physical_store_label": "Physical Store",
|
|
235
491
|
"physical_store_placeholder": "Enter your store address or Google Map URL",
|
|
492
|
+
"place_birth_city_label": "Place of Birth City",
|
|
236
493
|
"place_of_birth": "Place of birth",
|
|
494
|
+
"place_of_birth_country_label": "Place of Birth County",
|
|
237
495
|
"play_store_placeholder": "Enter your app name (Google Play Store)",
|
|
238
496
|
"please write your first and last name": "May you please verify the entered name in full. (Note - Your full name consists of your first, middle and last name)",
|
|
239
497
|
"please_agree_on_recharge": "Please agree to the dispute policy ",
|
|
@@ -241,25 +499,59 @@
|
|
|
241
499
|
"please_choose_are_you_influncer": "Are you an influencer",
|
|
242
500
|
"please_choose_base": "- Please select - ",
|
|
243
501
|
"please_choose_employer_location": "- Please select - ",
|
|
502
|
+
"please_choose_is_authorized": "Please tell us if you are the authorized user",
|
|
244
503
|
"please_choose_relative_pep": "Are you or one of your relatives a Publicly Exposed Person (PEP)",
|
|
245
|
-
"please_enter_actual_income": "
|
|
504
|
+
"please_enter_actual_income": "Monthly income ({{currency}})",
|
|
505
|
+
"monthly_income": "Monthly income",
|
|
246
506
|
"please_enter_employer_name": "Please enter the name of your employer",
|
|
507
|
+
"please_try_again_after_few_minutes": "You can try to login again after {{minutes}} mins",
|
|
508
|
+
"powered_by": "Powered by",
|
|
509
|
+
"prepare_data_description": "This might take a moment..",
|
|
510
|
+
"prepare_data_title": "Preparing your data",
|
|
247
511
|
"read_agree_terms_and_conditions_message": "I have read, agreed to the ",
|
|
248
|
-
"refund_policy_compliance": "Refund policy
|
|
512
|
+
"refund_policy_compliance": "Refund policy",
|
|
513
|
+
"refund_policy_error": "You have to accept the refund policy",
|
|
514
|
+
"request_details_by_email": "Request details by email",
|
|
249
515
|
"reset_password_success_description": "Check your email to reset your password.",
|
|
516
|
+
"reset_password_success_description_dev": "Check your email <strong>{{email}}</strong> to reset your password.",
|
|
517
|
+
"reset_password_success_header_description": "Please verify email",
|
|
518
|
+
"reset_password_success_header_title": "Reset Password",
|
|
250
519
|
"reset_password_success_title": "We sent you an email",
|
|
520
|
+
"review_account": "Review account",
|
|
521
|
+
"sales_channel_title": "Sales channel details",
|
|
522
|
+
"sales_channels": "Sales channels",
|
|
251
523
|
"scs_53Hj4422123SBTK7RV10J578": "your.business",
|
|
252
524
|
"scs_6Nsy4422123sjWe7gt10h579": "your.business",
|
|
253
525
|
"scs_99it4422123pJXN7Jm10Y579": "your.business",
|
|
254
526
|
"scs_FCz64422123nZfm7zm10V577": "Enter your app name (Google Play Store)",
|
|
255
527
|
"scs_ZULK4422123p2PK7Mg105576": "Enter your app name (App Store)",
|
|
528
|
+
"search_activities_placeholder": "Search Activities...",
|
|
256
529
|
"search_placeholder": "Search...",
|
|
530
|
+
"segment_location_title": "Segment Location",
|
|
531
|
+
"segment_profit_title": "Segment Profit",
|
|
532
|
+
"segment_tech_title": "Segment Tech",
|
|
533
|
+
"segment_title": "what best describes your business ?",
|
|
257
534
|
"select_bank": "Bank",
|
|
258
535
|
"select_brand_label": "Brands",
|
|
536
|
+
"select_business_label": "Business",
|
|
259
537
|
"select_cr_license": "- Please select -",
|
|
260
538
|
"select_customer_base": "What regions of customers do you serve?",
|
|
539
|
+
"select_entity_label": "Entity",
|
|
540
|
+
"select_entity_placeholder": "Please select a entity",
|
|
261
541
|
"select_expected_customers_serve": "- Please select - ",
|
|
262
542
|
"select_expected_sales": "- Please select - ",
|
|
543
|
+
"select_merchant_label": "Merchant",
|
|
544
|
+
"select_merchant_placeholder": "Please select a merchant",
|
|
545
|
+
"select_terminal_label": "Terminal",
|
|
546
|
+
"select_terminal_placeholder": "Please select a terminal",
|
|
547
|
+
"selected_activities": "Selected Activities",
|
|
548
|
+
"share_count_hint": "0",
|
|
549
|
+
"share_count_label": "Share Count",
|
|
550
|
+
"share_value_hint": "0000",
|
|
551
|
+
"share_value_label": "Share Value ({{currency}})",
|
|
552
|
+
"share_value_input_label": "Share Value",
|
|
553
|
+
"sign_up": "Sign up",
|
|
554
|
+
"signed_up": "Signed up",
|
|
263
555
|
"signin_email_label": "Email address",
|
|
264
556
|
"signin_email_mobile_label": "Email / Mobile",
|
|
265
557
|
"signin_email_mobile_placeholder": "Enter email address or mobile number",
|
|
@@ -288,12 +580,17 @@
|
|
|
288
580
|
"signup_website_placeholder": "www.yourbusiness.com",
|
|
289
581
|
"signup_welcoming": "Hello {{username}},",
|
|
290
582
|
"signup_welcoming_hi": "Hello,",
|
|
583
|
+
"social_media_label": "Social Media",
|
|
291
584
|
"start_with_number": "May you please verify the entered mobile. (Note - mobile numbers start with 5 or 05",
|
|
292
585
|
"step_required_by_rayah": "This step is required in order to initiate a verification with Yaqeen service from Elm.",
|
|
293
586
|
"subtitle_drop": "choose file",
|
|
294
587
|
"success_upload_bank_statement": "Done",
|
|
588
|
+
"success_upload_civil_id": "Done",
|
|
589
|
+
"success_upload_signature_file": "Done",
|
|
295
590
|
"sucess_message_for_non_saudi": "Thank you for your interest in Tap Payments, we shall be contacting you shortly.",
|
|
591
|
+
"switch_to_gregorian_calendar": "Switch to Gregorian Calendar",
|
|
296
592
|
"switch_to_id": "Continue with your ID",
|
|
593
|
+
"switch_to_islamic_calendar": "Switch to Islamic Calendar",
|
|
297
594
|
"switch_to_mobile": "Continue with your mobile",
|
|
298
595
|
"tap_js_actual_income": "What is your income per month? ",
|
|
299
596
|
"tap_js_are_you_an_influencer": "Are you a person who is considered an influencer?",
|
|
@@ -320,15 +617,38 @@
|
|
|
320
617
|
"tax_confirm_information": "I confirm my tax information is correct",
|
|
321
618
|
"tax_flow_completed": "TIN {{tax_id}}",
|
|
322
619
|
"tax_flow_pending": "Add the company's tax details",
|
|
620
|
+
"tax_flows_description": "Below are the flows to move forward",
|
|
621
|
+
"tax_flows_title": "Account summary",
|
|
622
|
+
"tax_info_description": "Please add your tax details",
|
|
623
|
+
"tax_info_title": "Your tax details",
|
|
624
|
+
"tax_success_header_description": "You have successfully completed with updating tax info",
|
|
625
|
+
"tax_success_header_title": "Tax completed",
|
|
323
626
|
"tax_success_title": "Your tax details are updated",
|
|
627
|
+
"team_size_title": "Team Size",
|
|
324
628
|
"terms_and_conditions_link_title": "terms and conditions",
|
|
325
629
|
"the nin format is not valid": "May you please verify the entered identification number.",
|
|
326
|
-
"
|
|
630
|
+
"title_article": "Article of association",
|
|
631
|
+
"title_bank_statement": "Bank IBAN certificate",
|
|
632
|
+
"title_brand_logo": "Brand Logo",
|
|
633
|
+
"title_civil_id": "Civil ID Attachment",
|
|
634
|
+
"title_connect_flow": "Connect Tap",
|
|
327
635
|
"title_license_certificate": "License Certificate",
|
|
636
|
+
"title_signature_file": "Signature Attachment",
|
|
637
|
+
"title_tax_document": "Tax document",
|
|
328
638
|
"title_upload_file": "upload from your computer",
|
|
639
|
+
"transaction_policy_error": "You have to accept the transaction policy",
|
|
640
|
+
"try_again": "Try Again",
|
|
641
|
+
"try_sign_in": "Try signing in again",
|
|
329
642
|
"twitter": "your.business",
|
|
643
|
+
"type_board_member": "Board member",
|
|
644
|
+
"type_share_holder": "Share holder",
|
|
645
|
+
"type_user": "User",
|
|
646
|
+
"unified_number_hint": "00000",
|
|
647
|
+
"unified_number_label": "Unified Number",
|
|
648
|
+
"unified_number_required": "Unified Number Required",
|
|
330
649
|
"upload_bank_statement": "Please upload the bank statement",
|
|
331
650
|
"upload_file": "Select a file from your computer",
|
|
651
|
+
"uploaded_file": "file",
|
|
332
652
|
"vat_id": "Tax Identification Number (TIN)",
|
|
333
653
|
"vat_id_placeholder": "000000000",
|
|
334
654
|
"verification_brand_name": "Brand name",
|
|
@@ -340,131 +660,45 @@
|
|
|
340
660
|
"verification_name": "Name",
|
|
341
661
|
"verification_status": "Status",
|
|
342
662
|
"verification_status_cancelled": "Cancelled",
|
|
663
|
+
"wallet_id_missing": "Wallet id is missing",
|
|
343
664
|
"website": "www.yourbusiness.com",
|
|
665
|
+
"website_label": "Website",
|
|
666
|
+
"year": "Year",
|
|
344
667
|
"yes": "Yes",
|
|
345
|
-
"invalid_linkedin_profile_url": "May you please verify the entered LinkedIn profile URL.",
|
|
346
|
-
"invalid_facebook_username": "May you please verify the entered Facebook username.",
|
|
347
|
-
"invalid_instagram_username": "May you please verify the entered Instagram username.",
|
|
348
|
-
"invalid_twitter_username": "May you please verify the entered Twitter username.",
|
|
349
|
-
"invalid_physical_store_location": "May you please verify the entered physical store location.",
|
|
350
|
-
"invalid_ios_app": "May you please verify the entered iOS application name.",
|
|
351
|
-
"invalid_android_app": "May you please verify the entered Android application name.",
|
|
352
|
-
"invalid_call_center_number": "May you please verify the entered call center number.",
|
|
353
|
-
"activities_name_hint": "activities_name_hint",
|
|
354
|
-
"customer_base_name_hint": "customer_base_name_hint",
|
|
355
|
-
"title_article": "Article",
|
|
356
|
-
"article_of_association": "Article file. PDF, JPG or PNG files up to 5mb.",
|
|
357
|
-
"paci_verification_title_wait": "Please wait",
|
|
358
|
-
"paci_verification_title_check": "We are still checking",
|
|
359
|
-
"paci_verification_title_error": "We cannot confirm your authentication",
|
|
360
|
-
"paci_verification_description_wait": "This might take a moment...",
|
|
361
|
-
"paci_verification_description_check": "This might take a moment...",
|
|
362
|
-
"paci_verification_description_error": "Please try again.",
|
|
363
|
-
"paci_verification_redirection_message": "You will be redirected now",
|
|
364
|
-
"commercial_reg_hint": "Commercial Registration",
|
|
365
|
-
"homemaker_reg_hint": "Home Business",
|
|
366
|
-
"file_already_exist": "file is already uploaded",
|
|
367
|
-
"file_exceed_max_limit": "You can able to upload maximum {{length}} files",
|
|
368
|
-
"unified_number_label": "Unified Number",
|
|
369
|
-
"unified_number_hint": "00000",
|
|
370
|
-
"business_expiry_date": "Expiry Date",
|
|
371
|
-
"capital_paid_label": "Capital Paid ({{currency}})",
|
|
372
|
-
"capital_paid_hint": "00000",
|
|
373
|
-
"capital_share_count_label": "Capital Share Count",
|
|
374
|
-
"capital_share_count_hint": "00000",
|
|
375
|
-
"capital_share_value_label": "Capital Share Value ({{currency}})",
|
|
376
|
-
"capital_share_value_hint": "00000",
|
|
377
|
-
"license_name_placeholder": "Legal name",
|
|
378
|
-
"choose_any_issuing_date": "Please select a date",
|
|
379
|
-
"choose_any_expiry_date": "Please select a date",
|
|
380
|
-
"entity_type": "Entity Type",
|
|
381
|
-
"choose_entity_type": "- Please select -",
|
|
382
|
-
"entity_type_required": "Please select at least one entity type",
|
|
383
|
-
"enter_legal_name_min_three_chars": "Please Enter at least minimum 2 characters",
|
|
384
|
-
"capital_paid_required": "Please Enter paid amount",
|
|
385
|
-
"capital_share_count_required": "Please Enter share count",
|
|
386
|
-
"capital_share_value_required": "Please Enter share value",
|
|
387
|
-
"unified_number_required": "Unified Number Required",
|
|
388
|
-
"creating_account_title": "Creating your account",
|
|
389
|
-
"creating_account_description": "This might take a moment...",
|
|
390
|
-
"uploaded_file": "file",
|
|
391
|
-
"prepare_data_title": "Preparing your data",
|
|
392
|
-
"prepare_data_description": "This might take a moment...",
|
|
393
|
-
"oops": "Oops",
|
|
394
|
-
"file_upload_at_least_one": "please upload at least one file",
|
|
395
|
-
"company_individuals": "Company Individuals",
|
|
396
|
-
"company_individuals_add_or_request_details": "Add or request details for authorized signatories",
|
|
397
|
-
"add_details": "Add details",
|
|
398
|
-
"request_details_by_email": "Request details by email",
|
|
399
|
-
"back": "Back",
|
|
400
|
-
"company_individuals_details": "Company individuals details ({{count}})",
|
|
401
|
-
"type_user": "User",
|
|
402
|
-
"type_share_holder": "Share holder",
|
|
403
|
-
"type_board_member": "Board member",
|
|
404
|
-
"individual_gender_title": "Gender",
|
|
405
|
-
"gender_male": "Male",
|
|
406
|
-
"gender_female": "Female",
|
|
407
|
-
"issued_country_label": "Issued Country",
|
|
408
|
-
"choose_issued_country": "- Please select -",
|
|
409
|
-
"enter_expiry_date": "Expiry Date",
|
|
410
|
-
"place_of_birth_country_label": "Place of Birth County",
|
|
411
|
-
"choose_place_of_birth_country": "- Please select -",
|
|
412
|
-
"place_birth_city_label": "Place of Birth City",
|
|
413
|
-
"choose_place_birth_city": "- Please select -",
|
|
414
|
-
"nationality_label": "Nationality",
|
|
415
|
-
"choose_nationality": "- Please select -",
|
|
416
|
-
"share_count_label": "Share Count",
|
|
417
|
-
"share_count_hint": "0",
|
|
418
|
-
"share_value_label": "Share Value ({{currency}})",
|
|
419
|
-
"share_value_hint": "0000",
|
|
420
|
-
"brand": "Brand",
|
|
421
|
-
"try_again": "Try again",
|
|
422
|
-
"file_delete_error": "Something went wrong with deleting file. Please try again",
|
|
423
|
-
"file_download_error": "Something went wrong with downloading file. Please try again",
|
|
424
|
-
"title_brand_logo": "Brand Logo",
|
|
425
|
-
"description_brand_logo": "JPG or PNG files up to 4mb.",
|
|
426
|
-
"powered_by": "Powered by",
|
|
427
|
-
"add_other": "Other",
|
|
428
|
-
"choose_entity_license": "Choose Entity License",
|
|
429
|
-
"choose_license_entity": "- Please select -",
|
|
430
668
|
"your_brand_details": "Your brand details",
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"account_not_found_desc": "It looks like you're new here.",
|
|
467
|
-
"account_not_found_desc_sub": "To get started and make the most of Tap, please create an account.",
|
|
468
|
-
"try_sign_in": "Try signing in again",
|
|
469
|
-
"sign_up": "Sign up"
|
|
669
|
+
"mobile_ownership_title": "To enable bank payouts, please update your registered mobile number to match your national ID.",
|
|
670
|
+
"current_mobile_number": "Current mobile number",
|
|
671
|
+
"new_mobile_number": "New mobile number",
|
|
672
|
+
"update_mobile_number": "Update mobile number",
|
|
673
|
+
"update_later": "I'll update later",
|
|
674
|
+
"terminal_manage_terminals": "Manage Terminals",
|
|
675
|
+
"terminal_link_terminal": "Link Terminal",
|
|
676
|
+
"terminal_linked": "Linked",
|
|
677
|
+
"terminal_link": "Link",
|
|
678
|
+
"terminal_unlinked": "Unlinked",
|
|
679
|
+
"terminal_paired_with": "Paired with",
|
|
680
|
+
"terminal_device_id": "Device ID",
|
|
681
|
+
"terminal_serial_number": "Serial no",
|
|
682
|
+
"terminal_qr_code_description": "Open the Tap app on the terminal and select Linked Terminal from the More menu.",
|
|
683
|
+
"terminal_or_use_code": "or use code",
|
|
684
|
+
"terminal_unlink": "Unlink",
|
|
685
|
+
"terminal_linked_with": "Linked with",
|
|
686
|
+
"terminal_send_link_request": "Send linking request",
|
|
687
|
+
"terminal_request_will_send": "A request will be sent to Tap Terminal app to confirm linking.",
|
|
688
|
+
"terminal_new_request_will_send": "A new link request bas ben sent to Tap Terminal app to confirm linking.",
|
|
689
|
+
"terminal_resend_request": "Resend Request",
|
|
690
|
+
"terminal_with": "with",
|
|
691
|
+
"terminal_request_denied": "The Request to link Terminal {{device}} has been denied.",
|
|
692
|
+
"terminal_go_to_board": "Go to Board",
|
|
693
|
+
"terminal_linked_success": "Your terminal {{device}} is linked successfully",
|
|
694
|
+
"terminal_unlinked_success": "Your terminal {{device}} is unlinked successfully",
|
|
695
|
+
"terminal_no_terminal_linked": "No Terminal Linked",
|
|
696
|
+
"terminal_no_terminal_linked_description": "We will list the linked terminals here when available",
|
|
697
|
+
"terminal_push_notification_link_new_terminal_failed": "Something went wrong. Please try again later",
|
|
698
|
+
"terminal_id": "Terminal ID",
|
|
699
|
+
"terminal_devices": "{{name}} Devices",
|
|
700
|
+
"passcode_title": "Please enter your passcode",
|
|
701
|
+
"sign_in_with_otp": "Sign in with OTP",
|
|
702
|
+
"passcode_required": "Please enter the required Passcode",
|
|
703
|
+
"login_with_passcode": "Login with Passcode"
|
|
470
704
|
}
|