@authbridge/web-sdk 1.2.2

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 (365) hide show
  1. package/README.md +333 -0
  2. package/dist/App.svelte.d.ts +1 -0
  3. package/dist/ConfigurationProvider.svelte.d.ts +1 -0
  4. package/dist/Routes.svelte.d.ts +1 -0
  5. package/dist/authbridge-logo.png +0 -0
  6. package/dist/authbridge-sdk.js +21677 -0
  7. package/dist/authbridge-sdk.js.map +1 -0
  8. package/dist/authbridge-sdk.umd.cjs +75 -0
  9. package/dist/authbridge-sdk.umd.cjs.map +1 -0
  10. package/dist/decline.svg +19 -0
  11. package/dist/dev.d.ts +2 -0
  12. package/dist/dev.d.ts.map +1 -0
  13. package/dist/document-photo-back-start.svg +37 -0
  14. package/dist/final.svg +10 -0
  15. package/dist/fonts/Avenir-Black.ttf +0 -0
  16. package/dist/fonts/Avenir-Book.ttf +0 -0
  17. package/dist/fonts/Avenir-Heavy.ttf +0 -0
  18. package/dist/fonts/Avenir-Light.ttf +0 -0
  19. package/dist/fonts/Avenir-Regular.ttf +0 -0
  20. package/dist/icons/apple-touch-icon.png +0 -0
  21. package/dist/icons/icon-192.png +0 -0
  22. package/dist/icons/icon-512.png +0 -0
  23. package/dist/icons/icon-maskable-512.png +0 -0
  24. package/dist/images/authbridge-icon.svg +5 -0
  25. package/dist/images/back-white.svg +3 -0
  26. package/dist/images/back.svg +3 -0
  27. package/dist/images/close.svg +4 -0
  28. package/dist/images/decline.svg +5 -0
  29. package/dist/images/document-photo-back-start.svg +95 -0
  30. package/dist/images/drivers-licence-back.svg +100 -0
  31. package/dist/images/final.svg +4 -0
  32. package/dist/images/resubmit.svg +5 -0
  33. package/dist/images/selfie-start.svg +26 -0
  34. package/dist/images/welcome.svg +70 -0
  35. package/dist/index.d.ts +2 -0
  36. package/dist/index.html +610 -0
  37. package/dist/lib/atoms/Button/Button.svelte.d.ts +1 -0
  38. package/dist/lib/atoms/Button/Button.test.d.ts +2 -0
  39. package/dist/lib/atoms/Button/Button.test.d.ts.map +1 -0
  40. package/dist/lib/atoms/Button/index.d.ts +2 -0
  41. package/dist/lib/atoms/Button/index.d.ts.map +1 -0
  42. package/dist/lib/atoms/ButtonWithIcon/ButtonWithIcon.svelte.d.ts +1 -0
  43. package/dist/lib/atoms/ButtonWithIcon/index.d.ts +2 -0
  44. package/dist/lib/atoms/ButtonWithIcon/index.d.ts.map +1 -0
  45. package/dist/lib/atoms/CameraButton/CameraButton.svelte.d.ts +1 -0
  46. package/dist/lib/atoms/CameraButton/index.d.ts +2 -0
  47. package/dist/lib/atoms/CameraButton/index.d.ts.map +1 -0
  48. package/dist/lib/atoms/Container/Container.svelte.d.ts +1 -0
  49. package/dist/lib/atoms/Container/index.d.ts +2 -0
  50. package/dist/lib/atoms/Container/index.d.ts.map +1 -0
  51. package/dist/lib/atoms/DocumentOption/DocumentOption.svelte.d.ts +1 -0
  52. package/dist/lib/atoms/DocumentOption/index.d.ts +2 -0
  53. package/dist/lib/atoms/DocumentOption/index.d.ts.map +1 -0
  54. package/dist/lib/atoms/ErrorText/ErrorText.svelte.d.ts +1 -0
  55. package/dist/lib/atoms/ErrorText/index.d.ts +1 -0
  56. package/dist/lib/atoms/ErrorText/index.d.ts.map +1 -0
  57. package/dist/lib/atoms/FaceOval/FaceOval.svelte.d.ts +1 -0
  58. package/dist/lib/atoms/FaceOval/index.d.ts +2 -0
  59. package/dist/lib/atoms/FaceOval/index.d.ts.map +1 -0
  60. package/dist/lib/atoms/FlyingText/FlyingText.svelte.d.ts +1 -0
  61. package/dist/lib/atoms/FlyingText/index.d.ts +2 -0
  62. package/dist/lib/atoms/FlyingText/index.d.ts.map +1 -0
  63. package/dist/lib/atoms/IconButton/IconButton.svelte.d.ts +1 -0
  64. package/dist/lib/atoms/IconButton/index.d.ts +2 -0
  65. package/dist/lib/atoms/IconButton/index.d.ts.map +1 -0
  66. package/dist/lib/atoms/IconCloseButton/IconCloseButton.svelte.d.ts +1 -0
  67. package/dist/lib/atoms/IconCloseButton/index.d.ts +2 -0
  68. package/dist/lib/atoms/IconCloseButton/index.d.ts.map +1 -0
  69. package/dist/lib/atoms/Icons/Card.svelte.d.ts +1 -0
  70. package/dist/lib/atoms/Icons/Icon.svelte.d.ts +1 -0
  71. package/dist/lib/atoms/Icons/License.svelte.d.ts +1 -0
  72. package/dist/lib/atoms/Icons/Passport.svelte.d.ts +1 -0
  73. package/dist/lib/atoms/Icons/PassportTwo.svelte.d.ts +1 -0
  74. package/dist/lib/atoms/Icons/Voter.svelte.d.ts +1 -0
  75. package/dist/lib/atoms/Image/Image.svelte.d.ts +1 -0
  76. package/dist/lib/atoms/Image/index.d.ts +2 -0
  77. package/dist/lib/atoms/Image/index.d.ts.map +1 -0
  78. package/dist/lib/atoms/Image/types.d.ts +7 -0
  79. package/dist/lib/atoms/Image/types.d.ts.map +1 -0
  80. package/dist/lib/atoms/Input/Input.svelte.d.ts +1 -0
  81. package/dist/lib/atoms/Input/index.d.ts +3 -0
  82. package/dist/lib/atoms/Input/index.d.ts.map +1 -0
  83. package/dist/lib/atoms/Input/types.d.ts +6 -0
  84. package/dist/lib/atoms/Input/types.d.ts.map +1 -0
  85. package/dist/lib/atoms/ListItem/ListItem.svelte.d.ts +1 -0
  86. package/dist/lib/atoms/ListItem/index.d.ts +2 -0
  87. package/dist/lib/atoms/ListItem/index.d.ts.map +1 -0
  88. package/dist/lib/atoms/Loader/Loader.svelte.d.ts +1 -0
  89. package/dist/lib/atoms/Loader/index.d.ts +2 -0
  90. package/dist/lib/atoms/Loader/index.d.ts.map +1 -0
  91. package/dist/lib/atoms/NextStepButton/Loader/Loader.svelte.d.ts +1 -0
  92. package/dist/lib/atoms/NextStepButton/Loader/index.d.ts +2 -0
  93. package/dist/lib/atoms/NextStepButton/Loader/index.d.ts.map +1 -0
  94. package/dist/lib/atoms/NextStepButton/NextStepButton.svelte.d.ts +1 -0
  95. package/dist/lib/atoms/NextStepButton/index.d.ts +2 -0
  96. package/dist/lib/atoms/NextStepButton/index.d.ts.map +1 -0
  97. package/dist/lib/atoms/Overlay/Overlay.svelte.d.ts +1 -0
  98. package/dist/lib/atoms/Overlay/index.d.ts +2 -0
  99. package/dist/lib/atoms/Overlay/index.d.ts.map +1 -0
  100. package/dist/lib/atoms/Overlay/utils.d.ts +3 -0
  101. package/dist/lib/atoms/Overlay/utils.d.ts.map +1 -0
  102. package/dist/lib/atoms/Paragraph/Paragraph.svelte.d.ts +1 -0
  103. package/dist/lib/atoms/Paragraph/index.d.ts +2 -0
  104. package/dist/lib/atoms/Paragraph/index.d.ts.map +1 -0
  105. package/dist/lib/atoms/Photo/Photo.svelte.d.ts +1 -0
  106. package/dist/lib/atoms/Photo/index.d.ts +2 -0
  107. package/dist/lib/atoms/Photo/index.d.ts.map +1 -0
  108. package/dist/lib/atoms/PrivacyLink/PrivacyLink.svelte.d.ts +1 -0
  109. package/dist/lib/atoms/PrivacyLink/index.d.ts +2 -0
  110. package/dist/lib/atoms/PrivacyLink/index.d.ts.map +1 -0
  111. package/dist/lib/atoms/QualityFeedback/QualityFeedback.svelte.d.ts +1 -0
  112. package/dist/lib/atoms/QualityFeedback/index.d.ts +2 -0
  113. package/dist/lib/atoms/QualityFeedback/index.d.ts.map +1 -0
  114. package/dist/lib/atoms/Title/Title.svelte.d.ts +1 -0
  115. package/dist/lib/atoms/Title/index.d.ts +2 -0
  116. package/dist/lib/atoms/Title/index.d.ts.map +1 -0
  117. package/dist/lib/atoms/VideoContainer/VideoContainer.svelte.d.ts +1 -0
  118. package/dist/lib/atoms/VideoContainer/index.d.ts +2 -0
  119. package/dist/lib/atoms/VideoContainer/index.d.ts.map +1 -0
  120. package/dist/lib/atoms/index.d.ts +21 -0
  121. package/dist/lib/atoms/index.d.ts.map +1 -0
  122. package/dist/lib/components/LivenessCheck.svelte.d.ts +1 -0
  123. package/dist/lib/components/LivenessCheck.test.d.ts +2 -0
  124. package/dist/lib/components/LivenessCheck.test.d.ts.map +1 -0
  125. package/dist/lib/components/VerificationResult.svelte.d.ts +1 -0
  126. package/dist/lib/components/VerificationResult.test.d.ts +5 -0
  127. package/dist/lib/components/VerificationResult.test.d.ts.map +1 -0
  128. package/dist/lib/configuration/configuration.d.ts +3 -0
  129. package/dist/lib/configuration/configuration.d.ts.map +1 -0
  130. package/dist/lib/configuration/translation.json.d.ts +1284 -0
  131. package/dist/lib/contexts/app-state/index.d.ts +5 -0
  132. package/dist/lib/contexts/app-state/index.d.ts.map +1 -0
  133. package/dist/lib/contexts/app-state/stores.d.ts +103 -0
  134. package/dist/lib/contexts/app-state/stores.d.ts.map +1 -0
  135. package/dist/lib/contexts/app-state/stores.test.d.ts +6 -0
  136. package/dist/lib/contexts/app-state/stores.test.d.ts.map +1 -0
  137. package/dist/lib/contexts/app-state/types.d.ts +72 -0
  138. package/dist/lib/contexts/app-state/types.d.ts.map +1 -0
  139. package/dist/lib/contexts/app-state/utils.d.ts +3 -0
  140. package/dist/lib/contexts/app-state/utils.d.ts.map +1 -0
  141. package/dist/lib/contexts/configuration/getters.d.ts +10 -0
  142. package/dist/lib/contexts/configuration/getters.d.ts.map +1 -0
  143. package/dist/lib/contexts/configuration/index.d.ts +4 -0
  144. package/dist/lib/contexts/configuration/index.d.ts.map +1 -0
  145. package/dist/lib/contexts/configuration/store.d.ts +3 -0
  146. package/dist/lib/contexts/configuration/store.d.ts.map +1 -0
  147. package/dist/lib/contexts/configuration/types.d.ts +203 -0
  148. package/dist/lib/contexts/configuration/types.d.ts.map +1 -0
  149. package/dist/lib/contexts/flows/hooks.d.ts +10 -0
  150. package/dist/lib/contexts/flows/hooks.d.ts.map +1 -0
  151. package/dist/lib/contexts/flows/index.d.ts +3 -0
  152. package/dist/lib/contexts/flows/index.d.ts.map +1 -0
  153. package/dist/lib/contexts/flows/types.d.ts +13 -0
  154. package/dist/lib/contexts/flows/types.d.ts.map +1 -0
  155. package/dist/lib/contexts/navigation/constants.d.ts +12 -0
  156. package/dist/lib/contexts/navigation/constants.d.ts.map +1 -0
  157. package/dist/lib/contexts/navigation/hooks.d.ts +6 -0
  158. package/dist/lib/contexts/navigation/hooks.d.ts.map +1 -0
  159. package/dist/lib/contexts/navigation/index.d.ts +3 -0
  160. package/dist/lib/contexts/navigation/index.d.ts.map +1 -0
  161. package/dist/lib/contexts/navigation/types.d.ts +8 -0
  162. package/dist/lib/contexts/navigation/types.d.ts.map +1 -0
  163. package/dist/lib/contexts/translation/T.svelte.d.ts +1 -0
  164. package/dist/lib/contexts/translation/hooks.d.ts +4 -0
  165. package/dist/lib/contexts/translation/hooks.d.ts.map +1 -0
  166. package/dist/lib/contexts/translation/index.d.ts +4 -0
  167. package/dist/lib/contexts/translation/index.d.ts.map +1 -0
  168. package/dist/lib/contexts/translation/language-detection.test.d.ts +7 -0
  169. package/dist/lib/contexts/translation/language-detection.test.d.ts.map +1 -0
  170. package/dist/lib/contexts/translation/translation.test.d.ts +10 -0
  171. package/dist/lib/contexts/translation/translation.test.d.ts.map +1 -0
  172. package/dist/lib/contexts/translation/types.d.ts +4 -0
  173. package/dist/lib/contexts/translation/types.d.ts.map +1 -0
  174. package/dist/lib/hooks/createToggle/createToggle.d.ts +5 -0
  175. package/dist/lib/hooks/createToggle/createToggle.d.ts.map +1 -0
  176. package/dist/lib/molecules/DocumentOption/DocumentOption.svelte.d.ts +1 -0
  177. package/dist/lib/molecules/DocumentOption/index.d.ts +3 -0
  178. package/dist/lib/molecules/DocumentOption/index.d.ts.map +1 -0
  179. package/dist/lib/molecules/DocumentOption/types.d.ts +7 -0
  180. package/dist/lib/molecules/DocumentOption/types.d.ts.map +1 -0
  181. package/dist/lib/molecules/List/List.svelte.d.ts +1 -0
  182. package/dist/lib/molecules/List/index.d.ts +3 -0
  183. package/dist/lib/molecules/List/index.d.ts.map +1 -0
  184. package/dist/lib/molecules/List/types.d.ts +7 -0
  185. package/dist/lib/molecules/List/types.d.ts.map +1 -0
  186. package/dist/lib/molecules/List/utils.d.ts +3 -0
  187. package/dist/lib/molecules/List/utils.d.ts.map +1 -0
  188. package/dist/lib/molecules/NavigationButtons/NavigationButtons.svelte.d.ts +1 -0
  189. package/dist/lib/molecules/NavigationButtons/index.d.ts +3 -0
  190. package/dist/lib/molecules/NavigationButtons/index.d.ts.map +1 -0
  191. package/dist/lib/molecules/NavigationButtons/types.d.ts +13 -0
  192. package/dist/lib/molecules/NavigationButtons/types.d.ts.map +1 -0
  193. package/dist/lib/molecules/index.d.ts +4 -0
  194. package/dist/lib/molecules/index.d.ts.map +1 -0
  195. package/dist/lib/organisms/DocumentOptions/DocumentOptions.svelte.d.ts +1 -0
  196. package/dist/lib/organisms/DocumentOptions/index.d.ts +3 -0
  197. package/dist/lib/organisms/DocumentOptions/index.d.ts.map +1 -0
  198. package/dist/lib/organisms/DocumentOptions/types.d.ts +16 -0
  199. package/dist/lib/organisms/DocumentOptions/types.d.ts.map +1 -0
  200. package/dist/lib/organisms/DocumentOptions/utils.d.ts +4 -0
  201. package/dist/lib/organisms/DocumentOptions/utils.d.ts.map +1 -0
  202. package/dist/lib/organisms/index.d.ts +2 -0
  203. package/dist/lib/organisms/index.d.ts.map +1 -0
  204. package/dist/lib/pages/CameraPermissionDenied.svelte.d.ts +1 -0
  205. package/dist/lib/pages/CheckDocument.svelte.d.ts +1 -0
  206. package/dist/lib/pages/CheckDocumentPhotoBack.svelte.d.ts +1 -0
  207. package/dist/lib/pages/CheckSelfie.svelte.d.ts +1 -0
  208. package/dist/lib/pages/Decline.svelte.d.ts +1 -0
  209. package/dist/lib/pages/DocumentPhoto.svelte.d.ts +1 -0
  210. package/dist/lib/pages/DocumentPhoto.test.d.ts +2 -0
  211. package/dist/lib/pages/DocumentPhoto.test.d.ts.map +1 -0
  212. package/dist/lib/pages/DocumentPhotoBack.svelte.d.ts +1 -0
  213. package/dist/lib/pages/DocumentPhotoBackStart.svelte.d.ts +1 -0
  214. package/dist/lib/pages/DocumentSelect.test.d.ts +2 -0
  215. package/dist/lib/pages/DocumentSelect.test.d.ts.map +1 -0
  216. package/dist/lib/pages/DocumentSelection.svelte.d.ts +1 -0
  217. package/dist/lib/pages/DocumentStart.svelte.d.ts +1 -0
  218. package/dist/lib/pages/DocumentUpload.svelte.d.ts +1 -0
  219. package/dist/lib/pages/DocumentUpload.test.d.ts +2 -0
  220. package/dist/lib/pages/DocumentUpload.test.d.ts.map +1 -0
  221. package/dist/lib/pages/ErrorPage.svelte.d.ts +1 -0
  222. package/dist/lib/pages/Final.svelte.d.ts +1 -0
  223. package/dist/lib/pages/Loading.svelte.d.ts +1 -0
  224. package/dist/lib/pages/POACapture.svelte.d.ts +1 -0
  225. package/dist/lib/pages/POAReview.svelte.d.ts +1 -0
  226. package/dist/lib/pages/POASelect.svelte.d.ts +1 -0
  227. package/dist/lib/pages/Resubmission.svelte.d.ts +1 -0
  228. package/dist/lib/pages/ReviewSubmit.svelte.d.ts +1 -0
  229. package/dist/lib/pages/ReviewSubmit.test.d.ts +2 -0
  230. package/dist/lib/pages/ReviewSubmit.test.d.ts.map +1 -0
  231. package/dist/lib/pages/Selfie.svelte.d.ts +1 -0
  232. package/dist/lib/pages/SelfieCapture.svelte.d.ts +1 -0
  233. package/dist/lib/pages/SelfieCapture.test.d.ts +2 -0
  234. package/dist/lib/pages/SelfieCapture.test.d.ts.map +1 -0
  235. package/dist/lib/pages/SelfieStart.svelte.d.ts +1 -0
  236. package/dist/lib/pages/SessionExpired.svelte.d.ts +1 -0
  237. package/dist/lib/pages/UnsupportedBrowser.svelte.d.ts +1 -0
  238. package/dist/lib/pages/Welcome.svelte.d.ts +1 -0
  239. package/dist/lib/pages/Welcome.test.d.ts +2 -0
  240. package/dist/lib/pages/Welcome.test.d.ts.map +1 -0
  241. package/dist/lib/pages/index.d.ts +26 -0
  242. package/dist/lib/pages/index.d.ts.map +1 -0
  243. package/dist/lib/services/analytics.d.ts +8 -0
  244. package/dist/lib/services/analytics.d.ts.map +1 -0
  245. package/dist/lib/services/api/liveness.d.ts +33 -0
  246. package/dist/lib/services/api/liveness.d.ts.map +1 -0
  247. package/dist/lib/services/api/liveness.test.d.ts +6 -0
  248. package/dist/lib/services/api/liveness.test.d.ts.map +1 -0
  249. package/dist/lib/services/api/verification-polling.test.d.ts +6 -0
  250. package/dist/lib/services/api/verification-polling.test.d.ts.map +1 -0
  251. package/dist/lib/services/api/verification.d.ts +65 -0
  252. package/dist/lib/services/api/verification.d.ts.map +1 -0
  253. package/dist/lib/services/api/verification.test.d.ts +9 -0
  254. package/dist/lib/services/api/verification.test.d.ts.map +1 -0
  255. package/dist/lib/services/camera-manager/index.d.ts +2 -0
  256. package/dist/lib/services/camera-manager/index.d.ts.map +1 -0
  257. package/dist/lib/services/camera-manager/utils.d.ts +2 -0
  258. package/dist/lib/services/camera-manager/utils.d.ts.map +1 -0
  259. package/dist/lib/services/file-validation/index.d.ts +3 -0
  260. package/dist/lib/services/file-validation/index.d.ts.map +1 -0
  261. package/dist/lib/services/file-validation/validator.d.ts +27 -0
  262. package/dist/lib/services/file-validation/validator.d.ts.map +1 -0
  263. package/dist/lib/services/file-validation/validator.test.d.ts +2 -0
  264. package/dist/lib/services/file-validation/validator.test.d.ts.map +1 -0
  265. package/dist/lib/services/flow-event-bus/enums.d.ts +7 -0
  266. package/dist/lib/services/flow-event-bus/enums.d.ts.map +1 -0
  267. package/dist/lib/services/flow-event-bus/flow-event-bus.d.ts +3 -0
  268. package/dist/lib/services/flow-event-bus/flow-event-bus.d.ts.map +1 -0
  269. package/dist/lib/services/flow-event-bus/interfaces.d.ts +35 -0
  270. package/dist/lib/services/flow-event-bus/interfaces.d.ts.map +1 -0
  271. package/dist/lib/services/flow-event-bus/types.d.ts +3 -0
  272. package/dist/lib/services/flow-event-bus/types.d.ts.map +1 -0
  273. package/dist/lib/services/http/index.d.ts +7 -0
  274. package/dist/lib/services/http/index.d.ts.map +1 -0
  275. package/dist/lib/services/http/types.d.ts +12 -0
  276. package/dist/lib/services/http/types.d.ts.map +1 -0
  277. package/dist/lib/services/image-compression/compressor.d.ts +24 -0
  278. package/dist/lib/services/image-compression/compressor.d.ts.map +1 -0
  279. package/dist/lib/services/image-compression/compressor.test.d.ts +2 -0
  280. package/dist/lib/services/image-compression/compressor.test.d.ts.map +1 -0
  281. package/dist/lib/services/image-compression/index.d.ts +3 -0
  282. package/dist/lib/services/image-compression/index.d.ts.map +1 -0
  283. package/dist/lib/services/liveness-detection/detector.d.ts +73 -0
  284. package/dist/lib/services/liveness-detection/detector.d.ts.map +1 -0
  285. package/dist/lib/services/liveness-detection/detector.test.d.ts +2 -0
  286. package/dist/lib/services/liveness-detection/detector.test.d.ts.map +1 -0
  287. package/dist/lib/services/liveness-detection/index.d.ts +2 -0
  288. package/dist/lib/services/liveness-detection/index.d.ts.map +1 -0
  289. package/dist/lib/services/merge-service/index.d.ts +2 -0
  290. package/dist/lib/services/merge-service/index.d.ts.map +1 -0
  291. package/dist/lib/services/merge-service/utils.d.ts +4 -0
  292. package/dist/lib/services/merge-service/utils.d.ts.map +1 -0
  293. package/dist/lib/services/preload-service/index.d.ts +2 -0
  294. package/dist/lib/services/preload-service/index.d.ts.map +1 -0
  295. package/dist/lib/services/preload-service/utils.d.ts +6 -0
  296. package/dist/lib/services/preload-service/utils.d.ts.map +1 -0
  297. package/dist/lib/services/session-service/index.d.ts +21 -0
  298. package/dist/lib/services/session-service/index.d.ts.map +1 -0
  299. package/dist/lib/services/session-service/session-service.test.d.ts +2 -0
  300. package/dist/lib/services/session-service/session-service.test.d.ts.map +1 -0
  301. package/dist/lib/services/theme-manager/index.d.ts +2 -0
  302. package/dist/lib/services/theme-manager/index.d.ts.map +1 -0
  303. package/dist/lib/services/theme-manager/utils.d.ts +3 -0
  304. package/dist/lib/services/theme-manager/utils.d.ts.map +1 -0
  305. package/dist/lib/stores/branding.d.ts +34 -0
  306. package/dist/lib/stores/branding.d.ts.map +1 -0
  307. package/dist/lib/ui-packs/default/theme.d.ts +3 -0
  308. package/dist/lib/ui-packs/default/theme.d.ts.map +1 -0
  309. package/dist/lib/ui-packs/future/theme.d.ts +3 -0
  310. package/dist/lib/ui-packs/future/theme.d.ts.map +1 -0
  311. package/dist/lib/ui-packs/index.d.ts +7 -0
  312. package/dist/lib/ui-packs/index.d.ts.map +1 -0
  313. package/dist/lib/ui-packs/store.d.ts +3 -0
  314. package/dist/lib/ui-packs/store.d.ts.map +1 -0
  315. package/dist/lib/ui-packs/utils.d.ts +5 -0
  316. package/dist/lib/ui-packs/utils.d.ts.map +1 -0
  317. package/dist/lib/utils/check-connection.d.ts +2 -0
  318. package/dist/lib/utils/check-connection.d.ts.map +1 -0
  319. package/dist/lib/utils/configuration-manager.d.ts +19 -0
  320. package/dist/lib/utils/configuration-manager.d.ts.map +1 -0
  321. package/dist/lib/utils/css-utils.d.ts +4 -0
  322. package/dist/lib/utils/css-utils.d.ts.map +1 -0
  323. package/dist/lib/utils/event-service/constants.d.ts +4 -0
  324. package/dist/lib/utils/event-service/constants.d.ts.map +1 -0
  325. package/dist/lib/utils/event-service/index.d.ts +5 -0
  326. package/dist/lib/utils/event-service/index.d.ts.map +1 -0
  327. package/dist/lib/utils/event-service/types.d.ts +154 -0
  328. package/dist/lib/utils/event-service/types.d.ts.map +1 -0
  329. package/dist/lib/utils/event-service/utils.d.ts +80 -0
  330. package/dist/lib/utils/event-service/utils.d.ts.map +1 -0
  331. package/dist/lib/utils/fingerprint.d.ts +19 -0
  332. package/dist/lib/utils/fingerprint.d.ts.map +1 -0
  333. package/dist/lib/utils/form-utils.d.ts +5 -0
  334. package/dist/lib/utils/form-utils.d.ts.map +1 -0
  335. package/dist/lib/utils/get-config-from-query-params.d.ts +21 -0
  336. package/dist/lib/utils/get-config-from-query-params.d.ts.map +1 -0
  337. package/dist/lib/utils/is-mobile.d.ts +2 -0
  338. package/dist/lib/utils/is-mobile.d.ts.map +1 -0
  339. package/dist/lib/utils/object-utils.d.ts +3 -0
  340. package/dist/lib/utils/object-utils.d.ts.map +1 -0
  341. package/dist/lib/utils/photo-utils.d.ts +27 -0
  342. package/dist/lib/utils/photo-utils.d.ts.map +1 -0
  343. package/dist/lib/utils/photo-utils.test.d.ts +2 -0
  344. package/dist/lib/utils/photo-utils.test.d.ts.map +1 -0
  345. package/dist/lib/utils/step-manager.d.ts +3 -0
  346. package/dist/lib/utils/step-manager.d.ts.map +1 -0
  347. package/dist/lib/utils/string-utils/resolve-string-template.d.ts +2 -0
  348. package/dist/lib/utils/string-utils/resolve-string-template.d.ts.map +1 -0
  349. package/dist/lib/utils/string-utils/resolve-string-template.test.d.ts +2 -0
  350. package/dist/lib/utils/string-utils/resolve-string-template.test.d.ts.map +1 -0
  351. package/dist/main.d.ts +3 -0
  352. package/dist/main.d.ts.map +1 -0
  353. package/dist/manifest.json +31 -0
  354. package/dist/pwa-styles.css +83 -0
  355. package/dist/pwa-test.html +272 -0
  356. package/dist/resubmit.svg +18 -0
  357. package/dist/selfie-start.svg +55 -0
  358. package/dist/tests-setup.d.ts +2 -0
  359. package/dist/tests-setup.d.ts.map +1 -0
  360. package/dist/types/AuthBridgeSDK.d.ts +112 -0
  361. package/dist/types/AuthBridgeSDK.d.ts.map +1 -0
  362. package/dist/types.d.ts +2 -0
  363. package/dist/types.d.ts.map +1 -0
  364. package/dist/welcome.svg +30 -0
  365. package/package.json +106 -0
