@bytexbyte/berifyme-react-sdk 1.0.17 → 1.0.19

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 (57) hide show
  1. package/dist/BerifymeModal/index.js +4 -4
  2. package/dist/api/api.js +39 -4
  3. package/dist/components/AllSet/index.js +3 -3
  4. package/dist/components/OnBoarding/incode/SelectType.js +7 -3
  5. package/dist/components/OnBoarding/incode/index.js +13 -14
  6. package/dist/components/SendSns/index.js +18 -15
  7. package/dist/components/SnapMatch/ExceptionView.js +22 -0
  8. package/dist/components/SnapMatch/LangSelector.js +26 -0
  9. package/dist/components/SnapMatch/SnapMatchStep.js +122 -0
  10. package/dist/components/SnapMatch/SuccessView.js +22 -0
  11. package/dist/components/SnapMatch/TryAgainView.js +19 -0
  12. package/dist/components/SnapMatch/index.js +271 -0
  13. package/dist/components/SnapMatch/translations.js +32 -0
  14. package/dist/components/VerifyWithPhoneNumber/User/index.js +12 -9
  15. package/dist/index.js +6 -1
  16. package/dist/types/api/api.d.ts +7 -1
  17. package/dist/types/components/OnBoarding/incode/SelectType.d.ts +2 -1
  18. package/dist/types/components/OnBoarding/incode/index.d.ts +1 -0
  19. package/dist/types/components/SnapMatch/ExceptionView.d.ts +11 -0
  20. package/dist/types/components/SnapMatch/LangSelector.d.ts +11 -0
  21. package/dist/types/components/SnapMatch/SnapMatchStep.d.ts +23 -0
  22. package/dist/types/components/SnapMatch/SuccessView.d.ts +11 -0
  23. package/dist/types/components/SnapMatch/TryAgainView.d.ts +11 -0
  24. package/dist/types/components/SnapMatch/index.d.ts +17 -0
  25. package/dist/types/components/SnapMatch/translations.d.ts +54 -0
  26. package/dist/types/index.d.ts +6 -1
  27. package/dist/types/vender/incode/incode.d.ts +6 -2
  28. package/dist/types/vender/incode/translations/en.d.ts +2638 -0
  29. package/dist/types/vender/incode/translations/zh-TW.d.ts +2634 -0
  30. package/dist/vender/incode/incode.js +81 -5
  31. package/dist/vender/incode/translations/en.js +2638 -0
  32. package/dist/vender/incode/translations/zh-TW.js +2634 -0
  33. package/package.json +5 -2
  34. package/dist/components/Login/sumsub/index.js +0 -212
  35. package/dist/components/Login/veriff/Login.js +0 -168
  36. package/dist/components/Login/veriff/index.js +0 -14
  37. package/dist/components/Login/yoti/Login.js +0 -245
  38. package/dist/components/Login/yoti/index.js +0 -14
  39. package/dist/components/OnBoarding/sumsub/index.js +0 -183
  40. package/dist/components/OnBoarding/veriff/index.js +0 -152
  41. package/dist/components/OnBoarding/yoti/OnBoarding.js +0 -238
  42. package/dist/components/OnBoarding/yoti/index.js +0 -14
  43. package/dist/components/TryAgain.js +0 -16
  44. package/dist/components/TryAgainInModal.js +0 -15
  45. package/dist/event.js +0 -18
  46. package/dist/types/components/Login/sumsub/index.d.ts +0 -10
  47. package/dist/types/components/Login/veriff/Login.d.ts +0 -12
  48. package/dist/types/components/Login/veriff/index.d.ts +0 -11
  49. package/dist/types/components/Login/yoti/Login.d.ts +0 -11
  50. package/dist/types/components/Login/yoti/index.d.ts +0 -10
  51. package/dist/types/components/OnBoarding/sumsub/index.d.ts +0 -10
  52. package/dist/types/components/OnBoarding/veriff/index.d.ts +0 -11
  53. package/dist/types/components/OnBoarding/yoti/OnBoarding.d.ts +0 -12
  54. package/dist/types/components/OnBoarding/yoti/index.d.ts +0 -11
  55. package/dist/types/components/TryAgain.d.ts +0 -6
  56. package/dist/types/components/TryAgainInModal.d.ts +0 -6
  57. package/dist/types/event.d.ts +0 -9
