@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.
Files changed (853) hide show
  1. package/README.md +2 -2
  2. package/build/@types/app.d.ts +64 -21
  3. package/build/@types/app.js +23 -0
  4. package/build/@types/config.d.ts +5 -1
  5. package/build/@types/form.d.ts +34 -24
  6. package/build/@types/redux.d.ts +1 -0
  7. package/build/@types/theme.d.ts +1 -1
  8. package/build/api/account.d.ts +6 -3
  9. package/build/api/account.js +15 -1
  10. package/build/api/auth.d.ts +46 -14
  11. package/build/api/availabilityServices.d.ts +3 -3
  12. package/build/api/axios.js +2 -3
  13. package/build/api/board.d.ts +3 -3
  14. package/build/api/brand.d.ts +1 -1
  15. package/build/api/country.d.ts +1 -1
  16. package/build/api/data.d.ts +11 -24
  17. package/build/api/data.js +5 -45
  18. package/build/api/document.d.ts +2 -2
  19. package/build/api/entity.d.ts +13 -12
  20. package/build/api/entity.js +12 -4
  21. package/build/api/file.d.ts +1 -1
  22. package/build/api/firebase.js +68 -8
  23. package/build/api/index.d.ts +14 -25
  24. package/build/api/individual.d.ts +5 -5
  25. package/build/api/init.d.ts +1 -1
  26. package/build/api/lead.d.ts +28 -15
  27. package/build/api/lead.js +17 -1
  28. package/build/api/operator.d.ts +2 -2
  29. package/build/api/operator.js +1 -1
  30. package/build/api/user.d.ts +9 -2
  31. package/build/api/user.js +9 -1
  32. package/build/app/rootReducer.d.ts +1 -0
  33. package/build/app/rootReducer.js +3 -1
  34. package/build/app/settings.d.ts +4 -21
  35. package/build/app/settings.js +16 -11
  36. package/build/app/store.d.ts +6 -4
  37. package/build/assets/currencies/AEDSymbol.d.ts +7 -0
  38. package/build/assets/currencies/AEDSymbol.js +28 -0
  39. package/build/assets/currencies/SARSymbol.d.ts +7 -0
  40. package/build/assets/currencies/SARSymbol.js +28 -0
  41. package/build/assets/currencies/index.d.ts +2 -0
  42. package/build/assets/currencies/index.js +2 -0
  43. package/build/assets/currencies/utils.d.ts +4 -0
  44. package/build/assets/currencies/utils.js +6 -0
  45. package/build/assets/locales/ar.json +362 -151
  46. package/build/assets/locales/en.json +384 -150
  47. package/build/components/AnimationFlow/AnimationFlow.d.ts +9 -5
  48. package/build/components/AnimationFlow/AnimationFlow.js +5 -5
  49. package/build/components/AnimationFlow/BottomSheet.d.ts +3 -1
  50. package/build/components/AnimationFlow/BottomSheet.js +42 -14
  51. package/build/components/AnimationFlow/Dialog.d.ts +4 -3
  52. package/build/components/AnimationFlow/Dialog.js +5 -3
  53. package/build/components/AnimationFlow/Error.d.ts +2 -1
  54. package/build/components/AnimationFlow/Loader.d.ts +2 -1
  55. package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
  56. package/build/components/ArabicDatePicker/ArabicDatePicker.js +2 -2
  57. package/build/components/ArabicDatePicker/style.css +32 -3
  58. package/build/components/Button/Button.d.ts +1 -1
  59. package/build/components/CheckBox/CheckBox.d.ts +1 -1
  60. package/build/components/Collapse/Collapse.d.ts +2 -1
  61. package/build/components/DatePicker/DatePicker.d.ts +1 -1
  62. package/build/components/DatePicker/DatePicker.js +2 -2
  63. package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
  64. package/build/components/FileInput/DragAndDrop.d.ts +2 -1
  65. package/build/components/FileInput/UploadInput.d.ts +2 -1
  66. package/build/components/Footer/Footer.d.ts +1 -1
  67. package/build/components/Footer/Footer.js +2 -1
  68. package/build/components/Form/Form.d.ts +1 -1
  69. package/build/components/Input/Input.d.ts +1 -1
  70. package/build/components/Input/Input.js +1 -1
  71. package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
  72. package/build/components/List/List.d.ts +1 -1
  73. package/build/components/ListItem/ListItem.d.ts +1 -1
  74. package/build/components/Loader/Loader.d.ts +1 -1
  75. package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
  76. package/build/components/OTPField/OTPField.d.ts +1 -1
  77. package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
  78. package/build/components/ProgressBar/CircularProgressBar.d.ts +2 -1
  79. package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
  80. package/build/components/Providers/ReduxProvider.d.ts +1 -1
  81. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  82. package/build/components/Providers/ThemeProvider.js +3 -3
  83. package/build/components/Radio/Radio.d.ts +1 -1
  84. package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
  85. package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
  86. package/build/components/SimpleList/SimpleList.d.ts +1 -1
  87. package/build/components/Slide/Slide.d.ts +1 -1
  88. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  89. package/build/components/Text/Text.d.ts +1 -1
  90. package/build/components/TextWithCurrency/TextWithCurrency.d.ts +7 -0
  91. package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
  92. package/build/components/TextWithCurrency/index.d.ts +2 -0
  93. package/build/components/TextWithCurrency/index.js +2 -0
  94. package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
  95. package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  96. package/build/components/Tooltip/Tooltip.d.ts +1 -1
  97. package/build/components/Tooltip/Tooltip.js +1 -1
  98. package/build/components/Warning/Warning.d.ts +1 -1
  99. package/build/constants/api.d.ts +4 -7
  100. package/build/constants/api.js +9 -15
  101. package/build/constants/app.d.ts +41 -1
  102. package/build/constants/app.js +346 -32
  103. package/build/constants/assets.d.ts +14 -3
  104. package/build/constants/assets.js +123 -103
  105. package/build/constants/dummy.d.ts +4 -219
  106. package/build/constants/dummy.js +72 -6195
  107. package/build/constants/flows.d.ts +26 -0
  108. package/build/constants/flows.js +27 -0
  109. package/build/constants/index.d.ts +1 -0
  110. package/build/constants/index.js +1 -0
  111. package/build/constants/validation.d.ts +1 -0
  112. package/build/constants/validation.js +1 -0
  113. package/build/features/app/auth/authStore.d.ts +54 -179
  114. package/build/features/app/auth/authStore.js +498 -205
  115. package/build/features/app/bank/bankStore.d.ts +23 -109
  116. package/build/features/app/bank/bankStore.js +184 -158
  117. package/build/features/app/board/boardStore.d.ts +9 -41
  118. package/build/features/app/board/boardStore.js +83 -52
  119. package/build/features/app/brand/brandStore.d.ts +32 -174
  120. package/build/features/app/brand/brandStore.js +252 -261
  121. package/build/features/app/business/businessStore.d.ts +52 -174
  122. package/build/features/app/business/businessStore.js +444 -236
  123. package/build/features/app/connect/connectStore.d.ts +48 -155
  124. package/build/features/app/connect/connectStore.js +356 -121
  125. package/build/features/app/connectExpress/connectExpressStore.d.ts +85 -289
  126. package/build/features/app/connectExpress/connectExpressStore.js +811 -375
  127. package/build/features/app/entity/entityStore.d.ts +30 -127
  128. package/build/features/app/entity/entityStore.js +202 -242
  129. package/build/features/app/individual/individualStore.d.ts +39 -221
  130. package/build/features/app/individual/individualStore.js +264 -293
  131. package/build/features/app/kyc/kycStore.d.ts +67 -0
  132. package/build/features/app/kyc/kycStore.js +432 -0
  133. package/build/features/app/password/passwordStore.d.ts +42 -131
  134. package/build/features/app/password/passwordStore.js +255 -226
  135. package/build/features/app/signIn/signInStore.d.ts +7 -61
  136. package/build/features/app/signIn/signInStore.js +20 -16
  137. package/build/features/app/tax/taxStore.d.ts +22 -88
  138. package/build/features/app/tax/taxStore.js +168 -140
  139. package/build/features/auth/Auth.d.ts +6 -6
  140. package/build/features/auth/Auth.js +38 -12
  141. package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
  142. package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
  143. package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
  144. package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
  145. package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +16 -3
  146. package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  147. package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
  148. package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
  149. package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
  150. package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
  151. package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  152. package/build/features/auth/screens/AuthenticationList/LicenseNumber.js +2 -2
  153. package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  154. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +8 -2
  155. package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
  156. package/build/features/auth/screens/DOB/DOB.d.ts +6 -0
  157. package/build/features/auth/screens/{NID → DOB}/DOB.js +3 -3
  158. package/build/features/auth/screens/DOB/DOBForm.d.ts +5 -0
  159. package/build/features/auth/screens/DOB/DOBForm.js +59 -0
  160. package/build/features/auth/screens/DOB/index.d.ts +3 -0
  161. package/build/features/auth/screens/DOB/index.js +2 -0
  162. package/build/features/{connectExpress/screens/IdentityOTP → auth/screens/DOB}/validation.d.ts +4 -4
  163. package/build/features/auth/screens/DOB/validation.js +4 -0
  164. package/build/features/auth/screens/Email/Email.d.ts +1 -1
  165. package/build/features/auth/screens/EmailSent/EmailSent.d.ts +5 -0
  166. package/build/features/auth/screens/EmailSent/EmailSent.js +79 -0
  167. package/build/features/auth/screens/EmailSent/index.d.ts +2 -0
  168. package/build/features/auth/screens/EmailSent/index.js +2 -0
  169. package/build/features/auth/screens/MigratingData/MigratingData.d.ts +5 -0
  170. package/build/features/auth/screens/MigratingData/MigratingData.js +44 -0
  171. package/build/features/auth/screens/MigratingData/index.d.ts +2 -0
  172. package/build/features/auth/screens/MigratingData/index.js +2 -0
  173. package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
  174. package/build/features/auth/screens/Mobile/MobileNumber.js +9 -8
  175. package/build/features/auth/screens/Mobile/validation.js +11 -3
  176. package/build/features/auth/screens/NID/IDNumber.js +1 -1
  177. package/build/features/auth/screens/NID/NID.d.ts +1 -1
  178. package/build/features/auth/screens/NID/NID.js +4 -10
  179. package/build/features/auth/screens/NID/validation.d.ts +0 -3
  180. package/build/features/auth/screens/NID/validation.js +0 -1
  181. package/build/features/auth/screens/OTP/OTP.d.ts +14 -3
  182. package/build/features/auth/screens/OTP/OTP.js +54 -11
  183. package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
  184. package/build/features/auth/screens/OTP/OTPInput.js +17 -7
  185. package/build/features/auth/screens/OTP/index.d.ts +1 -2
  186. package/build/features/auth/screens/OperatorError/OperatorError.d.ts +5 -0
  187. package/build/features/auth/screens/OperatorError/OperatorError.js +9 -0
  188. package/build/features/auth/screens/OperatorError/index.d.ts +3 -0
  189. package/build/features/auth/screens/OperatorError/index.js +2 -0
  190. package/build/features/auth/screens/Passcode/Passcode.d.ts +16 -0
  191. package/build/features/auth/screens/Passcode/Passcode.js +82 -0
  192. package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
  193. package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
  194. package/build/features/auth/screens/Passcode/index.d.ts +2 -0
  195. package/build/features/auth/screens/Passcode/index.js +2 -0
  196. package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
  197. package/build/features/auth/screens/Passcode/validation.js +4 -0
  198. package/build/features/auth/screens/Password/Password.d.ts +1 -1
  199. package/build/features/auth/screens/Password/PasswordField.d.ts +1 -1
  200. package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
  201. package/build/features/auth/screens/PreparingData/PreparingData.js +1 -1
  202. package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +1 -1
  203. package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  204. package/build/features/auth/screens/VerifyNafath/VerifyNafath.js +35 -0
  205. package/build/features/auth/screens/VerifyNafath/index.d.ts +3 -0
  206. package/build/features/auth/screens/VerifyNafath/index.js +2 -0
  207. package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  208. package/build/features/bank/Bank.d.ts +6 -1
  209. package/build/features/bank/Bank.js +22 -9
  210. package/build/features/bank/screens/BankDetails/BankDetails.d.ts +2 -1
  211. package/build/features/bank/screens/BankDetails/BankDetails.js +18 -5
  212. package/build/features/bank/screens/BankDetails/BankName.d.ts +3 -2
  213. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +3 -2
  214. package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +2 -1
  215. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +3 -2
  216. package/build/features/bank/screens/BankDetails/IBAN.d.ts +2 -1
  217. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  218. package/build/features/bank/screens/OperatorError/OperatorError.d.ts +5 -0
  219. package/build/features/bank/screens/OperatorError/OperatorError.js +9 -0
  220. package/build/features/bank/screens/OperatorError/index.d.ts +3 -0
  221. package/build/features/bank/screens/OperatorError/index.js +2 -0
  222. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  223. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  224. package/build/features/bank/screens/Success/Success.d.ts +1 -1
  225. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  226. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  227. package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
  228. package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
  229. package/build/features/bank/screens/Verify/Verify.js +7 -6
  230. package/build/features/board/Board.d.ts +4 -1
  231. package/build/features/board/Board.js +24 -13
  232. package/build/features/board/screens/OperatorError/OperatorError.d.ts +5 -0
  233. package/build/features/board/screens/OperatorError/OperatorError.js +9 -0
  234. package/build/features/board/screens/OperatorError/index.d.ts +3 -0
  235. package/build/features/board/screens/OperatorError/index.js +2 -0
  236. package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
  237. package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
  238. package/build/features/board/screens/PrepareDataLoading/index.d.ts +2 -0
  239. package/build/features/board/screens/PrepareDataLoading/index.js +2 -0
  240. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  241. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  242. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -4
  243. package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
  244. package/build/features/board/screens/Verify/Verify.d.ts +1 -1
  245. package/build/features/board/screens/Verify/Verify.js +3 -2
  246. package/build/features/brand/Brand.d.ts +6 -1
  247. package/build/features/brand/Brand.js +22 -9
  248. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +29 -13
  249. package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +2 -1
  250. package/build/features/brand/screens/BrandActivities/BrandActivities.js +48 -11
  251. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +37 -13
  252. package/build/features/brand/screens/BrandActivities/CustomerBase.js +1 -1
  253. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
  254. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +2 -1
  255. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -5
  256. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +20 -12
  257. package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
  258. package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
  259. package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
  260. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +3 -2
  261. package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
  262. package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +2 -1
  263. package/build/features/brand/screens/BrandInfo/BrandInfo.js +22 -4
  264. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +3 -2
  265. package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
  266. package/build/features/brand/screens/BrandInfo/BrandName.js +3 -3
  267. package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +2 -1
  268. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +2 -1
  269. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +22 -6
  270. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
  271. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
  272. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
  273. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
  274. package/build/features/brand/screens/OperatorError/OperatorError.d.ts +5 -0
  275. package/build/features/brand/screens/OperatorError/OperatorError.js +9 -0
  276. package/build/features/brand/screens/OperatorError/index.d.ts +3 -0
  277. package/build/features/brand/screens/OperatorError/index.js +2 -0
  278. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  279. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  280. package/build/features/brand/screens/Success/Success.d.ts +1 -1
  281. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  282. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  283. package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
  284. package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
  285. package/build/features/brand/screens/Verify/Verify.js +3 -2
  286. package/build/features/business/Business.d.ts +2 -1
  287. package/build/features/business/Business.js +20 -12
  288. package/build/features/business/screens/Activities/Activities.d.ts +2 -1
  289. package/build/features/business/screens/Activities/Activities.js +26 -9
  290. package/build/features/business/screens/Activities/ActivitiesList.d.ts +25 -9
  291. package/build/features/business/screens/Activities/ActivitiesList.js +1 -1
  292. package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
  293. package/build/features/business/screens/Activities/OperationStartDate.d.ts +15 -5
  294. package/build/features/business/screens/Activities/OperationStartDate.js +2 -2
  295. package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
  296. package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
  297. package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
  298. package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
  299. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +13 -5
  300. package/build/features/business/screens/BusinessType/Article.d.ts +3 -2
  301. package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
  302. package/build/features/business/screens/BusinessType/BusinessType.js +11 -3
  303. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
  304. package/build/features/business/screens/BusinessType/EntityName.d.ts +2 -1
  305. package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +2 -1
  306. package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
  307. package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
  308. package/build/features/business/screens/BusinessType/LicenseNumber.js +3 -3
  309. package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
  310. package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
  311. package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
  312. package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
  313. package/build/features/business/screens/Customers/CustomerLocations.d.ts +43 -17
  314. package/build/features/business/screens/Customers/CustomerLocations.js +5 -3
  315. package/build/features/business/screens/Customers/Customers.d.ts +1 -1
  316. package/build/features/business/screens/Customers/Customers.js +50 -10
  317. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +4 -1
  318. package/build/features/business/screens/Customers/ExpectedCustomers.js +5 -3
  319. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +4 -1
  320. package/build/features/business/screens/Customers/ExpectedSalesRange.js +7 -6
  321. package/build/features/business/screens/Customers/RefundPolicy.d.ts +26 -11
  322. package/build/features/business/screens/Customers/RefundPolicy.js +13 -13
  323. package/build/features/business/screens/Customers/TransactionPolicy.d.ts +5 -1
  324. package/build/features/business/screens/Customers/TransactionPolicy.js +8 -5
  325. package/build/features/business/screens/Customers/validation.d.ts +6 -6
  326. package/build/features/business/screens/Customers/validation.js +3 -8
  327. package/build/features/business/screens/DOB/DOB.d.ts +6 -0
  328. package/build/features/business/screens/DOB/DOB.js +45 -0
  329. package/build/features/business/screens/DOB/DOBForm.d.ts +5 -0
  330. package/build/features/business/screens/DOB/DOBForm.js +72 -0
  331. package/build/features/business/screens/DOB/index.d.ts +3 -0
  332. package/build/features/business/screens/DOB/index.js +2 -0
  333. package/build/features/business/screens/DOB/validation.d.ts +8 -0
  334. package/build/features/business/screens/DOB/validation.js +4 -0
  335. package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
  336. package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
  337. package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
  338. package/build/features/business/screens/IDBOD/IDBOD.js +10 -2
  339. package/build/features/business/screens/IDBOD/validation.d.ts +0 -3
  340. package/build/features/business/screens/IDBOD/validation.js +0 -1
  341. package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  342. package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.js +103 -0
  343. package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  344. package/build/features/business/screens/MobileOwnership/MobileNumber.js +72 -0
  345. package/build/features/business/screens/MobileOwnership/index.d.ts +2 -0
  346. package/build/features/business/screens/MobileOwnership/index.js +2 -0
  347. package/build/features/business/screens/MobileOwnership/validation.d.ts +8 -0
  348. package/build/features/business/screens/MobileOwnership/validation.js +38 -0
  349. package/build/features/business/screens/OperatorError/OperatorError.d.ts +5 -0
  350. package/build/features/business/screens/OperatorError/OperatorError.js +9 -0
  351. package/build/features/business/screens/OperatorError/index.d.ts +3 -0
  352. package/build/features/business/screens/OperatorError/index.js +2 -0
  353. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  354. package/build/features/business/screens/Success/Success.d.ts +1 -1
  355. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  356. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +14 -3
  357. package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
  358. package/build/features/business/screens/Verify/Verify.d.ts +1 -1
  359. package/build/features/business/screens/Verify/Verify.js +15 -4
  360. package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  361. package/build/features/business/screens/VerifyNafath/VerifyNafath.js +35 -0
  362. package/build/features/business/screens/VerifyNafath/index.d.ts +3 -0
  363. package/build/features/business/screens/VerifyNafath/index.js +2 -0
  364. package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  365. package/build/features/connect/Connect.d.ts +6 -1
  366. package/build/features/connect/Connect.js +17 -10
  367. package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
  368. package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
  369. package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  370. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +8 -2
  371. package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
  372. package/build/features/connect/screens/CivilID/CivilID.js +6 -1
  373. package/build/features/connect/screens/DOB/DOB.d.ts +6 -0
  374. package/build/features/connect/screens/{NID → DOB}/DOB.js +2 -2
  375. package/build/features/connect/screens/DOB/DOBForm.d.ts +5 -0
  376. package/build/features/connect/screens/DOB/DOBForm.js +59 -0
  377. package/build/features/connect/screens/DOB/index.d.ts +3 -0
  378. package/build/features/connect/screens/DOB/index.js +2 -0
  379. package/build/features/connect/screens/DOB/validation.d.ts +8 -0
  380. package/build/features/connect/screens/DOB/validation.js +4 -0
  381. package/build/features/connect/screens/Individual/Email.d.ts +1 -1
  382. package/build/features/connect/screens/Individual/Email.js +2 -4
  383. package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
  384. package/build/features/connect/screens/Individual/Individual.js +11 -5
  385. package/build/features/connect/screens/Individual/MobileNumber.js +8 -7
  386. package/build/features/connect/screens/Individual/Name.d.ts +1 -1
  387. package/build/features/connect/screens/Individual/validation.js +11 -3
  388. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  389. package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
  390. package/build/features/connect/screens/Merchant/BrandName.js +3 -3
  391. package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
  392. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +2 -1
  393. package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
  394. package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
  395. package/build/features/connect/screens/Mobile/Mobile.js +12 -9
  396. package/build/features/connect/screens/Mobile/MobileNumber.js +8 -7
  397. package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
  398. package/build/features/connect/screens/Mobile/validation.js +11 -3
  399. package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  400. package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.js +104 -0
  401. package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  402. package/build/features/connect/screens/MobileOwnership/MobileNumber.js +72 -0
  403. package/build/features/connect/screens/MobileOwnership/index.d.ts +2 -0
  404. package/build/features/connect/screens/MobileOwnership/index.js +2 -0
  405. package/build/features/connect/screens/MobileOwnership/validation.d.ts +8 -0
  406. package/build/features/connect/screens/MobileOwnership/validation.js +38 -0
  407. package/build/features/connect/screens/NID/IDNumber.d.ts +1 -0
  408. package/build/features/connect/screens/NID/IDNumber.js +2 -2
  409. package/build/features/connect/screens/NID/NID.d.ts +1 -1
  410. package/build/features/connect/screens/NID/NID.js +5 -11
  411. package/build/features/connect/screens/NID/validation.d.ts +0 -3
  412. package/build/features/connect/screens/NID/validation.js +0 -1
  413. package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
  414. package/build/features/connect/screens/OTP/OTP.js +6 -6
  415. package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
  416. package/build/features/connect/screens/OTP/OTPInput.js +3 -11
  417. package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
  418. package/build/features/connect/screens/OperatorError/OperatorError.js +1 -1
  419. package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
  420. package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  421. package/build/features/connect/screens/VerifyNafath/VerifyNafath.js +35 -0
  422. package/build/features/connect/screens/VerifyNafath/index.d.ts +3 -0
  423. package/build/features/connect/screens/VerifyNafath/index.js +2 -0
  424. package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  425. package/build/features/connectExpress/ConnectExpress.d.ts +6 -1
  426. package/build/features/connectExpress/ConnectExpress.js +58 -31
  427. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
  428. package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
  429. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
  430. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  431. package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
  432. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
  433. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
  434. package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
  435. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  436. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +2 -2
  437. package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
  438. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  439. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +8 -2
  440. package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
  441. package/build/features/connectExpress/screens/CivilID/CivilID.js +6 -1
  442. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
  443. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
  444. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +3 -3
  445. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
  446. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +8 -1
  447. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
  448. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
  449. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
  450. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
  451. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
  452. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
  453. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +30 -7
  454. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
  455. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +2 -4
  456. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +9 -8
  457. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
  458. package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +11 -3
  459. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
  460. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +14 -24
  461. package/build/features/connectExpress/screens/DOB/DOB.d.ts +6 -0
  462. package/build/features/connectExpress/screens/{NID → DOB}/DOB.js +3 -3
  463. package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +5 -0
  464. package/build/features/connectExpress/screens/DOB/DOBForm.js +63 -0
  465. package/build/features/connectExpress/screens/DOB/index.d.ts +3 -0
  466. package/build/features/connectExpress/screens/DOB/index.js +2 -0
  467. package/build/features/connectExpress/screens/DOB/validation.d.ts +8 -0
  468. package/build/features/connectExpress/screens/DOB/validation.js +4 -0
  469. package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +3 -0
  470. package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.js +9 -0
  471. package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.d.ts +2 -0
  472. package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.js +2 -0
  473. package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +5 -0
  474. package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.js +35 -0
  475. package/build/features/connectExpress/screens/IdentityVerifyNafath/index.d.ts +3 -0
  476. package/build/features/connectExpress/screens/IdentityVerifyNafath/index.js +2 -0
  477. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
  478. package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
  479. package/build/features/connectExpress/screens/Mobile/Mobile.js +10 -3
  480. package/build/features/connectExpress/screens/Mobile/MobileNumber.js +9 -8
  481. package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
  482. package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
  483. package/build/features/connectExpress/screens/Mobile/validation.js +21 -6
  484. package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  485. package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.js +106 -0
  486. package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  487. package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.js +72 -0
  488. package/build/features/connectExpress/screens/MobileOwnership/index.d.ts +2 -0
  489. package/build/features/connectExpress/screens/MobileOwnership/index.js +2 -0
  490. package/build/features/connectExpress/screens/MobileOwnership/validation.d.ts +8 -0
  491. package/build/features/connectExpress/screens/MobileOwnership/validation.js +38 -0
  492. package/build/features/connectExpress/screens/NID/IDNumber.d.ts +1 -0
  493. package/build/features/connectExpress/screens/NID/IDNumber.js +2 -2
  494. package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
  495. package/build/features/connectExpress/screens/NID/NID.js +10 -10
  496. package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
  497. package/build/features/connectExpress/screens/NID/TAC.js +2 -2
  498. package/build/features/connectExpress/screens/NID/validation.d.ts +0 -3
  499. package/build/features/connectExpress/screens/NID/validation.js +0 -2
  500. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +2 -1
  501. package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
  502. package/build/features/connectExpress/screens/NIDMissed/NID.js +3 -3
  503. package/build/features/connectExpress/screens/NIDMissed/validation.d.ts +0 -3
  504. package/build/features/connectExpress/screens/NIDMissed/validation.js +0 -1
  505. package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
  506. package/build/features/connectExpress/screens/OTP/OTP.js +13 -15
  507. package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
  508. package/build/features/connectExpress/screens/OTP/OTPInput.js +12 -10
  509. package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +5 -0
  510. package/build/features/connectExpress/screens/OperatorError/OperatorError.js +9 -0
  511. package/build/features/connectExpress/screens/OperatorError/index.d.ts +3 -0
  512. package/build/features/connectExpress/screens/OperatorError/index.js +2 -0
  513. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +5 -0
  514. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +34 -0
  515. package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +2 -0
  516. package/build/features/connectExpress/screens/PrepareDataLoading/index.js +2 -0
  517. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  518. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  519. package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/OTPInput.d.ts +1 -1
  520. package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/OTPInput.js +3 -3
  521. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
  522. package/build/features/connectExpress/screens/{IdentityOTP/OTP.js → VerifyMobileAuthOTP/VerifyMobileAuthOTP.js} +22 -21
  523. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
  524. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
  525. package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  526. package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.js +41 -0
  527. package/build/features/connectExpress/screens/VerifyNafath/index.d.ts +3 -0
  528. package/build/features/connectExpress/screens/VerifyNafath/index.js +2 -0
  529. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  530. package/build/features/entity/Entity.d.ts +5 -1
  531. package/build/features/entity/Entity.js +22 -9
  532. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +25 -9
  533. package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
  534. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +5 -5
  535. package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
  536. package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
  537. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +5 -5
  538. package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +2 -1
  539. package/build/features/entity/screens/EntityCapital/EntityCapital.js +33 -9
  540. package/build/features/entity/screens/EntityName/Article.d.ts +3 -2
  541. package/build/features/entity/screens/EntityName/EntityName.d.ts +2 -1
  542. package/build/features/entity/screens/EntityName/EntityName.js +31 -14
  543. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +29 -13
  544. package/build/features/entity/screens/EntityName/EntityTypeList.js +2 -3
  545. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +13 -5
  546. package/build/features/entity/screens/EntityName/ExpiryDate.js +13 -8
  547. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +13 -5
  548. package/build/features/entity/screens/EntityName/IssuingDate.js +15 -8
  549. package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
  550. package/build/features/entity/screens/EntityName/LegalName.js +1 -13
  551. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +2 -1
  552. package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
  553. package/build/features/entity/screens/EntityName/LicenseNumber.js +6 -8
  554. package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
  555. package/build/features/entity/screens/EntityName/UnifiedNumber.js +4 -6
  556. package/build/features/entity/screens/EntityName/validation.d.ts +3 -3
  557. package/build/features/entity/screens/EntityName/validation.js +1 -10
  558. package/build/features/entity/screens/OperatorError/OperatorError.d.ts +5 -0
  559. package/build/features/entity/screens/OperatorError/OperatorError.js +9 -0
  560. package/build/features/entity/screens/OperatorError/index.d.ts +3 -0
  561. package/build/features/entity/screens/OperatorError/index.js +2 -0
  562. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  563. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  564. package/build/features/entity/screens/Success/Success.d.ts +1 -1
  565. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  566. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  567. package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
  568. package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
  569. package/build/features/entity/screens/Verify/Verify.js +3 -2
  570. package/build/features/featuresScreens.d.ts +1 -0
  571. package/build/features/featuresScreens.js +201 -13
  572. package/build/features/individual/Individual.d.ts +5 -1
  573. package/build/features/individual/Individual.js +22 -9
  574. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +13 -5
  575. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +43 -10
  576. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +3 -2
  577. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
  578. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +3 -3
  579. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  580. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +2 -4
  581. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +2 -1
  582. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
  583. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
  584. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
  585. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +4 -4
  586. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +2 -1
  587. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  588. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  589. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  590. package/build/features/individual/screens/IndividualList/Email.js +3 -4
  591. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +25 -9
  592. package/build/features/individual/screens/IndividualList/IndividualList.js +18 -5
  593. package/build/features/individual/screens/IndividualList/MobileNumber.js +8 -10
  594. package/build/features/individual/screens/IndividualList/UserList.d.ts +2 -1
  595. package/build/features/individual/screens/IndividualList/UserList.js +6 -6
  596. package/build/features/individual/screens/IndividualList/validation.js +11 -4
  597. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  598. package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
  599. package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -4
  600. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  601. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
  602. package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
  603. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +13 -5
  604. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +73 -18
  605. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +6 -5
  606. package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
  607. package/build/features/individual/screens/IndividualPersonalInfo/validation.js +11 -3
  608. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +9 -11
  609. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
  610. package/build/features/individual/screens/IndividualPhoneInfo/validation.js +11 -3
  611. package/build/features/individual/screens/OperatorError/OperatorError.d.ts +5 -0
  612. package/build/features/individual/screens/OperatorError/OperatorError.js +9 -0
  613. package/build/features/individual/screens/OperatorError/index.d.ts +3 -0
  614. package/build/features/individual/screens/OperatorError/index.js +2 -0
  615. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  616. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  617. package/build/features/individual/screens/Success/Success.d.ts +1 -1
  618. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  619. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  620. package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
  621. package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
  622. package/build/features/individual/screens/Verify/Verify.js +3 -2
  623. package/build/features/kyc/KYC.d.ts +11 -0
  624. package/build/features/kyc/KYC.js +99 -0
  625. package/build/features/kyc/index.d.ts +1 -0
  626. package/build/features/kyc/index.js +1 -0
  627. package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +5 -0
  628. package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.js +19 -0
  629. package/build/features/kyc/screens/AlreadySubmitted/index.d.ts +2 -0
  630. package/build/features/kyc/screens/AlreadySubmitted/index.js +2 -0
  631. package/build/features/kyc/screens/Loading/Loading.d.ts +4 -0
  632. package/build/features/kyc/screens/Loading/Loading.js +10 -0
  633. package/build/features/kyc/screens/Loading/index.d.ts +2 -0
  634. package/build/features/kyc/screens/Loading/index.js +2 -0
  635. package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +5 -0
  636. package/build/features/kyc/screens/OperatorError/OperatorError.js +9 -0
  637. package/build/features/kyc/screens/OperatorError/index.d.ts +2 -0
  638. package/build/features/kyc/screens/OperatorError/index.js +2 -0
  639. package/build/features/kyc/screens/Success/Success.d.ts +5 -0
  640. package/build/features/kyc/screens/Success/Success.js +32 -0
  641. package/build/features/kyc/screens/Success/index.d.ts +2 -0
  642. package/build/features/kyc/screens/Success/index.js +2 -0
  643. package/build/features/kyc/screens/Terms/Header.d.ts +6 -0
  644. package/build/features/kyc/screens/Terms/Header.js +36 -0
  645. package/build/features/kyc/screens/Terms/Terms.d.ts +4 -0
  646. package/build/features/kyc/screens/Terms/Terms.js +87 -0
  647. package/build/features/kyc/screens/Terms/index.d.ts +2 -0
  648. package/build/features/kyc/screens/Terms/index.js +2 -0
  649. package/build/features/kyc/screens/TokenError/TokenError.d.ts +5 -0
  650. package/build/features/kyc/screens/TokenError/TokenError.js +9 -0
  651. package/build/features/kyc/screens/TokenError/index.d.ts +2 -0
  652. package/build/features/kyc/screens/TokenError/index.js +2 -0
  653. package/build/features/kyc/screens/Users/Users.d.ts +3 -0
  654. package/build/features/kyc/screens/Users/Users.js +76 -0
  655. package/build/features/kyc/screens/Users/index.d.ts +2 -0
  656. package/build/features/kyc/screens/Users/index.js +2 -0
  657. package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  658. package/build/features/kyc/screens/VerifyNafath/VerifyNafath.js +45 -0
  659. package/build/features/kyc/screens/VerifyNafath/index.d.ts +3 -0
  660. package/build/features/kyc/screens/VerifyNafath/index.js +2 -0
  661. package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +5 -0
  662. package/build/features/kyc/screens/VerifyPaci/VerifyPACI.js +44 -0
  663. package/build/features/kyc/screens/VerifyPaci/index.d.ts +3 -0
  664. package/build/features/kyc/screens/VerifyPaci/index.js +2 -0
  665. package/build/features/password/Password.d.ts +5 -1
  666. package/build/features/password/Password.js +88 -31
  667. package/build/features/password/screens/CreatePassword/ConditionText.d.ts +2 -1
  668. package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
  669. package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
  670. package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -4
  671. package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
  672. package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +2 -1
  673. package/build/features/password/screens/OTP/OTP.d.ts +1 -1
  674. package/build/features/password/screens/OTP/OTP.js +3 -3
  675. package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
  676. package/build/features/password/screens/OperatorError/OperatorError.d.ts +5 -0
  677. package/build/features/password/screens/OperatorError/OperatorError.js +9 -0
  678. package/build/features/password/screens/OperatorError/index.d.ts +3 -0
  679. package/build/features/password/screens/OperatorError/index.js +2 -0
  680. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
  681. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
  682. package/build/features/password/screens/PrepareDataLoading/index.d.ts +2 -0
  683. package/build/features/password/screens/PrepareDataLoading/index.js +2 -0
  684. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  685. package/build/features/password/screens/Success/Success.d.ts +1 -1
  686. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  687. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  688. package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
  689. package/build/features/password/screens/Verify/Verify.d.ts +1 -1
  690. package/build/features/password/screens/Verify/Verify.js +7 -6
  691. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +2 -1
  692. package/build/features/shared/Address/Address.d.ts +2 -1
  693. package/build/features/shared/Address/CountryList.d.ts +29 -13
  694. package/build/features/shared/Address/InputSelect.d.ts +29 -13
  695. package/build/features/shared/Address/InputSelect.js +1 -1
  696. package/build/features/shared/Address/InputText.d.ts +1 -1
  697. package/build/features/shared/Background/Background.d.ts +1 -1
  698. package/build/features/shared/Background/Background.js +1 -1
  699. package/build/features/shared/Background/LogoBackground.d.ts +1 -1
  700. package/build/features/shared/Background/LogoBackground.js +5 -17
  701. package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +2 -1
  702. package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +2 -1
  703. package/build/features/shared/BusinessCountry/BusinessCountry.js +2 -2
  704. package/build/features/shared/Button/Button.d.ts +2 -1
  705. package/build/features/shared/Button/Button.js +4 -3
  706. package/build/features/shared/Button/EmailProvidersButtons.d.ts +3 -2
  707. package/build/features/shared/Button/EmailProvidersButtons.js +2 -0
  708. package/build/features/shared/Button/FlowsButtons.d.ts +3 -2
  709. package/build/features/shared/Button/FlowsButtons.js +19 -5
  710. package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
  711. package/build/features/shared/Button/MobileButton.d.ts +2 -1
  712. package/build/features/shared/Button/NafathButton.d.ts +8 -0
  713. package/build/features/shared/Button/{AbsherButton.js → NafathButton.js} +12 -3
  714. package/build/features/shared/Button/SuccessButton.d.ts +2 -1
  715. package/build/features/shared/Button/index.d.ts +2 -2
  716. package/build/features/shared/Button/index.js +2 -2
  717. package/build/features/shared/Calender/Calender.d.ts +3 -1
  718. package/build/features/shared/Calender/Calender.js +3 -3
  719. package/build/features/shared/CheckIcon/CheckIcon.d.ts +3 -2
  720. package/build/features/shared/Chip/Chip.d.ts +2 -1
  721. package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -1
  722. package/build/features/shared/Containers/FeatureContainer.d.ts +2 -1
  723. package/build/features/shared/Containers/FeatureContainer.js +5 -3
  724. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  725. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
  726. package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
  727. package/build/features/shared/Dialog/CloseDialog.d.ts +2 -1
  728. package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
  729. package/build/features/shared/Dialog/DialogContainer.js +5 -4
  730. package/build/features/shared/Dot/Dot.d.ts +2 -1
  731. package/build/features/shared/EndAdornment/EndAdornment.d.ts +2 -1
  732. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
  733. package/build/features/shared/Footer/Footer.d.ts +2 -1
  734. package/build/features/shared/Footer/PoweredByFooter.d.ts +3 -2
  735. package/build/features/shared/GenericError/GenericError.d.ts +1 -1
  736. package/build/features/shared/Input/Input.d.ts +15 -7
  737. package/build/features/shared/InputSelect/InputSelect.d.ts +2 -1
  738. package/build/features/shared/Mandatory/Mandatory.d.ts +2 -1
  739. package/build/features/shared/NafathVerification/NafathVerification.d.ts +14 -0
  740. package/build/features/shared/NafathVerification/NafathVerification.js +92 -0
  741. package/build/features/shared/NafathVerification/VerifyNafathLoading.d.ts +8 -0
  742. package/build/features/shared/NafathVerification/VerifyNafathLoading.js +53 -0
  743. package/build/features/shared/NafathVerification/VerifyNafathSuccess.d.ts +5 -0
  744. package/build/features/shared/NafathVerification/VerifyNafathSuccess.js +8 -0
  745. package/build/features/shared/NafathVerification/index.d.ts +2 -0
  746. package/build/features/shared/NafathVerification/index.js +2 -0
  747. package/build/features/shared/OTP/OTP.d.ts +1 -1
  748. package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
  749. package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +2 -1
  750. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +2 -1
  751. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  752. package/build/features/shared/Search/Search.d.ts +2 -1
  753. package/build/features/shared/SearchIcon/SearchIcon.d.ts +2 -1
  754. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +6 -1
  755. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +10 -13
  756. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
  757. package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
  758. package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
  759. package/build/features/shared/UploadFile/FileUpload.js +1 -1
  760. package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
  761. package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
  762. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
  763. package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
  764. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
  765. package/build/features/signIn/SignIn.d.ts +2 -1
  766. package/build/features/signIn/SignIn.js +18 -7
  767. package/build/features/signIn/screens/Email/Email.d.ts +1 -1
  768. package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
  769. package/build/features/signIn/screens/Mobile/MobileNumber.js +8 -7
  770. package/build/features/signIn/screens/Mobile/validation.js +11 -3
  771. package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
  772. package/build/features/signIn/screens/OTP/OTP.js +5 -4
  773. package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
  774. package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +5 -0
  775. package/build/features/signIn/screens/OperatorError/OperatorError.js +9 -0
  776. package/build/features/signIn/screens/OperatorError/index.d.ts +3 -0
  777. package/build/features/signIn/screens/OperatorError/index.js +2 -0
  778. package/build/features/signIn/screens/Password/Password.d.ts +1 -1
  779. package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
  780. package/build/features/tax/Tax.d.ts +5 -1
  781. package/build/features/tax/Tax.js +22 -9
  782. package/build/features/tax/screens/OperatorError/OperatorError.d.ts +5 -0
  783. package/build/features/tax/screens/OperatorError/OperatorError.js +9 -0
  784. package/build/features/tax/screens/OperatorError/index.d.ts +3 -0
  785. package/build/features/tax/screens/OperatorError/index.js +2 -0
  786. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  787. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  788. package/build/features/tax/screens/Success/Success.d.ts +1 -1
  789. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  790. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  791. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +3 -2
  792. package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +2 -1
  793. package/build/features/tax/screens/TaxDetails/TaxDetails.js +7 -2
  794. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +2 -1
  795. package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
  796. package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
  797. package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
  798. package/build/features/tax/screens/Verify/Verify.js +7 -6
  799. package/build/hooks/index.d.ts +3 -0
  800. package/build/hooks/index.js +3 -0
  801. package/build/hooks/useAppConfig.d.ts +1 -1
  802. package/build/hooks/useAppConfig.js +2 -2
  803. package/build/hooks/useAppDispatch.d.ts +1 -0
  804. package/build/hooks/useAppTheme.js +4 -3
  805. package/build/hooks/useCountDown.d.ts +10 -0
  806. package/build/hooks/useCountDown.js +17 -0
  807. package/build/hooks/useDataVerified.d.ts +1 -1
  808. package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
  809. package/build/hooks/useFormDirtyCheck.d.ts +10 -0
  810. package/build/hooks/useFormDirtyCheck.js +66 -0
  811. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
  812. package/build/hooks/useFormReadOnly.d.ts +2 -2
  813. package/build/hooks/useSanitizedTranslation.d.ts +2 -0
  814. package/build/hooks/useSanitizedTranslation.js +15 -0
  815. package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
  816. package/build/hooks/useVerifyToken.d.ts +4 -2
  817. package/build/hooks/useVerifyToken.js +9 -4
  818. package/build/index.css +360 -120
  819. package/build/index.d.ts +3 -2
  820. package/build/index.js +4 -2
  821. package/build/theme/components.js +7 -0
  822. package/build/theme/palette.js +2 -1
  823. package/build/theme/shadows.js +1 -1
  824. package/build/theme/theme.d.ts +1 -1
  825. package/build/theme/theme.js +2 -2
  826. package/build/utils/array.js +3 -3
  827. package/build/utils/common.d.ts +1 -0
  828. package/build/utils/common.js +16 -3
  829. package/build/utils/error.d.ts +1 -0
  830. package/build/utils/error.js +3 -0
  831. package/build/utils/object.d.ts +1 -0
  832. package/build/utils/object.js +3 -0
  833. package/build/utils/string.d.ts +6 -2
  834. package/build/utils/string.js +28 -3
  835. package/build/utils/validation.d.ts +2 -0
  836. package/build/utils/validation.js +6 -0
  837. package/package.json +3 -4
  838. package/build/features/auth/screens/NID/DOB.d.ts +0 -6
  839. package/build/features/business/screens/OTP/OTP.d.ts +0 -8
  840. package/build/features/business/screens/OTP/OTP.js +0 -90
  841. package/build/features/business/screens/OTP/index.d.ts +0 -3
  842. package/build/features/business/screens/OTP/index.js +0 -2
  843. package/build/features/connect/screens/NID/DOB.d.ts +0 -5
  844. package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +0 -5
  845. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +0 -5
  846. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +0 -54
  847. package/build/features/connectExpress/screens/IdentityOTP/index.d.ts +0 -3
  848. package/build/features/connectExpress/screens/IdentityOTP/index.js +0 -2
  849. package/build/features/connectExpress/screens/IdentityOTP/validation.js +0 -4
  850. package/build/features/connectExpress/screens/NID/DOB.d.ts +0 -6
  851. package/build/features/shared/Button/AbsherButton.d.ts +0 -7
  852. /package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/validation.d.ts +0 -0
  853. /package/build/features/{business/screens/OTP → connectExpress/screens/VerifyMobileAuthOTP}/validation.js +0 -0