@@ -0,0 +1,1284 @@
1
+ declare const _default: {
2
+ "en": {
3
+ "welcome": {
4
+ "title": "Verify Your Identity",
5
+ "button": "Start Verification",
6
+ "description": "We need to verify your identity to complete your application.",
7
+ "estimatedTime": "⏱ This takes about 2 minutes",
8
+ "requiredItemsHeading": "You'll need:",
9
+ "requiredItemDocument": "✓ Your Omang or Passport",
10
+ "requiredItemLighting": "✓ Good lighting",
11
+ "requiredItemSteady": "✓ A steady hand for photos",
12
+ "privacyPolicy": "🔒 Your data is encrypted and protected.",
13
+ "privacyPolicyLink": "Privacy Policy",
14
+ "privacyPolicyUrl": "https://authbridge.io/privacy",
15
+ "tip": "Verifying usually takes a few seconds."
16
+ },
17
+ "list-welcome": {
18
+ "title": "You'll need:",
19
+ "item-1": "Your Omang or Passport",
20
+ "item-2": "Good lighting",
21
+ "item-3": "A steady hand for photos"
22
+ },
23
+ "list-default": {
24
+ "title": "You'll need:",
25
+ "item-1": "Your Omang or Passport",
26
+ "item-2": "Good lighting",
27
+ "item-3": "A steady hand for photos"
28
+ },
29
+ "document-selection": {
30
+ "title": "Select Your Document",
31
+ "description": "Choose the document you'll use to verify your identity.",
32
+ "continue": "Continue",
33
+ "back": "Back",
34
+ "step": "Step 1/5"
35
+ },
36
+ "document-select": {
37
+ "omang": {
38
+ "name": "Omang",
39
+ "description": "Botswana National ID"
40
+ },
41
+ "passport": {
42
+ "name": "Passport",
43
+ "description": "International travel"
44
+ },
45
+ "driversLicense": {
46
+ "name": "Driver's Licence",
47
+ "description": "Botswana or foreign"
48
+ }
49
+ },
50
+ "document-options": {
51
+ "omang-title": "Omang",
52
+ "omang-description": "Botswana National ID",
53
+ "passport-title": "Passport",
54
+ "passport-description": "International travel document",
55
+ "drivers_license-title": "Driver's Licence",
56
+ "drivers_license-description": "Botswana or foreign"
57
+ },
58
+ "document-start": {
59
+ "title": "Document",
60
+ "button": "Take a picture",
61
+ "description": "Please take a picture of your document. Make sure its fully visible inside the picture.",
62
+ "operating_license": {
63
+ "title": "Operating license",
64
+ "button": "Take a picture",
65
+ "description": "Please take a picture of your business’s operating license. Make sure the document is fully visible inside the picture."
66
+ },
67
+ "business_registration": {
68
+ "title": "Business Registration",
69
+ "button": "Take a picture",
70
+ "description": "Please take a picture of your business registration document. Make sure the document is fully visible inside the picture."
71
+ },
72
+ "proof_of_business_tax_id": {
73
+ "title": "TIN ID / Certificate",
74
+ "button": "Take a picture",
75
+ "description": "Please take a picture of your business TIN ID or certificate. Make sure the document is fully visible inside the picture."
76
+ },
77
+ "bank_statement": {
78
+ "title": "Bank Statement/Letter",
79
+ "button": "Take a picture",
80
+ "description": "Please take a picture of a bank statement or of a letter from the bank. Make sure the document is fully visible inside the picture."
81
+ }
82
+ },
83
+ "document-photo": {
84
+ "title": "Document Upload",
85
+ "description": "Place the document inside the frame and take a picture. Make sure it is not cut or has any glare.",
86
+ "omang": {
87
+ "title": "Capture Your Omang",
88
+ "description": "Position your Omang card within the frame",
89
+ "qualityFeedback": {
90
+ "lighting": {
91
+ "tooDark": "Too dark - move to better lighting",
92
+ "tooBright": "Too bright - reduce glare",
93
+ "good": "Lighting is good"
94
+ },
95
+ "blur": {
96
+ "tooBlurry": "Hold steady - image is blurry",
97
+ "moveCloser": "Move closer to document",
98
+ "good": "Focus is good"
99
+ },
100
+ "glare": {
101
+ "detected": "Reduce glare on document",
102
+ "good": "No glare detected"
103
+ }
104
+ },
105
+ "errors": {
106
+ "cameraPermissionDenied": "Camera access is required to capture your document",
107
+ "cameraPermissionInstructions": "Please enable camera permissions in your browser settings",
108
+ "tryAgain": "Try Again",
109
+ "uploadInstead": "Upload Instead"
110
+ }
111
+ },
112
+ "passport": {
113
+ "title": "Capture Your Passport",
114
+ "description": "Position your passport within the frame",
115
+ "qualityFeedback": {
116
+ "lighting": {
117
+ "tooDark": "Too dark - move to better lighting",
118
+ "tooBright": "Too bright - reduce glare",
119
+ "good": "Lighting is good"
120
+ },
121
+ "blur": {
122
+ "tooBlurry": "Hold steady - image is blurry",
123
+ "moveCloser": "Move closer to document",
124
+ "good": "Focus is good"
125
+ },
126
+ "glare": {
127
+ "detected": "Reduce glare on document",
128
+ "good": "No glare detected"
129
+ }
130
+ },
131
+ "errors": {
132
+ "cameraPermissionDenied": "Camera access is required to capture your document",
133
+ "cameraPermissionInstructions": "Please enable camera permissions in your browser settings",
134
+ "tryAgain": "Try Again",
135
+ "uploadInstead": "Upload Instead"
136
+ }
137
+ },
138
+ "driversLicense": {
139
+ "title": "Capture Your Driver's Licence",
140
+ "description": "Position your driver's licence within the frame",
141
+ "qualityFeedback": {
142
+ "lighting": {
143
+ "tooDark": "Too dark - move to better lighting",
144
+ "tooBright": "Too bright - reduce glare",
145
+ "good": "Lighting is good"
146
+ },
147
+ "blur": {
148
+ "tooBlurry": "Hold steady - image is blurry",
149
+ "moveCloser": "Move closer to document",
150
+ "good": "Focus is good"
151
+ },
152
+ "glare": {
153
+ "detected": "Reduce glare on document",
154
+ "good": "No glare detected"
155
+ }
156
+ },
157
+ "errors": {
158
+ "cameraPermissionDenied": "Camera access is required to capture your document",
159
+ "cameraPermissionInstructions": "Please enable camera permissions in your browser settings",
160
+ "tryAgain": "Try Again",
161
+ "uploadInstead": "Upload Instead"
162
+ }
163
+ },
164
+ "id_card": {
165
+ "title": "Upload ID",
166
+ "description": "Place your ID inside the frame and take a picture. \nMake sure it is not cut or has any glare."
167
+ },
168
+ "voter_id": {
169
+ "title": "Voter ID front side",
170
+ "description": "Place your voter card inside the frame and take a picture. \nMake sure it is not cut or has any glare."
171
+ },
172
+ "drivers_license": {
173
+ "title": "Drivers license",
174
+ "description": "Place your drivers license inside the frame and take \na picture. \nMake sure it is not cut or has any glare."
175
+ },
176
+ "proof_of_business_tax_id": {
177
+ "title": "Business TIN ID/certificate",
178
+ "description": "Place the business TIN ID/certificate inside the frame and take a picture. Make sure it is not cut or has any glare."
179
+ },
180
+ "bank_statement": {
181
+ "title": "Bank Statement/Letter",
182
+ "description": "Place the bank Statement/letter inside the frame and take a picture. Make sure it is not cut or has any glare."
183
+ },
184
+ "business_registration": {
185
+ "title": "Business Registration",
186
+ "description": "Place the business registration document inside the frame and take a picture. Make sure it is not cut or has any glare."
187
+ },
188
+ "operating_license": {
189
+ "title": "Operating license",
190
+ "description": "Place the operating license document inside the frame and take a picture. Make sure it is not cut or has any glare."
191
+ }
192
+ },
193
+ "document-photo-back": {
194
+ "omang": {
195
+ "title": "Capture Omang Back Side",
196
+ "description": "Position the back of your Omang card within the frame"
197
+ },
198
+ "id_card": {
199
+ "title": "ID Card back side",
200
+ "description": "Place the back side of your ID Card inside the frame and \ntake a picture. \nMake sure it is not cut or has any glare."
201
+ },
202
+ "voter_id": {
203
+ "title": "Voter ID back side",
204
+ "description": "Place the back side of your Voter ID inside the frame and \ntake a picture. \nMake sure it is not cut or has any glare."
205
+ },
206
+ "drivers_license": {
207
+ "title": "Drivers license back side",
208
+ "description": "Place the back side of your Drivers license inside \nthe frame and take a picture. \nMake sure it is not cut or has any glare."
209
+ },
210
+ "driversLicense": {
211
+ "title": "Capture Driver's Licence Back Side",
212
+ "description": "Position the back of your driver's licence within the frame"
213
+ }
214
+ },
215
+ "check-document": {
216
+ "title": "Review Your Document",
217
+ "description": "Make sure the image is clear and readable",
218
+ "retake": "Retake",
219
+ "continue": "Continue"
220
+ },
221
+ "document-photo-back-start": {
222
+ "title": "Omang Back Side",
223
+ "description": "Now let's capture the back of your Omang card",
224
+ "button": "Take Photo",
225
+ "omang": {
226
+ "title": "Omang Back Side",
227
+ "description": "Now let's capture the back of your Omang card"
228
+ },
229
+ "driversLicense": {
230
+ "title": "Driver's Licence Back Side",
231
+ "description": "Now let's capture the back of your driver's licence"
232
+ },
233
+ "voter_id": {
234
+ "description": "Please take a picture of the back side of your Voter ID",
235
+ "title": "Voter ID back side"
236
+ },
237
+ "drivers_license": {
238
+ "title": "Drivers license back side",
239
+ "description": "Please take a picture of the back side of your Drivers \nlicense"
240
+ }
241
+ },
242
+ "check-document-photo-back": {
243
+ "title": "Review picture",
244
+ "description": "Make sure the information is seen clearly, with no blur \nor glare."
245
+ },
246
+ "navigation-buttons": {
247
+ "next": "Looks good",
248
+ "back": "Take again"
249
+ },
250
+ "selfie-start": {
251
+ "title": "Selfie",
252
+ "button": "Take a selfie",
253
+ "description": "Make sure your face is clear and is fully inside the \nframe."
254
+ },
255
+ "selfie": {
256
+ "title": "Selfie",
257
+ "description": "Place your face inside the frame and take a picture. \nMake sure it is clearly visible."
258
+ },
259
+ "check-selfie": {
260
+ "title": "Review picture",
261
+ "description": "Make sure your face is clearly visible and fits inside \nthe frame."
262
+ },
263
+ "selfie-capture": {
264
+ "selfie": {
265
+ "title": "Take a Selfie",
266
+ "description": "Position your face in the oval and follow the prompts",
267
+ "instructions": {
268
+ "position": "Position your face in the oval",
269
+ "tooClose": "Move further away",
270
+ "tooFar": "Move closer",
271
+ "notCentered": "Center your face",
272
+ "multipleFaces": "Only one person should be visible",
273
+ "noFace": "No face detected"
274
+ },
275
+ "liveness": {
276
+ "blink": "Blink naturally",
277
+ "turnLeft": "Turn head slightly left",
278
+ "turnRight": "Turn head slightly right",
279
+ "progress": "{{current}} of {{total}} checks complete",
280
+ "success": "Liveness verified!"
281
+ },
282
+ "errors": {
283
+ "blinkFailed": "Please blink naturally",
284
+ "turnFailed": "Please turn your head as instructed",
285
+ "livenessFailed": "Liveness check failed. Please try again.",
286
+ "timeout": "Check timed out. Please try again.",
287
+ "havingTrouble": "Having trouble? Contact support"
288
+ },
289
+ "cameraPermission": {
290
+ "denied": "Camera access denied",
291
+ "instructions": "To take a selfie, please enable camera access in your browser settings",
292
+ "tryAgain": "Try Again"
293
+ },
294
+ "capture": "Capture Selfie",
295
+ "processing": "Processing your selfie..."
296
+ }
297
+ },
298
+ "final": {
299
+ "title": "Success",
300
+ "description": "Your identity has been successfully verified.",
301
+ "button": "Next"
302
+ },
303
+ "loader": {
304
+ "text-one": "We're verifying your documents",
305
+ "text-two": "This may take a few seconds",
306
+ "text-three": "Taking more than usual"
307
+ },
308
+ "resubmission": {
309
+ "201-title": "Missing images",
310
+ "201-button": "Retry uploading",
311
+ "201-description": "It seems like you haven't sent us all of the images we need in order to verify you. Please retry uploading the images.",
312
+ "204-title": "Couldn’t verify the images",
313
+ "204-button": "Retry uploading",
314
+ "204-description": "The image of the document you have sent us was in bad quality. Please retry uploading the images",
315
+ "205-title": "Couldn’t verify the images",
316
+ "205-button": "Retry uploading",
317
+ "205-description": "The document you have sent us seems to be damaged, please retry uploading using a different document.",
318
+ "206-title": "Unsupported document",
319
+ "206-button": "Choose different document",
320
+ "206-description": "The document you have sent us was not supported. Please take a photo of a valid document.",
321
+ "207-title": "Expired document",
322
+ "207-button": "Retry uploading",
323
+ "207-description": "The document you have sent seems to be expired. Please take a photo of a valid document.",
324
+ "606-title": "Unclear selfie",
325
+ "606-button": "Retry uploading",
326
+ "606-description": "It seems like the photo of your face was not clear, please try again.",
327
+ "614-title": "Document not fully visible",
328
+ "614-button": "Retry uploading",
329
+ "614-description": "The document you have sent is not fully inside the picture.",
330
+ "615-title": "Back side not fully visible",
331
+ "615-button": "Retry uploading",
332
+ "615-description": "The back side of the document you have sent is not fully inside the picture."
333
+ },
334
+ "loading": {
335
+ "review-hint": "Taking longer than usual"
336
+ },
337
+ "decline": {
338
+ "title": "Failed to verify",
339
+ "button": "Close",
340
+ "description": "It seems like there was an issue verifying your documents."
341
+ },
342
+ "error": {
343
+ "title": "Failed to verify",
344
+ "button": "Close"
345
+ },
346
+ "timeout": {
347
+ "title": "Something went wrong",
348
+ "button": "Close",
349
+ "description": "It seems like there was an issue verifiying your documents."
350
+ },
351
+ "general": {
352
+ "online": "You are online!",
353
+ "offline": "You are offline, please check your connection",
354
+ "errorDocuments": "Error sending documents",
355
+ "errorDocumentVerification": "Error document verification",
356
+ "errorCameraAccess": "Cannot access your device's camera. To proceed, go to the app's settings and enable camera permissions."
357
+ },
358
+ "document-upload": {
359
+ "omang": {
360
+ "title": "Upload Your Omang",
361
+ "description": "Select a clear photo of your Omang card"
362
+ },
363
+ "passport": {
364
+ "title": "Upload Your Passport",
365
+ "description": "Select a clear photo of your passport"
366
+ },
367
+ "driversLicense": {
368
+ "title": "Upload Your Driver's Licence",
369
+ "description": "Select a clear photo of your driver's licence"
370
+ },
371
+ "uploadButton": "Upload from device",
372
+ "dragDropZone": "Drag and drop your document here, or click to browse",
373
+ "fileSelected": "File selected: {{fileName}} ({{fileSize}})",
374
+ "processing": "Processing your document...",
375
+ "errors": {
376
+ "fileTooLarge": "File too large (maximum 10MB)",
377
+ "invalidFileType": "Invalid file type (JPG, PNG, or PDF only)",
378
+ "imageTooSmall": "Image quality too low (minimum 640x480 pixels)",
379
+ "fileCorrupted": "File appears corrupted. Please try a different file.",
380
+ "uploadFailed": "Upload failed. Please try again."
381
+ }
382
+ },
383
+ "reviewSubmit": {
384
+ "title": "Review Your Information",
385
+ "description": "Please review your captured images before submitting",
386
+ "labels": {
387
+ "documentFront": "ID Front",
388
+ "documentBack": "ID Back",
389
+ "selfie": "Selfie"
390
+ },
391
+ "buttons": {
392
+ "edit": "Edit",
393
+ "submit": "Submit Verification",
394
+ "back": "Back",
395
+ "close": "Close"
396
+ },
397
+ "loading": {
398
+ "title": "Processing...",
399
+ "message": "Processing your verification. This may take a moment."
400
+ },
401
+ "errors": {
402
+ "submissionFailed": "Submission failed. Please try again.",
403
+ "networkError": "Network error. Please check your connection.",
404
+ "serverError": "Server error. Please try again later.",
405
+ "retry": "Retry"
406
+ },
407
+ "confirmation": {
408
+ "title": "Exit Verification?",
409
+ "message": "Are you sure you want to exit? Your progress will be lost.",
410
+ "confirm": "Yes, Exit",
411
+ "cancel": "Cancel"
412
+ },
413
+ "fullScreen": {
414
+ "close": "Close"
415
+ }
416
+ }
417
+ },
418
+ "es": {
419
+ "welcome": {
420
+ "title": "es: Verify your identity",
421
+ "button": "es: Choose document type",
422
+ "description": "es: We need some information to help us confirm \nyour identity.",
423
+ "tip": "es: Verifying usually takes a few seconds."
424
+ },
425
+ "document-selection": {
426
+ "title": "es: Upload ID",
427
+ "description": "es: Choose the document type you would like to \nidentify with",
428
+ "tip": "es: Choose document type"
429
+ },
430
+ "document-options": {
431
+ "passport-title": "es: Passport",
432
+ "passport-description": "es: ",
433
+ "id_card-title": "es: ID Card",
434
+ "card-description": "es: ",
435
+ "drivers_license-title": "es: Drivers license",
436
+ "drivers_license-description": "es: ",
437
+ "voter_id-title": "es: Voter ID",
438
+ "voter_id-description": "es: "
439
+ },
440
+ "document-photo": {
441
+ "id_card-title": "es: Upload ID",
442
+ "id_card-description": "es: To open an account, we need to verify your identity. Please prepare your ID, passport, or resident card.",
443
+ "passport-title": "es: Passport",
444
+ "passport-description": "es: Place your passport inside the frame and take a \npicture. \nMake sure it is not cut or has any glare.",
445
+ "voter_id-title": "es: Voter ID front side",
446
+ "voter_id-description": "es: Place your voter card inside the frame and take a picture. \nMake sure it is not cut or has any glare.",
447
+ "drivers_license-title": "es: Drivers license",
448
+ "drivers_license-description": "es: Place your drivers license inside the frame and take \na picture. \nMake sure it is not cut or has any glare.",
449
+ "proof_of_business_tax_id-title": "TIN ID / Certificate",
450
+ "proof_of_business_tax_id-button": "Take a picture",
451
+ "proof_of_business_tax_id-description": "Please take a picture of your business TIN ID or certificate. Make sure the document is fully visible inside the picture.",
452
+ "bank_statement-title": "Bank Statement/Letter",
453
+ "bank_statement-button": "Take a picture",
454
+ "bank_statement-description": "Please take a picture of a bank statement or of a letter from the bank. Make sure the document is fully visible inside the picture.",
455
+ "business_registration-title": "Business Registration",
456
+ "business_registration-button": "Take a picture",
457
+ "business_registration-description": "Please take a picture of your business registration document. Make sure the document is fully visible inside the picture.",
458
+ "operating_license-title": "Operating license",
459
+ "operating_license-button": "Take a picture",
460
+ "operating_license-description": "Please take a picture of your business’s operating license. Make sure the document is fully visible inside the picture."
461
+ },
462
+ "document-photo-back": {
463
+ "id_card-title": "es: Upload ID",
464
+ "id_card-description": "es: To open an account, we need to verify your identity. Please prepare your ID, passport, or resident card.",
465
+ "passport-title": "es: Upload ID",
466
+ "passport-description": "es: To open an account, we need to verify your identity. Please prepare your ID, passport, or resident card.",
467
+ "voter_id-title": "es: Voter ID back side",
468
+ "voter_id-description": "es: Place the back side of your Voter ID inside the frame and \ntake a picture. \nMake sure it is not cut or has any glare.",
469
+ "drivers_license-title": "es: Drivers license back side",
470
+ "drivers_license-description": "es: Place the back side of your Drivers license inside \nthe frame and take a picture. \nMake sure it is not cut or has any glare."
471
+ },
472
+ "check-document": {
473
+ "id_card-title": "es: Review picture",
474
+ "id_card-description": "es: Make sure the information is seen clearly, with no blur \nor glare.",
475
+ "passport-title": "es: Review picture",
476
+ "passport-description": "es: Make sure the information is seen clearly, with no blur \nor glare.",
477
+ "voter_id-title": "es: Review picture",
478
+ "voter_id-description": "es: Make sure the information is seen clearly, with no blur \nor glare.",
479
+ "drivers_license-title": "es: Review picture",
480
+ "drivers_license-description": "es: Make sure the information is seen clearly, with no blur \nor glare."
481
+ },
482
+ "resubmission": {
483
+ "201-title": "es: Missing images",
484
+ "201-button": "es: Retry uploading",
485
+ "201-description": "es: It seems like you haven't sent us all of the images we need in order to verify you. Please retry uploading the images.",
486
+ "204-title": "es: Couldn’t verify the images",
487
+ "204-button": "es: Retry uploading",
488
+ "204-description": "es: The image of the document you have sent us was in bad quality. Please retry uploading the images",
489
+ "205-title": "es: Couldn’t verify the images",
490
+ "205-button": "es: Retry uploading",
491
+ "205-description": "es: The document you have sent us seems to be damaged, please retry uploading using a different document.",
492
+ "206-title": "es: Unsupported document",
493
+ "206-button": "es: Choose different document",
494
+ "206-description": "es: The document you have sent us was not supported. Please take a photo of a valid document.",
495
+ "207-title": "es: Expired document",
496
+ "207-button": "es: Retry uploading",
497
+ "207-description": "es: The document you have sent seems to be expired. Please take a photo of a valid document.",
498
+ "606-title": "es: Unclear selfie",
499
+ "606-button": "es: Retry uploading",
500
+ "606-description": "es: It seems like the photo of your face was not clear, please try again.",
501
+ "614-title": "es: Document not fully visible",
502
+ "614-button": "es: Retry uploading",
503
+ "614-description": "es: The document you have sent is not fully inside the picture.",
504
+ "615-title": "es: Back side not fully visible",
505
+ "615-button": "es: Retry uploading",
506
+ "615-description": "es: The back side of the document you have sent is not fully inside the picture."
507
+ },
508
+ "loading": {
509
+ "review-hint": "es: Taking longer than usual"
510
+ },
511
+ "decline": {
512
+ "title": "es: Failed to verify",
513
+ "button": "es: Close",
514
+ "description": "es: It seems like there was an issue verifying your documents."
515
+ },
516
+ "timeout": {
517
+ "title": "es: Something went wrong",
518
+ "button": "es: Close",
519
+ "description": "es: It seems like there was an issue verifiying your documents."
520
+ },
521
+ "document-photo-back-start": {
522
+ "title": "es: ID back side",
523
+ "description": "es: Please take a picture of the back side of your ID",
524
+ "button": "es: Take photo",
525
+ "voter_id-title": "es: Voter ID back side",
526
+ "voter_id-description": "es: Please take a picture of the back side of your Voter ID",
527
+ "drivers_license-title": "es: Drivers license back side",
528
+ "drivers_license-description": "es: Please take a picture of the back side of your Drivers \nlicense"
529
+ },
530
+ "check-document-photo-back": {
531
+ "title": "es: Review picture",
532
+ "description": "es: Make sure the information is seen clearly, with no blur \nor glare."
533
+ },
534
+ "navigation-buttons": {
535
+ "next": "es: Looks good",
536
+ "back": "es: Take again"
537
+ },
538
+ "selfie-start": {
539
+ "title": "es: Selfie",
540
+ "button": "es: Take a selfie",
541
+ "description": "es: Make sure your face is clear and is fully inside the \nframe."
542
+ },
543
+ "selfie": {
544
+ "title": "es: Selfie",
545
+ "description": "es: Place your face inside the frame and take a picture. \nMake sure it is clearly visible."
546
+ },
547
+ "check-selfie": {
548
+ "title": "es: Review picture",
549
+ "description": "es: Make sure your face is clearly visible and fits inside \nthe frame."
550
+ },
551
+ "final": {
552
+ "title": "es: Success",
553
+ "description": "es: Your identity has been successfully verified.",
554
+ "button": "es: Next"
555
+ },
556
+ "loader": {
557
+ "text-one": "es: We're verifying your documents",
558
+ "text-two": "es: This may take a few seconds",
559
+ "text-three": "es: Taking more than usual"
560
+ },
561
+ "general": {
562
+ "online": "es: You are online!",
563
+ "offline": "es: You are offline, please check your connection",
564
+ "errorDocuments": "es: Error sending documents",
565
+ "errorDocumentVerification": "es: Error document verification"
566
+ },
567
+ "selfie-capture": {
568
+ "selfie": {
569
+ "title": "Tomar una Selfie",
570
+ "description": "Posiciona tu rostro en el óvalo y sigue las indicaciones",
571
+ "instructions": {
572
+ "position": "Posiciona tu rostro en el óvalo",
573
+ "tooClose": "Aléjate un poco",
574
+ "tooFar": "Acércate más",
575
+ "notCentered": "Centra tu rostro",
576
+ "multipleFaces": "Solo una persona debe ser visible",
577
+ "noFace": "No se detecta rostro"
578
+ },
579
+ "liveness": {
580
+ "blink": "Parpadea naturalmente",
581
+ "turnLeft": "Gira la cabeza ligeramente a la izquierda",
582
+ "turnRight": "Gira la cabeza ligeramente a la derecha",
583
+ "progress": "{{current}} de {{total}} verificaciones completas",
584
+ "success": "¡Verificación de vida completada!"
585
+ },
586
+ "errors": {
587
+ "blinkFailed": "Por favor parpadea naturalmente",
588
+ "turnFailed": "Por favor gira tu cabeza según las instrucciones",
589
+ "livenessFailed": "Verificación de vida fallida. Por favor intenta de nuevo.",
590
+ "timeout": "Tiempo de espera agotado. Por favor intenta de nuevo.",
591
+ "havingTrouble": "¿Tienes problemas? Contacta soporte"
592
+ },
593
+ "cameraPermission": {
594
+ "denied": "Acceso a la cámara denegado",
595
+ "instructions": "Para tomar una selfie, por favor habilita el acceso a la cámara en la configuración de tu navegador",
596
+ "tryAgain": "Intentar de Nuevo"
597
+ },
598
+ "capture": "Capturar Selfie",
599
+ "processing": "Procesando tu selfie..."
600
+ }
601
+ }
602
+ },
603
+ "sw": {
604
+ "welcome": {
605
+ "title": "Thibitisha utambulisho wako",
606
+ "button": "Chagua aina ya hati",
607
+ "description": "Tunahitaji maelezo kidogo ili kutusaidia kuthibitisha \nutambulisho wako.",
608
+ "tip": "Uthibitishaji huchukua sekunde chache."
609
+ },
610
+ "document-selection": {
611
+ "title": "Pakia Kitambulisho",
612
+ "description": "Chagua aina ya hati ambayo ungependa \nkutambulika nayo",
613
+ "tip": "Chagua aina ya hati"
614
+ },
615
+ "document-options": {
616
+ "passport-title": "Pasipoti",
617
+ "passport-description": "Hati yako rasmi ya kusafiria.",
618
+ "id_card-title": "Kitambulisho",
619
+ "id_card-description": "Kitambulisho binafsi kilichotolewa na serikali.",
620
+ "drivers_license-title": "Leseni ya Udereva",
621
+ "drivers_license-description": "Leseni ya udereva iliotolewa na serikali",
622
+ "voter_id-title": "Kitambulisho cha Mpiga Kura",
623
+ "voter_id-description": "Kitambulisho cha mpiga kura kilichotolewa na serikali"
624
+ },
625
+ "document-start": {
626
+ "title": "Hati",
627
+ "button": "Piga picha",
628
+ "description": "Tafadhali piga picha ya hati yako. Hakikisha hati inaonekana kikamilifu ndani ya picha.",
629
+ "operating_license": {
630
+ "title": "Leseni ya Uendeshaji",
631
+ "button": "Piga picha",
632
+ "description": "Tafadhali piga picha leseni ya uendeshaji ya biashara yako. Hakikisha hati inaonekana kikamilifu ndani ya picha."
633
+ },
634
+ "business_registration": {
635
+ "title": "Usajili wa Biashara",
636
+ "button": "Piga picha",
637
+ "description": "Tafadhali piga picha ya hati ya usajili wa biashara yako. Hakikisha hati inaonekana kikamilifu ndani ya picha."
638
+ },
639
+ "proof_of_business_tax_id": {
640
+ "title": "Hati ya Utambulisho wa Mlipa Kodi",
641
+ "button": "Piga picha",
642
+ "description": "Tafadhali piga picha hati ya utambulisho wa mlipa kodi ya biashara yako. Hakikisha hati inaonekana kikamilifu ndani ya picha."
643
+ },
644
+ "bank_statement": {
645
+ "title": "Taarifa ya/Barua kutoka Benki",
646
+ "button": "Piga picha",
647
+ "description": "Tafadhali piga picha taarifa ya benki au barua kutoka benki. Hakikisha nyaraka inaonekana kikamilifu ndani ya picha."
648
+ }
649
+ },
650
+ "document-photo": {
651
+ "title": "Pakia Nyaraka",
652
+ "description": "Weka nyaraka yako ndani ya fremu kisha piga picha. Hakikisha kuwa haijakatwa na haina mwako wowote.",
653
+ "id_card": {
654
+ "title": "Pakia Kitambulisho",
655
+ "description": "Weka kitambulisho chako ndani ya fremu kisha piga picha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
656
+ },
657
+ "passport": {
658
+ "title": "Pasipoti",
659
+ "description": "Weka pasipoti yako ndani ya fremu kisha piga \npicha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
660
+ },
661
+ "voter_id": {
662
+ "title": "Kitambulisho cha Mpiga Kura \nupande wa mbele",
663
+ "description": "Weka kitambulisho chako cha mpiga kura ndani ya fremu kisha piga picha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
664
+ },
665
+ "drivers_license": {
666
+ "title": "Leseni ya Udereva",
667
+ "description": "Weka leseni yako ya udereva ndani ya fremu kisha piga \npicha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
668
+ },
669
+ "proof_of_business_tax_id": {
670
+ "title": "Hati ya Utambulisho wa Mlipa Kodi ya Biashara",
671
+ "description": "Hati ya utambulisho wa mlipa kodi ya biashara ndani ya fremu kisha piga picha. Hakikisha kuwa haijakatwa na haina mwako wowote."
672
+ },
673
+ "bank_statement": {
674
+ "title": "Taarifa ya/Barua kutoka Benki",
675
+ "description": "Weka taarifa ya benki ndani ya fremu kisha piga picha. Hakikisha kuwa haijakatwa na haina mwako wowote."
676
+ },
677
+ "business_registration": {
678
+ "title": "Usajili wa Biashara",
679
+ "description": "Weka hati ya usajili wa biashara ndani ya fremu kisha piga picha. Hakikisha kuwa haijakatwa na haina mwako wowote."
680
+ },
681
+ "operating_license": {
682
+ "title": "Leseni ya Uendeshaji",
683
+ "description": "Weka hati ya leseni ya uendeshaji ndani ya fremu kisha piga picha. Hakikisha kuwa haijakatwa na haina mwako wowote."
684
+ }
685
+ },
686
+ "document-photo-back": {
687
+ "id_card": {
688
+ "title": "Kitambulisho upande wa nyuma",
689
+ "description": "Place the upande wa nyuma wa kitambulisho chako ndani ya fremu kisha \npiga picha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
690
+ },
691
+ "voter_id": {
692
+ "title": "Kitambulisho cha Mpiga Kura upande wa nyuma",
693
+ "description": "Weka upande wa nyuma wa kitambulisho chako cha mpiga kura ndani ya fremu kisha \npiga picha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
694
+ },
695
+ "drivers_license": {
696
+ "title": "Leseni ya udereva upande wa nyuma",
697
+ "description": "Weka upande wa nyuma wa leseni yako ya udereva ndani \nya fremu kisha piga picha. \nHakikisha kuwa haijakatwa na haina mwako wowote."
698
+ }
699
+ },
700
+ "check-document": {
701
+ "title": "Kagua picha",
702
+ "description": "Hakikisha taarifa zinaonekana vizuri, bila ukungu \nau mwako."
703
+ },
704
+ "document-photo-back-start": {
705
+ "title": "Kitambulisho upande wa nyuma",
706
+ "description": "Tafadhali piga picha upande wa nyuma wa kitambulisho chako",
707
+ "button": "Piga picha",
708
+ "voter_id": {
709
+ "description": "Tafadhali piga picha upande wa nyuma wa kitambulisho chako cha mpiga kura",
710
+ "title": "Kitambulisho cha mpiga kura upande wa nyuma"
711
+ },
712
+ "drivers_license": {
713
+ "title": "Leseni ya udereva upande wa nyuma",
714
+ "description": "Tafadhali piga picha upande wa nyuma wa leseni yako ya \nudereva"
715
+ }
716
+ },
717
+ "check-document-photo-back": {
718
+ "title": "Kagua picha",
719
+ "description": "Hakikisha taarifa zinaonekana vizuri, bila ukungu \nau mwako."
720
+ },
721
+ "navigation-buttons": {
722
+ "next": "Iko vizuri",
723
+ "back": "Piga tena"
724
+ },
725
+ "selfie-start": {
726
+ "title": "Selfie",
727
+ "button": "Piga selfie",
728
+ "description": "Hakikisha uso wako unaonekana vizuri na uko ndani kabisa ya \nfremu."
729
+ },
730
+ "selfie": {
731
+ "title": "Selfie",
732
+ "description": "Weka uso wako ndani ya fremu kisha piga picha. \nHakikisha inaonekana vizuri."
733
+ },
734
+ "check-selfie": {
735
+ "title": "Kagua picha",
736
+ "description": "Hakikisha uso wako unaonekana vizuri na uko ndani kabisa ya \nfremu."
737
+ },
738
+ "final": {
739
+ "title": "Imefanikiwa",
740
+ "description": "Utambulisho wako umefanikiwa kuthibitishwa.",
741
+ "button": "Endelea"
742
+ },
743
+ "loader": {
744
+ "text-one": "Tunathibitisha nyaraka zako",
745
+ "text-two": "Hii inaweza kuchukua sekunde chache",
746
+ "text-three": "Inachukua muda mrefu kuliko kawaida"
747
+ },
748
+ "resubmission": {
749
+ "201-title": "Picha zinakosekana",
750
+ "201-button": "Jaribu kupakia tena",
751
+ "201-description": "Inaonakana hukututumia picha zote tunazohitaji ili kukuthibitisha. Tafadhali jaribu kupakia tena hizo picha.",
752
+ "204-title": "Picha hazikuweza kuthibitishwa",
753
+ "204-button": "Jaribu kupakia tena",
754
+ "204-description": "Picha ya hati uliotutumia ilikua katika ubora mbaya. Tafadhali jaribu kupakia tena hizo picha",
755
+ "205-title": "Picha hazikuweza kuthibitishwa",
756
+ "205-button": "Jaribu kupakia tena",
757
+ "205-description": "Hati uliotutumia inaonakana kuharibika. Tafadhali jaribu kupakia tena kwa kutumia hati nyingine.",
758
+ "206-title": "Hati haikubaliki",
759
+ "206-button": "Chagua hati nyingine",
760
+ "206-description": "Hati uliotutumia haikubaliki. Tafadhali piga picha ya hati halali.",
761
+ "207-title": "Hati imeisha muda wake",
762
+ "207-button": "Jaribu kupakia tena",
763
+ "207-description": "Hati uliotuma inaonekana imeisha muda wake. Tafadhali piga picha ya hati halali.",
764
+ "606-title": "Selfie sio safi",
765
+ "606-button": "Jaribu kupakia tena",
766
+ "606-description": "Inaonekana picha ya sura yako haikua safi, tafadhali jaribu tena.",
767
+ "614-title": "Hati haionekani kikamilifu",
768
+ "614-button": "Jaribu kupakia tena",
769
+ "614-description": "Hati uliotuma haiko ndani ya picha kikamilifu.",
770
+ "615-title": "Upande wa nyuma hauonekani kikamilifu",
771
+ "615-button": "Jaribu kupakia tena",
772
+ "615-description": "Upande wa nyuma wa hati uliotuma hauko ndani ya picha kikamilifu."
773
+ },
774
+ "loading": {
775
+ "review-hint": "Inachukua muda mrefu kuliko kawaida"
776
+ },
777
+ "decline": {
778
+ "title": "Uthibitisho umeshindikana",
779
+ "button": "Funga",
780
+ "description": "Inaonekana kulikuwa na tatizo katika kuthibitisha hati zako."
781
+ },
782
+ "error": {
783
+ "title": "Uthibitisho umeshindikana",
784
+ "button": "Funga"
785
+ },
786
+ "timeout": {
787
+ "title": "Hitilafu imetokea",
788
+ "button": "Funga",
789
+ "description": "Inaonekana kulikuwa na tatizo katika kuthibitisha hati zako."
790
+ },
791
+ "general": {
792
+ "online": "Mtandao unapatikana!",
793
+ "offline": "Mtandao haupatikani, tafadhali angalia mtandao wako",
794
+ "errorDocuments": "Hitilafu katika kutuma hati",
795
+ "errorDocumentVerification": "Hitilafu katika uthibitishaji wa hati",
796
+ "errorCameraAccess": "Imeshindikana kufikia kamera ya kifaa chako. Ili kuendelea, nenda kwenye mipangilio ya aplikesheni na uruhusu matumizi kamera."
797
+ },
798
+ "selfie-capture": {
799
+ "selfie": {
800
+ "title": "Piga Selfie",
801
+ "description": "Weka uso wako ndani ya duara na fuata maelekezo",
802
+ "instructions": {
803
+ "position": "Weka uso wako ndani ya duara",
804
+ "tooClose": "Sogea mbali kidogo",
805
+ "tooFar": "Sogea karibu zaidi",
806
+ "notCentered": "Weka uso wako katikati",
807
+ "multipleFaces": "Mtu mmoja tu anapaswa kuonekana",
808
+ "noFace": "Uso haujagunduliwa"
809
+ },
810
+ "liveness": {
811
+ "blink": "Konyeza macho kwa kawaida",
812
+ "turnLeft": "Geuza kichwa kidogo kushoto",
813
+ "turnRight": "Geuza kichwa kidogo kulia",
814
+ "progress": "{{current}} kati ya {{total}} ukaguzi umekamilika",
815
+ "success": "Uthibitishaji wa uhai umekamilika!"
816
+ },
817
+ "errors": {
818
+ "blinkFailed": "Tafadhali konyeza macho kwa kawaida",
819
+ "turnFailed": "Tafadhali geuza kichwa chako kama ilivyoelekezwa",
820
+ "livenessFailed": "Ukaguzi wa uhai umeshindikana. Tafadhali jaribu tena.",
821
+ "timeout": "Muda umeisha. Tafadhali jaribu tena.",
822
+ "havingTrouble": "Una shida? Wasiliana na msaada"
823
+ },
824
+ "cameraPermission": {
825
+ "denied": "Ufikiaji wa kamera umekataliwa",
826
+ "instructions": "Ili kupiga selfie, tafadhali ruhusu ufikiaji wa kamera katika mipangilio ya kivinjari chako",
827
+ "tryAgain": "Jaribu Tena"
828
+ },
829
+ "capture": "Nasa Selfie",
830
+ "processing": "Inachakata selfie yako..."
831
+ }
832
+ }
833
+ },
834
+ "tn": {
835
+ "welcome": {
836
+ "title": "Netefatsa Boitshupo jwa Gago",
837
+ "button": "Simolola Tlhomamiso",
838
+ "description": "Re tlhoka go netefatsa boitshupo jwa gago go wetsa kopo ya gago.",
839
+ "estimatedTime": "⏱ Se se tsaya metsotso e 2",
840
+ "requiredItemsHeading": "O tlhoka:",
841
+ "requiredItemDocument": "✓ Omang kgotsa Phasepoto ya gago",
842
+ "requiredItemLighting": "✓ Lesedi le le siameng",
843
+ "requiredItemSteady": "✓ Letsogo le le tsepameng go tsaya ditshwantsho",
844
+ "privacyPolicy": "🔒 Data ya gago e sireletsegile.",
845
+ "privacyPolicyLink": "Pholisi ya Sephiri",
846
+ "privacyPolicyUrl": "https://authbridge.io/privacy",
847
+ "tip": "Tlhomamiso e tsaya metsotswana."
848
+ },
849
+ "list-welcome": {
850
+ "title": "O tlhoka:",
851
+ "item-1": "✓ Omang kgotsa Phasepoto ya gago",
852
+ "item-2": "✓ Lesedi le le siameng",
853
+ "item-3": "✓ Letsogo le le tsepameng go tsaya ditshwantsho"
854
+ },
855
+ "list-default": {
856
+ "title": "O tlhoka:",
857
+ "item-1": "✓ Omang kgotsa Phasepoto ya gago",
858
+ "item-2": "✓ Lesedi le le siameng",
859
+ "item-3": "✓ Letsogo le le tsepameng go tsaya ditshwantsho"
860
+ },
861
+ "document-selection": {
862
+ "title": "Tlhopha Tokumente ya Gago",
863
+ "description": "Tlhopha tokumente e o tla e dirisang go netefatsa boitshupo jwa gago.",
864
+ "continue": "Tswelela",
865
+ "back": "Boela Morago",
866
+ "step": "Kgato 1/5"
867
+ },
868
+ "document-select": {
869
+ "omang": {
870
+ "name": "Omang",
871
+ "description": "Setlankana sa Boitshupo sa Botswana"
872
+ },
873
+ "passport": {
874
+ "name": "Phasepoto",
875
+ "description": "Maeto a boditšhabatšhaba"
876
+ },
877
+ "driversLicense": {
878
+ "name": "Setlankana sa go Kgweetsa",
879
+ "description": "Sa Botswana kgotsa sa kwa ntle"
880
+ }
881
+ },
882
+ "document-options": {
883
+ "passport-title": "Phasepoto",
884
+ "passport-description": "Tokumente ya gago ya semmuso ya maeto.",
885
+ "id_card-title": "Karata ya Boitshupo",
886
+ "id_card-description": "Boitshupo jwa motho ka noši jo bo filweng ke puso.",
887
+ "drivers_license-title": "Setlankana sa go Kgweetsa",
888
+ "drivers_license-description": "Setlankana sa go kgweetsa se se filweng ke puso",
889
+ "voter_id-title": "Boitshupo jwa Mmui",
890
+ "voter_id-description": "Boitshupo jwa mmui jo bo filweng ke puso"
891
+ },
892
+ "document-start": {
893
+ "title": "Tokumente",
894
+ "button": "Tsaya setshwantsho",
895
+ "description": "Tsweetswee tsaya setshwantsho sa tokumente ya gago. Netefatsa gore e bonala ka botlalo mo setshwantshong.",
896
+ "operating_license": {
897
+ "title": "Laesense ya Tiro",
898
+ "button": "Tsaya setshwantsho",
899
+ "description": "Tsweetswee tsaya setshwantsho sa laesense ya tiro ya kgwebo ya gago. Netefatsa gore tokumente e bonala ka botlalo mo setshwantshong."
900
+ },
901
+ "business_registration": {
902
+ "title": "Kwadiso ya Kgwebo",
903
+ "button": "Tsaya setshwantsho",
904
+ "description": "Tsweetswee tsaya setshwantsho sa tokumente ya kwadiso ya kgwebo ya gago. Netefatsa gore tokumente e bonala ka botlalo mo setshwantshong."
905
+ },
906
+ "proof_of_business_tax_id": {
907
+ "title": "Nomoro ya Lekgetho / Setlankana",
908
+ "button": "Tsaya setshwantsho",
909
+ "description": "Tsweetswee tsaya setshwantsho sa nomoro ya lekgetho kgotsa setlankana sa kgwebo ya gago. Netefatsa gore tokumente e bonala ka botlalo mo setshwantshong."
910
+ },
911
+ "bank_statement": {
912
+ "title": "Pegelo ya Banka / Lekwalo",
913
+ "button": "Tsaya setshwantsho",
914
+ "description": "Tsweetswee tsaya setshwantsho sa pegelo ya banka kgotsa lekwalo le le tswang mo bankeng. Netefatsa gore tokumente e bonala ka botlalo mo setshwantshong."
915
+ }
916
+ },
917
+ "document-photo": {
918
+ "title": "Tsenya Tokumente",
919
+ "description": "Baya tokumente mo foreiming mme o tsee setshwantsho. Netefatsa gore ga e a kgaolwa kgotsa e na le phatsimo.",
920
+ "omang": {
921
+ "title": "Tsaya Omang ya Gago",
922
+ "description": "Baya karata ya Omang ya gago mo foreiming",
923
+ "qualityFeedback": {
924
+ "lighting": {
925
+ "tooDark": "Go lefifi thata - ya kwa leseding le le siameng",
926
+ "tooBright": "Go bonala thata - fokotsa phatsimo",
927
+ "good": "Lesedi le siame"
928
+ },
929
+ "blur": {
930
+ "tooBlurry": "Ema o sa tshikhinyege - setshwantsho se a tshwana",
931
+ "moveCloser": "Atamela gaufi le tokumente",
932
+ "good": "Go lebana go siame"
933
+ },
934
+ "glare": {
935
+ "detected": "Fokotsa phatsimo mo tokumenteng",
936
+ "good": "Ga go na phatsimo"
937
+ }
938
+ },
939
+ "errors": {
940
+ "cameraPermissionDenied": "Phitlhelelo ya khamera e a tlhokega go tsaya tokumente ya gago",
941
+ "cameraPermissionInstructions": "Tsweetswee letla phitlhelelo ya khamera mo dithulaganyong tsa sebatli sa gago",
942
+ "tryAgain": "Leka Gape",
943
+ "uploadInstead": "Tsenya Ka Tsela e Nngwe"
944
+ }
945
+ },
946
+ "passport": {
947
+ "title": "Tsaya Phasepoto ya Gago",
948
+ "description": "Baya phasepoto ya gago mo foreiming",
949
+ "qualityFeedback": {
950
+ "lighting": {
951
+ "tooDark": "Go lefifi thata - ya kwa leseding le le siameng",
952
+ "tooBright": "Go bonala thata - fokotsa phatsimo",
953
+ "good": "Lesedi le siame"
954
+ },
955
+ "blur": {
956
+ "tooBlurry": "Ema o sa tshikhinyege - setshwantsho se a tshwana",
957
+ "moveCloser": "Atamela gaufi le tokumente",
958
+ "good": "Go lebana go siame"
959
+ },
960
+ "glare": {
961
+ "detected": "Fokotsa phatsimo mo tokumenteng",
962
+ "good": "Ga go na phatsimo"
963
+ }
964
+ },
965
+ "errors": {
966
+ "cameraPermissionDenied": "Phitlhelelo ya khamera e a tlhokega go tsaya tokumente ya gago",
967
+ "cameraPermissionInstructions": "Tsweetswee letla phitlhelelo ya khamera mo dithulaganyong tsa sebatli sa gago",
968
+ "tryAgain": "Leka Gape",
969
+ "uploadInstead": "Tsenya Ka Tsela e Nngwe"
970
+ }
971
+ },
972
+ "driversLicense": {
973
+ "title": "Tsaya Setlankana sa go Kgweetsa sa Gago",
974
+ "description": "Baya setlankana sa go kgweetsa sa gago mo foreiming",
975
+ "qualityFeedback": {
976
+ "lighting": {
977
+ "tooDark": "Go lefifi thata - ya kwa leseding le le siameng",
978
+ "tooBright": "Go bonala thata - fokotsa phatsimo",
979
+ "good": "Lesedi le siame"
980
+ },
981
+ "blur": {
982
+ "tooBlurry": "Ema o sa tshikhinyege - setshwantsho se a tshwana",
983
+ "moveCloser": "Atamela gaufi le tokumente",
984
+ "good": "Go lebana go siame"
985
+ },
986
+ "glare": {
987
+ "detected": "Fokotsa phatsimo mo tokumenteng",
988
+ "good": "Ga go na phatsimo"
989
+ }
990
+ },
991
+ "errors": {
992
+ "cameraPermissionDenied": "Phitlhelelo ya khamera e a tlhokega go tsaya tokumente ya gago",
993
+ "cameraPermissionInstructions": "Tsweetswee letla phitlhelelo ya khamera mo dithulaganyong tsa sebatli sa gago",
994
+ "tryAgain": "Leka Gape",
995
+ "uploadInstead": "Tsenya Ka Tsela e Nngwe"
996
+ }
997
+ },
998
+ "id_card": {
999
+ "title": "Tsenya Boitshupo",
1000
+ "description": "Baya boitshupo jwa gago mo foreiming mme o tsee setshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1001
+ },
1002
+ "voter_id": {
1003
+ "title": "Boitshupo jwa Mmui letlhakore la pele",
1004
+ "description": "Baya karata ya mmui mo foreiming mme o tsee setshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1005
+ },
1006
+ "drivers_license": {
1007
+ "title": "Setlankana sa go kgweetsa",
1008
+ "description": "Baya setlankana sa go kgweetsa mo foreiming mme o tsee \nsetshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1009
+ },
1010
+ "proof_of_business_tax_id": {
1011
+ "title": "Nomoro ya Lekgetho ya Kgwebo / Setlankana",
1012
+ "description": "Baya nomoro ya lekgetho ya kgwebo / setlankana mo foreiming mme o tsee setshwantsho. Netefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1013
+ },
1014
+ "bank_statement": {
1015
+ "title": "Pegelo ya Banka / Lekwalo",
1016
+ "description": "Baya pegelo ya banka / lekwalo mo foreiming mme o tsee setshwantsho. Netefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1017
+ },
1018
+ "business_registration": {
1019
+ "title": "Kwadiso ya Kgwebo",
1020
+ "description": "Baya tokumente ya kwadiso ya kgwebo mo foreiming mme o tsee setshwantsho. Netefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1021
+ },
1022
+ "operating_license": {
1023
+ "title": "Laesense ya tiro",
1024
+ "description": "Baya tokumente ya laesense ya tiro mo foreiming mme o tsee setshwantsho. Netefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1025
+ }
1026
+ },
1027
+ "document-photo-back": {
1028
+ "omang": {
1029
+ "title": "Tsaya Omang Letlhakore la Morago",
1030
+ "description": "Baya letlhakore la morago la karata ya Omang mo foreiming"
1031
+ },
1032
+ "id_card": {
1033
+ "title": "Karata ya Boitshupo letlhakore la morago",
1034
+ "description": "Baya letlhakore la morago la Karata ya Boitshupo mo foreiming mme \no tsee setshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1035
+ },
1036
+ "voter_id": {
1037
+ "title": "Boitshupo jwa Mmui letlhakore la morago",
1038
+ "description": "Baya letlhakore la morago la Boitshupo jwa Mmui mo foreiming mme \no tsee setshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1039
+ },
1040
+ "drivers_license": {
1041
+ "title": "Setlankana sa go kgweetsa letlhakore la morago",
1042
+ "description": "Baya letlhakore la morago la Setlankana sa go kgweetsa mo \nforeiming mme o tsee setshwantsho. \nNetefatsa gore ga e a kgaolwa kgotsa e na le phatsimo."
1043
+ },
1044
+ "driversLicense": {
1045
+ "title": "Tsaya Setlankana sa go Kgweetsa Letlhakore la Morago",
1046
+ "description": "Baya letlhakore la morago la setlankana sa go kgweetsa mo foreiming"
1047
+ }
1048
+ },
1049
+ "check-document": {
1050
+ "title": "Tlhatlhoba Tokumente ya Gago",
1051
+ "description": "Netefatsa gore setshwantsho se bonala sentle e bile se a balega",
1052
+ "retake": "Tsaya Gape",
1053
+ "continue": "Tswelela"
1054
+ },
1055
+ "document-photo-back-start": {
1056
+ "title": "Boitshupo letlhakore la morago",
1057
+ "description": "Tsweetswee tsaya setshwantsho sa letlhakore la morago la boitshupo jwa gago",
1058
+ "button": "Tsaya setshwantsho",
1059
+ "voter_id": {
1060
+ "description": "Tsweetswee tsaya setshwantsho sa letlhakore la morago la Boitshupo jwa Mmui",
1061
+ "title": "Boitshupo jwa Mmui letlhakore la morago"
1062
+ },
1063
+ "drivers_license": {
1064
+ "title": "Setlankana sa go kgweetsa letlhakore la morago",
1065
+ "description": "Tsweetswee tsaya setshwantsho sa letlhakore la morago la Setlankana \nsa go kgweetsa"
1066
+ }
1067
+ },
1068
+ "check-document-photo-back": {
1069
+ "title": "Tlhatlhoba setshwantsho",
1070
+ "description": "Netefatsa gore tshedimosetso e bonala sentle, e se na go tshwana \nkgotsa phatsimo."
1071
+ },
1072
+ "navigation-buttons": {
1073
+ "next": "Go bonala sentle",
1074
+ "back": "Tsaya gape"
1075
+ },
1076
+ "selfie-start": {
1077
+ "title": "Setshwantsho sa Sefatlhego",
1078
+ "button": "Itsee setshwantsho",
1079
+ "description": "Netefatsa gore sefatlhego sa gago se bonala sentle e bile se mo \nforeiming ka botlalo."
1080
+ },
1081
+ "selfie": {
1082
+ "title": "Setshwantsho sa Sefatlhego",
1083
+ "description": "Baya sefatlhego sa gago mo foreiming mme o tsee setshwantsho. \nNetefatsa gore se bonala sentle."
1084
+ },
1085
+ "check-selfie": {
1086
+ "title": "Tlhatlhoba setshwantsho",
1087
+ "description": "Netefatsa gore sefatlhego sa gago se bonala sentle e bile se mo \nforeiming ka botlalo."
1088
+ },
1089
+ "selfie-capture": {
1090
+ "selfie": {
1091
+ "title": "Itsee Setshwantsho",
1092
+ "description": "Baya sefatlhego sa gago mo kgolong mme o latele ditaelo",
1093
+ "instructions": {
1094
+ "position": "Baya sefatlhego sa gago mo kgolong",
1095
+ "tooClose": "Tsamaya o le kgakala",
1096
+ "tooFar": "Atamela gaufi",
1097
+ "notCentered": "Baya sefatlhego sa gago mo bogareng",
1098
+ "multipleFaces": "Motho a le esi fela o tshwanetse go bonala",
1099
+ "noFace": "Ga go na sefatlhego se se bonweng"
1100
+ },
1101
+ "liveness": {
1102
+ "blink": "Kgwefisa ka tlhago",
1103
+ "turnLeft": "Fetola tlhogo ka bonnyennyane go la molema",
1104
+ "turnRight": "Fetola tlhogo ka bonnyennyane go la moja",
1105
+ "progress": "{{current}} ya {{total}} ditlhatlhobo di fedile",
1106
+ "success": "Tlhomamiso ya botshelo e atlehile!"
1107
+ },
1108
+ "errors": {
1109
+ "blinkFailed": "Tsweetswee kgwefisa ka tlhago",
1110
+ "turnFailed": "Tsweetswee fetola tlhogo ya gago jaaka go laetswe",
1111
+ "livenessFailed": "Tlhatlhobo ya botshelo e paletse. Tsweetswee leka gape.",
1112
+ "timeout": "Tlhatlhobo e fedile nako. Tsweetswee leka gape.",
1113
+ "havingTrouble": "O na le mathata? Ikgolaganye le thuso"
1114
+ },
1115
+ "cameraPermission": {
1116
+ "denied": "Phitlhelelo ya khamera e gannwe",
1117
+ "instructions": "Go tsaya setshwantsho, tsweetswee letla phitlhelelo ya khamera mo dithulaganyong tsa sebatli sa gago",
1118
+ "tryAgain": "Leka Gape"
1119
+ },
1120
+ "capture": "Tsaya Setshwantsho",
1121
+ "processing": "Go diragadiwa setshwantsho sa gago..."
1122
+ }
1123
+ },
1124
+ "final": {
1125
+ "title": "Katlego",
1126
+ "description": "Boitshupo jwa gago bo netefaditswe ka katlego.",
1127
+ "button": "Go Latelang"
1128
+ },
1129
+ "loader": {
1130
+ "text-one": "Re netefatsa ditokumente tsa gago",
1131
+ "text-two": "Se se ka tsaya metsotswana",
1132
+ "text-three": "Go tsaya nako e telele go feta tlwaelo"
1133
+ },
1134
+ "resubmission": {
1135
+ "201-title": "Ditshwantsho di a tlhoka",
1136
+ "201-button": "Leka go tsenya gape",
1137
+ "201-description": "Go bonala o sa re romele ditshwantsho tsotlhe tse re di tlhokang go go netefatsa. Tsweetswee leka go tsenya ditshwantsho gape.",
1138
+ "204-title": "Ga re a kgona go netefatsa ditshwantsho",
1139
+ "204-button": "Leka go tsenya gape",
1140
+ "204-description": "Setshwantsho sa tokumente se o re se rometseng se ne se le mo maemong a a maswe. Tsweetswee leka go tsenya ditshwantsho gape",
1141
+ "205-title": "Ga re a kgona go netefatsa ditshwantsho",
1142
+ "205-button": "Leka go tsenya gape",
1143
+ "205-description": "Tokumente e o re e rometseng e bonala e senyegile, tsweetswee leka go tsenya ka go dirisa tokumente e nngwe.",
1144
+ "206-title": "Tokumente e sa tshegediwe",
1145
+ "206-button": "Tlhopha tokumente e nngwe",
1146
+ "206-description": "Tokumente e o re e rometseng ga e a tshegediwa. Tsweetswee tsaya setshwantsho sa tokumente e e maleba.",
1147
+ "207-title": "Tokumente e fedile",
1148
+ "207-button": "Leka go tsenya gape",
1149
+ "207-description": "Tokumente e o re e rometseng e bonala e fedile. Tsweetswee tsaya setshwantsho sa tokumente e e maleba.",
1150
+ "606-title": "Setshwantsho sa sefatlhego ga se bonale sentle",
1151
+ "606-button": "Leka go tsenya gape",
1152
+ "606-description": "Go bonala setshwantsho sa sefatlhego sa gago se ne se sa bonale sentle, tsweetswee leka gape.",
1153
+ "614-title": "Tokumente ga e bonale ka botlalo",
1154
+ "614-button": "Leka go tsenya gape",
1155
+ "614-description": "Tokumente e o e rometseng ga e yo mo setshwantshong ka botlalo.",
1156
+ "615-title": "Letlhakore la morago ga le bonale ka botlalo",
1157
+ "615-button": "Leka go tsenya gape",
1158
+ "615-description": "Letlhakore la morago la tokumente e o e rometseng ga le yo mo setshwantshong ka botlalo."
1159
+ },
1160
+ "loading": {
1161
+ "review-hint": "Go tsaya nako e telele go feta tlwaelo"
1162
+ },
1163
+ "decline": {
1164
+ "title": "Go netefatsa go paletse",
1165
+ "button": "Tswalela",
1166
+ "description": "Go bonala go ne go na le bothata go netefatsa ditokumente tsa gago."
1167
+ },
1168
+ "error": {
1169
+ "title": "Go netefatsa go paletse",
1170
+ "button": "Tswalela"
1171
+ },
1172
+ "timeout": {
1173
+ "title": "Go diragaditse sengwe se se sa siamang",
1174
+ "button": "Tswalela",
1175
+ "description": "Go bonala go ne go na le bothata go netefatsa ditokumente tsa gago."
1176
+ },
1177
+ "general": {
1178
+ "online": "O mo inthaneteng!",
1179
+ "offline": "Ga o yo mo inthaneteng, tsweetswee tlhatlhoba kgolagano ya gago",
1180
+ "errorDocuments": "Phoso go romela ditokumente",
1181
+ "errorDocumentVerification": "Phoso go netefatsa tokumente",
1182
+ "errorCameraAccess": "Ga re kgone go fitlhelela khamera ya sedirisiwa sa gago. Go tswelela, ya kwa dithulaganyong tsa app mme o letla phitlhelelo ya khamera."
1183
+ },
1184
+ "document-upload": {
1185
+ "omang": {
1186
+ "title": "Tsenya Omang ya Gago",
1187
+ "description": "Tlhopha setshwantsho se se bonalang sentle sa karata ya Omang ya gago"
1188
+ },
1189
+ "passport": {
1190
+ "title": "Tsenya Phasepoto ya Gago",
1191
+ "description": "Tlhopha setshwantsho se se bonalang sentle sa phasepoto ya gago"
1192
+ },
1193
+ "driversLicense": {
1194
+ "title": "Tsenya Setlankana sa go Kgweetsa sa Gago",
1195
+ "description": "Tlhopha setshwantsho se se bonalang sentle sa setlankana sa go kgweetsa sa gago"
1196
+ },
1197
+ "uploadButton": "Tsenya go tswa mo sedirisisweng",
1198
+ "dragDropZone": "Gogela o behe tokumente ya gago fa, kgotsa tobetsa go batla",
1199
+ "fileSelected": "Faele e tlhophilwe: {{fileName}} ({{fileSize}})",
1200
+ "processing": "Go diragadiwa tokumente ya gago...",
1201
+ "errors": {
1202
+ "fileTooLarge": "Faele e kgolo thata (bogolo jwa 10MB)",
1203
+ "invalidFileType": "Mofuta wa faele o sa amogelwe (JPG, PNG, kgotsa PDF fela)",
1204
+ "imageTooSmall": "Boleng jwa setshwantsho bo kwa tlase thata (bonyenyane 640x480 pixels)",
1205
+ "fileCorrupted": "Faele e bonala e senyegile. Tsweetswee leka faele e nngwe.",
1206
+ "uploadFailed": "Go tsenya go paletse. Tsweetswee leka gape."
1207
+ }
1208
+ },
1209
+ "reviewSubmit": {
1210
+ "title": "Tlhatlhoba Tshedimosetso ya Gago",
1211
+ "description": "Tsweetswee tlhatlhoba ditshwantsho tse o di tseileng pele o romela",
1212
+ "labels": {
1213
+ "documentFront": "Boitshupo Letlhakore la Pele",
1214
+ "documentBack": "Boitshupo Letlhakore la Morago",
1215
+ "selfie": "Setshwantsho sa Sefatlhego"
1216
+ },
1217
+ "buttons": {
1218
+ "edit": "Baakanya",
1219
+ "submit": "Romela Tlhomamiso",
1220
+ "back": "Boela Morago",
1221
+ "close": "Tswalela"
1222
+ },
1223
+ "loading": {
1224
+ "title": "Go diragadiwa...",
1225
+ "message": "Go diragadiwa tlhomamiso ya gago. Se se ka tsaya lobaka."
1226
+ },
1227
+ "errors": {
1228
+ "submissionFailed": "Go romela go paletse. Tsweetswee leka gape.",
1229
+ "networkError": "Phoso ya neteweke. Tsweetswee tlhatlhoba kgolagano ya gago.",
1230
+ "serverError": "Phoso ya seva. Tsweetswee leka gape moragonyana.",
1231
+ "retry": "Leka Gape"
1232
+ },
1233
+ "confirmation": {
1234
+ "title": "Tswa mo Tlhomamisong?",
1235
+ "message": "A o tlhomamisa gore o batla go tswa? Tswelelopele ya gago e tla latlhegelwa.",
1236
+ "confirm": "Ee, Tswa",
1237
+ "cancel": "Khansela"
1238
+ },
1239
+ "fullScreen": {
1240
+ "close": "Tswalela"
1241
+ }
1242
+ }
1243
+ },
1244
+ "fr": {
1245
+ "selfie-capture": {
1246
+ "selfie": {
1247
+ "title": "Prendre un Selfie",
1248
+ "description": "Positionnez votre visage dans l'ovale et suivez les instructions",
1249
+ "instructions": {
1250
+ "position": "Positionnez votre visage dans l'ovale",
1251
+ "tooClose": "Éloignez-vous un peu",
1252
+ "tooFar": "Rapprochez-vous",
1253
+ "notCentered": "Centrez votre visage",
1254
+ "multipleFaces": "Une seule personne doit être visible",
1255
+ "noFace": "Aucun visage détecté"
1256
+ },
1257
+ "liveness": {
1258
+ "blink": "Clignez des yeux naturellement",
1259
+ "turnLeft": "Tournez légèrement la tête vers la gauche",
1260
+ "turnRight": "Tournez légèrement la tête vers la droite",
1261
+ "progress": "{{current}} sur {{total}} vérifications terminées",
1262
+ "success": "Vérification de vivacité réussie!"
1263
+ },
1264
+ "errors": {
1265
+ "blinkFailed": "Veuillez cligner des yeux naturellement",
1266
+ "turnFailed": "Veuillez tourner la tête comme indiqué",
1267
+ "livenessFailed": "Échec de la vérification de vivacité. Veuillez réessayer.",
1268
+ "timeout": "Délai d'attente dépassé. Veuillez réessayer.",
1269
+ "havingTrouble": "Vous avez des difficultés? Contactez le support"
1270
+ },
1271
+ "cameraPermission": {
1272
+ "denied": "Accès à la caméra refusé",
1273
+ "instructions": "Pour prendre un selfie, veuillez activer l'accès à la caméra dans les paramètres de votre navigateur",
1274
+ "tryAgain": "Réessayer"
1275
+ },
1276
+ "capture": "Capturer le Selfie",
1277
+ "processing": "Traitement de votre selfie..."
1278
+ }
1279
+ }
1280
+ }
1281
+ }
1282
+ ;
1283
+
1284
+ export default _default;