@@ -0,0 +1,2634 @@
1
+ declare const zhTW: {
2
+ "\ndesktop": {
3
+ mozilla: {
4
+ cameraInstructions: {
5
+ two: {
6
+ connectionSecure: string;
7
+ };
8
+ };
9
+ };
10
+ safari: {
11
+ cameraInstructions: {
12
+ five: {
13
+ select: string;
14
+ };
15
+ four: {
16
+ rightSide: string;
17
+ };
18
+ three: {
19
+ camera: string;
20
+ leftMenu: string;
21
+ scroll: string;
22
+ };
23
+ two: {
24
+ clickOn: string;
25
+ websites: string;
26
+ };
27
+ };
28
+ };
29
+ };
30
+ NFTFanId: {
31
+ createAnother: string;
32
+ description: string;
33
+ linkTicket: string;
34
+ name: string;
35
+ row: string;
36
+ seat: string;
37
+ section: string;
38
+ ticket: {
39
+ deliveredBy: string;
40
+ info: string;
41
+ owner: string;
42
+ sealed: string;
43
+ since: string;
44
+ title: string;
45
+ transaction: string;
46
+ };
47
+ title: string;
48
+ };
49
+ aes: {
50
+ confirmSignature: {
51
+ addDocument: string;
52
+ continueAndFinish: string;
53
+ contract: string;
54
+ downloadDocument: string;
55
+ empty: string;
56
+ fail: string;
57
+ removeDocument: string;
58
+ spinner: {
59
+ subtitle: string;
60
+ title: string;
61
+ };
62
+ subtitle: string;
63
+ success: string;
64
+ terms1: {
65
+ title: string;
66
+ };
67
+ terms2: {
68
+ title: string;
69
+ };
70
+ terms3: {
71
+ title: string;
72
+ };
73
+ title: string;
74
+ uploadDescription: string;
75
+ uploadTitle: string;
76
+ viewDocument: string;
77
+ };
78
+ };
79
+ ageEstimation: {
80
+ liveness: string;
81
+ title: string;
82
+ years: string;
83
+ };
84
+ ageVerificationResult: {
85
+ error: string;
86
+ idCapturePassed: string;
87
+ redirect: string;
88
+ success: string;
89
+ title: string;
90
+ warn: string;
91
+ };
92
+ align: {
93
+ align: string;
94
+ };
95
+ applyForCreditCard: string;
96
+ auth: {
97
+ title: string;
98
+ };
99
+ authorization: {
100
+ accept: string;
101
+ acceptTerms: string;
102
+ agree: string;
103
+ companyName: string;
104
+ companyRequired: string;
105
+ continue: string;
106
+ emailInvalid: string;
107
+ emailRequired: string;
108
+ fullName: string;
109
+ informConcent: string;
110
+ instructions: string;
111
+ nameRequired: string;
112
+ ok: string;
113
+ readTerms: string;
114
+ yourDataIsProtectedOne: string;
115
+ yourDataIsProtectedTwo: string;
116
+ yourEmail: string;
117
+ };
118
+ autoApprove: {
119
+ failure: string;
120
+ success: string;
121
+ };
122
+ autocomplete: {
123
+ modal: {
124
+ enterManually: string;
125
+ input: {
126
+ placeholder: string;
127
+ };
128
+ title: string;
129
+ };
130
+ };
131
+ back: {
132
+ scan: string;
133
+ };
134
+ bav: {
135
+ button: {
136
+ skip: string;
137
+ };
138
+ error: {
139
+ accountLinkingFailed: {
140
+ description: string;
141
+ title: string;
142
+ };
143
+ institutionDown: {
144
+ description: string;
145
+ title: string;
146
+ };
147
+ loginError: {
148
+ description: string;
149
+ title: string;
150
+ };
151
+ numberOfRetries: {
152
+ description: string;
153
+ title: string;
154
+ };
155
+ tooManySessions: {
156
+ description: string;
157
+ title: string;
158
+ };
159
+ unexpectedError: {
160
+ description: string;
161
+ title: string;
162
+ };
163
+ userCancelation: {
164
+ description: string;
165
+ title: string;
166
+ };
167
+ };
168
+ loading: {
169
+ title: string;
170
+ };
171
+ success: {
172
+ title: string;
173
+ };
174
+ tryAgain: string;
175
+ };
176
+ biometricConsent: {
177
+ button: {
178
+ cancel: string;
179
+ continue: string;
180
+ };
181
+ cancelText: string;
182
+ cancelTitle: string;
183
+ };
184
+ callFinished: {
185
+ allGood: string;
186
+ errorSubTitle: string;
187
+ errorTitle: string;
188
+ expiredDesc: string;
189
+ successSubTitle: string;
190
+ successTitle: string;
191
+ };
192
+ cameraPermission: {
193
+ allowButtonTitle: string;
194
+ instructions: string;
195
+ instructionsStrong: string;
196
+ messageLineFive: string;
197
+ messageLineFour: string;
198
+ messageLineOne: string;
199
+ messageLineThree: string;
200
+ messageLineTwo: string;
201
+ quitOnboarding: string;
202
+ reload: string;
203
+ retry: string;
204
+ title: string;
205
+ };
206
+ captureInstructions: {
207
+ step1: string;
208
+ step2: string;
209
+ };
210
+ capturePreview: {
211
+ acceptedDocuments: {
212
+ BirthCertificate: string;
213
+ Currency: string;
214
+ DriversLicense: string;
215
+ FederalID: string;
216
+ IdentificationCard: string;
217
+ MedicalCard: string;
218
+ Military: string;
219
+ Other: string;
220
+ Passport: string;
221
+ Permit: string;
222
+ ResidenceDocument: string;
223
+ TaxIdentification: string;
224
+ TravelDocument: string;
225
+ TribalIdentification: string;
226
+ Unknown: string;
227
+ VehicleRegistration: string;
228
+ Visa: string;
229
+ VoterIdentification: string;
230
+ WeaponLicense: string;
231
+ country: string;
232
+ label: string;
233
+ noDocuments: string;
234
+ };
235
+ ageError: string;
236
+ ageErrorMessage: string;
237
+ ariaLabel: string;
238
+ calculating: string;
239
+ faceError: string;
240
+ idError: string;
241
+ passportError: string;
242
+ poaError: string;
243
+ success: string;
244
+ };
245
+ certificateIssuance: {
246
+ download: {
247
+ button: string;
248
+ text: string;
249
+ title: string;
250
+ };
251
+ password: {
252
+ description: string;
253
+ length: string;
254
+ lowercase: string;
255
+ number: string;
256
+ placeholder: string;
257
+ title: string;
258
+ uppercase: string;
259
+ };
260
+ };
261
+ choseCamera: {
262
+ confirmCameraToUse: string;
263
+ };
264
+ clear: {
265
+ camera: string;
266
+ };
267
+ common: {
268
+ HN: string;
269
+ attempLeft: string;
270
+ attempsLeft: string;
271
+ attemptsRemaining_other: string;
272
+ browserNotSupported: string;
273
+ browserNotSupportedDesc: string;
274
+ connect: string;
275
+ continue: string;
276
+ country: {
277
+ label: string;
278
+ placeholder: string;
279
+ searchPlaceholder: string;
280
+ };
281
+ delete: string;
282
+ disconnect: string;
283
+ error: string;
284
+ finishGptOptInLabel: string;
285
+ goToMobile: string;
286
+ landscape: string;
287
+ loading: string;
288
+ onlyMobile: string;
289
+ or: string;
290
+ password: string;
291
+ photo: string;
292
+ pleaseWait: string;
293
+ processing: string;
294
+ readyToScan: string;
295
+ refreshPage: string;
296
+ retake: string;
297
+ return: string;
298
+ rotate: string;
299
+ rotateIpad: string;
300
+ searchForCountry: string;
301
+ send: string;
302
+ showCamera: string;
303
+ skip: string;
304
+ somethingWrong: string;
305
+ state: {
306
+ placeholder: string;
307
+ searchPlaceholder: string;
308
+ };
309
+ takePhoto: string;
310
+ tapToAnswer: string;
311
+ tapToSpeak: string;
312
+ tapWhenDone: string;
313
+ tryAgain: string;
314
+ uploadStatement: string;
315
+ uploading: string;
316
+ username: string;
317
+ };
318
+ commonIssues: {
319
+ accessibleName: string;
320
+ ariaList: string;
321
+ blurPresent: string;
322
+ blurPresentDescription: string;
323
+ cameraDirty: string;
324
+ cameraNotWorking: string;
325
+ commonIssues: string;
326
+ glare: string;
327
+ glarePresent: string;
328
+ glarePresentDescription: string;
329
+ idFar: string;
330
+ idv2: {
331
+ tryAgain: string;
332
+ };
333
+ infoNotReadable: string;
334
+ minimizeShake: string;
335
+ needHelp: string;
336
+ notReadable: string;
337
+ notReadableDescription: string;
338
+ step: string;
339
+ takeManually: string;
340
+ tryAgain: string;
341
+ useNative: string;
342
+ };
343
+ conference: {
344
+ accept: string;
345
+ accessCameraMic: string;
346
+ areYouSure: string;
347
+ areYouSureSubtitle: string;
348
+ badConnection: string;
349
+ browserNotSupported: string;
350
+ bureau: string;
351
+ bureauTitle: string;
352
+ cameraMicUnavailable: string;
353
+ cancel: string;
354
+ checkingInternet: string;
355
+ continueProcess: string;
356
+ disconnect: string;
357
+ disconnectExecutiveReady: string;
358
+ executiveReady: string;
359
+ executiveReadyTitle: string;
360
+ internetNotStable: string;
361
+ internetStable: string;
362
+ networkTest: string;
363
+ networkTestSubtitle: string;
364
+ noConnection: string;
365
+ processNotComplete: string;
366
+ smsMessage: string;
367
+ terms: string;
368
+ termsTitle: string;
369
+ unableOnboard: string;
370
+ };
371
+ consentCheck: {
372
+ aeromexico: string;
373
+ progressiveLeasing: string;
374
+ progressiveLeasingPrivacy: string;
375
+ progressiveLeasingPrivacy2: string;
376
+ };
377
+ countries: {
378
+ AC: string;
379
+ AD: string;
380
+ AE: string;
381
+ AF: string;
382
+ AG: string;
383
+ AI: string;
384
+ AL: string;
385
+ AM: string;
386
+ AO: string;
387
+ AR: string;
388
+ AS: string;
389
+ AT: string;
390
+ AU: string;
391
+ AW: string;
392
+ AX: string;
393
+ AZ: string;
394
+ BA: string;
395
+ BB: string;
396
+ BD: string;
397
+ BE: string;
398
+ BF: string;
399
+ BG: string;
400
+ BH: string;
401
+ BI: string;
402
+ BJ: string;
403
+ BL: string;
404
+ BM: string;
405
+ BN: string;
406
+ BO: string;
407
+ BR: string;
408
+ BS: string;
409
+ BT: string;
410
+ BW: string;
411
+ BY: string;
412
+ BZ: string;
413
+ CA: string;
414
+ CC: string;
415
+ CD: string;
416
+ CF: string;
417
+ CG: string;
418
+ CH: string;
419
+ CI: string;
420
+ CK: string;
421
+ CL: string;
422
+ CM: string;
423
+ CN: string;
424
+ CO: string;
425
+ CR: string;
426
+ CU: string;
427
+ CV: string;
428
+ CW: string;
429
+ CX: string;
430
+ CY: string;
431
+ CZ: string;
432
+ DE: string;
433
+ DJ: string;
434
+ DK: string;
435
+ DM: string;
436
+ DO: string;
437
+ DZ: string;
438
+ EC: string;
439
+ EE: string;
440
+ EG: string;
441
+ EH: string;
442
+ ER: string;
443
+ ES: string;
444
+ ET: string;
445
+ FI: string;
446
+ FJ: string;
447
+ FK: string;
448
+ FM: string;
449
+ FO: string;
450
+ FR: string;
451
+ GA: string;
452
+ GB: string;
453
+ GD: string;
454
+ GE: string;
455
+ GF: string;
456
+ GG: string;
457
+ GH: string;
458
+ GI: string;
459
+ GL: string;
460
+ GM: string;
461
+ GN: string;
462
+ GP: string;
463
+ GQ: string;
464
+ GR: string;
465
+ GT: string;
466
+ GU: string;
467
+ GW: string;
468
+ GY: string;
469
+ HK: string;
470
+ HN: string;
471
+ HR: string;
472
+ HT: string;
473
+ HU: string;
474
+ ID: string;
475
+ IE: string;
476
+ IL: string;
477
+ IM: string;
478
+ IN: string;
479
+ IO: string;
480
+ IQ: string;
481
+ IR: string;
482
+ IS: string;
483
+ IT: string;
484
+ JE: string;
485
+ JM: string;
486
+ JO: string;
487
+ JP: string;
488
+ KE: string;
489
+ KG: string;
490
+ KH: string;
491
+ KI: string;
492
+ KM: string;
493
+ KN: string;
494
+ KR: string;
495
+ KW: string;
496
+ KY: string;
497
+ KZ: string;
498
+ LB: string;
499
+ LC: string;
500
+ LI: string;
501
+ LK: string;
502
+ LR: string;
503
+ LS: string;
504
+ LT: string;
505
+ LU: string;
506
+ LV: string;
507
+ LY: string;
508
+ MA: string;
509
+ MC: string;
510
+ MD: string;
511
+ ME: string;
512
+ MF: string;
513
+ MG: string;
514
+ MH: string;
515
+ MK: string;
516
+ ML: string;
517
+ MM: string;
518
+ MN: string;
519
+ MO: string;
520
+ MP: string;
521
+ MQ: string;
522
+ MR: string;
523
+ MS: string;
524
+ MT: string;
525
+ MU: string;
526
+ MV: string;
527
+ MW: string;
528
+ MX: string;
529
+ MY: string;
530
+ MZ: string;
531
+ NA: string;
532
+ NC: string;
533
+ NE: string;
534
+ NF: string;
535
+ NG: string;
536
+ NI: string;
537
+ NL: string;
538
+ NO: string;
539
+ NP: string;
540
+ NR: string;
541
+ NU: string;
542
+ NZ: string;
543
+ OM: string;
544
+ PA: string;
545
+ PE: string;
546
+ PF: string;
547
+ PG: string;
548
+ PH: string;
549
+ PK: string;
550
+ PL: string;
551
+ PM: string;
552
+ PR: string;
553
+ PS: string;
554
+ PT: string;
555
+ PW: string;
556
+ PY: string;
557
+ QA: string;
558
+ RE: string;
559
+ RO: string;
560
+ RS: string;
561
+ RU: string;
562
+ RW: string;
563
+ SA: string;
564
+ SB: string;
565
+ SC: string;
566
+ SD: string;
567
+ SE: string;
568
+ SG: string;
569
+ SH: string;
570
+ SI: string;
571
+ SJ: string;
572
+ SK: string;
573
+ SL: string;
574
+ SM: string;
575
+ SN: string;
576
+ SO: string;
577
+ SS: string;
578
+ ST: string;
579
+ SV: string;
580
+ SX: string;
581
+ SY: string;
582
+ SZ: string;
583
+ TA: string;
584
+ TC: string;
585
+ TD: string;
586
+ TG: string;
587
+ TH: string;
588
+ TJ: string;
589
+ TK: string;
590
+ TL: string;
591
+ TM: string;
592
+ TN: string;
593
+ TO: string;
594
+ TR: string;
595
+ TT: string;
596
+ TV: string;
597
+ TW: string;
598
+ TZ: string;
599
+ UA: string;
600
+ UG: string;
601
+ US: string;
602
+ UY: string;
603
+ UZ: string;
604
+ VA: string;
605
+ VC: string;
606
+ VE: string;
607
+ VG: string;
608
+ VI: string;
609
+ VN: string;
610
+ VU: string;
611
+ WF: string;
612
+ WS: string;
613
+ YE: string;
614
+ YT: string;
615
+ ZA: string;
616
+ ZM: string;
617
+ ZW: string;
618
+ };
619
+ curp: {
620
+ continue: string;
621
+ dontHave: string;
622
+ enterCurp: string;
623
+ errors: {
624
+ curpInvalid: string;
625
+ curpRequired: string;
626
+ };
627
+ failed: string;
628
+ generate: string;
629
+ generateCta: string;
630
+ inProgress: string;
631
+ inputCurp: string;
632
+ inputInfo: string;
633
+ labels: {
634
+ birthDate: string;
635
+ birthState: string;
636
+ bornAbroad: string;
637
+ confirm: string;
638
+ dob: string;
639
+ enter: string;
640
+ female: string;
641
+ femaleV2: string;
642
+ firstLast: string;
643
+ firstLastName: string;
644
+ firstName: string;
645
+ gender: string;
646
+ genderV2: string;
647
+ generate: string;
648
+ male: string;
649
+ maleV2: string;
650
+ missing: string;
651
+ name: string;
652
+ nonBinary: string;
653
+ other: string;
654
+ secondLast: string;
655
+ secondLastName: string;
656
+ selectOne: string;
657
+ state: string;
658
+ yourCURP: string;
659
+ };
660
+ placeholder: {
661
+ curp: string;
662
+ firstLast: string;
663
+ firstName: string;
664
+ gender: string;
665
+ secondLast: string;
666
+ state: string;
667
+ };
668
+ retry: string;
669
+ status: {
670
+ checkInfo: string;
671
+ confirm: string;
672
+ couldntGenerate: string;
673
+ edit: string;
674
+ generating: string;
675
+ notVerified: string;
676
+ tryAgain: string;
677
+ verified: string;
678
+ verifying: string;
679
+ };
680
+ subtitle: string;
681
+ subtitle2: string;
682
+ success: string;
683
+ title: string;
684
+ verifying: string;
685
+ };
686
+ customFields: {
687
+ submit: string;
688
+ };
689
+ desktop: {
690
+ chrome: {
691
+ cameraInstructions: {
692
+ findIcon: string;
693
+ inThe: string;
694
+ menu: string;
695
+ one: {
696
+ clickOn: string;
697
+ };
698
+ three: {
699
+ camera: string;
700
+ inThe: string;
701
+ permissions: string;
702
+ section: string;
703
+ select: string;
704
+ };
705
+ try: string;
706
+ two: {
707
+ clickOn: string;
708
+ menu: string;
709
+ siteSettings: string;
710
+ };
711
+ };
712
+ };
713
+ edge: {
714
+ cameraInstructions: {
715
+ five: {
716
+ allowCamera: string;
717
+ on: string;
718
+ toggle: string;
719
+ };
720
+ four: {
721
+ camera: string;
722
+ clickOn: string;
723
+ view: string;
724
+ };
725
+ one: {
726
+ clickOn: string;
727
+ located: string;
728
+ settings: string;
729
+ };
730
+ three: {
731
+ privacy: string;
732
+ scroll: string;
733
+ section: string;
734
+ site: string;
735
+ under: string;
736
+ };
737
+ two: {
738
+ clickOn: string;
739
+ menu: string;
740
+ settings: string;
741
+ };
742
+ };
743
+ };
744
+ generic: {
745
+ cameraInstructions: {
746
+ allow: string;
747
+ allowCamera: string;
748
+ refresh: string;
749
+ reload: string;
750
+ thisPage: string;
751
+ };
752
+ };
753
+ mozilla: {
754
+ cameraInstructions: {
755
+ five: {
756
+ locate: string;
757
+ option: string;
758
+ useCamera: string;
759
+ };
760
+ four: {
761
+ permissions: string;
762
+ securityTab: string;
763
+ };
764
+ one: {
765
+ clickOn: string;
766
+ };
767
+ six: {
768
+ block: string;
769
+ clickOn: string;
770
+ if: string;
771
+ optionSelect: string;
772
+ };
773
+ three: {
774
+ moreInfo: string;
775
+ select: string;
776
+ };
777
+ two: {
778
+ arrowNext: string;
779
+ security: string;
780
+ };
781
+ };
782
+ };
783
+ opera: {
784
+ cameraInstructions: {
785
+ four: {
786
+ camera: string;
787
+ in: string;
788
+ section: string;
789
+ };
790
+ one: {
791
+ clickOn: string;
792
+ };
793
+ three: {
794
+ Camera: string;
795
+ permissions: string;
796
+ scrollDown: string;
797
+ section: string;
798
+ };
799
+ two: {
800
+ clickOn: string;
801
+ dropDown: string;
802
+ siteSettings: string;
803
+ };
804
+ };
805
+ };
806
+ safari: {
807
+ cameraInstructions: {
808
+ five: {
809
+ dropDown: string;
810
+ };
811
+ one: {
812
+ clickOn: string;
813
+ preferences: string;
814
+ topMenu: string;
815
+ };
816
+ };
817
+ };
818
+ };
819
+ desktopHome: {
820
+ newAccount: string;
821
+ subtitle: string;
822
+ uploading: string;
823
+ welcome: string;
824
+ };
825
+ digitalIdentity: {
826
+ accessTo: string;
827
+ ageEstimation: string;
828
+ alreadyExist: string;
829
+ digitalIdentity: string;
830
+ done: string;
831
+ electorsKey: string;
832
+ emissionNumber: string;
833
+ faceRecognition: string;
834
+ firstName: string;
835
+ governmentValidation: string;
836
+ idScan: string;
837
+ idVerification: string;
838
+ issueDate: string;
839
+ lightFront: string;
840
+ livenessControl: string;
841
+ match: string;
842
+ maternalLastName: string;
843
+ no: string;
844
+ noMatch: string;
845
+ ocr: string;
846
+ ocrValidation: string;
847
+ paternalLastName: string;
848
+ personalId: string;
849
+ qr: string;
850
+ readability: string;
851
+ registrationDate: string;
852
+ report: string;
853
+ selfie: string;
854
+ sharpnessFront: string;
855
+ thanks: string;
856
+ watchList: string;
857
+ watchlistMatch: string;
858
+ years: string;
859
+ yes: string;
860
+ };
861
+ documentCapture: {
862
+ button: {
863
+ capture: string;
864
+ skip: string;
865
+ specialCaseCapture: string;
866
+ };
867
+ buttonv2: string;
868
+ camera: {
869
+ subtitle: string;
870
+ title: string;
871
+ };
872
+ currentLocation: string;
873
+ multiPageDocument: {
874
+ step1: {
875
+ description: string;
876
+ title: string;
877
+ };
878
+ step2: {
879
+ description: string;
880
+ title: string;
881
+ };
882
+ };
883
+ review: {
884
+ errorTitle: string;
885
+ errorUpload: string;
886
+ subtitleCaptured: string;
887
+ subtitleImageUpload: string;
888
+ subtitlePdfUpload: string;
889
+ successTitle: string;
890
+ titleCaptured: string;
891
+ titleImageUpload: string;
892
+ titlePdfUpload: string;
893
+ };
894
+ skip: string;
895
+ skipv2: string;
896
+ specialCaseTitle: string;
897
+ subtitle: string;
898
+ subtitlev2: string;
899
+ title: string;
900
+ titlev2: string;
901
+ tutorialSubTitle: string;
902
+ tutorialTitle: string;
903
+ v5c: {
904
+ step1: {
905
+ description: string;
906
+ title: string;
907
+ };
908
+ step2: {
909
+ description: string;
910
+ title: string;
911
+ };
912
+ };
913
+ };
914
+ documentSelector: {
915
+ brazilianId: string;
916
+ id: string;
917
+ noId: string;
918
+ onlyPassport: string;
919
+ passport: string;
920
+ title: string;
921
+ };
922
+ drawer: {
923
+ logIn: string;
924
+ signUp: string;
925
+ };
926
+ ekyb: {
927
+ addAnotherUbo: string;
928
+ addUbo: string;
929
+ addressDetails: string;
930
+ addressLine1: string;
931
+ addressLine2: string;
932
+ businessName: string;
933
+ city: string;
934
+ continue: string;
935
+ countries: {
936
+ BR: string;
937
+ CN: string;
938
+ US: string;
939
+ };
940
+ country: string;
941
+ error: {
942
+ USTaxId: string;
943
+ invalidTaxId: string;
944
+ requiredField: string;
945
+ taxId: string;
946
+ title: string;
947
+ };
948
+ houseNo: string;
949
+ loading: string;
950
+ postalCode: string;
951
+ processing: string;
952
+ state: string;
953
+ street: string;
954
+ success: string;
955
+ taxId: string;
956
+ title: string;
957
+ tryAgain: string;
958
+ uboName: string;
959
+ uboNameWithNumber: string;
960
+ uboSurname: string;
961
+ uboSurnameWithNumber: string;
962
+ };
963
+ email: {
964
+ verified: string;
965
+ verify: string;
966
+ willSendCode: string;
967
+ };
968
+ enableCameraSteps: {
969
+ allowPermissionsToCamera: string;
970
+ alsoBeSure: string;
971
+ ariaList: string;
972
+ five: string;
973
+ four: string;
974
+ notWorking: string;
975
+ one: string;
976
+ phoneSettings: string;
977
+ seven: string;
978
+ six: string;
979
+ step: string;
980
+ tapRetry: string;
981
+ three: string;
982
+ title: string;
983
+ two: string;
984
+ };
985
+ enableCameraStepsiOS: {
986
+ fiveFirst: string;
987
+ fiveSecond: string;
988
+ fourFirst: string;
989
+ fourSecond: string;
990
+ one: string;
991
+ threeFirst: string;
992
+ threeSecond: string;
993
+ title: string;
994
+ two: string;
995
+ };
996
+ encryptionLabel: {
997
+ encryptedPhotos: string;
998
+ };
999
+ enterEmail: string;
1000
+ enterPhoneNumber: string;
1001
+ errors: {
1002
+ dynamicImport: {
1003
+ failedToLoad: string;
1004
+ suggestion_other: string;
1005
+ title: string;
1006
+ };
1007
+ };
1008
+ expMinutes: string;
1009
+ eykb: {
1010
+ addUbo: string;
1011
+ };
1012
+ face: {
1013
+ tutorial: {
1014
+ ageAssuranceStartCapture: string;
1015
+ ageAssuranceSubtitle: string;
1016
+ ageAssuranceTitle: string;
1017
+ autoCapture: string;
1018
+ startCapture: string;
1019
+ subtitle: string;
1020
+ title: string;
1021
+ };
1022
+ };
1023
+ faceMatch: {
1024
+ continue: string;
1025
+ facesNoMatch: string;
1026
+ firstId: string;
1027
+ id: string;
1028
+ matched: string;
1029
+ matching: string;
1030
+ processing: string;
1031
+ secondId: string;
1032
+ selfie: string;
1033
+ };
1034
+ facematch: {
1035
+ notMatched: string;
1036
+ recentlyTakenPhotoWas: string;
1037
+ successfullyMatched: string;
1038
+ };
1039
+ fakePermissionsNotification: {
1040
+ allowPermission: string;
1041
+ android: {
1042
+ allow: string;
1043
+ deny: string;
1044
+ title: string;
1045
+ };
1046
+ ios: {
1047
+ content: string;
1048
+ dontAllow: string;
1049
+ ok: string;
1050
+ title: string;
1051
+ };
1052
+ noPermissions: {
1053
+ lineOne: string;
1054
+ lineThree: string;
1055
+ lineTwo: string;
1056
+ restart: string;
1057
+ };
1058
+ quitOnboarding: string;
1059
+ };
1060
+ fanId: {
1061
+ createAnother: string;
1062
+ description: string;
1063
+ generateImage: string;
1064
+ manualReview: {
1065
+ retryDesc: string;
1066
+ title: string;
1067
+ };
1068
+ name: string;
1069
+ rejected: {
1070
+ retry: string;
1071
+ retryDesc: string;
1072
+ subtitle: string;
1073
+ title: string;
1074
+ };
1075
+ title: string;
1076
+ };
1077
+ fieldComparison: {
1078
+ continue: string;
1079
+ title: string;
1080
+ };
1081
+ finishedScreen: {
1082
+ expiredDesc: string;
1083
+ };
1084
+ fiscalQr: {
1085
+ invalidQr: string;
1086
+ tutorial: {
1087
+ subtitle: string;
1088
+ title: string;
1089
+ };
1090
+ };
1091
+ forms: {
1092
+ button: {
1093
+ continue: string;
1094
+ };
1095
+ fail: string;
1096
+ intro: {
1097
+ subtitle: string;
1098
+ title: string;
1099
+ };
1100
+ placeholder: {
1101
+ cpf: string;
1102
+ input: string;
1103
+ };
1104
+ questions: {
1105
+ no: string;
1106
+ yes: string;
1107
+ };
1108
+ success: string;
1109
+ };
1110
+ geolocation: {
1111
+ addressBar: string;
1112
+ allowOne: string;
1113
+ allowPermission: string;
1114
+ allowTwo: string;
1115
+ browser: string;
1116
+ browserSettingsChrome: string;
1117
+ continue: string;
1118
+ currentLocation: string;
1119
+ default: string;
1120
+ determineLocation: string;
1121
+ enableLocationChrome: string;
1122
+ finish: string;
1123
+ goBack: string;
1124
+ goBackChrome: string;
1125
+ goBackOpera: string;
1126
+ goNavBar: string;
1127
+ goSettings: string;
1128
+ goToOne: string;
1129
+ goToSettingsFirefox: string;
1130
+ goToSettingsOpera: string;
1131
+ goToTwo: string;
1132
+ locationOn: string;
1133
+ locationPermissions: string;
1134
+ openPrivacy: string;
1135
+ openSettings: string;
1136
+ openSettingsAndroid: string;
1137
+ orApps: string;
1138
+ orConfig: string;
1139
+ otherBrowsers: string;
1140
+ permissions: string;
1141
+ privacy: string;
1142
+ privacySecurity: string;
1143
+ quitOnboarding: string;
1144
+ reminder: string;
1145
+ retry: string;
1146
+ safari: string;
1147
+ select: string;
1148
+ selectAndAllow: string;
1149
+ selectApps: string;
1150
+ selectAppsAndroid: string;
1151
+ selectBrowser: string;
1152
+ selectChrome: string;
1153
+ selectFirefox: string;
1154
+ selectOpera: string;
1155
+ selectPermissions: string;
1156
+ settings: string;
1157
+ settingsChrome: string;
1158
+ sitePermissionsFirefox: string;
1159
+ siteSettingsChrome: string;
1160
+ skip: string;
1161
+ tap: string;
1162
+ tapAndroid: string;
1163
+ tapIn: string;
1164
+ tapLocationAllow: string;
1165
+ };
1166
+ geolocationv2: {
1167
+ addressBar: string;
1168
+ allowLocationAccess: string;
1169
+ allowUsing: string;
1170
+ appsBrowser: string;
1171
+ appsChrome: string;
1172
+ appsFirefox: string;
1173
+ appsOpera: string;
1174
+ choosePermissions: string;
1175
+ determineLocation: string;
1176
+ goBackSafari: string;
1177
+ instructions: {
1178
+ allowLocation: string;
1179
+ };
1180
+ locationOn: string;
1181
+ openSettings: string;
1182
+ openSettingsAndroid: string;
1183
+ permissionsLocation: string;
1184
+ privacySecurity: string;
1185
+ refreshPage: string;
1186
+ returnAndRefresh: string;
1187
+ scrollDownChrome: string;
1188
+ scrollDownFirefox: string;
1189
+ scrollDownOpera: string;
1190
+ skip: string;
1191
+ tapLocation: string;
1192
+ tapLocationAllow: string;
1193
+ tapSettings: string;
1194
+ };
1195
+ hello: {
1196
+ home: {
1197
+ login: string;
1198
+ signUp: string;
1199
+ };
1200
+ };
1201
+ hold: {
1202
+ hold: string;
1203
+ };
1204
+ home: {
1205
+ goToSettings: string;
1206
+ language: string;
1207
+ region: string;
1208
+ settingUp: string;
1209
+ start: string;
1210
+ };
1211
+ hospital: {
1212
+ signatureFullNamePatient: {
1213
+ subtitle: string;
1214
+ title: string;
1215
+ };
1216
+ signatureFullNameRepresentative: {
1217
+ subtitle: string;
1218
+ title: string;
1219
+ };
1220
+ signatureFullNameRepresentative2: {
1221
+ subtitle: string;
1222
+ title: string;
1223
+ };
1224
+ signatureFullNameRepresentative3: {
1225
+ subtitle: string;
1226
+ title: string;
1227
+ };
1228
+ signatureFullNameRepresentative4: {
1229
+ subtitle: string;
1230
+ title: string;
1231
+ };
1232
+ signaturePatient: {
1233
+ subtitle: string;
1234
+ title: string;
1235
+ };
1236
+ signatureRepresentative: {
1237
+ subtitle: string;
1238
+ title: string;
1239
+ };
1240
+ signatureRepresentative2: {
1241
+ subtitle: string;
1242
+ title: string;
1243
+ };
1244
+ signatureRepresentative3: {
1245
+ subtitle: string;
1246
+ title: string;
1247
+ };
1248
+ signatureRepresentative4: {
1249
+ subtitle: string;
1250
+ title: string;
1251
+ };
1252
+ };
1253
+ idValuesMask: {
1254
+ classification: string;
1255
+ corners: string;
1256
+ glare: string;
1257
+ sharpness: string;
1258
+ };
1259
+ idv2: {
1260
+ ageVerificationPage: {
1261
+ Continue: string;
1262
+ TheRestOfYourInformationWillBeDeletedToEnsureYourPrivacy: string;
1263
+ ageVerification: string;
1264
+ showYourIdAndScanIt: string;
1265
+ step1of3: string;
1266
+ step2of3: string;
1267
+ step3of3: string;
1268
+ weNeedToScanYourIDToKnowYourAge: string;
1269
+ weOnlyUseTheDateOfBirthInformation: string;
1270
+ };
1271
+ backTutorial: {
1272
+ disclaimer: string;
1273
+ subtitle: string;
1274
+ title: string;
1275
+ };
1276
+ barCodeDetection: {
1277
+ processingSubtitle: string;
1278
+ processingTitle: string;
1279
+ };
1280
+ capture: {
1281
+ allDataIsEncrypted: string;
1282
+ autoCapture: string;
1283
+ dontMove: string;
1284
+ fillFrame: string;
1285
+ fillFrameBack: string;
1286
+ fillFrameFront: string;
1287
+ fillFramePassport: string;
1288
+ manualCapture: {
1289
+ ariaLabel: string;
1290
+ modeSwitchAriaAnnouncement: string;
1291
+ title: string;
1292
+ };
1293
+ notifications: {
1294
+ blur: {
1295
+ description: string;
1296
+ title: string;
1297
+ };
1298
+ expiredId: string;
1299
+ glare: {
1300
+ description: string;
1301
+ title: string;
1302
+ };
1303
+ notAligned: {
1304
+ description: string;
1305
+ title: string;
1306
+ };
1307
+ showBack: {
1308
+ description: string;
1309
+ title: string;
1310
+ };
1311
+ showFront: {
1312
+ description: string;
1313
+ title: string;
1314
+ };
1315
+ useDifferent: string;
1316
+ };
1317
+ passport: {
1318
+ subtitle: string;
1319
+ title: string;
1320
+ };
1321
+ processing: {
1322
+ analyzing: string;
1323
+ attemptsRemaining: string;
1324
+ continue: string;
1325
+ error: string;
1326
+ errors: {
1327
+ classification: {
1328
+ subtitle: string;
1329
+ title: string;
1330
+ };
1331
+ default: {
1332
+ subtitle: string;
1333
+ title: string;
1334
+ };
1335
+ glare: {
1336
+ subtitle: string;
1337
+ title: string;
1338
+ };
1339
+ readability: {
1340
+ subtitle: string;
1341
+ title: string;
1342
+ };
1343
+ sharpness: {
1344
+ subtitle: string;
1345
+ title: string;
1346
+ };
1347
+ unacceptable: {
1348
+ subtitle: string;
1349
+ title: string;
1350
+ };
1351
+ upload: {
1352
+ subtitle: string;
1353
+ title: string;
1354
+ };
1355
+ wrongSide: {
1356
+ back: {
1357
+ subtitle: string;
1358
+ };
1359
+ front: {
1360
+ subtitle: string;
1361
+ };
1362
+ title: string;
1363
+ };
1364
+ };
1365
+ processing: string;
1366
+ scanBack: string;
1367
+ scanFront: string;
1368
+ success: string;
1369
+ successBackSubtitle: string;
1370
+ successBackSubtitleScanFront: string;
1371
+ successFrontSubtitle: string;
1372
+ successTitle: string;
1373
+ tryAgain: string;
1374
+ uploading: string;
1375
+ verifying: string;
1376
+ };
1377
+ takingPhoto: string;
1378
+ v2: {
1379
+ autoCapture: string;
1380
+ fillFrameBack: string;
1381
+ fillFrameFront: string;
1382
+ };
1383
+ wrongSide: {
1384
+ backHint: string;
1385
+ frontHint: string;
1386
+ };
1387
+ };
1388
+ chooser: {
1389
+ chooseHowToVerifyTitle: string;
1390
+ digitalIdButtonTitle: string;
1391
+ digitalIdUploadButtonTitle: string;
1392
+ idButtonDescription: string;
1393
+ idButtonTitle: string;
1394
+ loadingDigitalWallet: string;
1395
+ manualUploadButtonTitle: string;
1396
+ passportButtonDescription: string;
1397
+ passportButtonTitle: string;
1398
+ title: string;
1399
+ };
1400
+ commonIssues: {
1401
+ firstStep: string;
1402
+ secondStep: string;
1403
+ };
1404
+ deepsightPermissions: {
1405
+ subtitle: string;
1406
+ title: string;
1407
+ };
1408
+ digitalIdUpload: {
1409
+ analyzing: string;
1410
+ continue: string;
1411
+ digitalIdUploadButtonTitle: string;
1412
+ errorScreen: {
1413
+ pleaseTryScanning: string;
1414
+ scanId: string;
1415
+ thisIdMustBeScanned: string;
1416
+ };
1417
+ loadingSuccess: {
1418
+ letsContinue: string;
1419
+ };
1420
+ reviewScreen: {
1421
+ continue: string;
1422
+ description: string;
1423
+ replaceButton: string;
1424
+ replaceFileButton: string;
1425
+ title: string;
1426
+ };
1427
+ screenDescription: string;
1428
+ screenTitle: string;
1429
+ successfullyProcessed: string;
1430
+ supportedFileTypesCopy: string;
1431
+ unknownDocumentTypeScreen: {
1432
+ errorTitle: string;
1433
+ };
1434
+ wrongDocumentType: string;
1435
+ wrongDocumentTypeScreen: {
1436
+ errorSubtitle: string;
1437
+ errorTitle: string;
1438
+ tryAgainButton: string;
1439
+ };
1440
+ };
1441
+ flipAnimation: {
1442
+ title: string;
1443
+ };
1444
+ manualUploadLoading: {
1445
+ subtitle: string;
1446
+ };
1447
+ needHelp: {
1448
+ open: string;
1449
+ };
1450
+ permissions: {
1451
+ alertAlt: string;
1452
+ allow: string;
1453
+ allowPermissions: string;
1454
+ allowPermissionsV2: string;
1455
+ allowV2: string;
1456
+ denied: {
1457
+ allow: string;
1458
+ ask: string;
1459
+ browser: string;
1460
+ camera: string;
1461
+ cameraAllow: string;
1462
+ changeTo: string;
1463
+ chrome: {
1464
+ fifthStep: string;
1465
+ firstStep: string;
1466
+ fourthStep: string;
1467
+ secondStep: string;
1468
+ thirdStep: string;
1469
+ };
1470
+ dots: string;
1471
+ firefox: {
1472
+ fifthStep: string;
1473
+ firstStep: string;
1474
+ fourthStep: string;
1475
+ secondStep: string;
1476
+ thirdStep: string;
1477
+ };
1478
+ open: string;
1479
+ opera: {
1480
+ fifthStep: string;
1481
+ firstStep: string;
1482
+ fourthStep: string;
1483
+ secondStep: string;
1484
+ thirdStep: string;
1485
+ };
1486
+ or: string;
1487
+ refreshPage: string;
1488
+ return: string;
1489
+ returnPress: string;
1490
+ safari: {
1491
+ fifthStep: string;
1492
+ firstStep: string;
1493
+ fourthStep: string;
1494
+ secondStep: string;
1495
+ sixthStep: string;
1496
+ thirdStep: string;
1497
+ };
1498
+ scroll: string;
1499
+ settings: string;
1500
+ siteSettings: string;
1501
+ tap: string;
1502
+ title: string;
1503
+ topRight: string;
1504
+ yourBrowser: string;
1505
+ };
1506
+ description: string;
1507
+ dontAllow: string;
1508
+ inOrderToCompleteTheProcess: string;
1509
+ learnMore: string;
1510
+ learnMorePage: {
1511
+ alert: string;
1512
+ allowPermissions: string;
1513
+ instructions: {
1514
+ "1": string;
1515
+ "2": string;
1516
+ "3": string;
1517
+ "4": string;
1518
+ };
1519
+ quitProcess: string;
1520
+ title: string;
1521
+ warning: string;
1522
+ };
1523
+ note: string;
1524
+ or: string;
1525
+ subtitle: string;
1526
+ subtitleV2: string;
1527
+ title: string;
1528
+ whileUsing: string;
1529
+ };
1530
+ reverseFlipAnimation: {
1531
+ title: string;
1532
+ };
1533
+ tutorial: {
1534
+ autoCapture: string;
1535
+ startScan: string;
1536
+ subtitle: string;
1537
+ title: string;
1538
+ v2: {
1539
+ autocapture: string;
1540
+ title: string;
1541
+ };
1542
+ };
1543
+ unacceptedId: {
1544
+ acceptedDocuments: string;
1545
+ attemptsLeft_other: string;
1546
+ birthCertificate: string;
1547
+ changeMethod: string;
1548
+ currency: string;
1549
+ driversLicense: string;
1550
+ federalId: string;
1551
+ identificationCard: string;
1552
+ identificationCardDescription: string;
1553
+ medicalCard: string;
1554
+ military: string;
1555
+ multipleNationalities: string;
1556
+ noDocuments: string;
1557
+ other: string;
1558
+ passport: string;
1559
+ passportDescription: string;
1560
+ permit: string;
1561
+ residenceDocument: string;
1562
+ seeDifferentCountry: string;
1563
+ taxIdentification: string;
1564
+ travelDocument: string;
1565
+ tribalIdentification: string;
1566
+ tryAgain: string;
1567
+ unknown: string;
1568
+ unknownCountry: string;
1569
+ vehicleRegistration: string;
1570
+ visa: string;
1571
+ voterIdentification: string;
1572
+ weaponLicense: string;
1573
+ };
1574
+ uploading: {
1575
+ analyzing: string;
1576
+ imageAlt: string;
1577
+ };
1578
+ };
1579
+ inAppBrowser: {
1580
+ openIn: string;
1581
+ or: string;
1582
+ subtitleOne: string;
1583
+ subtitleTwo: string;
1584
+ tap: string;
1585
+ title: string;
1586
+ };
1587
+ ineCheck: {
1588
+ failure1: string;
1589
+ failure2: string;
1590
+ identity: string;
1591
+ processing: string;
1592
+ unknown: string;
1593
+ verified: string;
1594
+ verifying: string;
1595
+ };
1596
+ instantVerifyConsent: {
1597
+ declineSharing: string;
1598
+ declineSharingModal: {
1599
+ description: string;
1600
+ no: string;
1601
+ title: string;
1602
+ yes: string;
1603
+ };
1604
+ description: string;
1605
+ emailLinkText: string;
1606
+ enterEmail: string;
1607
+ enterPhoneNumber: string;
1608
+ incorrectEmailFormat: string;
1609
+ phoneLinkText: string;
1610
+ privacyNotice: {
1611
+ label: string;
1612
+ link: string;
1613
+ };
1614
+ scopes: {
1615
+ address: string;
1616
+ dateOfBirth: string;
1617
+ email: string;
1618
+ fullName: string;
1619
+ idAttestation: string;
1620
+ phoneNumber: string;
1621
+ };
1622
+ title: string;
1623
+ };
1624
+ instructions: {
1625
+ step1: string;
1626
+ step2: string;
1627
+ step3: string;
1628
+ submit: string;
1629
+ };
1630
+ light: {
1631
+ avoid: string;
1632
+ balanced: string;
1633
+ };
1634
+ linkTicket: {
1635
+ tutorial: {
1636
+ subtitle: string;
1637
+ title: string;
1638
+ };
1639
+ };
1640
+ loadingCircle: {
1641
+ hangOn: string;
1642
+ validating: string;
1643
+ };
1644
+ manualCapture: {
1645
+ ariaLabel: string;
1646
+ };
1647
+ manualIdUpload: {
1648
+ avoidBlur: string;
1649
+ backId: string;
1650
+ contactedByAdmin: string;
1651
+ continue: string;
1652
+ fileTooBig: string;
1653
+ frontId: string;
1654
+ frontRequiredFirst: string;
1655
+ glareFree: string;
1656
+ holdOnASec: string;
1657
+ id: string;
1658
+ idText: string;
1659
+ passport: string;
1660
+ passportText: string;
1661
+ pleaseUploadCorrectDocument: string;
1662
+ somethingWentWrong: string;
1663
+ title: string;
1664
+ tooManyTries: string;
1665
+ upload: string;
1666
+ uploadBackId: string;
1667
+ uploadDocumentManually: string;
1668
+ uploadFrontId: string;
1669
+ uploadPassport: string;
1670
+ uploadingYourFile: string;
1671
+ wrongSide: string;
1672
+ };
1673
+ matchUser: {
1674
+ alreadyExists: string;
1675
+ continue: string;
1676
+ couldNotTakePhoto: string;
1677
+ facesNoMatch: string;
1678
+ livenessFailed: string;
1679
+ livenessSuccess: string;
1680
+ matched: string;
1681
+ matching: string;
1682
+ wellTakeLater: string;
1683
+ };
1684
+ mlConsent: {
1685
+ GDPRLabel1: string;
1686
+ GDPRLabel2: string;
1687
+ GDPRLabel3: string;
1688
+ USLabel1: string;
1689
+ USLabel2: string;
1690
+ button: {
1691
+ continue: string;
1692
+ };
1693
+ checkboxLabel: string;
1694
+ important: string;
1695
+ title: string;
1696
+ };
1697
+ modalId: {
1698
+ frontId: string;
1699
+ retake: string;
1700
+ };
1701
+ modifiableOCR: {
1702
+ address: string;
1703
+ ageRange: string;
1704
+ birthDate: string;
1705
+ cantBeEmpty: string;
1706
+ confirmation: string;
1707
+ continue: string;
1708
+ documentNumber: string;
1709
+ done: string;
1710
+ edit: string;
1711
+ ensureDetails: string;
1712
+ ensureDetailsKids: string;
1713
+ female: string;
1714
+ gender: string;
1715
+ male: string;
1716
+ name: string;
1717
+ yourInfo: string;
1718
+ };
1719
+ nameCapture: {
1720
+ title: string;
1721
+ };
1722
+ nameCapturev2: {
1723
+ title: string;
1724
+ verified: string;
1725
+ };
1726
+ nativeCamera: {
1727
+ maximumSize: string;
1728
+ };
1729
+ neutral: {
1730
+ directly: string;
1731
+ neutral: string;
1732
+ };
1733
+ newPrivacyConsent: {
1734
+ checkboxLabel: string;
1735
+ checkboxLabelNoLinks: string;
1736
+ text1: string;
1737
+ text2: string;
1738
+ text3: string;
1739
+ text4: string;
1740
+ title: string;
1741
+ };
1742
+ notifications: {
1743
+ accessDenied: string;
1744
+ accessDeniedDescription: string;
1745
+ anId: string;
1746
+ assistedSelfie: {
1747
+ one: string;
1748
+ };
1749
+ attemptsRemaining: string;
1750
+ autoCapturing: string;
1751
+ backClassificationFailed: string;
1752
+ badProofOfAddress: string;
1753
+ brightness: string;
1754
+ brightnessDescription: string;
1755
+ centerFace: string;
1756
+ centerFaceV2: string;
1757
+ classificationFailed: string;
1758
+ closedEyes: string;
1759
+ closedEyesDescription: string;
1760
+ closedEyesDescriptionAssisted: string;
1761
+ compareID: {
1762
+ nameVerificationFailed: string;
1763
+ ocrFailed: string;
1764
+ photoVerificationFailed: string;
1765
+ scanFailed: string;
1766
+ };
1767
+ couldntCapture: string;
1768
+ crop: string;
1769
+ cropDescription: string;
1770
+ done: string;
1771
+ dontMove: string;
1772
+ error: string;
1773
+ face: string;
1774
+ faceMask: string;
1775
+ faceNotFound: string;
1776
+ faceNotFoundDescription: string;
1777
+ faceOccluded: string;
1778
+ faceOccludedDescription: string;
1779
+ fillRectangle: {
1780
+ one: string;
1781
+ two: string;
1782
+ };
1783
+ fitOverlay: string;
1784
+ frontClassificationFailed: string;
1785
+ getReady: string;
1786
+ glareDetected: string;
1787
+ glareDetectedChange: string;
1788
+ glareDetectedDescription: string;
1789
+ idRejected: string;
1790
+ idScanFailed: string;
1791
+ idTypeUnacceptable: string;
1792
+ idTypeUnacceptableDescription: string;
1793
+ lenses: string;
1794
+ lensesDescription: string;
1795
+ lensesDescriptionAssisted: string;
1796
+ likeFake: string;
1797
+ lowQualityImage: string;
1798
+ lowQualityImageDescription: string;
1799
+ lowResolution: string;
1800
+ lowSharpness: string;
1801
+ lowSharpnessDescription: string;
1802
+ mask: string;
1803
+ maskDescription: string;
1804
+ maskDescriptionAssisted: string;
1805
+ moveAway: string;
1806
+ moveCloser: string;
1807
+ moveIdCloser: string;
1808
+ moveSomewhere: string;
1809
+ multiple: string;
1810
+ multipleDescription: string;
1811
+ noAttemptsRemaining: string;
1812
+ noFace: string;
1813
+ noMatch: string;
1814
+ onBlur: string;
1815
+ onDark: string;
1816
+ onFaceAngle: string;
1817
+ onFaceAngleV2: string;
1818
+ openEyes: string;
1819
+ openEyesAssisted: string;
1820
+ outOfFocus: string;
1821
+ outOfFocusChange: string;
1822
+ passportClassificationFailed: string;
1823
+ portrait: string;
1824
+ portraitDescription: string;
1825
+ processing: string;
1826
+ removeHeadwear: string;
1827
+ removeHeadwearDescription: string;
1828
+ removeHeadwearDescriptionAssisted: string;
1829
+ removeLenses: string;
1830
+ removeLensesAssisted: string;
1831
+ removeMask: string;
1832
+ removeMaskAssisted: string;
1833
+ selfie: {
1834
+ ageAssurance: string;
1835
+ manualCaptureButtonLabel: string;
1836
+ manualCaptureLabel: string;
1837
+ one: string;
1838
+ two: string;
1839
+ };
1840
+ selfieCaptureFailed: string;
1841
+ selfieCaptureFailedDescription: string;
1842
+ serverError: string;
1843
+ shadowDectected: string;
1844
+ showBack: {
1845
+ one: string;
1846
+ pdf417: string;
1847
+ };
1848
+ showBackId: string;
1849
+ showBackLowEnd: {
1850
+ one: string;
1851
+ };
1852
+ showFront: {
1853
+ one: string;
1854
+ };
1855
+ showFrontId: string;
1856
+ showFrontLowEnd: {
1857
+ one: string;
1858
+ };
1859
+ showPassport: string;
1860
+ showUtilityBill: {
1861
+ one: string;
1862
+ three: string;
1863
+ two: string;
1864
+ };
1865
+ spoof: string;
1866
+ spoofDescription: string;
1867
+ spoofDescriptionNoTries: string;
1868
+ success: string;
1869
+ switchToNative: string;
1870
+ takingPhoto: string;
1871
+ theCamera: string;
1872
+ tooManyFaces: string;
1873
+ unableToCrop: string;
1874
+ unableToCropDescription: string;
1875
+ uploadSuccess: string;
1876
+ uploading: string;
1877
+ uploadingId: string;
1878
+ verifyLater: string;
1879
+ verifying: string;
1880
+ wrongDocument: string;
1881
+ wrongSide: string;
1882
+ wrongSideBackDescription: string;
1883
+ wrongSideFront: string;
1884
+ wrongSideFrontDescription: string;
1885
+ };
1886
+ onboarding: {
1887
+ error: {
1888
+ "404": string;
1889
+ };
1890
+ errors: {
1891
+ expiredUUID: {
1892
+ message: string;
1893
+ title: string;
1894
+ workflows: {
1895
+ message: string;
1896
+ title: string;
1897
+ };
1898
+ };
1899
+ flow: string;
1900
+ flowNotActive: {
1901
+ message: string;
1902
+ title: string;
1903
+ };
1904
+ invalidFlow: {
1905
+ message: string;
1906
+ title: string;
1907
+ };
1908
+ invalidQRuuid: {
1909
+ message: string;
1910
+ title: string;
1911
+ };
1912
+ invalidSession: {
1913
+ message: string;
1914
+ title: string;
1915
+ };
1916
+ invalidUUID: {
1917
+ message: string;
1918
+ title: string;
1919
+ };
1920
+ noMatchFound: {
1921
+ message: string;
1922
+ title: string;
1923
+ };
1924
+ notCompleted: {
1925
+ message: string;
1926
+ title: string;
1927
+ };
1928
+ restartDisabled: {
1929
+ message: string;
1930
+ title: string;
1931
+ };
1932
+ serverError: {
1933
+ message: string;
1934
+ title: string;
1935
+ };
1936
+ sessionFinished: {
1937
+ message: string;
1938
+ title: string;
1939
+ };
1940
+ workflow: string;
1941
+ };
1942
+ };
1943
+ otp: {
1944
+ changeEmail: string;
1945
+ changePhoneNumber: string;
1946
+ didYouNotGetIt: string;
1947
+ didntReceive: string;
1948
+ enterCodeEmail: string;
1949
+ enterCodeSMS: string;
1950
+ enterLabel: string;
1951
+ error: string;
1952
+ errorv2: string;
1953
+ focus: string;
1954
+ generatingCode: string;
1955
+ groupLabel: string;
1956
+ input: string;
1957
+ insertEmail: string;
1958
+ insertSMS: string;
1959
+ or: string;
1960
+ resendCode: string;
1961
+ resendCountdown: string;
1962
+ secondsLeft: string;
1963
+ sendAgain: string;
1964
+ submit: string;
1965
+ tryAgain: string;
1966
+ };
1967
+ permissionMessage: string;
1968
+ phone: {
1969
+ create: string;
1970
+ deleteSuccess: string;
1971
+ enter: string;
1972
+ error: {
1973
+ notValid: string;
1974
+ somethingWrong: string;
1975
+ };
1976
+ exists: string;
1977
+ genericError: string;
1978
+ goToMainPage: string;
1979
+ inputPlaceholder: string;
1980
+ invalid: string;
1981
+ try: string;
1982
+ verify: string;
1983
+ };
1984
+ phoneNumber: string;
1985
+ poa: {
1986
+ currentLocation: string;
1987
+ showPaperStatement: string;
1988
+ skip: string;
1989
+ specialCaseShowPaperStatement: string;
1990
+ specialCaseTitle: string;
1991
+ subtitle: string;
1992
+ title: string;
1993
+ };
1994
+ privacyCheck: {
1995
+ aeromexico: string;
1996
+ };
1997
+ privacyConsent: {
1998
+ button: {
1999
+ continue: string;
2000
+ };
2001
+ checkboxLabel: string;
2002
+ text1: string;
2003
+ text2: string;
2004
+ text3: string;
2005
+ text4: string;
2006
+ title: string;
2007
+ };
2008
+ qas: {
2009
+ landing: {
2010
+ link: string;
2011
+ text: string;
2012
+ };
2013
+ };
2014
+ qes: {
2015
+ consent: {
2016
+ text: string;
2017
+ title: string;
2018
+ };
2019
+ download: {
2020
+ button: string;
2021
+ finish: string;
2022
+ text: string;
2023
+ title: string;
2024
+ };
2025
+ landing: {
2026
+ continue: string;
2027
+ title: string;
2028
+ };
2029
+ processing: {
2030
+ subtitle: string;
2031
+ title: string;
2032
+ };
2033
+ signatureCheck: string;
2034
+ termsCheck: string;
2035
+ };
2036
+ qr: {
2037
+ continueDesktop: {
2038
+ one: string;
2039
+ two: string;
2040
+ };
2041
+ createAnother: string;
2042
+ date: string;
2043
+ download: string;
2044
+ errorDescription: string;
2045
+ errorTitle: string;
2046
+ eventName: string;
2047
+ gate: string;
2048
+ hour: string;
2049
+ phoneNumber: string;
2050
+ row: string;
2051
+ saveDescriptionOne: string;
2052
+ saveDescriptionTwo: string;
2053
+ seat: string;
2054
+ section: string;
2055
+ send: string;
2056
+ sendLink: string;
2057
+ sendingLinkDescription: string;
2058
+ sendingLinkTitle: string;
2059
+ smsDidNotArrive: string;
2060
+ smsOr: string;
2061
+ smsSendAgain: string;
2062
+ smsSent: string;
2063
+ ticketName: string;
2064
+ ticketNumber: string;
2065
+ tryAgain: string;
2066
+ tryScanQR: string;
2067
+ };
2068
+ qrScanner: {
2069
+ done: string;
2070
+ instructions: string;
2071
+ processing: string;
2072
+ tutorialSubtitle: string;
2073
+ tutorialTitle: string;
2074
+ unsuccessful: string;
2075
+ };
2076
+ recorder: {
2077
+ recording: string;
2078
+ };
2079
+ redirect: {
2080
+ and: string;
2081
+ byContinuing: string;
2082
+ continueOnDesktop: string;
2083
+ continueWithQR: string;
2084
+ didntReceive: string;
2085
+ dontHavePhone: string;
2086
+ enterPhoneNumber: string;
2087
+ expDays: string;
2088
+ expHours: string;
2089
+ expLink: string;
2090
+ expMinutes: string;
2091
+ linkNotReceived: string;
2092
+ linkParagraph: string;
2093
+ linkSent: string;
2094
+ phishingResistance: {
2095
+ explanation1: string;
2096
+ recommendedBrowser: string;
2097
+ titleClient: string;
2098
+ };
2099
+ privacyProtected: string;
2100
+ redirectSMS: string;
2101
+ resend: string;
2102
+ resendCountdown: string;
2103
+ scanQR: string;
2104
+ scanQRTitle: string;
2105
+ scanQrParagraph1: string;
2106
+ scanQrParagraph2: string;
2107
+ scanQrParagraph3: string;
2108
+ scanQrTitle: string;
2109
+ scanQrv2: string;
2110
+ securelyVerify: string;
2111
+ sendLink: string;
2112
+ sendLinkSms: string;
2113
+ sendLinkToMyPhone: string;
2114
+ sendSms: string;
2115
+ succesfullySent: string;
2116
+ succesfullySentWithVariable: string;
2117
+ takePhoto: string;
2118
+ takeSelfie: string;
2119
+ twoSteps: string;
2120
+ };
2121
+ retake: {
2122
+ instructions: string;
2123
+ instructions1: string;
2124
+ instructions2: string;
2125
+ title: string;
2126
+ titleBack: string;
2127
+ titleFront: string;
2128
+ titleFrontLabel: string;
2129
+ titlePassport: string;
2130
+ };
2131
+ retrySteps: {
2132
+ showInstructions: {
2133
+ text: string;
2134
+ title: string;
2135
+ };
2136
+ };
2137
+ reviewResults: string;
2138
+ secondFactor: {
2139
+ incorrect: string;
2140
+ instruction: string;
2141
+ title: string;
2142
+ };
2143
+ selfie: {
2144
+ accessDenied: string;
2145
+ away: string;
2146
+ closer: string;
2147
+ error: string;
2148
+ face: string;
2149
+ look: string;
2150
+ multiple: string;
2151
+ spoof: string;
2152
+ spoofDescription: string;
2153
+ title: string;
2154
+ };
2155
+ selfieInstructions: {
2156
+ avoidShadows: string;
2157
+ balancedLight: string;
2158
+ clearPronunciation: string;
2159
+ hairNoCover: string;
2160
+ headphonesMicrophone: string;
2161
+ lookDirectly: string;
2162
+ neutralExpression: string;
2163
+ noGlasses: string;
2164
+ noSmile: string;
2165
+ quietPlace: string;
2166
+ removeGlasses: string;
2167
+ };
2168
+ selfiev2: {
2169
+ autoCapture: {
2170
+ defaultAriaInstructions: string;
2171
+ };
2172
+ capture: {
2173
+ title: string;
2174
+ };
2175
+ manualCapture: {
2176
+ captureButton: string;
2177
+ instructions: string;
2178
+ };
2179
+ };
2180
+ settings: {
2181
+ done: string;
2182
+ langs: {
2183
+ en: string;
2184
+ es: string;
2185
+ fr: string;
2186
+ pt: string;
2187
+ };
2188
+ selectLanguage: string;
2189
+ selectOption: string;
2190
+ selectRegion: string;
2191
+ settings: string;
2192
+ };
2193
+ sidebar: {
2194
+ emailOrPhone: string;
2195
+ idCapture: string;
2196
+ poa: string;
2197
+ presentFace: string;
2198
+ process: string;
2199
+ scanYourId: string;
2200
+ selfieCapture: string;
2201
+ usedAdditionalVerification: string;
2202
+ };
2203
+ signature: {
2204
+ clear: string;
2205
+ done: string;
2206
+ placeholder: string;
2207
+ placeholderInitials: string;
2208
+ };
2209
+ start: string;
2210
+ startOver: string;
2211
+ support: {
2212
+ applicantCode: string;
2213
+ approved: string;
2214
+ aysConnectingModalSubtitle: string;
2215
+ aysConnectingModalTitle: string;
2216
+ aysExecutiveModalSubtitle: string;
2217
+ aysExecutiveReadyModalTitle: string;
2218
+ aysSupportModalSubtitle: string;
2219
+ aysSupportModalTitle: string;
2220
+ bankRepresentativeSoon: string;
2221
+ connected: string;
2222
+ connecting: string;
2223
+ connectingTitle: string;
2224
+ denied: string;
2225
+ disconnectWaitingRoom: string;
2226
+ finished: string;
2227
+ hangOn: string;
2228
+ missedCall: string;
2229
+ noConnection: string;
2230
+ notCompleted: string;
2231
+ over: string;
2232
+ queueNext: string;
2233
+ queuePlace: string;
2234
+ restart: string;
2235
+ success: string;
2236
+ successFinish: string;
2237
+ thanks: string;
2238
+ thisTakes: string;
2239
+ tryAgain: string;
2240
+ unableToOnboard: string;
2241
+ waitingRoomTitle: string;
2242
+ writeMessage: string;
2243
+ yourPlace: string;
2244
+ };
2245
+ test: {
2246
+ key: {
2247
+ serbian: string;
2248
+ };
2249
+ };
2250
+ title: {
2251
+ authResult: string;
2252
+ captureBack: string;
2253
+ capturePoa: string;
2254
+ documentSelector: string;
2255
+ ekyb: string;
2256
+ faceMatch: string;
2257
+ frontCapture: string;
2258
+ informationVerification: string;
2259
+ ocrReview: string;
2260
+ passportCapture: string;
2261
+ passportTutorial: string;
2262
+ phone: string;
2263
+ privacyConsent: string;
2264
+ selfieCapture: string;
2265
+ smsOtp: string;
2266
+ videoRecorder: string;
2267
+ videoSelfie: string;
2268
+ };
2269
+ tutorial: {
2270
+ age: string;
2271
+ ageAssurance: string;
2272
+ ageAssurance2: string;
2273
+ ageAssurance3: string;
2274
+ ariaLabelBack: string;
2275
+ ariaLabelFront: string;
2276
+ ariaLabelPassport: string;
2277
+ ariaLabelPassportExtra: string;
2278
+ back: {
2279
+ title: string;
2280
+ titleAriaFrame: string;
2281
+ titleLabel: string;
2282
+ };
2283
+ creditCardBack: string;
2284
+ creditCardBack2: string;
2285
+ creditCardFront: string;
2286
+ creditCardFront2: string;
2287
+ front: {
2288
+ ageVerification: string;
2289
+ ageVerificationStep1: string;
2290
+ ageVerificationStep2: string;
2291
+ ageVerificationStep3: string;
2292
+ ageVerificationSubtitle: string;
2293
+ titleAriaFrame: string;
2294
+ titleFrame: string;
2295
+ titleGlare: string;
2296
+ };
2297
+ front1: string;
2298
+ front2: string;
2299
+ native: {
2300
+ passport1: string;
2301
+ };
2302
+ paperDL: {
2303
+ subtitle: string;
2304
+ titleFrame: string;
2305
+ };
2306
+ passport1: string;
2307
+ passport2: string;
2308
+ selfie: {
2309
+ titleAriaFrame: string;
2310
+ };
2311
+ selfie1: string;
2312
+ selfie2: string;
2313
+ selfie3: string;
2314
+ };
2315
+ tutorialPOC: {
2316
+ completeModules: string;
2317
+ incode: string;
2318
+ next: string;
2319
+ protectedBy: string;
2320
+ verifyIdentity: string;
2321
+ };
2322
+ universalIdentity: {
2323
+ benefits: {
2324
+ allInfoOnePlace: string;
2325
+ safeData: string;
2326
+ saveTime: string;
2327
+ seamlessAccess: string;
2328
+ };
2329
+ consent: {
2330
+ accept: string;
2331
+ authorize: string;
2332
+ privacyPolicy: string;
2333
+ termsAndConditions: string;
2334
+ };
2335
+ getIncodeId: string;
2336
+ subtitle: string;
2337
+ successfullyVerified: {
2338
+ description: string;
2339
+ subtitle: {
2340
+ bold: string;
2341
+ firstPart: string;
2342
+ secondPart: string;
2343
+ };
2344
+ title: string;
2345
+ };
2346
+ title: string;
2347
+ };
2348
+ unsupportedBrowser: {
2349
+ betterExperience: string;
2350
+ continueAnyways: string;
2351
+ copyLink: string;
2352
+ or: string;
2353
+ title: string;
2354
+ };
2355
+ userData: {
2356
+ address: string;
2357
+ dateOfBirth: string;
2358
+ documentNumber: string;
2359
+ fullName: string;
2360
+ idInfo: string;
2361
+ issuingCountry: string;
2362
+ notSupported: string;
2363
+ sex: string;
2364
+ };
2365
+ v2: {
2366
+ capture: {
2367
+ label: string;
2368
+ };
2369
+ idError: {
2370
+ attemptsLeft_other: string;
2371
+ };
2372
+ idSuccess: {
2373
+ subtitle: string;
2374
+ subtitleBack: string;
2375
+ title: string;
2376
+ };
2377
+ selfie: {
2378
+ camera: {
2379
+ loading: string;
2380
+ };
2381
+ };
2382
+ };
2383
+ verification: {
2384
+ dlState: {
2385
+ searchPlaceholder: string;
2386
+ };
2387
+ errors: {
2388
+ addressIsRequired: string;
2389
+ cityRequired: string;
2390
+ countryRequired: string;
2391
+ dateOfBirthRequired: string;
2392
+ dlExpireAtRequired: string;
2393
+ dlNumber: string;
2394
+ dlStateRequired: string;
2395
+ emailInvalid: string;
2396
+ emailRequired: string;
2397
+ firstNameRequired: string;
2398
+ houseNoRequired: string;
2399
+ invalidTaxId: string;
2400
+ last4SSNRequired: string;
2401
+ lastName: string;
2402
+ lastNameRequired: string;
2403
+ maternalSurnameRequired: string;
2404
+ nationality: string;
2405
+ phoneInvalid: string;
2406
+ phoneRequired: string;
2407
+ physicalAddressIsRequired: string;
2408
+ postalCodeInvalidFormat: string;
2409
+ postalCodeRequired: string;
2410
+ prcId: string;
2411
+ ssnFormat: string;
2412
+ ssnLength: string;
2413
+ ssnRequired: string;
2414
+ stateRequired: string;
2415
+ streetRequired: string;
2416
+ surNameRequired: string;
2417
+ taxIdLength: string;
2418
+ validAddressIsRequired: string;
2419
+ zipCodeInvalidFormat: string;
2420
+ zipCodeRequired: string;
2421
+ };
2422
+ failed: string;
2423
+ failureTitle: string;
2424
+ labels: {
2425
+ BR: string;
2426
+ CN: string;
2427
+ US: string;
2428
+ address: string;
2429
+ addressDetailsSection: string;
2430
+ addressLine2: string;
2431
+ brazilian: string;
2432
+ brazilianBornAbroad: string;
2433
+ canada: string;
2434
+ chooseDlState: string;
2435
+ chooseState: string;
2436
+ city: string;
2437
+ country: string;
2438
+ dateOfBirth: string;
2439
+ dlDetailsSection: string;
2440
+ dlExpireAt: string;
2441
+ dlNumber: string;
2442
+ dlState: string;
2443
+ email: string;
2444
+ firstName: string;
2445
+ foreigner: string;
2446
+ gender: string;
2447
+ houseNo: string;
2448
+ idNum: string;
2449
+ idNum1: string;
2450
+ last4SSN: string;
2451
+ lastName: string;
2452
+ maternalSurname: string;
2453
+ mexico: string;
2454
+ middleName: string;
2455
+ nationality: string;
2456
+ naturalizedBrazilian: string;
2457
+ optional: string;
2458
+ otherCountry: string;
2459
+ passportNumber: string;
2460
+ phone: string;
2461
+ postalCode: string;
2462
+ prcId: string;
2463
+ skip: string;
2464
+ ssn: string;
2465
+ state: string;
2466
+ street: string;
2467
+ surName: string;
2468
+ taxId: string;
2469
+ zipCode: string;
2470
+ };
2471
+ placeholder: {
2472
+ email: string;
2473
+ firstName: string;
2474
+ lastName: string;
2475
+ maternalSurname: string;
2476
+ middleName: string;
2477
+ state: string;
2478
+ stateCode: string;
2479
+ surname: string;
2480
+ };
2481
+ submitButton: string;
2482
+ success: string;
2483
+ successTitle: string;
2484
+ title: string;
2485
+ tryAgain: string;
2486
+ verifying: string;
2487
+ };
2488
+ verificationComplete: {
2489
+ message: string;
2490
+ title: string;
2491
+ titleFail: string;
2492
+ titleOk: string;
2493
+ titleSre: string;
2494
+ titleUnknown: string;
2495
+ };
2496
+ version: string;
2497
+ videoSelfie: {
2498
+ Three: string;
2499
+ allGood: string;
2500
+ alt: string;
2501
+ answerOutLoud: string;
2502
+ consentInstructions: {
2503
+ allowPermissions: string;
2504
+ android: {
2505
+ note: string;
2506
+ step1: string;
2507
+ step2: string;
2508
+ step3: string;
2509
+ step3v2: string;
2510
+ step4: string;
2511
+ step5: string;
2512
+ };
2513
+ iOS: {
2514
+ step1: string;
2515
+ step2: string;
2516
+ step3: string;
2517
+ step4: string;
2518
+ step5: string;
2519
+ step6: string;
2520
+ };
2521
+ micPermissions: string;
2522
+ screenPermissions: string;
2523
+ toContinueOnboarding: string;
2524
+ };
2525
+ didYouSay: string;
2526
+ errors: {
2527
+ noInternetConnection: string;
2528
+ noInternetConnectionDescription: string;
2529
+ quitProcess: string;
2530
+ somethingWrong: string;
2531
+ somethingWrongDescription: string;
2532
+ };
2533
+ finishedSpeaking: string;
2534
+ iAccept: string;
2535
+ ifYouHavent: string;
2536
+ imDone: string;
2537
+ kindlyWait: string;
2538
+ loadingConfiguration: string;
2539
+ lookCamera: string;
2540
+ nowSay: string;
2541
+ outLoud: string;
2542
+ pending: string;
2543
+ processing: string;
2544
+ processingSelfie: string;
2545
+ processingStep: string;
2546
+ readyAnswer: string;
2547
+ recordConsentAllow: string;
2548
+ recordConsentReasons: string;
2549
+ recording: string;
2550
+ sayOutLoud: string;
2551
+ showBack: string;
2552
+ showFront: string;
2553
+ showPoaOne: string;
2554
+ showPoaThree: string;
2555
+ showPoaTwo: string;
2556
+ starting: string;
2557
+ success: string;
2558
+ switchingToBack: string;
2559
+ switchingToFront: string;
2560
+ tapContinue: string;
2561
+ tryAgain: string;
2562
+ tutorial: {
2563
+ body: string;
2564
+ legalReason: string;
2565
+ permissions: string;
2566
+ poa: string;
2567
+ questions: string;
2568
+ recordVoiceMessage: string;
2569
+ scanBackId: string;
2570
+ scanFrontId: string;
2571
+ scanId: string;
2572
+ startVideoSelfie: string;
2573
+ takeSelfie: string;
2574
+ title: string;
2575
+ videoCheck: string;
2576
+ };
2577
+ weNeedVerbalAnswer: string;
2578
+ weNeedVerbalAnswersPlural: string;
2579
+ };
2580
+ watchList: {
2581
+ birthYear: string;
2582
+ browser: string;
2583
+ collect: string;
2584
+ continue: string;
2585
+ country: string;
2586
+ enterYourName: string;
2587
+ fullName: string;
2588
+ lastName: string;
2589
+ name: string;
2590
+ processing: string;
2591
+ successMessage: string;
2592
+ thisMigthTake: string;
2593
+ toComplete: string;
2594
+ uploading: string;
2595
+ };
2596
+ webcam: {
2597
+ again: string;
2598
+ classification: string;
2599
+ closer: string;
2600
+ glare: string;
2601
+ hold: string;
2602
+ loading: string;
2603
+ noId: string;
2604
+ shadow: string;
2605
+ sharpness: string;
2606
+ success: string;
2607
+ };
2608
+ webviews: {
2609
+ step1: string;
2610
+ step2: string;
2611
+ step3: string;
2612
+ };
2613
+ welcome: {
2614
+ review: string;
2615
+ start: string;
2616
+ };
2617
+ welcomeModal: {
2618
+ passport: string;
2619
+ passwordInstructions: string;
2620
+ proofAddress: string;
2621
+ proofAddressInstructions: string;
2622
+ title: string;
2623
+ };
2624
+ welcomeModalMobile: {
2625
+ captureId: string;
2626
+ identity: string;
2627
+ message: string;
2628
+ mobile: string;
2629
+ selfie: string;
2630
+ title: string;
2631
+ };
2632
+ youllNeed: string;
2633
+ };
2634
+ export default zhTW;