@@ -1,9 +1,20 @@
1
1
  {
2
2
  " No Login Credentials available": "البريد الألكتروني غير صحيح",
3
+ " android": "اسم التطبيق على متجر قوقل",
3
4
  "(citizeninfo) dateofbirth does not match nic records": "هل يمكنك التحقق من تاريخ الميلاد الذي تم إدخاله.",
4
5
  "Api key is unauthorized to perform the operation": "يرجى التحقق من مشغل الـ API لأداء هذه الخدمة.",
6
+ "Board Request Not Found": "أنت تواجه بعض الانقطاع في الخدمة. يرجى المحاولة مرة أخرى.",
5
7
  "CR Not Found": "هل يمكنك التحقق من السجل التجاري الذي تم إدخاله.",
8
+ "Choose_any_country": "بحث عن البلد ...",
9
+ "Choose_issued_country": "- اختر -",
10
+ "Choose_nationality": "- اختر -",
11
+ "Choose_place_birth_city": "- اختر -",
12
+ "Choose_place_of_birth_country": "- اختر -",
6
13
  "Freelance License Not Found": "هل يمكنك التحقق من سجل العمل الحر الذي تم إدخاله.",
14
+ "Individual_additional_title": "شيء أخير",
15
+ "Individual_occupation_description": "الرجاء تحديد مهنتك",
16
+ "Individual_success_header_description": "كان ذلك سهلاً!",
17
+ "Individual_success_header_title": "تم تحديث الحساب",
7
18
  "Internal server error": "أنت تواجه بعض الانقطاع في الخدمة. يرجى المحاولة مرة أخرى.",
8
19
  "Invalid National Id or Date of Birth": "يرجى التحقق من المعلومات المدخلة.",
9
20
  "Invalid OTP": " الرجاء إدخال رمز المرور الصالح لمرة واحدة - الـ OTP",
@@ -11,23 +22,39 @@
11
22
  "Invalid Password": "يرجى التحقق من المعلومات المدخلة.",
12
23
  "Invalid lead_id": "أنت تواجه بعض الخلل عند الربط في الخدمة. يرجى التواصل مع فريق الدعم الفني.",
13
24
  "Invalid otp in data_token": " الرجاء إدخال رمز المرور الصالح لمرة واحدة - الـ OTP",
25
+ "KD": "د.ك",
26
+ "Please upload bank statement file": "الرجاء تحميل شهادة الايبان البنكية",
14
27
  "Profile Name Required": "يرجى إدخال اسم تجاري خاص بعملك والمربوط بالعلامة التجارية",
15
28
  "Profile Name already exists": "الاسم التجاري الذي تم ادخاله غير متوفر. يرجى ادخال اسم تجاري آخر.",
16
29
  "Profile Name is invalid": "هل يمكنك التحقق من اسم التجاري الذي تم إدخاله.",
30
+ "SAR": "ر.س",
17
31
  "Signup_email_lable": "البريد الإلكتروني",
18
32
  "absher_button_label": "المتابعة عن طريق أبشر",
19
33
  "acceptance_btn_text": "استقبال المدفوعات",
34
+ "account_already_created": "جاري تحضير حسابك",
20
35
  "account_details": "تفاصيل حسابك",
36
+ "account_not_found": "Account not found",
37
+ "account_not_found_desc": "It looks like you're new here.",
38
+ "account_not_found_desc_sub": "To get started and make the most of Tap, please create an account.",
21
39
  "activities": "أنشطة عملك",
40
+ "activities_list_alert": "الرجاء اختيار نشاط واحد على الاقل",
41
+ "activities_name_hint": "اختر الأنشطة كما برخصة المنشأة, يمكنك اختيار أكثر من نشاط",
22
42
  "activities_selected": "أنشطة مختارة",
23
43
  "actual_income_hint": "الدخل الفعلي",
44
+ "add_details": "أضف المعلومات",
45
+ "add_entity": "الرجاء إضافة اسم الكيان",
46
+ "add_other": "أخرى",
24
47
  "add_other_cr": "اضف سجل تجارى اخر",
25
48
  "add_other_fl": "اضف وثيقة عمل حر آخرى",
26
49
  "agree_on_chargeback_policy": "لقد قرأت ووافقت على ",
27
50
  "agree_on_refund_policy": "لقد قرأت ووافقت على ",
28
51
  "alert_bank_confirm": "يجب عليك الموافقة",
29
- "alert_bank_statement": "الرجاء رفع كشف الحساب",
52
+ "alert_bank_statement": "الرجاء تحميل شهادة الايبان البنكية",
30
53
  "alert_beneficiary_name": "هل يمكنك التحقق من اسم المستفيد الذي تم إدخاله.",
54
+ "alert_choose_business": "يُرجى اختيار الشركة",
55
+ "alert_choose_segment_location": "يُرجى",
56
+ "alert_choose_segment_profit": "يُرجى تحديد الربح",
57
+ "alert_choose_segment_tech": "الرجاء تحديد التقنية",
31
58
  "alert_file_size": "الملف الذي قمت برفعه حجمه كبير",
32
59
  "alert_file_upload": "الرجاء رفع الملف بشكل صحيح",
33
60
  "alert_iban": "هل يمكنك التحقق من رقم الحساب البنكي (الـ IBAN) الذي تم إدخاله.",
@@ -36,28 +63,88 @@
36
63
  "app": "تطبيق",
37
64
  "apple_btn_open_title": "افتح صندوق بريد آبل ميل - Apple Mail",
38
65
  "apple_store_placeholder": "اسم التطبيق عالـ App Store",
39
- "authenticate_kuwait_mobile_description": "Please go to your Kuwait Mobile ID app and accept the authentication request from Tap.",
40
- "authenticate_kuwait_mobile_title": "Authenticate with Kuwait Mobile ID app",
66
+ "approve_with_nafath_app": "المتابعة من خلال نفاذ",
67
+ "approve_with_paci_app": "المتابعة من خلال PACI",
68
+ "ar": "ع",
69
+ "arabic": "اللغة العربية",
70
+ "article_of_association": "PDF, JPG or PNG files up to 5mb.",
71
+ "auth_brand_required": "العلامة التجارية مطلوبة",
72
+ "auth_entity_required": "المؤسسة مطلوب",
73
+ "auth_merchant_required": "التاجر مطلوب",
74
+ "auth_terminal_required": "ال Terminal مطلوبة",
75
+ "authenticate_kuwait_mobile_description": "يرجى فتح تطبيق هويتي من الهاتف المحمول الكويتي الخاص بك وقبول طلب المصادقة من شركة تاب.",
76
+ "authenticate_kuwait_mobile_title": "المصادقة من خلال تطبيق هويتي",
77
+ "authentication_list_description": "من فضلك املأ المعلومات ادناه",
78
+ "back": "عودة",
41
79
  "bank": "رقم حساب البنك",
42
80
  "bank_confirm_information": "أتعهد بأن المعلومات البنكية المدخلة صحيحة وأنها تعود إلي",
43
81
  "bank_flow_completed": "{{bank_name}} {{iban}}",
44
82
  "bank_flow_pending": "أضف البيانات البنكية",
83
+ "bank_flows_description": "فيما يلي التدفقات للمضي قدمًا",
84
+ "bank_flows_title": "ملخص التدفق المصرفي",
85
+ "bank_info_description": "الرجاء إضافة تفاصيل البنك التجاري الخاص بك",
86
+ "bank_info_title": "تفاصيل حسابك المصرفي",
45
87
  "bank_name_required": "اسم البنك مطلوب",
88
+ "bank_success_header_description": "لقد أكملت بنجاح إضافة البيانات المصرفية",
89
+ "bank_success_header_title": "البنك مكتمل",
46
90
  "bank_success_title": "تم تحديث البيانات البنكية الخاصة بك",
47
91
  "beneficiary_name": "اسم المستفيد",
48
- "beneficiary_name_invalid": "هل يمكنك التحقق من اسم المستفيد الذي تم إدخاله. (ملاحظة - يجب ادخال الاسم القانوني المرتبط بالحساب البنكي)",
92
+ "beneficiary_name_invalid": " اسم المستفيد يجب أن يكون باللغة الإنجليزية ومطابق للإسم القانوني المرتبط بالحساب البنكي",
49
93
  "beneficiary_name_placeholder": "اسم المستفيد",
50
94
  "beneficiary_name_required": "اسم المستفيد مطلوب",
51
95
  "birthdate": "تاريخ الميلاد",
96
+ "brand": "الاسم التجاري",
97
+ "brand_activities_description": "الرجاء إضافة تفاصيل أنشطتك",
98
+ "brand_activities_title": "تفاصيل أنشطة علامتك التجارية",
99
+ "brand_details_additional_info": "الرجاء إخبارنا بالمعلومات الإضافية عن عملك",
100
+ "brand_details_description": "الرجاء إخبارنا عن نشاطك التجاري",
101
+ "brand_flow_completed": "{{brand}}",
102
+ "brand_flows_description": "فيما يلي الخطوات للمضي قدمًا",
103
+ "brand_flows_title": "ملخص العلامة التجارية",
104
+ "brand_id_missing": "رقم تعريف العلامة التجارية مفقود",
105
+ "brand_info_description": "الرجاء إضافة تفاصيل علامتك التجارية",
106
+ "brand_info_title": "تفاصيل علامتك التجارية",
52
107
  "brand_name_already_exist": "Profile Name already exists",
53
108
  "brand_name_hint": "الرجاء إدخال اسم تجاري مسجل قانونياً بعملك التجاري. سيظهر الاسم التجاري لعملائك عند عملية الدفع.",
109
+ "brand_segment_description": "تفاصيل شريحة علامتك التجارية",
110
+ "brand_segment_title": "تفاصيل شريحتك",
111
+ "brand_success_header_description": "لقد أكملت بنجاح",
112
+ "brand_success_header_title": "العلامة التجارية مكتملة",
54
113
  "brand_success_title": "تم تحديث معلومات علامتك التجارية",
114
+ "business_activities_description": "يرجى تحديد الأنشطة التجارية الخاصة بك",
115
+ "business_activities_title": "الأنشطة التجارية",
116
+ "business_activity_info_description": "تفاصيل قليلة حول الأنشطة التجارية",
117
+ "business_activity_info_title": "معلومات النشاط التجاري",
118
+ "business_brand_description": "يُرجى مراجعة تفاصيل العلامة التجارية",
119
+ "business_brand_title": "معلومات العلامة التجارية",
55
120
  "business_completed_button": "الانتهاء من إعداد حسابي",
56
- "business_completed_description": "كان ذلك سهلا! أنت الان جاهز لاستقبال المدفوعات. ولكن نرجو منك، إضافة بيانات البنك لبدء تلقي المدفوعات.",
121
+ "business_completed_description": "أنت مستعد تمامًا لقبول المدفوعات. آخر شيء ، إضافة التفاصيل المصرفية الخاصة بك لبدء تلقي العوائد.",
57
122
  "business_completed_title": "تم تفعيل حسابك",
123
+ "business_customer_description": "الأسئلة القليلة الأخيرة حول نشاطك التجاري",
124
+ "business_expiry_date": "تاريخ الانتهاء",
58
125
  "business_flow_completed": "{{business_type}} {{license_number}}",
126
+ "business_flows_description": "فيما يلي التدفقات للمضي قدمًا",
127
+ "business_flows_title": "ملخص الحساب",
128
+ "business_sales_description": "يرجى تحديد المبيعات المتوقعة",
129
+ "business_sales_title": "المبيعات المتوقعة",
59
130
  "business_start_date": "تاريخ بدء العمل",
131
+ "business_success_description": "لقد أكملت بنجاح تحديث معلومات العمل",
132
+ "business_success_title": "اكتمل العمل",
133
+ "call_center": "رقم مركز الاتصال",
134
+ "call_center_label": "مركز الاتصال",
60
135
  "call_center_placeholder": "رقم هاتف خدمة الإتصال",
136
+ "cancel": "إلغاء",
137
+ "capital_paid_hint": "00000",
138
+ "capital_paid_label": "رأس المال المدفوع ({{currency}})",
139
+ "capital_paid_input_label": "رأس المال المدفوع",
140
+ "capital_paid_required": "Please Enter paid amount",
141
+ "capital_share_count_hint": "00000",
142
+ "capital_share_count_label": "عدد اسهم رأس المال",
143
+ "capital_share_count_required": "Please Enter share count",
144
+ "capital_share_value_hint": "00000",
145
+ "capital_share_value_label": "قيمة السهم ({{currency}})",
146
+ "capital_share_value_input_label": "قيمة السهم",
147
+ "capital_share_value_required": "Please Enter share value",
61
148
  "category": "الفئة",
62
149
  "category_name": "اسم الفئة",
63
150
  "channel_of_service": "ما هي قنوات البيع الخاصة بعملك؟ ",
@@ -65,82 +152,156 @@
65
152
  "check_terms_cond": "يرجى الموافقة على الشروط والاحكام",
66
153
  "choose_activities": "اختر من الانشطة",
67
154
  "choose_any_business_date": "اختر تاريخ",
155
+ "choose_any_expiry_date": "اختر تاريخ",
156
+ "choose_any_issuing_date": "اختر تاريخ",
68
157
  "choose_any_license": "اختر الرخصة",
158
+ "choose_any_monthly_income": "رجاءا اختر الدخل الشهرى",
69
159
  "choose_any_occupation": "الرجاء الاختيار - ",
70
160
  "choose_any_source_of_income": "- الرجاء الاختيار -",
71
161
  "choose_atleast_one_activity": "- الرجاء الاختيار -",
72
- "choose_atleast_one_channel": "الرجاء اختيار قناة واحدة على الأقل",
162
+ "choose_atleast_one_channel": "الرجاء اختيار قناة بيع واحدة على الأقل",
73
163
  "choose_brand": "يرجى اختيار اسم تجاري",
164
+ "choose_business": "الرجاء تحديد شركة",
74
165
  "choose_channel": "- الرجاء الاختيار -",
75
166
  "choose_customer_base": "- الرجاء الاختيار -",
76
167
  "choose_employee_location": "- الرجاء الاختيار -",
168
+ "choose_entity_license": "اختر ترخيص المنشأة",
169
+ "choose_entity_type": "- Please select -",
77
170
  "choose_expected_sales": "- الرجاء الاختيار -",
78
171
  "choose_expected_sales_yearly": "- الرجاء الاختيار -",
79
172
  "choose_license": "- الرجاء الاختيار -",
80
173
  "choose_license_cr": "- الرجاء الاختيار -",
174
+ "choose_license_entity": "- الرجاء الاختيار -",
81
175
  "choose_license_fl": "- الرجاء الاختيار -",
82
176
  "citizenship": "مواطن",
83
- "civil_id_placeholder": "28xxxxxxxx53",
177
+ "civil_id_description": "ابدأ فورًا باستخدام هويتك",
178
+ "civil_id_placeholder": "2xxxxxxxxx12",
179
+ "civil_id_title": "البطاقة المدنية",
180
+ "close_and_complete_later": "اغلق الان و اكمل لاحقا",
84
181
  "commercial_reg": "منشأة تجارية",
182
+ "commercial_reg_hint": "للمنشئات الصغيرة و المتوسطة و المنشأت الناشئة و المؤسسات برخصة مزاوة نشاط تجارى",
183
+ "company_individuals": "الأفراد بالشركة",
184
+ "company_individuals_add_or_request_details": "أضف او أطلب المعلومات من الشخص المصرح له بذلك",
185
+ "company_individuals_details": "الأفراد بالشركة ({{count}})",
85
186
  "confirm": "تآكيد",
86
187
  "confirm_close_flow_no": "لا",
87
188
  "confirm_close_flow_title": "هل تريد الغاء العملية ؟",
88
189
  "confirm_close_flow_yes": "نعم",
89
- "connect_completed_description": "لقد نجحت في تسجيل الاسم التجاري مع تاب. تحقق من بريدك الإلكتروني لتفعيل حسابك.",
190
+ "connect_completed_description": "لقد نجحت في تسجيل الاسم التجاري مع تاب. تحقق من بريدك الإلكتروني لتفعيل حسابك.",
191
+ "connect_completed_description_dev": "لقد نجحت بتسجيل نشاطك في تاب. أرسلنا لك رسالة بريد إلكتروني على <strong>{{email}}</strong> .لتفعيل حسابك",
90
192
  "connect_completed_title": "شكراً",
193
+ "connect_express_flows_description": "فيما يلي التدفقات للمضي قدمًا",
194
+ "connect_express_flows_title": "ملخص الحساب",
195
+ "connect_flow_completed_description": "لقد نجحت في تسجيل الاسم التجاري مع تاب. تحقق من بريدك الإلكتروني <strong>{{email}}</strong> لتفعيل حسابك.",
196
+ "connect_success": "حسنًا , كان ذلك سهلاً!",
197
+ "connect_success_description": "لقد اشتركت بنجاح",
91
198
  "continue": "استمرار",
199
+ "country_list_title": "الرجاء تحديد بلدك",
92
200
  "country_of_residence": "بلد الإقامة",
93
201
  "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).",
94
202
  "cr_max_length": "هل يمكنك التحقق من رقم السجل التجاري الذي تم إدخاله. (ملاحظة - يتكون السجل التجاري من {{length}} رقمًا).",
95
203
  "cr_number": "رقم السجل التجارى",
96
- "cr_number_hint": "2065413241",
204
+ "cr_number_hint": "10xxxxxx53",
97
205
  "cr_required": "هل يمكنك إدخال رقم السجل التجاري.",
206
+ "create_account_loading": "جارٍ التحميل ...",
207
+ "create_account_loading_desc": "يرجى التحلي بالصبر حتى الانتهاء من التحميل",
98
208
  "create_new_business": "انشاء حساب جديد",
99
- "desc_drag_and_drop_certificate": "License certificate file. PDF, JPG or PNG files up to 5mb.",
100
- "drag_and_drop": "قم بسحب وإدراج الكشف او",
209
+ "create_new_entity": "Create Entity",
210
+ "creating_account_description": "هذه العملية تحتاج وقت...",
211
+ "creating_account_title": "جارى انشاء الحساب",
212
+ "customer_base_name_hint": "اختر محليًا إذا كنت تبيع فقط في البلد الذي تقيم فيه. اختر إقليميًا إذا كنت تبيع أيضًا لدول مجلس التعاون الخليجي الأخرى. اختر عالمياً إذا كنت تبيع إلى أي دولة خارج دول مجلس التعاون الخليجي.",
213
+ "data_loading_desc": "الرجاء الانتظار أثناء تحضير البيانات",
214
+ "data_loading_title": "تحضير البيانات",
215
+ "day": "اليوم",
216
+ "desc_drag_and_drop_certificate": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
217
+ "desc_drag_and_drop_civilID": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
218
+ "desc_drag_and_drop_signature": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
219
+ "desc_drag_and_drop_tax_document": "PDF, JPG or PNG files up to 4mb. 4 files maximum",
220
+ "description_brand_logo": "JPG or PNG files up to 4mb.",
221
+ "drag_and_drop": "قم بسحب وإدراج الكشف",
101
222
  "edit": "تعديل",
102
223
  "email_activation_description": "شكراً لاختيارك تاب للمدفوعات، لقد تم تفعيل بريدك الإلكتروني بنجاح!",
103
224
  "email_button_label": "تواصل مع البريد الإلكتروني",
104
225
  "email_confirmed": "تم تأكيد البريد الإلكتروني",
105
226
  "email_not_valid": "هل يمكنك التحقق من البريد الإلكتروني الذي تم إدخاله.",
106
227
  "employer_name_invalid": "هل يمكنك التحقق من اسم المنشأه الذي تم إدخاله.",
228
+ "en": "EN",
229
+ "english": "English",
107
230
  "enter_at_least_one": "هل يمكنك إدخال وسائط اجتماعية واحدة على الأقل",
108
231
  "enter_at_least_one_call_center": "Please enter at least one call center number",
109
232
  "enter_at_least_one_mobile_app": "Please enter at least one mobile app store",
110
- "enter_at_least_one_physical_store": "Please enter at least one physical store",
233
+ "enter_at_least_one_physical_store": "Please fill the address of the physical store",
111
234
  "enter_at_least_one_social_media": "Please enter at least one social media",
112
- "enter_at_least_one_website": "Please enter at least one website",
235
+ "enter_at_least_one_website": "عنوان الموقع مطلوب",
113
236
  "enter_bank_name": "اسم البنك",
114
237
  "enter_bank_name_placeholder": "اسم البنك",
115
- "enter_birth_date": "تاريخ الميلاد",
238
+ "enter_birth_date": "تاريخ الميلاد ",
116
239
  "enter_brand_name_english_chars_numbers_space": "هل يمكنك التحقق من الاسم التجاري الذي تم إدخاله. (ملاحظة - يتكون الاسم التجاري من أحرف باللغة الإنجليزية بالإضافة على أرقام ومسافات) ",
117
240
  "enter_brand_name_english_chars_only": "هل يمكنك التحقق من الاسم التجاري الذي تم إدخاله. (ملاحظة - يتكون الاسم التجاري من أحرف باللغة الإنجليزية) ",
118
- "enter_civil_id": "Please enter your civil ID",
241
+ "enter_civil_id": "الرقم المدني",
119
242
  "enter_commercial_register_no": "السجل التجاري",
120
243
  "enter_entity_name_english_chars_numbers_space": "ادخل اسم العمل بشكل صحيح",
244
+ "enter_expiry_date": "تاريخ انتهاء الصلاحية",
121
245
  "enter_freelance_license": "وثيقة العمل الحر",
122
246
  "enter_iban": "يرجى ادخال الحساب البنكي برمز الـ IBAN",
247
+ "enter_iban_placeholder": "KW44#################0",
123
248
  "enter_iqama_id": "رقم الإقامة",
249
+ "enter_legal_name_min_three_chars": "Please Enter at least minimum 3 characters",
124
250
  "enter_license_no": "رقم وثيقة العمل الحر",
251
+ "enter_license_number": "Please enter license number at least 5 chars",
125
252
  "enter_national_id": "رقم الهوية",
126
- "enter_served_monthly": "كم عدد العملاء الذين تتوقع أن يخدمهم عملك على أساس شهري؟",
253
+ "enter_served_monthly": "عدد العملاء شهريا",
127
254
  "enter_strong_password": "الرجاء إدخال كلمة مرور قوية.",
128
255
  "enter_valid_birth_date": "الرجاء ادخال تاريخ ميلاد صحيح",
129
256
  "enter_valid_brand_name": "الرجاء إدخال اسم تجاري صحيح",
130
257
  "enter_valid_customer_no": "-",
258
+ "enter_valid_first_name": "الرجاء كتابة اسمك الأول",
259
+ "enter_valid_last_name": "الرجاء كتابة اسمك الأخير",
260
+ "enter_valid_legal_name": "الرجاء إدخال الاسم القانوني الذي يتكون من 3 محارف على الأقل",
131
261
  "enter_valid_license": "هل يمكنك التحقق من رقم الرخصه الذي تم إدخاله.",
132
262
  "enter_valid_mobile_number": "هل يمكنك التحقق من رقم الجوال الذي تم إدخاله. (ملاحظة - يتكون رقم الجوال من {{length}} رقمًا)",
263
+ "enter_valid_mobile_number_min_max_length": "هل يمكنك التحقق من رقم الجوال الذي تم إدخاله. (ملاحظة - يتكون رقم الجوال من {{minLength}}-{{length}} ارقام)",
133
264
  "enter_valid_password": "يرجى إدخال كلمة مرور لا تقل عن {{length}} حرفًا",
265
+ "entity": "المؤسسة",
266
+ "entity_activities_description": "الرجاء تحديد أنشطة المؤسسة الخاص بك",
267
+ "entity_activities_title": "أنشطة المؤسسة",
268
+ "entity_flow_completed": "{{business_type}} {{license_number}}",
269
+ "entity_flow_pending": "{{business_type}} {{license_number}}",
270
+ "entity_flows_description": "فيما يلي الخطوات للمضي قدمًا",
271
+ "entity_flows_title": "ملخص المؤسسة",
272
+ "entity_id_missing": "رقم تعريف المؤسسة مفقود",
273
+ "entity_info_description": "الرجاء إضافة تفاصيل المؤسسة الخاص بك",
274
+ "entity_info_title": "تفاصيل المؤسسة الخاص بك",
275
+ "entity_last_step_description": "آخر تفاصيل قليلة حول المؤسسة",
134
276
  "entity_legal_name_placeholder": "اسم العمل",
135
277
  "entity_legal_name_title": "الاسم الرسمي للمنشأة",
278
+ "entity_success_header_description": "لقد أكملت بنجاح",
279
+ "entity_success_header_title": "اكتمل المؤسسة",
136
280
  "entity_success_title": "تم تحديث المعلومات بنجاح",
137
- "expected_customers_to_serve": "كم عدد العملاء الذين تتوقع أن يخدمهم عملك شهريآً؟",
281
+ "entity_type": "نوع الكيان",
282
+ "entity_type_required": "Please select at least one entity type",
283
+ "expected_customers_to_serve": "عدد العملاء شهريا",
284
+ "expected_sales_monthly": "البيع المتوقع في الشهر؟ ({{currency}})",
285
+ "expected_sale_per_month": "البيع المتوقع في الشهر؟",
138
286
  "expected_sales_yearly": "ما هي المبيعات المتوقعة لعملك شهريًا؟",
287
+ "expected_served_monthly": "عدد العملاء شهريا",
139
288
  "expiry_date": "تاريخ الإنتهاء",
289
+ "express_account_already_created_close_button": "اغلاق",
290
+ "express_account_already_created_description": "عفوا الحساب منشأ مسبقا",
291
+ "express_account_already_created_details": "تفاصيل إنشاء الحساب",
292
+ "express_account_already_created_summary": "تم إنشاء الحساب بالفعل",
293
+ "express_account_already_created_title": "انشاء حساب",
294
+ "file_already_exist": "عفوا الملف مرفوع مسبقا",
295
+ "file_delete_error": "حدث خطأ ما في حذف الملف. حاول مرة اخرى",
296
+ "file_download_error": "حدث خطأ ما في تحميل الملف. حاول مرة اخرى",
297
+ "file_exceed_max_limit": "عذرا يمكنك رفع فقط: {{length}} ملف\\ملفات",
298
+ "file_exit_max_limit": "عذرا يمكنك رفع فقط: {{length}} ملف\\ملفات",
140
299
  "file_not_supported_alert": "نوع الملف غير مدعوم",
300
+ "file_required": "الملف مطلوب",
141
301
  "file_size_alert": "حجم الملف اكبر من المطلوب",
142
- "file_upload_error": "هناك مشكلة في رفع الملف, يرجى المحاولة لاحقاً.",
143
302
  "file_upload_article_error": "هناك مشكلة في رفع الملف, يرجى المحاولة لاحقاً.",
303
+ "file_upload_at_least_one": "عذرا,مطلوب رفع ملف واحد على الأقل",
304
+ "file_upload_error": "هناك مشكلة في رفع الملف, يرجى المحاولة لاحقاً.",
144
305
  "file_upload_failed": "أنت تواجه بعض التحديات في تحميل الملف. يرجى المحاولة مرة أخرى.",
145
306
  "file_uploading_title": "جاري الرفع.....",
146
307
  "fl_kw_max_length": "May you please verify the entered freelancer registration reference. (Note - the freelancer registration may contains characters and digits).",
@@ -148,13 +309,20 @@
148
309
  "fl_number": "وثيقة العمل الحر",
149
310
  "fl_number_hint": "F31414ESD",
150
311
  "fl_required": "هل يمكنك إدخال مرجع وثيقة العمل الحر.",
312
+ "flow_description": "أنت جاهز لبدء قبول الدفعات. أكمل الأقسام التالية لتفعيل الدفع .",
151
313
  "follow_us": "تابعنا",
152
314
  "freelancer_reg": "وثيقة العمل الحر",
153
315
  "future_work": "عمل المستقبل",
316
+ "gender_female": "أنثى",
317
+ "gender_male": "ذكر",
318
+ "get_started": "ابدء",
154
319
  "gmail_btn_open_title": "افتح صندوق بريد جي ميل - Gmail",
155
320
  "goto_dashboard": "حساب لوحة التحكم",
156
321
  "goto_dashboard_button_label": "اخل حساب لوحة التحكم",
157
- "homemaker_reg": "Home maker",
322
+ "hi": " مرحبا",
323
+ "homemaker_reg": "عمل منزلي",
324
+ "homemaker_reg_hint": "للأفراد مع رخصة عمل منزلى",
325
+ "iban_input_placeholder": "{{countrycode}}44#################0",
158
326
  "id_placeholder": 2345566666,
159
327
  "ide_not_valid_url": "هل يمكنك التحقق من عنوان الموقع الإلكتروني الذي تم إدخاله.",
160
328
  "ide_opt_sent_title": "تم إرسال رمز المرور لمرة واحدة الـ OTP إلى رقم جوال",
@@ -167,56 +335,147 @@
167
335
  "ide_successfully_verified_message": "تم إنشاء حسابك بنجاح!",
168
336
  "ide_terms_and_conditions_description": "",
169
337
  "identity_type": "نوع الهوية",
338
+ "individual": "اضف بيانات المستخدم",
339
+ "individual_additional_description": "الرجاء تأكيد التفاصيل",
170
340
  "individual_flow_completed": "{{individual_name}}",
171
341
  "individual_flow_pending": "{{individual_name}}",
342
+ "individual_flows_title": "ملخص الحساب",
343
+ "individual_gender_title": "النوع",
344
+ "individual_id_missing": "رقم تعريف المستخدم مفقود",
345
+ "individual_info_description": "سررت بلقائك. يرجى التحقق من التفاصيل الخاصة بك:",
346
+ "individual_occupation_title": "المهنة",
347
+ "individual_personal_description": "الرجاء تأكيد التفاصيل",
348
+ "individual_personal_title": "التفاصيل الشخصية",
349
+ "individual_phone_description": "ملء معلومات الهاتف",
350
+ "individual_phone_title": "الهاتف",
172
351
  "individual_success_title": "تم تحديث المعلومات الشخصية الخاصة بك",
352
+ "influencer_name_hint": "حدد هذا الخيار إذا كنت تكسب عائدًا ماليًا (عمولات ، إيرادات تابعة ، رعاية) للإعلان عن المنتجات أو الخدمات على قناة الوسائط الاجتماعية الشخصية الخاصة بك.",
353
+ "internal_server_error": "أنت تواجه بعض الانقطاع في الخدمة. يرجى المحاولة مرة أخرى.",
354
+ "invalid_android_app": "يرجى التحقق من اسم تطبيق اندرويد",
355
+ "invalid_call_center_number": "يرجى التحقق من رقم مركز الاتصال",
173
356
  "invalid_civil_id": "Please enter valid civil ID",
357
+ "invalid_facebook_username": "يرجى التحقق من اسم مستخدم الفيسبوك",
174
358
  "invalid_iban_format": "هل يمكنك التحقق من رقم الحساب البنكي الـ IBAN الذي تم إدخاله.",
359
+ "invalid_instagram_username": "يرجى التحقق من اسم مستخدم الانستغرام",
360
+ "invalid_linkedin_profile_url": "يرجى التحقق من رابط ملفك الشخصي في لنكد ان",
361
+ "invalid_physical_store_location": "يرجى التحقق من موقع عنوان المتجر ",
175
362
  "invalid_token": "يرجى التحلي بالصبر... أنت تواجه بعض التحديات بالربط مع الخدمة",
363
+ "invalid_twitter_username": "يرجى التحقق من اسم مستخدم تويتر",
176
364
  "invalid_url": "هل يمكنك التحقق من عنوان الموقع الإلكتروني الذي تم إدخاله.",
365
+ "ios": "ادخل اسم التطبيق في متجر اب ستور",
366
+ "is_authorized_user_label": "هل أنت المستخدم المصرح له؟",
177
367
  "issue_date": "تاريخ الإصدار",
368
+ "issued_country_label": "بلد الإصدار",
178
369
  "join_our_community": "",
370
+ "kyc_already_submitted_title": "لقد وافقت مسبقاً على كافة الوثائق",
371
+ "kyc_dispute_policy": "سياسة المنازعات",
372
+ "kyc_refund_policy": "سياسة الاسترجاع",
373
+ "kyc_success_button": "حساب لوحة التحكم",
374
+ "kyc_success_title": "تم تحديث حسابك بنجاح",
375
+ "kyc_terms_conditions": "الشروط والأحكام",
376
+ "kyc_terms_description": "يجب على الممثل المعتمد للشركة قراءة الوثائق القانونية والموافقة عليها",
377
+ "kyc_terms_description_single_user": "يجب على الشخص المخول الذي يحمل الهوية {{id_number}} قراءة المستندات القانونية والموافقة عليها",
378
+ "kyc_terms_title": "وثائق قانونية",
379
+ "kyc_token_invalid": "الرجاء مراجعة رابط المرسل اليك",
380
+ "kyc_users_description": "يرجى اختيار رقم هوية الممثل المعتمد للموافقة عليه مع {{provider}}",
381
+ "kyc_privacy_policy": "سياسة الخصوصية",
179
382
  "language": "English",
180
- "license_name_label": "اسم الرخصة",
383
+ "license_info": "معلومات الترخيص",
384
+ "license_name_hint": "Enter legal name",
385
+ "license_name_label": "الاسم التجاري",
386
+ "license_name_placeholder": "License name",
387
+ "license_number": "رقم الرخصة",
388
+ "license_number_hint": "الرجاء إدخال رقم الرخصة",
181
389
  "license_number_label": "رقم الرخصة",
182
390
  "loading": "تحميل...",
183
391
  "loading_bank_statement": "تحميل.......",
392
+ "login_to_dashboard": "تسجيل الدخول لادارة الحساب",
184
393
  "mail_btn_open_title": "افتح البريد الإلكتروني",
185
394
  "marital_status": "الحالة الزوجية",
186
395
  "masking_symbols": "•••",
396
+ "merchant_first_name_label": "الاسم الأول",
397
+ "merchant_last_name_label": "اسم العائلة",
398
+ "merchant_middle_name_label": "الاسم الأوسط",
399
+ "merchant_third_name_label": "الاسم الثالث",
400
+ "migrating_data_title": "الرجاء الانتظار أثناء تحضير البيانات",
401
+ "migration_email_sent_des": "سنقوم بإعلامك عبر بريدك الإلكتروني {{email}} عندما يصبح جاهزًا للاستخدام.",
402
+ "migration_email_sent_title": "نحن نجهز بياناتك",
403
+ "mobile_app_label": "تطبيقات هاتف",
187
404
  "mobile_button_label": "المتابعة عن طريق رقم الجوال",
405
+ "mobile_number_description": "ابدأ فورًا باستخدام رقم هاتفك المحمول",
406
+ "month": "الشهر",
407
+ "nafath_button_label": "المتابعة عن طريق نفاذ",
408
+ "nafath_verification_description_check": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
409
+ "nafath_verification_description_error": "حاول مرة اخرى",
410
+ "nafath_verification_description_wait": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
411
+ "nafath_verification_redirection_message": "سيتم إعادة توجيهك الآن",
412
+ "nafath_verification_title_check": "المصادقة مع تطبيق نفاذ",
413
+ "nafath_verification_title_error": "لا يمكننا تأكيد المصادقة الخاصة بك",
414
+ "nafath_verification_title_wait": "المصادقة مع تطبيق نفاذ",
188
415
  "national_address": "العنوان الوطني ",
416
+ "national_id_description": "ابدأ فورًا باستخدام الهوية",
189
417
  "national_id_placeholder": "0000000000",
418
+ "national_id_title": "الهوية الوطنية",
419
+ "nationality_label": "الجنسية",
190
420
  "next": "التالي",
191
421
  "no": "لا",
422
+ "no_results": "لا نتائج",
192
423
  "notify_strong_password": "رائع لديك كلمة سر قوية!",
193
424
  "notify_user_has_account": "رقم الجوال مسجل في تاب. الرجاء تسجيل الدخول لإنشاء حساب جديد",
194
425
  "occupation_title": "المنصب",
426
+ "one_last_step": "خطوة أخيرة",
427
+ "oops": "Oops",
195
428
  "open_mail_box": "افتح البريد الإلكتروني‎",
429
+ "open_nafath_app": "افتح تطبيق نفاذ",
430
+ "operator_is_invalid": "المشغل غير مصرح له",
196
431
  "opt_nid_sent_title": "الرجاء إدخال رمز المرور لمرة واحدة (OTP) المرسل عبر أبشر إلى رقم الجوال المسجل تحت هويتك الوطنية",
197
432
  "or": "أو",
433
+ "other": "اخرى",
434
+ "otp_authentication": "المصادقة",
435
+ "otp_authentication_description": "تحقق من OTP لتجربة خالية من المتاعب",
436
+ "otp_email_sent_title": "تم إرسال رمز المرور لمرة واحدة (OTP) إلى بريدك الإلكتروني ",
198
437
  "otp_min_length": "الرجاء إدخال كلمة المرور لمرة واحدة (OTP) المكونة من 6 أرقام",
199
438
  "otp_provider": "أبشر",
200
439
  "otp_required": "الرجاء إدخال كلمة المرور لمرة واحدة (OTP) المطلوب",
201
440
  "otp_success_title": "نجح التوثيق",
202
441
  "our_community_description": "",
203
442
  "outlook_btn_open_title": "افتح صندوق بريد آوتلوك - Outlook",
204
- "paci_button_label": "Continue with PACI",
443
+ "paci_button_label": "المتابعة عن طريق الرقم المدني",
444
+ "paci_verification_description_check": "هذه العملية قد تستغرق القليل من الوقت",
445
+ "paci_verification_description_error": "الرجاء المحاولة مجدداً",
446
+ "paci_verification_description_wait": "هذه العملية قد تستغرق القليل من الوقت",
447
+ "paci_verification_failed": "تأكد من الموافقة على الطلب المرسل لجهازك أو قم بارسال طلب جديد",
448
+ "paci_verification_redirection_message": "سوف يتم إعادة توجيهك",
449
+ "paci_verification_title_check": "مازلنا نتوثق من العملية",
450
+ "paci_verification_title_error": "لم نستطع ان نتبين موثوقيتك",
451
+ "paci_verification_title_wait": "الرجاء الانتظار",
452
+ "paci_verify_loading": "إحضار التفاصيل",
453
+ "paci_verify_loading_desc": "الرجاء التحلي بالصبر حتى التحقق من التفاصيل",
205
454
  "paci_waiting_title": "Please wait we are verifying",
206
455
  "password_flow_completed": "إعادة تعيين كلمة المرور",
207
456
  "password_flow_pending": "إعداد كلمة المرور",
208
457
  "password_flow_title": "إعداد كلمة المرور",
458
+ "password_flows_description": "فيما يلي الخطوات للمضي قدمًا",
459
+ "password_flows_title": "ملخص العلامة التجارية",
460
+ "password_info_description": "يرجى تعيين كلمة مرور آمنة لحماية حسابك",
461
+ "password_info_title": "تعيين كلمة المرور الخاصة بك",
209
462
  "password_length": "يجب أن يكون أكثر من 8 أحرف.",
210
463
  "password_lower": "يجب أن يتضمن حرفًا صغيرًا واحدًا على الأقل.",
211
464
  "password_not_match": "كلمة المرور التي أدخلتها غير متطابقة.",
212
465
  "password_required": "يرجى إدخال كلمة المرور المطلوب.",
213
466
  "password_special": "يجب أن يتضمن على الأقل على رمز مميز. (! @ #٪)",
214
- "password_success_title": "تم تعيين كلمة المرور الخاصة بك",
467
+ "password_success_header_description": "لقد قمت بتحديث كلمة المرور الخاصة بك بنجاح",
468
+ "password_success_header_title": "اكتملت البيانات",
469
+ "password_success_title": "تهانينا ، تم تعيين حسابك بنجاح.",
215
470
  "password_upper": "يجب أن يتضمن حرفًا كبيرًا واحدًا على الأقل.",
216
471
  "payouts_btn_text": "استلام الايداعات",
472
+ "pep_name_hint": "\"الشخص المكشوف سياسيًا\" أو \"PEP\" يعني الشخص الطبيعي الذي أو تم تكليفه بوظائف عامة بارزة.",
217
473
  "physical_store": "متجر ثابت (محل)",
474
+ "physical_store_label": "متجر",
218
475
  "physical_store_placeholder": "العنوان الوطني أو رابط الموقع عالـ Google Map",
476
+ "place_birth_city_label": "مكان الميلاد",
219
477
  "place_of_birth": "مكان الميلاد",
478
+ "place_of_birth_country_label": "مكان الميلاد",
220
479
  "play_store_placeholder": "اسم التطبيق عالـ Google Play Store",
221
480
  "please write your first and last name": "هل يمكنك التحقق من الاسم الذي تم إدخاله بالكامل. (ملاحظة - يتكون اسمك الكامل من اسمك الثلاثي في اللغة الإنجليزية)",
222
481
  "please_agree_on_recharge": "الرجاء الموافقة على سياسة نزاع العمليات",
@@ -224,19 +483,53 @@
224
483
  "please_choose_are_you_influncer": "هل أنت شخص مؤثر اجتماعي",
225
484
  "please_choose_base": "- الرجاء الاختيار -",
226
485
  "please_choose_employer_location": "- الرجاء الاختيار -",
486
+ "please_choose_is_authorized": "الرجاء التأكيد إذا كنت أنت المستخدم المصرح له",
227
487
  "please_choose_relative_pep": "هل أنت أو أحد أقاربك شخص مكشوف علنًا (PEP)",
228
- "please_enter_actual_income": "ما هو دخلك الشهري؟",
488
+ "please_enter_actual_income": "ما هو دخلك الشهري ({{currency}}) ؟ ",
489
+ "monthly_income": "ما هو دخلك الشهري؟ ",
229
490
  "please_enter_employer_name": "يرجى إدخال اسم منشأه العمل الخاص بك",
491
+ "please_try_again_after_few_minutes": "يمكنك محاولة تسجيل الدخول مرة أخرى بعد {{minutes}} دقيقة",
492
+ "powered_by": "بواسطة",
493
+ "prepare_data_description": "هذه العملية تأخذ وقتاً....",
494
+ "prepare_data_title": "جاري تحضير بياناتك",
230
495
  "read_agree_terms_and_conditions_message": "لقد قرأت ووافقت على ",
231
496
  "refund_policy_compliance": "الإلتزام بسياسة الاسترداد",
232
- "reset_password_success_description": "تحقق من بريدك الإلكتروني لإعادة تعيين كلمة المرور الخاصة بك.",
497
+ "refund_policy_error": "يجب عليك الموافقة على سياسة الاسترجاع",
498
+ "request_details_by_email": "اطلب إضافة المعلومات بالايميل",
499
+ "reset_password_success_description": "تحقق من بريدك الإلكتروني {{email}} لإعادة تعيين كلمة المرور الخاصة بك.",
500
+ "reset_password_success_description_dev": "تحقق من بريدك الإلكتروني <strong>{{email}}</strong> لإعادة تعيين كلمة المرور الخاصة بك",
501
+ "reset_password_success_header_description": "الرجاء التحقق من البريد الإلكتروني",
502
+ "reset_password_success_header_title": "إعادة تعيين كلمة المرور",
233
503
  "reset_password_success_title": "لقد ارسلنا رسالة بريدية إليك",
504
+ "review_account": "مراجعة الحساب",
505
+ "sales_channel_title": "تفاصيل قنوات المبيعات",
506
+ "sales_channels": "قنوات المبيعات",
507
+ "search_activities_placeholder": "ابحث عن الأنشطة",
234
508
  "search_placeholder": "البحث....",
509
+ "segment_location_title": "الموقع",
510
+ "segment_profit_title": "التقنية",
511
+ "segment_tech_title": "الربح",
512
+ "segment_title": "ماهي طبيعة المؤسسة",
235
513
  "select_brand_label": "الأسماء التجارية",
514
+ "select_business_label": "اختر الشركة",
236
515
  "select_cr_license": "- الرجاء الاختيار -",
237
516
  "select_customer_base": "ما هي مناطق العملاء التي تخدمها؟",
517
+ "select_entity_label": "مؤسسة",
518
+ "select_entity_placeholder": "الرجاء تحديد مؤسسة",
238
519
  "select_expected_customers_serve": "- الرجاء الإختيار - ",
239
520
  "select_expected_sales": "- الرجاء الإختيار - ",
521
+ "select_merchant_label": "التاجر",
522
+ "select_merchant_placeholder": "الرجاء تحديد تاجر",
523
+ "select_terminal_label": "Terminal",
524
+ "select_terminal_placeholder": "الرجاء تحديد محطة طرفية",
525
+ "selected_activities": "الأنشطة المختارة",
526
+ "share_count_hint": "0",
527
+ "share_count_label": "عدد الأسهم",
528
+ "share_value_hint": "0000",
529
+ "share_value_label": "قيمة السهم ({{currency}})",
530
+ "share_value_input_label": "قيمة السهم",
531
+ "sign_up": "Sign up",
532
+ "signed_up": "تسجيل الدخول",
240
533
  "signin_email_label": "البريد الألكتروني",
241
534
  "signin_email_mobile_label": "البريد الإلكتروني / رقم الجوال",
242
535
  "signin_email_mobile_placeholder": "ادخل الايميل او الجوال",
@@ -265,11 +558,17 @@
265
558
  "signup_website_placeholder": "www.yourbusiness.com",
266
559
  "signup_welcoming": "مرحبًا {{username}} ،",
267
560
  "signup_welcoming_hi": "مرحبا,",
561
+ "social_media_label": "وسائل التواصل الاجتماعي",
562
+ "source_country_label": "الدولة",
268
563
  "start_with_number": "هل يمكنك التحقق من رقم الجوال الذي تم إدخاله. (ملاحظة - يبدأ رقم الجوال بـ 5 أو 05)",
269
564
  "step_required_by_rayah": "هذه الخطوة مطلوبة لبدء التحقق مع خدمة يقين من شركة علم",
270
565
  "subtitle_drop": "او اختار",
566
+ "success_upload_civil_id": "Done",
567
+ "success_upload_signature_file": "Done",
271
568
  "sucess_message_for_non_saudi": "شكرا لاختيارك تاب للمدفوعات الالكترونية. سوف يتم التواصل معكم في أقرب وقت",
569
+ "switch_to_gregorian_calendar": "التبديل إلى التقويم الميلادي",
272
570
  "switch_to_id": "متابعة التسجيل برقم الهوية",
571
+ "switch_to_islamic_calendar": "التبديل إلى التقويم الهجرى",
273
572
  "switch_to_mobile": "متابعة التسجيل برقم الجوال",
274
573
  "tap_js_actual_income": "ما هو دخلك في الشهر؟",
275
574
  "tap_js_are_you_an_influencer": "هل أنت من الأشخاص المؤثرين؟",
@@ -293,12 +592,35 @@
293
592
  "tax_confirm_information": "اتعهد أن المعلومات الضريبية صحيحة",
294
593
  "tax_flow_completed": " رقم الضريبي المميز {{tax_id}}",
295
594
  "tax_flow_pending": "أضف البيانات الضريبية",
595
+ "tax_flows_description": "فيما يلي التدفقات للمضي قدمًا",
596
+ "tax_flows_title": "ملخص الحساب",
597
+ "tax_info_description": "يُرجى إضافة تفاصيلك الضريبية",
598
+ "tax_info_title": "تفاصيلك الضريبية",
599
+ "tax_success_header_description": "لقد أكملت بنجاح تحديث المعلومات الضريبية",
600
+ "tax_success_header_title": "اكتملت الضريبة",
296
601
  "tax_success_title": "تم تحديث المعلومات الضريبية الخاصة بعملك التجاري.",
602
+ "team_size_title": "حجم الفريق",
297
603
  "terms_and_conditions_link_title": "الشروط والاحكام",
298
604
  "the nin format is not valid": "هل يمكنك التحقق من رقم الهوية الذي تم إدخاله.",
299
- "title_bank_statement": "الصفحة الاولى من كشف الحساب",
300
- "title_license_certificate": "License Certificate",
605
+ "title_article": "مذكرة التأسيس",
606
+ "title_bank_statement": "شهادة الايبان البنكية",
607
+ "title_brand_logo": "لوجو العلامة التجارية",
608
+ "title_civil_id": "صورة الهوية الوطنية",
609
+ "title_connect_flow": "استقبل المدفوعات من تاب",
610
+ "title_license_certificate": "السجل التجاري للمنشأة",
611
+ "title_signature_file": "صورة من التوقيع",
612
+ "title_tax_document": "وثيقة الضرائب",
301
613
  "title_upload_file": "ارفع من جهازك",
614
+ "transaction_policy_error": "يجب الموافقة على سياسة تحويل العمليات",
615
+ "try_again": "حاول مرة اخري",
616
+ "try_sign_in": "Try signing in again",
617
+ "type_board_member": "عضو مجلس الإدارة",
618
+ "type_share_holder": "مساهم",
619
+ "type_user": "المستخدم",
620
+ "unified_number_hint": "000000",
621
+ "unified_number_label": "الرقم الموحد",
622
+ "unified_number_required": "Unified Number Required",
623
+ "uploaded_file": "file",
302
624
  "vat_id": "رقم الضريبي المميز",
303
625
  "vat_id_placeholder": "00000000",
304
626
  "verification_brand_name": "الاسم التجاري",
@@ -310,131 +632,20 @@
310
632
  "verification_name": "الاسم",
311
633
  "verification_status": "الحالة",
312
634
  "verification_status_cancelled": "ملغية",
313
- "website": "موقع الكتروني",
635
+ "wallet_id_missing": "رقم تعريف المحفظة مفقود",
636
+ "website": "متجر الكتروني",
637
+ "website_label": "متجر الكتروني",
638
+ "year": "السنة",
314
639
  "yes": "نعم",
315
- "invalid_linkedin_profile_url": "يرجى التحقق من رابط ملفك الشخصي في LinkedIn",
316
- "invalid_facebook_username": "يرجى التحقق من اسم مستخدم الفيسبوك",
317
- "invalid_instagram_username": "يرجى التحقق من اسم مستخدم الانستغرام",
318
- "invalid_twitter_username": "يرجى التحقق من اسم مستخدم تويتر",
319
- "invalid_physical_store_location": "يرجى التحقق من موقع عنوان المتجر ",
320
- "invalid_ios_app": "يرجى التحقق من اسم تطبيق iOS",
321
- "invalid_android_app": "يرجى التحقق من اسم تطبيق Android",
322
- "invalid_call_center_number": "يرجى التحقق من رقم مركز الاتصال",
323
- "activities_name_hint": "activities_name_hint",
324
- "customer_base_name_hint": "customer_base_name_hint",
325
- "title_article": "Article",
326
- "article_of_association": "Article file. PDF, JPG or PNG files up to 5mb.",
327
- "paci_verification_title_wait": "Please wait",
328
- "paci_verification_title_check": "We are still checking",
329
- "paci_verification_title_error": "We cannot confirm your authentication",
330
- "paci_verification_description_wait": "This might take a moment...",
331
- "paci_verification_description_check": "This might take a moment...",
332
- "paci_verification_description_error": "Please try again.",
333
- "paci_verification_redirection_message": "You will be redirected now",
334
- "commercial_reg_hint": "Commercial Registration",
335
- "homemaker_reg_hint": "Home Business",
336
- "file_already_exist": "File is already uploaded",
337
- "file_exceed_max_limit": "You can able to upload maximum {{length}} files",
338
- "unified_number_label": "Unified Number",
339
- "unified_number_hint": "00000",
340
- "business_expiry_date": "Expiry Date",
341
- "capital_paid_label": "Capital Paid ({{currency}})",
342
- "capital_paid_hint": "00000",
343
- "capital_share_count_label": "Capital Share Count",
344
- "capital_share_count_hint": "00000",
345
- "capital_share_value_label": "Capital Share Value ({{currency}})",
346
- "capital_share_value_hint": "00000",
347
- "license_name_placeholder": "Legal name",
348
- "choose_any_issuing_date": "اختر تاريخ",
349
- "choose_any_expiry_date": "اختر تاريخ",
350
- "entity_type": "Entity Type",
351
- "choose_entity_type": "- Please select -",
352
- "entity_type_required": "Please select at least one entity type",
353
- "enter_legal_name_min_three_chars": "Please Enter at least minimum 2 characters",
354
- "capital_paid_required": "Please Enter paid amount",
355
- "capital_share_count_required": "Please Enter share count",
356
- "capital_share_value_required": "Please Enter share value",
357
- "unified_number_required": "Unified Number Required",
358
- "creating_account_title": "Creating your account",
359
- "creating_account_description": "This might take a moment...",
360
- "uploaded_file": "file",
361
- "prepare_data_title": "Preparing your data",
362
- "prepare_data_description": "This might take a moment...",
363
- "oops": "Oops",
364
- "file_upload_at_least_one": "عذرا,مطلوب رفع ملف واحد على الأقل",
365
- "company_individuals": "الأفراد بالشركة",
366
- "company_individuals_add_or_request_details": "أضف او أطلب المعلومات من الشخص المصرح له بذلك",
367
- "add_details": "أضف المعلومات",
368
- "request_details_by_email": "اطلب إضافة المعلومات بالايميل",
369
- "back": "عودة",
370
- "company_individuals_details": "الأفراد بالشركة ({{count}})",
371
- "type_user": "المستخدم",
372
- "type_share_holder": "مساهم",
373
- "type_board_member": "عضو مجلس الإدارة",
374
- "individual_gender_title": "النوع",
375
- "gender_male": "ذكر",
376
- "gender_female": "أنثى",
377
- "source_country_label": "الدولة",
378
- "Choose_issued_country": "- اختر -",
379
- "enter_expiry_date": "تاريخ انتهاء الصلاحية",
380
- "place_of_birth_country_label": "مكان الميلاد",
381
- "Choose_place_of_birth_country": "- اختر -",
382
- "place_birth_city_label": "مكان الميلاد",
383
- "Choose_place_birth_city": "- اختر -",
384
- "nationality_label": "الجنسية",
385
- "Choose_nationality": "- اختر -",
386
- "share_count_label": "عدد الأسهم",
387
- "share_count_hint": "0",
388
- "share_value_label": "قيمة السهم ({{currency}})",
389
- "share_value_hint": "0000",
390
- "brand": "الاسم التجاري",
391
- "try_again": "حاول مرة أخرى",
392
- "file_delete_error": "حدث خطأ ما في حذف الملف. حاول مرة اخرى",
393
- "file_download_error": "حدث خطأ ما في تحميل الملف. حاول مرة اخرى",
394
- "title_brand_logo": "لوجو العلامة التجارية",
395
- "description_brand_logo": "JPG or PNG files up to 4mb.",
396
- "powered_by": "بواسطة",
397
- "add_other": "أخرى",
398
- "choose_entity_license": "اختر ترخيص المنشأة",
399
- "choose_license_entity": "- الرجاء الاختيار -",
400
640
  "your_brand_details": "تفاصيل علامتك التجارية",
401
- "signed_up": "تسجيل الدخول",
402
- "login_to_dashboard": "تسجيل الدخول لادارة الحساب",
403
- "review_account": "مراجعة الحساب",
404
- "license_info": "معلومات الترخيص",
405
- "sales_channels": "قنوات المبيعات",
406
- "website_label": "موقع الويب",
407
- "call_center_label": "مركز الاتصال",
408
- "mobile_app_label": "تطبيقات هاتف",
409
- "physical_store_label": "متجر",
410
- "social_media_label": "وسائل التواصل الاجتماعي",
411
- "selected_activities": "اختر الأنشطة",
412
- "segment_location_title": "الموقع",
413
- "segment_tech_title": "التقنية",
414
- "segment_profit_title": "الربح",
415
- "alert_choose_segment_location": "يُرجى تحديد الموقع",
416
- "alert_choose_segment_profit": "يُرجى تحديد الربح",
417
- "alert_choose_segment_tech": "الرجاء تحديد التقنية",
418
- "switch_to_islamic_calendar": "التبديل إلى التقويم الهجرى",
419
- "switch_to_gregorian_calendar": "التبديل إلى التقويم الميلادي",
420
- "choose_any_monthly_income": "رجاءا اختر الدخل الشهرى",
421
- "auth_brand_required": "العلامة التجارية مطلوبة",
422
- "auth_entity_required": "المؤسسة مطلوب",
423
- "auth_merchant_required": "التاجر مطلوب",
424
- "auth_terminal_required": "ال Terminal مطلوبة",
425
- "select_entity_label": "مؤسسة",
426
- "select_entity_placeholder": "الرجاء تحديد مؤسسة",
427
- "select_merchant_label": "التاجر",
428
- "select_merchant_placeholder": "الرجاء تحديد تاجر",
429
- "select_terminal_label": "Terminal",
430
- "select_terminal_placeholder": "الرجاء تحديد محطة طرفية",
431
- "close_and_complete_later": "اغلق الان و اكمل لاحقا",
432
- "country_list_title": "الرجاء تحديد بلدك",
433
- "Choose_any_country": "بحث عن البلد ...",
434
- "operator_is_invalid": "المشغل غير مصرح له",
435
- "account_not_found": "Account not found",
436
- "account_not_found_desc": "It looks like you're new here.",
437
- "account_not_found_desc_sub": "To get started and make the most of Tap, please create an account.",
438
- "try_sign_in": "Try signing in again",
439
- "sign_up": "Sign up"
641
+ "يرجى التحقق من اسم تطبيق ابل": "",
642
+ "mobile_ownership_title": "لتفعيل استلام الايداعات، يرجى تحديث رقم هاتفك المحمول المسجل ليتوافق مع هويتك.",
643
+ "current_mobile_number": "رقم الجوال الحالي",
644
+ "new_mobile_number": "رقم الجوال الجديد",
645
+ "update_mobile_number": "تحديث رقم الجوال",
646
+ "update_later": "سأقوم بالتحديث لاحقاً",
647
+ "passcode_title": "الرجاء إدخال رمز المرور الخاص بك",
648
+ "sign_in_with_otp": "تسجيل الدخول باستخدام رمز التحقق (OTP)",
649
+ "passcode_required": "الرجاء إدخال رمز المرور المطلوب",
650
+ "login_with_passcode": "تسجيل الدخول باستخدام رمز المرور"
440
651
  }