@smileid/web-components 11.4.0 → 11.4.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 (98) hide show
  1. package/dist/esm/DocumentCaptureScreens-zEVFc_Kr.js +4147 -0
  2. package/dist/esm/DocumentCaptureScreens-zEVFc_Kr.js.map +1 -0
  3. package/dist/esm/{EndUserConsent-BGO3oZ-m.js → EndUserConsent-BXvS7t8z.js} +4 -4
  4. package/dist/esm/{EndUserConsent-BGO3oZ-m.js.map → EndUserConsent-BXvS7t8z.js.map} +1 -1
  5. package/dist/esm/Navigation-BRFmg7s1.js +138 -0
  6. package/dist/esm/Navigation-BRFmg7s1.js.map +1 -0
  7. package/dist/esm/{SelfieCaptureScreens-bmwnmeS9.js → SelfieCaptureScreens-DsFp21uW.js} +2520 -2906
  8. package/dist/esm/SelfieCaptureScreens-DsFp21uW.js.map +1 -0
  9. package/dist/esm/{TotpConsent-V3_Ip2Kw.js → TotpConsent-Cn2DkVza.js} +2 -2
  10. package/dist/esm/{TotpConsent-V3_Ip2Kw.js.map → TotpConsent-Cn2DkVza.js.map} +1 -1
  11. package/dist/esm/combobox.js +14 -16
  12. package/dist/esm/combobox.js.map +1 -1
  13. package/dist/esm/document.js +1 -1
  14. package/dist/esm/end-user-consent.js +1 -1
  15. package/dist/esm/{index-Dnpp-kwk.js → index-DBUdxnp9.js} +57 -57
  16. package/dist/esm/{index-Dnpp-kwk.js.map → index-DBUdxnp9.js.map} +1 -1
  17. package/dist/esm/localisation.js +1 -1
  18. package/dist/esm/main.js +6 -6
  19. package/dist/esm/navigation.js +1 -1
  20. package/dist/esm/package-Do9oHVnx.js +565 -0
  21. package/dist/esm/package-Do9oHVnx.js.map +1 -0
  22. package/dist/esm/selfie.js +1 -1
  23. package/dist/esm/smart-camera-web.js +16 -11
  24. package/dist/esm/smart-camera-web.js.map +1 -1
  25. package/dist/esm/{styles-BOEZtbuc.js → styles-BTEClL7R.js} +2 -2
  26. package/dist/esm/{styles-BOEZtbuc.js.map → styles-BTEClL7R.js.map} +1 -1
  27. package/dist/esm/totp-consent.js +1 -1
  28. package/dist/smart-camera-web.js +445 -178
  29. package/dist/smart-camera-web.js.map +1 -1
  30. package/dist/types/main.d.ts +186 -33
  31. package/lib/components/combobox/src/Combobox.js +14 -12
  32. package/lib/components/document/src/DocumentCaptureScreens.js +15 -5
  33. package/lib/components/document/src/assets/icons/guidelines/greenbook/good.svg +77 -0
  34. package/lib/components/document/src/assets/icons/guidelines/greenbook/not-blurry.svg +84 -0
  35. package/lib/components/document/src/assets/icons/guidelines/greenbook/not-cropped.svg +83 -0
  36. package/lib/components/document/src/assets/icons/guidelines/greenbook/not-reflective.svg +89 -0
  37. package/lib/components/document/src/assets/icons/guidelines/id-card/good.svg +87 -0
  38. package/lib/components/document/src/assets/icons/guidelines/id-card/not-blurry.svg +100 -0
  39. package/lib/components/document/src/assets/icons/guidelines/id-card/not-cropped.svg +93 -0
  40. package/lib/components/document/src/assets/icons/guidelines/id-card/not-reflective.svg +98 -0
  41. package/lib/components/document/src/assets/icons/guidelines/passport/good.svg +91 -0
  42. package/lib/components/document/src/assets/icons/guidelines/passport/not-blurry.svg +109 -0
  43. package/lib/components/document/src/assets/icons/guidelines/passport/not-cropped.svg +102 -0
  44. package/lib/components/document/src/assets/icons/guidelines/passport/not-reflective.svg +207 -0
  45. package/lib/components/document/src/assets/lottie/taking photo of ID FLIP 2D.lottie +0 -0
  46. package/lib/components/document/src/assets/lottie/taking photo of ID.lottie +0 -0
  47. package/lib/components/document/src/assets/lottie/taking photo of green book passport.lottie +0 -0
  48. package/lib/components/document/src/assets/lottie/taking photo of passport 2.lottie +0 -0
  49. package/lib/components/document/src/document-capture-instructions/DocumentCaptureInstructions.stories.js +123 -12
  50. package/lib/components/document/src/document-capture-instructions/DocumentCaptureInstructions.tsx +808 -0
  51. package/lib/components/document/src/document-capture-instructions/index.js +1 -0
  52. package/lib/components/navigation/src/Navigation.js +57 -56
  53. package/lib/components/navigation/src/Navigation.stories.js +7 -0
  54. package/lib/components/selfie/src/selfie-capture-wrapper/SelfieCaptureWrapper.tsx +113 -8
  55. package/lib/components/selfie/src/smartselfie-capture/utils/mediapipeManager.ts +65 -0
  56. package/lib/components/signature-pad/package-lock.json +11 -9
  57. package/lib/components/signature-pad/package.json +2 -2
  58. package/lib/components/smart-camera-web/src/SmartCameraWeb.js +7 -1
  59. package/lib/styles/src/styles.js +1 -1
  60. package/package.json +4 -3
  61. package/dist/README.md +0 -15
  62. package/dist/components/README.md +0 -14
  63. package/dist/components/document/src/README.md +0 -111
  64. package/dist/components/document/src/document-capture/README.md +0 -90
  65. package/dist/components/document/src/document-capture-instructions/README.md +0 -56
  66. package/dist/components/document/src/document-capture-review/README.md +0 -79
  67. package/dist/components/selfie/README.md +0 -225
  68. package/dist/components/smart-camera-web/src/README.md +0 -206
  69. package/dist/domain/camera/src/README.md +0 -38
  70. package/dist/domain/file-upload/README.md +0 -35
  71. package/dist/esm/DocumentCaptureScreens-DbU8ZxMx.js +0 -1580
  72. package/dist/esm/DocumentCaptureScreens-DbU8ZxMx.js.map +0 -1
  73. package/dist/esm/Navigation-DH44dkMT.js +0 -144
  74. package/dist/esm/Navigation-DH44dkMT.js.map +0 -1
  75. package/dist/esm/SelfieCaptureScreens-bmwnmeS9.js.map +0 -1
  76. package/dist/esm/package-7J5h4EOW.js +0 -90
  77. package/dist/esm/package-7J5h4EOW.js.map +0 -1
  78. package/dist/package-lock.json +0 -4948
  79. package/dist/package.json +0 -59
  80. package/dist/smart-camera-web.js.gz +0 -0
  81. package/dist/src/components/combobox/src/index.js +0 -425
  82. package/dist/src/components/combobox/src/index.js.map +0 -7
  83. package/dist/src/components/document/src/index.js +0 -1423
  84. package/dist/src/components/document/src/index.js.map +0 -7
  85. package/dist/src/components/end-user-consent/src/index.js +0 -1586
  86. package/dist/src/components/end-user-consent/src/index.js.map +0 -7
  87. package/dist/src/components/selfie/src/index.js +0 -1221
  88. package/dist/src/components/selfie/src/index.js.map +0 -7
  89. package/dist/src/components/signature-pad/src/index.js +0 -796
  90. package/dist/src/components/signature-pad/src/index.js.map +0 -7
  91. package/dist/src/components/smart-camera-web/src/SmartCameraWeb.js +0 -2754
  92. package/dist/src/components/smart-camera-web/src/SmartCameraWeb.js.map +0 -7
  93. package/dist/src/components/totp-consent/src/index.js +0 -1305
  94. package/dist/src/components/totp-consent/src/index.js.map +0 -7
  95. package/dist/src/index.js.map +0 -7
  96. package/dist/styles/README.md +0 -3
  97. package/dist/types/document-auto-capture.d.ts +0 -34
  98. package/dist/types/locale.d.ts +0 -19
@@ -1,4 +1,4 @@
1
- var N = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1
+ var z = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
2
  function Zn(e) {
3
3
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
4
  }
@@ -135,7 +135,7 @@ var se, Zr;
135
135
  function jn() {
136
136
  if (Zr) return se;
137
137
  Zr = 1;
138
- var e = typeof N == "object" && N && N.Object === Object && N;
138
+ var e = typeof z == "object" && z && z.Object === Object && z;
139
139
  return se = e, se;
140
140
  }
141
141
  var ue, et;
@@ -223,10 +223,10 @@ var me, ut;
223
223
  function fa() {
224
224
  if (ut) return me;
225
225
  ut = 1;
226
- var e = da(), r = function() {
226
+ var e = da(), r = (function() {
227
227
  var n = /[^.]+$/.exec(e && e.keys && e.keys.IE_PROTO || "");
228
228
  return n ? "Symbol(src)_1." + n : "";
229
- }();
229
+ })();
230
230
  function t(n) {
231
231
  return !!r && r in n;
232
232
  }
@@ -463,9 +463,9 @@ function wa() {
463
463
  }
464
464
  return i.prototype.clear = e, i.prototype.delete = r, i.prototype.get = t, i.prototype.has = n, i.prototype.set = a, De = i, De;
465
465
  }
466
- var ze, Ot;
466
+ var Ne, Ot;
467
467
  function Oa() {
468
- if (Ot) return ze;
468
+ if (Ot) return Ne;
469
469
  Ot = 1;
470
470
  var e = V(), r = kn(), t = wa(), n = 200;
471
471
  function a(i, o) {
@@ -478,34 +478,34 @@ function Oa() {
478
478
  }
479
479
  return s.set(i, o), this.size = s.size, this;
480
480
  }
481
- return ze = a, ze;
481
+ return Ne = a, Ne;
482
482
  }
483
- var Ne, Pt;
483
+ var ze, Pt;
484
484
  function Pa() {
485
- if (Pt) return Ne;
485
+ if (Pt) return ze;
486
486
  Pt = 1;
487
487
  var e = V(), r = ia(), t = oa(), n = sa(), a = ua(), i = Oa();
488
488
  function o(s) {
489
489
  var u = this.__data__ = new e(s);
490
490
  this.size = u.size;
491
491
  }
492
- return o.prototype.clear = r, o.prototype.delete = t, o.prototype.get = n, o.prototype.has = a, o.prototype.set = i, Ne = o, Ne;
492
+ return o.prototype.clear = r, o.prototype.delete = t, o.prototype.get = n, o.prototype.has = a, o.prototype.set = i, ze = o, ze;
493
493
  }
494
494
  var xe, jt;
495
495
  function Fn() {
496
496
  if (jt) return xe;
497
497
  jt = 1;
498
- var e = Dr(), r = function() {
498
+ var e = Dr(), r = (function() {
499
499
  try {
500
500
  var t = e(Object, "defineProperty");
501
501
  return t({}, "", {}), t;
502
502
  } catch {
503
503
  }
504
- }();
504
+ })();
505
505
  return xe = r, xe;
506
506
  }
507
507
  var Me, Lt;
508
- function zr() {
508
+ function Nr() {
509
509
  if (Lt) return Me;
510
510
  Lt = 1;
511
511
  var e = Fn();
@@ -523,7 +523,7 @@ var Ee, kt;
523
523
  function Bn() {
524
524
  if (kt) return Ee;
525
525
  kt = 1;
526
- var e = zr(), r = E();
526
+ var e = Nr(), r = E();
527
527
  function t(n, a, i) {
528
528
  (i !== void 0 && !r(n[a], i) || i === void 0 && !(a in n)) && e(n, a, i);
529
529
  }
@@ -556,7 +556,7 @@ var L = { exports: {} };
556
556
  L.exports;
557
557
  var Dt;
558
558
  function ka() {
559
- return Dt || (Dt = 1, function(e, r) {
559
+ return Dt || (Dt = 1, (function(e, r) {
560
560
  var t = O(), n = r && !r.nodeType && r, a = n && !0 && e && !e.nodeType && e, i = a && a.exports === n, o = i ? t.Buffer : void 0, s = o ? o.allocUnsafe : void 0;
561
561
  function u(c, l) {
562
562
  if (l)
@@ -565,19 +565,19 @@ function ka() {
565
565
  return c.copy(p), p;
566
566
  }
567
567
  e.exports = u;
568
- }(L, L.exports)), L.exports;
568
+ })(L, L.exports)), L.exports;
569
569
  }
570
- var Ue, zt;
570
+ var Ue, Nt;
571
571
  function Fa() {
572
- if (zt) return Ue;
573
- zt = 1;
572
+ if (Nt) return Ue;
573
+ Nt = 1;
574
574
  var e = O(), r = e.Uint8Array;
575
575
  return Ue = r, Ue;
576
576
  }
577
- var He, Nt;
577
+ var He, zt;
578
578
  function Ba() {
579
- if (Nt) return He;
580
- Nt = 1;
579
+ if (zt) return He;
580
+ zt = 1;
581
581
  var e = Fa();
582
582
  function r(t) {
583
583
  var n = new t.constructor(t.byteLength);
@@ -597,7 +597,7 @@ function Da() {
597
597
  return $e = r, $e;
598
598
  }
599
599
  var Ke, Mt;
600
- function za() {
600
+ function Na() {
601
601
  if (Mt) return Ke;
602
602
  Mt = 1;
603
603
  function e(r, t) {
@@ -609,10 +609,10 @@ function za() {
609
609
  return Ke = e, Ke;
610
610
  }
611
611
  var We, Et;
612
- function Na() {
612
+ function za() {
613
613
  if (Et) return We;
614
614
  Et = 1;
615
- var e = A(), r = Object.create, t = /* @__PURE__ */ function() {
615
+ var e = A(), r = Object.create, t = /* @__PURE__ */ (function() {
616
616
  function n() {
617
617
  }
618
618
  return function(a) {
@@ -624,7 +624,7 @@ function Na() {
624
624
  var i = new n();
625
625
  return n.prototype = void 0, i;
626
626
  };
627
- }();
627
+ })();
628
628
  return We = t, We;
629
629
  }
630
630
  var Je, Gt;
@@ -646,7 +646,7 @@ function Dn() {
646
646
  return Ye = r, Ye;
647
647
  }
648
648
  var Qe, Ut;
649
- function zn() {
649
+ function Nn() {
650
650
  if (Ut) return Qe;
651
651
  Ut = 1;
652
652
  var e = Object.prototype;
@@ -660,7 +660,7 @@ var Xe, Ht;
660
660
  function Ma() {
661
661
  if (Ht) return Xe;
662
662
  Ht = 1;
663
- var e = Na(), r = Dn(), t = zn();
663
+ var e = za(), r = Dn(), t = Nn();
664
664
  function n(a) {
665
665
  return typeof a.constructor == "function" && !t(a) ? e(r(a)) : {};
666
666
  }
@@ -686,12 +686,12 @@ function Ea() {
686
686
  return er = n, er;
687
687
  }
688
688
  var rr, Wt;
689
- function Nn() {
689
+ function zn() {
690
690
  if (Wt) return rr;
691
691
  Wt = 1;
692
- var e = Ea(), r = D(), t = Object.prototype, n = t.hasOwnProperty, a = t.propertyIsEnumerable, i = e(/* @__PURE__ */ function() {
692
+ var e = Ea(), r = D(), t = Object.prototype, n = t.hasOwnProperty, a = t.propertyIsEnumerable, i = e(/* @__PURE__ */ (function() {
693
693
  return arguments;
694
- }()) ? e : function(o) {
694
+ })()) ? e : function(o) {
695
695
  return r(o) && n.call(o, "callee") && !a.call(o, "callee");
696
696
  };
697
697
  return rr = i, rr;
@@ -714,7 +714,7 @@ function Mn() {
714
714
  return nr = r, nr;
715
715
  }
716
716
  var ar, Qt;
717
- function Nr() {
717
+ function zr() {
718
718
  if (Qt) return ar;
719
719
  Qt = 1;
720
720
  var e = Br(), r = Mn();
@@ -727,7 +727,7 @@ var ir, Xt;
727
727
  function Ga() {
728
728
  if (Xt) return ir;
729
729
  Xt = 1;
730
- var e = Nr(), r = D();
730
+ var e = zr(), r = D();
731
731
  function t(n) {
732
732
  return r(n) && e(n);
733
733
  }
@@ -745,10 +745,10 @@ function Va() {
745
745
  k.exports;
746
746
  var en;
747
747
  function En() {
748
- return en || (en = 1, function(e, r) {
748
+ return en || (en = 1, (function(e, r) {
749
749
  var t = O(), n = Va(), a = r && !r.nodeType && r, i = a && !0 && e && !e.nodeType && e, o = i && i.exports === a, s = o ? t.Buffer : void 0, u = s ? s.isBuffer : void 0, c = u || n;
750
750
  e.exports = c;
751
- }(k, k.exports)), k.exports;
751
+ })(k, k.exports)), k.exports;
752
752
  }
753
753
  var sr, rn;
754
754
  function Ua() {
@@ -770,8 +770,8 @@ var ur, tn;
770
770
  function Ha() {
771
771
  if (tn) return ur;
772
772
  tn = 1;
773
- var e = U(), r = Mn(), t = D(), n = "[object Arguments]", a = "[object Array]", i = "[object Boolean]", o = "[object Date]", s = "[object Error]", u = "[object Function]", c = "[object Map]", l = "[object Number]", f = "[object Object]", p = "[object RegExp]", y = "[object Set]", _ = "[object String]", C = "[object WeakMap]", S = "[object ArrayBuffer]", w = "[object DataView]", h = "[object Float32Array]", K = "[object Float64Array]", W = "[object Int8Array]", P = "[object Int16Array]", T = "[object Int32Array]", b = "[object Uint8Array]", m = "[object Uint8ClampedArray]", z = "[object Uint16Array]", g = "[object Uint32Array]", d = {};
774
- d[h] = d[K] = d[W] = d[P] = d[T] = d[b] = d[m] = d[z] = d[g] = !0, d[n] = d[a] = d[S] = d[i] = d[w] = d[o] = d[s] = d[u] = d[c] = d[l] = d[f] = d[p] = d[y] = d[_] = d[C] = !1;
773
+ var e = U(), r = Mn(), t = D(), n = "[object Arguments]", a = "[object Array]", i = "[object Boolean]", o = "[object Date]", s = "[object Error]", u = "[object Function]", c = "[object Map]", l = "[object Number]", f = "[object Object]", p = "[object RegExp]", y = "[object Set]", _ = "[object String]", C = "[object WeakMap]", S = "[object ArrayBuffer]", w = "[object DataView]", h = "[object Float32Array]", K = "[object Float64Array]", W = "[object Int8Array]", P = "[object Int16Array]", T = "[object Int32Array]", b = "[object Uint8Array]", m = "[object Uint8ClampedArray]", N = "[object Uint16Array]", g = "[object Uint32Array]", d = {};
774
+ d[h] = d[K] = d[W] = d[P] = d[T] = d[b] = d[m] = d[N] = d[g] = !0, d[n] = d[a] = d[S] = d[i] = d[w] = d[o] = d[s] = d[u] = d[c] = d[l] = d[f] = d[p] = d[y] = d[_] = d[C] = !1;
775
775
  function j(R) {
776
776
  return t(R) && r(R.length) && !!d[e(R)];
777
777
  }
@@ -792,16 +792,16 @@ var F = { exports: {} };
792
792
  F.exports;
793
793
  var an;
794
794
  function Ka() {
795
- return an || (an = 1, function(e, r) {
796
- var t = jn(), n = r && !r.nodeType && r, a = n && !0 && e && !e.nodeType && e, i = a && a.exports === n, o = i && t.process, s = function() {
795
+ return an || (an = 1, (function(e, r) {
796
+ var t = jn(), n = r && !r.nodeType && r, a = n && !0 && e && !e.nodeType && e, i = a && a.exports === n, o = i && t.process, s = (function() {
797
797
  try {
798
798
  var u = a && a.require && a.require("util").types;
799
799
  return u || o && o.binding && o.binding("util");
800
800
  } catch {
801
801
  }
802
- }();
802
+ })();
803
803
  e.exports = s;
804
- }(F, F.exports)), F.exports;
804
+ })(F, F.exports)), F.exports;
805
805
  }
806
806
  var lr, on;
807
807
  function Gn() {
@@ -824,7 +824,7 @@ var fr, un;
824
824
  function Wa() {
825
825
  if (un) return fr;
826
826
  un = 1;
827
- var e = zr(), r = E(), t = Object.prototype, n = t.hasOwnProperty;
827
+ var e = Nr(), r = E(), t = Object.prototype, n = t.hasOwnProperty;
828
828
  function a(i, o, s) {
829
829
  var u = i[o];
830
830
  (!(n.call(i, o) && r(u, s)) || s === void 0 && !(o in i)) && e(i, o, s);
@@ -835,7 +835,7 @@ var pr, cn;
835
835
  function Ja() {
836
836
  if (cn) return pr;
837
837
  cn = 1;
838
- var e = Wa(), r = zr();
838
+ var e = Wa(), r = Nr();
839
839
  function t(n, a, i, o) {
840
840
  var s = !i;
841
841
  i || (i = {});
@@ -873,7 +873,7 @@ var mr, fn;
873
873
  function Qa() {
874
874
  if (fn) return mr;
875
875
  fn = 1;
876
- var e = Ya(), r = Nn(), t = xn(), n = En(), a = Un(), i = Gn(), o = Object.prototype, s = o.hasOwnProperty;
876
+ var e = Ya(), r = zn(), t = xn(), n = En(), a = Un(), i = Gn(), o = Object.prototype, s = o.hasOwnProperty;
877
877
  function u(c, l) {
878
878
  var f = t(c), p = !f && r(c), y = !f && !p && n(c), _ = !f && !p && !y && i(c), C = f || p || y || _, S = C ? e(c.length, String) : [], w = S.length;
879
879
  for (var h in c)
@@ -903,7 +903,7 @@ var yr, vn;
903
903
  function Za() {
904
904
  if (vn) return yr;
905
905
  vn = 1;
906
- var e = A(), r = zn(), t = Xa(), n = Object.prototype, a = n.hasOwnProperty;
906
+ var e = A(), r = Nn(), t = Xa(), n = Object.prototype, a = n.hasOwnProperty;
907
907
  function i(o) {
908
908
  if (!e(o))
909
909
  return t(o);
@@ -918,7 +918,7 @@ var br, hn;
918
918
  function Hn() {
919
919
  if (hn) return br;
920
920
  hn = 1;
921
- var e = Qa(), r = Za(), t = Nr();
921
+ var e = Qa(), r = Za(), t = zr();
922
922
  function n(a) {
923
923
  return t(a) ? e(a, !0) : r(a);
924
924
  }
@@ -938,11 +938,11 @@ var qr, gn;
938
938
  function ri() {
939
939
  if (gn) return qr;
940
940
  gn = 1;
941
- var e = Bn(), r = ka(), t = Da(), n = za(), a = Ma(), i = Nn(), o = xn(), s = Ga(), u = En(), c = Br(), l = A(), f = Ua(), p = Gn(), y = Vn(), _ = ei();
941
+ var e = Bn(), r = ka(), t = Da(), n = Na(), a = Ma(), i = zn(), o = xn(), s = Ga(), u = En(), c = Br(), l = A(), f = Ua(), p = Gn(), y = Vn(), _ = ei();
942
942
  function C(S, w, h, K, W, P, T) {
943
- var b = y(S, h), m = y(w, h), z = T.get(m);
944
- if (z) {
945
- e(S, h, z);
943
+ var b = y(S, h), m = y(w, h), N = T.get(m);
944
+ if (N) {
945
+ e(S, h, N);
946
946
  return;
947
947
  }
948
948
  var g = P ? P(b, m, h + "", S, w, T) : void 0, d = g === void 0;
@@ -1081,7 +1081,7 @@ var jr, An;
1081
1081
  function li() {
1082
1082
  if (An) return jr;
1083
1083
  An = 1;
1084
- var e = E(), r = Nr(), t = Un(), n = A();
1084
+ var e = E(), r = zr(), t = Un(), n = A();
1085
1085
  function a(i, o, s) {
1086
1086
  if (!n(s))
1087
1087
  return !1;
@@ -1117,7 +1117,7 @@ function fi() {
1117
1117
  return kr = t, kr;
1118
1118
  }
1119
1119
  var pi = fi();
1120
- const vi = /* @__PURE__ */ Zn(pi), hi = "rtl", mi = { back: "رجوع", close: "إغلاق", closeVerificationFrame: "إغلاق التحقق من الهوية (Smile ID)", allow: "اسمح", cancel: "إلغاء", continue: "استمر", or: "أو", toggle: "تبديل" }, gi = { noItems: "لا توجد عناصر" }, yi = { back: "رجوع", closeVerificationFrame: "إغلاق التحقق من الهوية (Smile ID)" }, bi = { permission: { description: "اسمح بالوصول إلى الكاميرا للتحقق من بياناتك", requestButton: "طلب الوصول إلى الكاميرا" }, error: { notAllowed: "لم يتم منح الوصول إلى الكاميرا أو تم حظره بواسطة متصفح/إضافات. قم بتمكين الوصول في متصفحك/إضافتك للمتابعة. قد تحتاج إلى إعادة تحميل الصفحة.", abort: "حدث خطأ ما، وفقدنا الوصول إلى كاميرتك. يرجى إعادة تحميل الصفحة.", notReadable: "يبدو أن هناك مشكلة في الكاميرا. قم بإصلاحها وحاول مرة أخرى، أو حاول استخدام الجهاز.", notFound: "لا نستطيع العثور على الكاميرا الخاصة بك. يرجى التحديث.", insecure: "يلزم اتصال آمن. الوصول إلى الكاميرا معطل على المواقع غير الآمنة. يرجى الانتقال إلى الصفحة الآمنة أو الاتصال بمالك التطبيق." } }, _i = { instructions: { title: "بعد ذلك، سنأخذ صورة سيلفي سريعة", allowButton: "اسمح", tips: { goodLight: { header: "إضاءة جيدة", body: "تأكد من أنك في بيئة جيدة الإضاءة." }, clearImage: { header: "صورة واضحة", body: "امسك هاتفك بثبات لتكون صورة السيلفي واضحة وحادة." }, removeObstructions: { header: "إزالة العوائق", body: "أزل أي شيء يغطي وجهك، مثل النظارات والأقنعة والقبعات." }, wideSmile: { header: "ابتسامة كبيرة", body: "عندما يُطلب منك الابتسام، ابتسم ابتسامة عريضة تظهر أسنانك." } } }, capture: { tip: { fitHead: "ضع رأسك داخل الإطار البيضاوي" }, cta: { smile: "ابتسم", widerSmile: "ابتسامة أوسع" }, button: { takeSelfie: "التقط سيلفي", startCapture: "بدء التسجيل" }, agentMode: { on: "وضع الوكيل قيد التشغيل", off: "وضع الوكيل معطل" }, error: { minFrames: "كاميرا ويب الذكية: الحد الأدنى المطلوب لعدد الإطارات هو {{count}}", webcamCapture: "تعذر التقاط صور كاميرا الويب - يرجى تجربة جهاز آخر" }, loading: { progress: "جارٍ التحميل... {{progress}}%", slowConnection: "الإنترنت بطيء جدًا، انتظر قليلاً...", connectionError: "خطأ في الاتصال بالإنترنت، تحقق من اتصالك وأعد المحاولة" } }, smart: { alert: { noFace: "ضع وجهك في الشكل البيضاوي", outOfBounds: "ضع وجهك في الشكل البيضاوي", tooClose: "ابتعد أكثر", tooFar: "اقترب", neutralExpression: "تعبير محايد", smileRequired: "يبتسم!", openMouthSmile: "ابتسامة أوسع - أسنان ظاهرة", initializing: "جارٍ التهيئة..." }, status: { capturing: "جارٍ التقاط...", keepSmiling: "حافظ على ابتسامتك!", readyToCapture: "جاهز للتصوير" } }, review: { title: "مراجعة صورة سيلفي", question: "هل وجهك كله صافي؟", acceptButton: "نعم، استخدم هذا", retakeButton: "لا، أعد التقاط صورة السيلفي" } }, qi = { name: { default: "وثيقة" }, title: { front: "تقديم صورة أمامية لبطاقة الهوية", back: "تقديم ظهر الهوية" }, capture: { checkingPermissions: "جارٍ التحقق من الأذونات...", instructionText: "تأكد من أن جميع الزوايا مرئية ولا يوجد وهج.", captureButton: "التقاط وثيقة" }, instructions: { description: "سنستخدمه للتحقق من هويتك.", followInstructions: "يرجى اتباع التعليمات أدناه.", goodLight: { header: "إضاءة جيدة", body: "تأكد من التقاط الصورة في بيئة مضاءة جيداً حيث يسهل قراءة وثيقة الهوية." }, clearImage: { header: "صورة واضحة", body: "اجعل الكاميرا ثابتة حتى لا تكون الكلمات الموجودة على الهوية ضبابية." }, takePhotoButton: "التقط صورة", uploadPhotoButton: "تحميل صورة" }, review: { question: "هل الوثيقة واضحة ومقروءة؟", description: "تأكد من أن جميع زوايا المستند مرئية ولا يوجد توهج", acceptButton: "نعم، بطاقة هويتي واضحة و مقروءة", retakeButton: "لا، أعد التقاط الصورة" } }, Ci = { error: { readingFile: "حدث خطأ أثناء قراءة الملف. يرجى التحقق من الملف والمحاولة مرة أخرى.", multipleFiles: "يُسمح بتحميل ملف واحد فقط في كل مرة", unsupportedFormat: "تنسيق ملف غير مدعوم. يرجى التأكد من توفير صورة بتنسيق JPG أو PNG", fileTooLarge: "{{filename}} كبير جدًا. يُرجى التأكد من أن الملف أقل من {{size}}." } }, Si = { demoTip: "شاشة الموافقة هذه لأغراض توضيحية فقط. لا يقوم التطبيق التجريبي بجمع بيانات الهوية السيلفي.", accessRequest: "{{partnerName}} يرغب في الوصول إلى معلوماتك {{idTypeLabel}}", allowPartner: "هذا سيسمح لـ {{partnerName}} بـ:", processing: { personalDetails: { title: "معالجة بياناتك السيلفي", description: "بإمكان الشريك معالجة اسمك وتاريخ ميلادك وجنسك" }, contactInfo: { title: "معالجة معلومات الاتصال الخاصة بك", description: "يمكن للشريك معالجة أرقام هواتفك وعنوانك" }, documentInfo: { title: "معالجة معلومات مستندك", description: "يمكن للشريك معالجة صورتك وتاريخ انتهاء صلاحية هويتك وبلد الإصدار ورقم الوثيقة" } }, privacyPolicy: "يمكنك الاطلاع على سياسة الخصوصية الخاصة بـ {{partnerName}}", privacyPolicyLink: "هنا.", grantConsent: 'باختيارك "السماح"، فإنك تمنح {{partnerName}} الموافقة على معالجة بياناتك السيلفي لتقديم هذه الخدمة لك.', denied: { title: "تم رفض الموافقة", message: "لا يمكننا التحقق من هويتك بدون موافقتك", prompt: "هل ترغب في تصحيح ذلك؟", goBack: "عُد", confirmCancel: "لا، إلغاء التحقق" } }, Ii = { loading: { title: "إنشاء", subtitle: "بضع ثوانٍ أخرى فقط", description: "نحن نجهز عملية التحقق الخاصة بك" }, idSelection: { title: "حدد نوع المستند", selectCountry: "اختر البلد", selectIdType: "حدد نوع المستند", selectDocument: "حدد المستند", searchCountry: "البحث عن بلد", placeholder: "الرجاء الاختيار", selectCountryFirst: "--اختر البلد أولاً--", noCountryFound: "لا يوجد بلد", noIdTypeFound: "لم يتم العثور على نوع هوية" }, upload: { title: "جاري تحميل", subtitle: "بضع ثوانٍ أخرى فقط", description: "نحن بصدد معالجة طلبك" }, complete: { title: "تم الإرسال بنجاح", subtitle: "هذا كل ما تحتاجه للتحقق من هويتك", processingInfo: "سنقوم بمعالجة معلوماتك {{country}} - {{idType}} للتحقق من هويتك" }, smartSelfie: { authentication: { title: "مصادقة SmartSelfie™", upload: "مصادقة المستخدم" }, registration: { title: "تسجيل SmartSelfie™", upload: "تسجيل المستخدم" } }, eSignature: { fullName: "الاسم الكامل", loading: { description: "نحن بصدد التأسيس" }, upload: { description: "نحن بصدد معالجة طلبك" }, entry: { title: "تقديم التوقيع", subtitle: "اقرأ واقبل الاتفاقيات التي ستراها في الصفحة التالية" }, tips: { read: { title: "اقرأ المستند", description: "اقرأ المستند (المستندات) المقدمة بعناية" }, name: { title: "أضف اسمك الكامل", description: "اكتب اسمك الكامل بعد موافقتك على المستند (المستندات) التي تمت مشاركتها معك." }, signature: { title: "أضف توقيعك", description: "وقّع أو حمّل توقيعك لتوثيق المستندات" } }, getStarted: "ابدأ الآن", review: { title: "مراجعة الوثائق", subtitle: "قبل القبول، يُرجى قراءة المستند(ات) بعناية", consent: "بتحديد هذا المربع، فإنك توافق على الشروط الواردة في المستند (المستندات)." }, personalInfo: { title: "أضف اسمك الكامل", subtitle: "يرجى إضافة اسمك بالكامل للتحقق من قراءتك للوثيقة (الوثائق) المقدمة مسبقاً.", placeholder: "جيمس دو" }, signature: { title: "أضف توقيعك", subtitle: "وقّع أو حمّل توقيعك أدناه" }, confirmDetails: { title: "تأكيد التفاصيل", subtitle: "تأكد من أن اسمك مكتوب بشكل صحيح، وأن التوقيع يشبه التوقيع الموجود في هويتك", yes: "نعم، هذا صحيح", no: "لا، غيّرهم" }, error: { uploadFailed: "لم نتمكن من تحميل توقيعك" } }, idInfo: { title: "أدخل معلومات الهوية", idNumber: "رقم الهوية", firstName: "الاسم الأول", lastName: "اسم العائلة", dateOfBirth: "تاريخ الميلاد", day: "يوم", month: "شهر", year: "سنة", bank: "بنك", selectBank: "--حدد البنك--", searchBank: "البحث عن بنك", noBankFound: "لم يتم العثور على بنك", citizenship: "الجنسية", selectCitizenship: "اختر نوع الجنسية", dob: "تاريخ الميلاد" }, error: { title: "حدث خطأ", generic: "حدث خطأ ما", uploadFailed: "لم نتمكن من تحميل معلوماتك", checkInternet: "يرجى التأكد من وجود اتصال إنترنت مستقر. ثم حاول مرة أخرى!", tryAgain: "أعد المحاولة", countryNotSupported: "{{country}} غير مدعوم" }, validation: { isRequired: "{{field}} مطلوب", invalidFormat: "{{field}} غير صالح" } }, Ti = {
1120
+ const vi = /* @__PURE__ */ Zn(pi), hi = "rtl", mi = { back: "رجوع", close: "إغلاق", closeVerificationFrame: "إغلاق التحقق من الهوية (Smile ID)", allow: "اسمح", cancel: "إلغاء", continue: "استمر", or: "أو", toggle: "تبديل" }, gi = { noItems: "لا توجد عناصر" }, yi = { back: "رجوع", closeVerificationFrame: "إغلاق التحقق من الهوية (Smile ID)" }, bi = { permission: { description: "اسمح بالوصول إلى الكاميرا للتحقق من بياناتك", requestButton: "طلب الوصول إلى الكاميرا" }, error: { notAllowed: "لم يتم منح الوصول إلى الكاميرا أو تم حظره بواسطة متصفح/إضافات. قم بتمكين الوصول في متصفحك/إضافتك للمتابعة. قد تحتاج إلى إعادة تحميل الصفحة.", abort: "حدث خطأ ما، وفقدنا الوصول إلى كاميرتك. يرجى إعادة تحميل الصفحة.", notReadable: "يبدو أن هناك مشكلة في الكاميرا. قم بإصلاحها وحاول مرة أخرى، أو حاول استخدام الجهاز.", notFound: "لا نستطيع العثور على الكاميرا الخاصة بك. يرجى التحديث.", insecure: "يلزم اتصال آمن. الوصول إلى الكاميرا معطل على المواقع غير الآمنة. يرجى الانتقال إلى الصفحة الآمنة أو الاتصال بمالك التطبيق." } }, _i = { instructions: { title: "بعد ذلك، سنأخذ صورة سيلفي سريعة", allowButton: "اسمح", tips: { goodLight: { header: "إضاءة جيدة", body: "تأكد من أنك في بيئة جيدة الإضاءة." }, clearImage: { header: "صورة واضحة", body: "امسك هاتفك بثبات لتكون صورة السيلفي واضحة وحادة." }, removeObstructions: { header: "إزالة العوائق", body: "أزل أي شيء يغطي وجهك، مثل النظارات والأقنعة والقبعات." }, wideSmile: { header: "ابتسامة كبيرة", body: "عندما يُطلب منك الابتسام، ابتسم ابتسامة عريضة تظهر أسنانك." } } }, capture: { tip: { fitHead: "ضع رأسك داخل الإطار البيضاوي" }, cta: { smile: "ابتسم", widerSmile: "ابتسامة أوسع" }, button: { takeSelfie: "التقط سيلفي", startCapture: "بدء التسجيل" }, agentMode: { on: "وضع الوكيل قيد التشغيل", off: "وضع الوكيل معطل" }, error: { minFrames: "كاميرا ويب الذكية: الحد الأدنى المطلوب لعدد الإطارات هو {{count}}", webcamCapture: "تعذر التقاط صور كاميرا الويب - يرجى تجربة جهاز آخر" }, loading: { progress: "جارٍ التحميل... {{progress}}%", slowConnection: "الإنترنت بطيء جدًا، انتظر قليلاً...", connectionError: "خطأ في الاتصال بالإنترنت، تحقق من اتصالك وأعد المحاولة" } }, smart: { alert: { noFace: "ضع وجهك في الشكل البيضاوي", outOfBounds: "ضع وجهك في الشكل البيضاوي", tooClose: "ابتعد أكثر", tooFar: "اقترب", neutralExpression: "تعبير محايد", smileRequired: "يبتسم!", openMouthSmile: "ابتسامة أوسع - أسنان ظاهرة", initializing: "جارٍ التهيئة..." }, status: { capturing: "جارٍ التقاط...", keepSmiling: "حافظ على ابتسامتك!", readyToCapture: "جاهز للتصوير" } }, review: { title: "مراجعة صورة سيلفي", question: "هل وجهك كله صافي؟", acceptButton: "نعم، استخدم هذا", retakeButton: "لا، أعد التقاط صورة السيلفي" } }, qi = { name: { default: "وثيقة" }, title: { front: "تقديم صورة أمامية لبطاقة الهوية", back: "تقديم ظهر الهوية" }, capture: { checkingPermissions: "جارٍ التحقق من الأذونات...", instructionText: "تأكد من أن جميع الزوايا مرئية ولا يوجد وهج.", captureButton: "التقاط وثيقة" }, instructions: { captureTitlePrefix: "استعد لالتقاط", captureGuidelines: "إرشادات الالتقاط", description: "سنستخدمه للتحقق من هويتك.", followInstructions: "يرجى اتباع التعليمات أدناه.", guidelines: { good: "جيد", notCropped: "غير مقصوص", notBlurry: "غير ضبابي", notReflective: "بدون انعكاس" }, goodLight: { header: "إضاءة جيدة", body: "تأكد من التقاط الصورة في بيئة مضاءة جيداً حيث يسهل قراءة وثيقة الهوية." }, clearImage: { header: "صورة واضحة", body: "اجعل الكاميرا ثابتة حتى لا تكون الكلمات الموجودة على الهوية ضبابية." }, startCapture: "بدء الالتقاط", takePhotoButton: "التقط صورة", uploadPhotoButton: "تحميل صورة" }, review: { question: "هل الوثيقة واضحة ومقروءة؟", description: "تأكد من أن جميع زوايا المستند مرئية ولا يوجد توهج", acceptButton: "نعم، بطاقة هويتي واضحة و مقروءة", retakeButton: "لا، أعد التقاط الصورة" } }, Ci = { error: { readingFile: "حدث خطأ أثناء قراءة الملف. يرجى التحقق من الملف والمحاولة مرة أخرى.", multipleFiles: "يُسمح بتحميل ملف واحد فقط في كل مرة", unsupportedFormat: "تنسيق ملف غير مدعوم. يرجى التأكد من توفير صورة بتنسيق JPG أو PNG", fileTooLarge: "{{filename}} كبير جدًا. يُرجى التأكد من أن الملف أقل من {{size}}." } }, Si = { demoTip: "شاشة الموافقة هذه لأغراض توضيحية فقط. لا يقوم التطبيق التجريبي بجمع بيانات الهوية السيلفي.", accessRequest: "{{partnerName}} يرغب في الوصول إلى معلوماتك {{idTypeLabel}}", allowPartner: "هذا سيسمح لـ {{partnerName}} بـ:", processing: { personalDetails: { title: "معالجة بياناتك السيلفي", description: "بإمكان الشريك معالجة اسمك وتاريخ ميلادك وجنسك" }, contactInfo: { title: "معالجة معلومات الاتصال الخاصة بك", description: "يمكن للشريك معالجة أرقام هواتفك وعنوانك" }, documentInfo: { title: "معالجة معلومات مستندك", description: "يمكن للشريك معالجة صورتك وتاريخ انتهاء صلاحية هويتك وبلد الإصدار ورقم الوثيقة" } }, privacyPolicy: "يمكنك الاطلاع على سياسة الخصوصية الخاصة بـ {{partnerName}}", privacyPolicyLink: "هنا.", grantConsent: 'باختيارك "السماح"، فإنك تمنح {{partnerName}} الموافقة على معالجة بياناتك السيلفي لتقديم هذه الخدمة لك.', denied: { title: "تم رفض الموافقة", message: "لا يمكننا التحقق من هويتك بدون موافقتك", prompt: "هل ترغب في تصحيح ذلك؟", goBack: "عُد", confirmCancel: "لا، إلغاء التحقق" } }, Ii = { loading: { title: "إنشاء", subtitle: "بضع ثوانٍ أخرى فقط", description: "نحن نجهز عملية التحقق الخاصة بك" }, idSelection: { title: "حدد نوع المستند", selectCountry: "اختر البلد", selectIdType: "حدد نوع المستند", selectDocument: "حدد المستند", searchCountry: "البحث عن بلد", placeholder: "الرجاء الاختيار", selectCountryFirst: "--اختر البلد أولاً--", noCountryFound: "لا يوجد بلد", noIdTypeFound: "لم يتم العثور على نوع هوية" }, upload: { title: "جاري تحميل", subtitle: "بضع ثوانٍ أخرى فقط", description: "نحن بصدد معالجة طلبك" }, complete: { title: "تم الإرسال بنجاح", subtitle: "هذا كل ما تحتاجه للتحقق من هويتك", processingInfo: "سنقوم بمعالجة معلوماتك {{country}} - {{idType}} للتحقق من هويتك" }, smartSelfie: { authentication: { title: "مصادقة SmartSelfie™", upload: "مصادقة المستخدم" }, registration: { title: "تسجيل SmartSelfie™", upload: "تسجيل المستخدم" } }, eSignature: { fullName: "الاسم الكامل", loading: { description: "نحن بصدد التأسيس" }, upload: { description: "نحن بصدد معالجة طلبك" }, entry: { title: "تقديم التوقيع", subtitle: "اقرأ واقبل الاتفاقيات التي ستراها في الصفحة التالية" }, tips: { read: { title: "اقرأ المستند", description: "اقرأ المستند (المستندات) المقدمة بعناية" }, name: { title: "أضف اسمك الكامل", description: "اكتب اسمك الكامل بعد موافقتك على المستند (المستندات) التي تمت مشاركتها معك." }, signature: { title: "أضف توقيعك", description: "وقّع أو حمّل توقيعك لتوثيق المستندات" } }, getStarted: "ابدأ الآن", review: { title: "مراجعة الوثائق", subtitle: "قبل القبول، يُرجى قراءة المستند(ات) بعناية", consent: "بتحديد هذا المربع، فإنك توافق على الشروط الواردة في المستند (المستندات)." }, personalInfo: { title: "أضف اسمك الكامل", subtitle: "يرجى إضافة اسمك بالكامل للتحقق من قراءتك للوثيقة (الوثائق) المقدمة مسبقاً.", placeholder: "جيمس دو" }, signature: { title: "أضف توقيعك", subtitle: "وقّع أو حمّل توقيعك أدناه" }, confirmDetails: { title: "تأكيد التفاصيل", subtitle: "تأكد من أن اسمك مكتوب بشكل صحيح، وأن التوقيع يشبه التوقيع الموجود في هويتك", yes: "نعم، هذا صحيح", no: "لا، غيّرهم" }, error: { uploadFailed: "لم نتمكن من تحميل توقيعك" } }, idInfo: { title: "أدخل معلومات الهوية", idNumber: "رقم الهوية", firstName: "الاسم الأول", lastName: "اسم العائلة", dateOfBirth: "تاريخ الميلاد", day: "يوم", month: "شهر", year: "سنة", bank: "بنك", selectBank: "--حدد البنك--", searchBank: "البحث عن بنك", noBankFound: "لم يتم العثور على بنك", citizenship: "الجنسية", selectCitizenship: "اختر نوع الجنسية", dob: "تاريخ الميلاد" }, error: { title: "حدث خطأ", generic: "حدث خطأ ما", uploadFailed: "لم نتمكن من تحميل معلوماتك", checkInternet: "يرجى التأكد من وجود اتصال إنترنت مستقر. ثم حاول مرة أخرى!", tryAgain: "أعد المحاولة", countryNotSupported: "{{country}} غير مدعوم" }, validation: { isRequired: "{{field}} مطلوب", invalidFormat: "{{field}} غير صالح" } }, Ti = {
1121
1121
  direction: hi,
1122
1122
  common: mi,
1123
1123
  combobox: gi,
@@ -1128,7 +1128,7 @@ const vi = /* @__PURE__ */ Zn(pi), hi = "rtl", mi = { back: "رجوع", close: "
1128
1128
  fileUpload: Ci,
1129
1129
  consent: Si,
1130
1130
  pages: Ii
1131
- }, Ri = "ltr", Ai = { back: "Back", close: "Close", closeVerificationFrame: "Close Smile ID Verification", allow: "Allow", cancel: "Cancel", continue: "Continue", or: "or", toggle: "Toggle" }, wi = { noItems: "No items" }, Oi = { back: "Back", closeVerificationFrame: "Close Smile ID Verification" }, Pi = { permission: { description: "Allow camera access to verify your details", requestButton: "Request Camera Access" }, error: { notAllowed: "Camera access not granted or blocked by a browser/extensions. Enable access in your browser/extension to continue. You may need to refresh.", abort: "Something happened, and we lost access to your camera. Please refresh.", notReadable: "There seems to be a problem with your camera connection. Please check and try again or try using device.", notFound: "We are unable to find your camera. Please refresh.", insecure: "Secure connection required. Camera access is disabled on insecure sites. Please switch to the secure page or contact the app owner." } }, ji = { instructions: { title: "Next, we'll take a quick selfie", allowButton: "Allow", tips: { goodLight: { header: "Good Light", body: "Make sure you are in a well-lit environment." }, clearImage: { header: "Clear Image", body: "Hold your device steady so the selfie is clear and sharp." }, removeObstructions: { header: "Remove Obstructions", body: "Remove anything that covers your face, such as glasses, masks, and hats." }, wideSmile: { header: "Wide Smile", body: "When asked to smile, give a wide smile, showing your teeth." } } }, capture: { tip: { fitHead: "Fit your head inside the oval frame" }, cta: { smile: "SMILE", widerSmile: "WIDER SMILE" }, button: { takeSelfie: "Capture Selfie", startCapture: "Start Capture" }, agentMode: { on: "Agent Mode On", off: "Agent Mode Off" }, error: { minFrames: "SmartCameraWeb: The minimum no of frames required is {{count}}", webcamCapture: "Unable to capture webcam images - Please try another device" }, loading: { progress: "Loading... {{progress}}%", slowConnection: "Internet is too slow, wait a little more...", connectionError: "Internet connection error, check your connection and retry" } }, smart: { alert: { noFace: "Position your face in the oval", outOfBounds: "Position your face in the oval", tooClose: "Move farther away", tooFar: "Move closer", neutralExpression: "Neutral expression", smileRequired: "Smile!", openMouthSmile: "Wider smile - teeth visible", initializing: "Initialising..." }, status: { capturing: "Capturing...", keepSmiling: "Keep smiling!", readyToCapture: "Ready to capture" } }, review: { title: "Review Selfie", question: "Is your whole face clear?", acceptButton: "Yes, use this", retakeButton: "No, Retake Selfie" } }, Li = { name: { default: "Document" }, title: { front: "Submit Front of ID", back: "Submit Back of ID" }, capture: { checkingPermissions: "Checking permissions...", instructionText: "Make sure all corners are visible and there is no glare.", captureButton: "Capture Document" }, instructions: { description: "We'll use it to verify your identity.", followInstructions: "Please follow the instructions below.", goodLight: { header: "Good Light", body: "Make sure the image is taken in a well-lit environment where the ID document is easy to read." }, clearImage: { header: "Clear Image", body: "Hold your device steady so the information on the ID are not blurry." }, takePhotoButton: "Take Photo", uploadPhotoButton: "Upload Photo" }, review: { question: "Is the document clear and readable?", description: "Make sure all corners of the document are visible and there is no glare", acceptButton: "Yes, my ID is readable", retakeButton: "No, retake photo" } }, ki = { error: { readingFile: "An error occurred reading the file. Please check the file, and try again", multipleFiles: "Only one file upload is permitted at a time", unsupportedFormat: "Unsupported file format. Please ensure that you are providing a JPG or PNG image", fileTooLarge: "{{filename}} is too large. Please ensure that the file is less than {{size}}." } }, Fi = { demoTip: "This consent screen is for illustrative purposes only. Demo App does not collect personal ID data.", accessRequest: "{{partnerName}} wants to access your {{idTypeLabel}} information", allowPartner: "This will allow {{partnerName}} to:", processing: { personalDetails: { title: "Process your personal information", description: "Partner can process your names, DoB and gender" }, contactInfo: { title: "Process your contact information", description: "Partner can process your phone numbers and address" }, documentInfo: { title: "Process your document information", description: "Partner can process your photo, ID expiration date, country of issuance and document number" } }, privacyPolicy: "You can view {{partnerName}}'s privacy policy", privacyPolicyLink: "here.", grantConsent: 'By choosing "Allow", you grant {{partnerName}} consent to process your personal data to offer you this service', denied: { title: "Consent Denied", message: "We cannot verify you without your consent", prompt: "Wish to correct that?", goBack: "Go Back", confirmCancel: "No, Cancel Verification" } }, Bi = { loading: { title: "Setting up", subtitle: "Just a few more seconds", description: "We are setting up your verification flow" }, idSelection: { title: "Select ID Type", selectCountry: "Select Country", selectIdType: "Select ID Type", selectDocument: "Select Document", searchCountry: "Search Country", placeholder: "--Please Select--", selectCountryFirst: "--Select Country First--", noCountryFound: "No country found", noIdTypeFound: "No ID type found" }, upload: { title: "Uploading", subtitle: "Just a few more seconds", description: "We are processing your request" }, complete: { title: "Submission Complete", subtitle: "That's all you need to verify your identity", processingInfo: "We will process your {{country}} - {{idType}} information to verify your identity" }, smartSelfie: { authentication: { title: "SmartSelfie™ Authentication", upload: "Authenticating User" }, registration: { title: "SmartSelfie™ Registration", upload: "Registering User" } }, eSignature: { fullName: "Full Name", loading: { description: "We are setting up" }, upload: { description: "We are processing your request" }, entry: { title: "Provide Signature", subtitle: "Read and accept the agreements you would see in the next page" }, tips: { read: { title: "Read document", description: "Read the document(s) provided carefully" }, name: { title: "Add your full names", description: "Type your full names once you agree with the document(s) shared with you" }, signature: { title: "Append your signature", description: "Sign or upload your signature to certify the documents" } }, getStarted: "Get started", review: { title: "Review documents", subtitle: "Before accepting, carefully read through the document(s)", consent: "By ticking this checkbox, you agree to the conditions in the document(s)" }, personalInfo: { title: "Add your full names", subtitle: "Kindly add your full names to verify that you read the document(s) provided earlier.", placeholder: "James Doe" }, signature: { title: "Add your signature", subtitle: "Sign or upload your signature below" }, confirmDetails: { title: "Confirm details", subtitle: "Make sure your name is correctly spelled, and the signature matches the one on your ID", yes: "Yes, it's correct", no: "No, change them" }, error: { uploadFailed: "We could not upload your signature" } }, idInfo: { title: "Enter ID Information", idNumber: "ID Number", firstName: "First Name", lastName: "Last Name", dateOfBirth: "Date of Birth", day: "Day", month: "Month", year: "Year", bank: "Bank", selectBank: "--Select Bank--", searchBank: "Search Bank", noBankFound: "No bank found", citizenship: "Citizenship", selectCitizenship: "Select Citizenship Type", dob: "Date of Birth" }, error: { title: "An error occurred", generic: "Something went wrong", uploadFailed: "We could not upload your information", checkInternet: "Please check that you have a stable internet connection. Then try again!", tryAgain: "Try again", countryNotSupported: "{{country}} is not supported" }, validation: { isRequired: "{{field}} is required", invalidFormat: "{{field}} is invalid" } }, Di = {
1131
+ }, Ri = "ltr", Ai = { back: "Back", close: "Close", closeVerificationFrame: "Close Smile ID Verification", allow: "Allow", cancel: "Cancel", continue: "Continue", or: "or", toggle: "Toggle" }, wi = { noItems: "No items" }, Oi = { back: "Back", closeVerificationFrame: "Close Smile ID Verification" }, Pi = { permission: { description: "Allow camera access to verify your details", requestButton: "Request Camera Access" }, error: { notAllowed: "Camera access not granted or blocked by a browser/extensions. Enable access in your browser/extension to continue. You may need to refresh.", abort: "Something happened, and we lost access to your camera. Please refresh.", notReadable: "There seems to be a problem with your camera connection. Please check and try again or try using device.", notFound: "We are unable to find your camera. Please refresh.", insecure: "Secure connection required. Camera access is disabled on insecure sites. Please switch to the secure page or contact the app owner." } }, ji = { instructions: { title: "Next, we'll take a quick selfie", allowButton: "Allow", tips: { goodLight: { header: "Good Light", body: "Make sure you are in a well-lit environment." }, clearImage: { header: "Clear Image", body: "Hold your device steady so the selfie is clear and sharp." }, removeObstructions: { header: "Remove Obstructions", body: "Remove anything that covers your face, such as glasses, masks, and hats." }, wideSmile: { header: "Wide Smile", body: "When asked to smile, give a wide smile, showing your teeth." } } }, capture: { tip: { fitHead: "Fit your head inside the oval frame" }, cta: { smile: "SMILE", widerSmile: "WIDER SMILE" }, button: { takeSelfie: "Capture Selfie", startCapture: "Start Capture" }, agentMode: { on: "Agent Mode On", off: "Agent Mode Off" }, error: { minFrames: "SmartCameraWeb: The minimum no of frames required is {{count}}", webcamCapture: "Unable to capture webcam images - Please try another device" }, loading: { progress: "Loading... {{progress}}%", slowConnection: "Internet is too slow, wait a little more...", connectionError: "Internet connection error, check your connection and retry" } }, smart: { alert: { noFace: "Position your face in the oval", outOfBounds: "Position your face in the oval", tooClose: "Move farther away", tooFar: "Move closer", neutralExpression: "Neutral expression", smileRequired: "Smile!", openMouthSmile: "Wider smile - teeth visible", initializing: "Initialising..." }, status: { capturing: "Capturing...", keepSmiling: "Keep smiling!", readyToCapture: "Ready to capture" } }, review: { title: "Review Selfie", question: "Is your whole face clear?", acceptButton: "Yes, use this", retakeButton: "No, Retake Selfie" } }, Li = { name: { default: "Document" }, title: { front: "Submit Front of ID", back: "Submit Back of ID" }, capture: { checkingPermissions: "Checking permissions...", instructionText: "Make sure all corners are visible and there is no glare.", captureButton: "Capture Document" }, instructions: { captureTitlePrefix: "Get ready to capture your", captureGuidelines: "Capture Guidelines", description: "We'll use it to verify your identity.", followInstructions: "Please follow the instructions below.", guidelines: { good: "Good", notCropped: "Not cropped", notBlurry: "Not blurry", notReflective: "Not reflective" }, goodLight: { header: "Good Light", body: "Make sure the image is taken in a well-lit environment where the ID document is easy to read." }, clearImage: { header: "Clear Image", body: "Hold your device steady so the information on the ID are not blurry." }, startCapture: "Start Capture", takePhotoButton: "Take Photo", uploadPhotoButton: "Upload Photo" }, review: { question: "Is the document clear and readable?", description: "Make sure all corners of the document are visible and there is no glare", acceptButton: "Yes, my ID is readable", retakeButton: "No, retake photo" } }, ki = { error: { readingFile: "An error occurred reading the file. Please check the file, and try again", multipleFiles: "Only one file upload is permitted at a time", unsupportedFormat: "Unsupported file format. Please ensure that you are providing a JPG or PNG image", fileTooLarge: "{{filename}} is too large. Please ensure that the file is less than {{size}}." } }, Fi = { demoTip: "This consent screen is for illustrative purposes only. Demo App does not collect personal ID data.", accessRequest: "{{partnerName}} wants to access your {{idTypeLabel}} information", allowPartner: "This will allow {{partnerName}} to:", processing: { personalDetails: { title: "Process your personal information", description: "Partner can process your names, DoB and gender" }, contactInfo: { title: "Process your contact information", description: "Partner can process your phone numbers and address" }, documentInfo: { title: "Process your document information", description: "Partner can process your photo, ID expiration date, country of issuance and document number" } }, privacyPolicy: "You can view {{partnerName}}'s privacy policy", privacyPolicyLink: "here.", grantConsent: 'By choosing "Allow", you grant {{partnerName}} consent to process your personal data to offer you this service', denied: { title: "Consent Denied", message: "We cannot verify you without your consent", prompt: "Wish to correct that?", goBack: "Go Back", confirmCancel: "No, Cancel Verification" } }, Bi = { loading: { title: "Setting up", subtitle: "Just a few more seconds", description: "We are setting up your verification flow" }, idSelection: { title: "Select ID Type", selectCountry: "Select Country", selectIdType: "Select ID Type", selectDocument: "Select Document", searchCountry: "Search Country", placeholder: "--Please Select--", selectCountryFirst: "--Select Country First--", noCountryFound: "No country found", noIdTypeFound: "No ID type found" }, upload: { title: "Uploading", subtitle: "Just a few more seconds", description: "We are processing your request" }, complete: { title: "Submission Complete", subtitle: "That's all you need to verify your identity", processingInfo: "We will process your {{country}} - {{idType}} information to verify your identity" }, smartSelfie: { authentication: { title: "SmartSelfie™ Authentication", upload: "Authenticating User" }, registration: { title: "SmartSelfie™ Registration", upload: "Registering User" } }, eSignature: { fullName: "Full Name", loading: { description: "We are setting up" }, upload: { description: "We are processing your request" }, entry: { title: "Provide Signature", subtitle: "Read and accept the agreements you would see in the next page" }, tips: { read: { title: "Read document", description: "Read the document(s) provided carefully" }, name: { title: "Add your full names", description: "Type your full names once you agree with the document(s) shared with you" }, signature: { title: "Append your signature", description: "Sign or upload your signature to certify the documents" } }, getStarted: "Get started", review: { title: "Review documents", subtitle: "Before accepting, carefully read through the document(s)", consent: "By ticking this checkbox, you agree to the conditions in the document(s)" }, personalInfo: { title: "Add your full names", subtitle: "Kindly add your full names to verify that you read the document(s) provided earlier.", placeholder: "James Doe" }, signature: { title: "Add your signature", subtitle: "Sign or upload your signature below" }, confirmDetails: { title: "Confirm details", subtitle: "Make sure your name is correctly spelled, and the signature matches the one on your ID", yes: "Yes, it's correct", no: "No, change them" }, error: { uploadFailed: "We could not upload your signature" } }, idInfo: { title: "Enter ID Information", idNumber: "ID Number", firstName: "First Name", lastName: "Last Name", dateOfBirth: "Date of Birth", day: "Day", month: "Month", year: "Year", bank: "Bank", selectBank: "--Select Bank--", searchBank: "Search Bank", noBankFound: "No bank found", citizenship: "Citizenship", selectCitizenship: "Select Citizenship Type", dob: "Date of Birth" }, error: { title: "An error occurred", generic: "Something went wrong", uploadFailed: "We could not upload your information", checkInternet: "Please check that you have a stable internet connection. Then try again!", tryAgain: "Try again", countryNotSupported: "{{country}} is not supported" }, validation: { isRequired: "{{field}} is required", invalidFormat: "{{field}} is invalid" } }, Di = {
1132
1132
  direction: Ri,
1133
1133
  common: Ai,
1134
1134
  combobox: wi,
@@ -1139,9 +1139,9 @@ const vi = /* @__PURE__ */ Zn(pi), hi = "rtl", mi = { back: "رجوع", close: "
1139
1139
  fileUpload: ki,
1140
1140
  consent: Fi,
1141
1141
  pages: Bi
1142
- }, zi = "ltr", Ni = { back: "Retour", close: "Fermer", closeVerificationFrame: "Fermer la vérification Smile ID", allow: "Autoriser", cancel: "Annuler", continue: "Continuer", or: "ou", toggle: "Basculer" }, xi = { noItems: "Aucun article" }, Mi = { back: "Retour", closeVerificationFrame: "Fermer la vérification d'identité Smile ID" }, Ei = { permission: { description: "Autorisez l'accès à la caméra pour vérifier vos informations.", requestButton: "Demander l'accès à la caméra" }, error: { notAllowed: "L'accès à la caméra est refusé ou bloqué par votre navigateur/vos extensions. Pour continuer, autorisez l'accès dans votre navigateur/vos extensions. Il se peut que vous deviez actualiser la page.", abort: "Un problème est survenu et nous avons perdu l'accès à votre caméra. Veuillez actualiser.", notReadable: "Il semble y avoir un problème avec la connexion de votre caméra. Veuillez vérifier et réessayer, ou essayez d'utiliser un autre appareil.", notFound: "Nous ne parvenons pas à trouver votre caméra. Veuillez actualiser.", insecure: "Connexion sécurisée requise. L'accès à la caméra est désactivé sur les sites non sécurisés. Veuillez vous rendre sur la page sécurisée ou contacter le propriétaire de l'application." } }, Gi = { instructions: { title: "Ensuite, nous allons prendre un selfie rapide", allowButton: "Autoriser", tips: { goodLight: { header: "Bonne lumière", body: "Assurez-vous d'être dans un environnement bien éclairé." }, clearImage: { header: "Image Claire", body: "Tenez votre téléphone stable pour que le selfie soit net et clair." }, removeObstructions: { header: "Retirer les Obstructions", body: "Retirez tout ce qui vous couvre le visage, comme les lunettes, masques et chapeaux." }, wideSmile: { header: "large sourire", body: "Lorsque l'on vous demande de sourire, faites un large sourire, en montrant vos dents." } } }, capture: { tip: { fitHead: "Placez votre visage dans le cadre ovale" }, cta: { smile: "SOURIRE", widerSmile: "UN SOURIRE PLUS LARGE" }, button: { takeSelfie: "Prendre un selfie", startCapture: "Démarrer la capture" }, agentMode: { on: "Mode Agent Activé", off: "Mode Agent Désactivé" }, error: { minFrames: "SmartCameraWeb : Le nombre minimum d'images requis est de {{count}}", webcamCapture: "Impossible de capturer les images de la webcam - Veuillez essayer un autre appareil" }, loading: { progress: "Chargement... {{progress}}%", slowConnection: "La connexion Internet est trop lente, veuillez patienter...", connectionError: "Erreur de connexion Internet, vérifiez votre connexion et réessayez" } }, smart: { alert: { noFace: "Positionnez votre visage dans l'ovale", outOfBounds: "Positionnez votre visage dans l'ovale", tooClose: "Éloignez-vous", tooFar: "Rapprochez-vous", neutralExpression: "Expression neutre", smileRequired: "Souriez !", openMouthSmile: "Sourire plus large - dents visibles", initializing: "Initialisation en cours..." }, status: { capturing: "Capture en cours...", keepSmiling: "Continuez de sourire!", readyToCapture: "Prêt à enregistrer" } }, review: { title: "Vérification du selfie", question: "Votre visage est-il entièrement net ?", acceptButton: "Oui, utiliser ceci", retakeButton: "Non, refaire le selfie" } }, Vi = { name: { default: "Document" }, title: { front: "Soumettre le recto de la pièce d'identité", back: "Soumettre le verso de la pièce d'identité" }, capture: { checkingPermissions: "Vérification des autorisations...", instructionText: "Assurez-vous que tous les coins sont visibles et qu'il n'y a pas de reflet.", captureButton: "Capturez le document" }, instructions: { description: "Nous l'utiliserons pour vérifier votre identité.", followInstructions: "Veuillez suivre les instructions ci-dessous.", goodLight: { header: "Bonne lumière", body: "Assurez-vous que l'image est prise dans un environnement bien éclairé où le document d'identité est facile à lire." }, clearImage: { header: "Image Claire", body: "Tenez votre appareil photo fermement pour que les mots sur la pièce d'identité ne soient pas flous." }, takePhotoButton: "Prendre une photo", uploadPhotoButton: "Télécharger une photo" }, review: { question: "Le document est-il clair et lisible ?", description: "Assurez-vous que tous les coins du document sont visibles et qu'il n'y a pas de reflet.", acceptButton: "Oui, ma pièce d'identité est lisible", retakeButton: "Non, reprendre la photo" } }, Ui = { error: { readingFile: "Une erreur s'est produite lors de la lecture du fichier. Veuillez vérifier le fichier et réessayer.", multipleFiles: "Seulement un téléchargement de fichier est autorisé à la fois", unsupportedFormat: "Format de fichier non pris en charge. Veuillez vous assurer que vous fournissez une image JPG ou PNG", fileTooLarge: "{{filename}} est trop volumineux. Veuillez vous assurer que la taille du fichier est inférieure à {{size}}." } }, Hi = { demoTip: "Cet écran de consentement est présenté à titre indicatif uniquement. L'application de démonstration ne collecte pas de données d'identification personnelle.", accessRequest: "{{partnerName}} veut accéder à vos informations {{idTypeLabel}}", allowPartner: "Ceci permettra à {{partnerName}} de :", processing: { personalDetails: { title: "Traiter vos informations personnelles", description: "Le partenaire peut traiter votre nom, date de naissance et sexe" }, contactInfo: { title: "Traiter vos coordonnées", description: "Le partenaire peut traiter vos numéros de téléphone et votre adresse" }, documentInfo: { title: "Traitez les informations de votre document", description: "Le partenaire peut traiter votre photo, la date d'expiration de votre pièce d'identité, le pays d'émission et le numéro de document" } }, privacyPolicy: "Vous pouvez consulter la politique de confidentialité de {{partnerName}}", privacyPolicyLink: "ici.", grantConsent: 'En choisissant "Autoriser", vous accordez à {{partnerName}} le consentement de traiter vos données personnelles pour permettre ce service', denied: { title: "Consentement refusé", message: "Nous ne pouvons pas vous vérifier sans votre consentement", prompt: "Souhaitez-vous corriger cela?", goBack: "Retour", confirmCancel: "Non, Annuler la vérification" } }, $i = { loading: { title: "Configuration", subtitle: "Juste quelques secondes de plus", description: "Nous mettons en place votre processus de vérification" }, idSelection: { title: "Sélectionner le type de pièce d'identité", selectCountry: "Sélectionnez le pays", selectIdType: "Sélectionnez le type de pièce d'identité", selectDocument: "Sélectionner le document", searchCountry: "Rechercher un pays", placeholder: "--Veuillez sélectionner--", selectCountryFirst: "--Sélectionnez le pays d'abord--", noCountryFound: "Aucun pays trouvé", noIdTypeFound: "Aucun type de pièce d'identité trouvé" }, upload: { title: "Téléchargement en cours", subtitle: "Plus que quelques secondes", description: "Nous traitons votre demande" }, complete: { title: "Envoie terminée", subtitle: "C'est tout ce dont vous avez besoin pour vérifier votre identité.", processingInfo: "Nous traiterons vos informations {{country}} - {{idType}} pour vérifier votre identité" }, smartSelfie: { authentication: { title: "Authentification SmartSelfie™", upload: "Authentification de l'utilisateur" }, registration: { title: "Inscription SmartSelfie™", upload: "Inscription de l'utilisateur" } }, eSignature: { fullName: "Nom complet", loading: { description: "Nous mettons en place" }, upload: { description: "Nous traitons votre demande" }, entry: { title: "Fournir une signature", subtitle: "Lisez et acceptez les accords que vous verrez à la page suivante" }, tips: { read: { title: "Lire le document", description: "Lisez attentivement le(s) document(s) fourni(s)" }, name: { title: "Ajouter votre nom complet", description: "Tapez votre nom complet une fois que vous êtes d'accord avec le(s) document(s) partagé(s) avec vous" }, signature: { title: "Ajouter votre signature", description: "Signez ou téléchargez votre signature pour certifier les documents" } }, getStarted: "Commencer", review: { title: "Examiner les documents", subtitle: "Veuillez lire attentivement le(s) document(s) avant d'accepter.", consent: "En cochant cette case, vous acceptez les conditions contenues dans le(s) document(s)" }, personalInfo: { title: "Ajoutez votre nom complet", subtitle: "Veuillez ajouter votre nom complet pour confirmer que vous avez lu le(s) document(s) fourni(s) précédemment.", placeholder: "James Doe" }, signature: { title: "Ajoutez votre signature", subtitle: "Signez ou téléchargez votre signature ci-dessous" }, confirmDetails: { title: "Confirmer les détails", subtitle: "Assurez-vous que votre nom est correctement orthographié et que la signature ressemble à celle de votre pièce d'identité", yes: "Oui, c'est exact", no: "Non, les changer" }, error: { uploadFailed: "Nous n'avons pas pu télécharger votre signature" } }, idInfo: { title: "Saisir les informations d'identité", idNumber: "Numéro d'identification", firstName: "Prénom", lastName: "Nom de famille", dateOfBirth: "Date de Naissance", day: "Jour", month: "Mois", year: "Année", bank: "Banque", selectBank: "--Sélectionner la banque--", searchBank: "Rechercher une banque", noBankFound: "Aucune banque trouvée", citizenship: "Citoyenneté", selectCitizenship: "Sélectionner le type de citoyenneté", dob: "Date de naissance" }, error: { title: "Une erreur est survenue", generic: "Quelque chose s'est mal passé", uploadFailed: "Nous n'avons pas pu télécharger vos informations", checkInternet: "Veuillez vérifier que vous disposez d'une connexion Internet stable. Ensuite, veuillez réessayer !", tryAgain: "Essayez à nouveau", countryNotSupported: "{{country}} n'est pas pris en charge" }, validation: { isRequired: "{{field}} est obligatoire", invalidFormat: "{{field}} n'est pas valide" } }, Ki = {
1143
- direction: zi,
1144
- common: Ni,
1142
+ }, Ni = "ltr", zi = { back: "Retour", close: "Fermer", closeVerificationFrame: "Fermer la vérification Smile ID", allow: "Autoriser", cancel: "Annuler", continue: "Continuer", or: "ou", toggle: "Basculer" }, xi = { noItems: "Aucun article" }, Mi = { back: "Retour", closeVerificationFrame: "Fermer la vérification d'identité Smile ID" }, Ei = { permission: { description: "Autorisez l'accès à la caméra pour vérifier vos informations.", requestButton: "Demander l'accès à la caméra" }, error: { notAllowed: "L'accès à la caméra est refusé ou bloqué par votre navigateur/vos extensions. Pour continuer, autorisez l'accès dans votre navigateur/vos extensions. Il se peut que vous deviez actualiser la page.", abort: "Un problème est survenu et nous avons perdu l'accès à votre caméra. Veuillez actualiser.", notReadable: "Il semble y avoir un problème avec la connexion de votre caméra. Veuillez vérifier et réessayer, ou essayez d'utiliser un autre appareil.", notFound: "Nous ne parvenons pas à trouver votre caméra. Veuillez actualiser.", insecure: "Connexion sécurisée requise. L'accès à la caméra est désactivé sur les sites non sécurisés. Veuillez vous rendre sur la page sécurisée ou contacter le propriétaire de l'application." } }, Gi = { instructions: { title: "Ensuite, nous allons prendre un selfie rapide", allowButton: "Autoriser", tips: { goodLight: { header: "Bonne lumière", body: "Assurez-vous d'être dans un environnement bien éclairé." }, clearImage: { header: "Image Claire", body: "Tenez votre téléphone stable pour que le selfie soit net et clair." }, removeObstructions: { header: "Retirer les Obstructions", body: "Retirez tout ce qui vous couvre le visage, comme les lunettes, masques et chapeaux." }, wideSmile: { header: "large sourire", body: "Lorsque l'on vous demande de sourire, faites un large sourire, en montrant vos dents." } } }, capture: { tip: { fitHead: "Placez votre visage dans le cadre ovale" }, cta: { smile: "SOURIRE", widerSmile: "UN SOURIRE PLUS LARGE" }, button: { takeSelfie: "Prendre un selfie", startCapture: "Démarrer la capture" }, agentMode: { on: "Mode Agent Activé", off: "Mode Agent Désactivé" }, error: { minFrames: "SmartCameraWeb : Le nombre minimum d'images requis est de {{count}}", webcamCapture: "Impossible de capturer les images de la webcam - Veuillez essayer un autre appareil" }, loading: { progress: "Chargement... {{progress}}%", slowConnection: "La connexion Internet est trop lente, veuillez patienter...", connectionError: "Erreur de connexion Internet, vérifiez votre connexion et réessayez" } }, smart: { alert: { noFace: "Positionnez votre visage dans l'ovale", outOfBounds: "Positionnez votre visage dans l'ovale", tooClose: "Éloignez-vous", tooFar: "Rapprochez-vous", neutralExpression: "Expression neutre", smileRequired: "Souriez !", openMouthSmile: "Sourire plus large - dents visibles", initializing: "Initialisation en cours..." }, status: { capturing: "Capture en cours...", keepSmiling: "Continuez de sourire!", readyToCapture: "Prêt à enregistrer" } }, review: { title: "Vérification du selfie", question: "Votre visage est-il entièrement net ?", acceptButton: "Oui, utiliser ceci", retakeButton: "Non, refaire le selfie" } }, Vi = { name: { default: "Document" }, title: { front: "Soumettre le recto de la pièce d'identité", back: "Soumettre le verso de la pièce d'identité" }, capture: { checkingPermissions: "Vérification des autorisations...", instructionText: "Assurez-vous que tous les coins sont visibles et qu'il n'y a pas de reflet.", captureButton: "Capturez le document" }, instructions: { captureTitlePrefix: "Préparez-vous à capturer votre", captureGuidelines: "Consignes de capture", description: "Nous l'utiliserons pour vérifier votre identité.", followInstructions: "Veuillez suivre les instructions ci-dessous.", guidelines: { good: "Correct", notCropped: "Non recadré", notBlurry: "Non flou", notReflective: "Sans reflets" }, goodLight: { header: "Bonne lumière", body: "Assurez-vous que l'image est prise dans un environnement bien éclairé où le document d'identité est facile à lire." }, clearImage: { header: "Image Claire", body: "Tenez votre appareil photo fermement pour que les mots sur la pièce d'identité ne soient pas flous." }, startCapture: "Démarrer la capture", takePhotoButton: "Prendre une photo", uploadPhotoButton: "Télécharger une photo" }, review: { question: "Le document est-il clair et lisible ?", description: "Assurez-vous que tous les coins du document sont visibles et qu'il n'y a pas de reflet.", acceptButton: "Oui, ma pièce d'identité est lisible", retakeButton: "Non, reprendre la photo" } }, Ui = { error: { readingFile: "Une erreur s'est produite lors de la lecture du fichier. Veuillez vérifier le fichier et réessayer.", multipleFiles: "Seulement un téléchargement de fichier est autorisé à la fois", unsupportedFormat: "Format de fichier non pris en charge. Veuillez vous assurer que vous fournissez une image JPG ou PNG", fileTooLarge: "{{filename}} est trop volumineux. Veuillez vous assurer que la taille du fichier est inférieure à {{size}}." } }, Hi = { demoTip: "Cet écran de consentement est présenté à titre indicatif uniquement. L'application de démonstration ne collecte pas de données d'identification personnelle.", accessRequest: "{{partnerName}} veut accéder à vos informations {{idTypeLabel}}", allowPartner: "Ceci permettra à {{partnerName}} de :", processing: { personalDetails: { title: "Traiter vos informations personnelles", description: "Le partenaire peut traiter votre nom, date de naissance et sexe" }, contactInfo: { title: "Traiter vos coordonnées", description: "Le partenaire peut traiter vos numéros de téléphone et votre adresse" }, documentInfo: { title: "Traitez les informations de votre document", description: "Le partenaire peut traiter votre photo, la date d'expiration de votre pièce d'identité, le pays d'émission et le numéro de document" } }, privacyPolicy: "Vous pouvez consulter la politique de confidentialité de {{partnerName}}", privacyPolicyLink: "ici.", grantConsent: 'En choisissant "Autoriser", vous accordez à {{partnerName}} le consentement de traiter vos données personnelles pour permettre ce service', denied: { title: "Consentement refusé", message: "Nous ne pouvons pas vous vérifier sans votre consentement", prompt: "Souhaitez-vous corriger cela?", goBack: "Retour", confirmCancel: "Non, Annuler la vérification" } }, $i = { loading: { title: "Configuration", subtitle: "Juste quelques secondes de plus", description: "Nous mettons en place votre processus de vérification" }, idSelection: { title: "Sélectionner le type de pièce d'identité", selectCountry: "Sélectionnez le pays", selectIdType: "Sélectionnez le type de pièce d'identité", selectDocument: "Sélectionner le document", searchCountry: "Rechercher un pays", placeholder: "--Veuillez sélectionner--", selectCountryFirst: "--Sélectionnez le pays d'abord--", noCountryFound: "Aucun pays trouvé", noIdTypeFound: "Aucun type de pièce d'identité trouvé" }, upload: { title: "Téléchargement en cours", subtitle: "Plus que quelques secondes", description: "Nous traitons votre demande" }, complete: { title: "Envoie terminée", subtitle: "C'est tout ce dont vous avez besoin pour vérifier votre identité.", processingInfo: "Nous traiterons vos informations {{country}} - {{idType}} pour vérifier votre identité" }, smartSelfie: { authentication: { title: "Authentification SmartSelfie™", upload: "Authentification de l'utilisateur" }, registration: { title: "Inscription SmartSelfie™", upload: "Inscription de l'utilisateur" } }, eSignature: { fullName: "Nom complet", loading: { description: "Nous mettons en place" }, upload: { description: "Nous traitons votre demande" }, entry: { title: "Fournir une signature", subtitle: "Lisez et acceptez les accords que vous verrez à la page suivante" }, tips: { read: { title: "Lire le document", description: "Lisez attentivement le(s) document(s) fourni(s)" }, name: { title: "Ajouter votre nom complet", description: "Tapez votre nom complet une fois que vous êtes d'accord avec le(s) document(s) partagé(s) avec vous" }, signature: { title: "Ajouter votre signature", description: "Signez ou téléchargez votre signature pour certifier les documents" } }, getStarted: "Commencer", review: { title: "Examiner les documents", subtitle: "Veuillez lire attentivement le(s) document(s) avant d'accepter.", consent: "En cochant cette case, vous acceptez les conditions contenues dans le(s) document(s)" }, personalInfo: { title: "Ajoutez votre nom complet", subtitle: "Veuillez ajouter votre nom complet pour confirmer que vous avez lu le(s) document(s) fourni(s) précédemment.", placeholder: "James Doe" }, signature: { title: "Ajoutez votre signature", subtitle: "Signez ou téléchargez votre signature ci-dessous" }, confirmDetails: { title: "Confirmer les détails", subtitle: "Assurez-vous que votre nom est correctement orthographié et que la signature ressemble à celle de votre pièce d'identité", yes: "Oui, c'est exact", no: "Non, les changer" }, error: { uploadFailed: "Nous n'avons pas pu télécharger votre signature" } }, idInfo: { title: "Saisir les informations d'identité", idNumber: "Numéro d'identification", firstName: "Prénom", lastName: "Nom de famille", dateOfBirth: "Date de Naissance", day: "Jour", month: "Mois", year: "Année", bank: "Banque", selectBank: "--Sélectionner la banque--", searchBank: "Rechercher une banque", noBankFound: "Aucune banque trouvée", citizenship: "Citoyenneté", selectCitizenship: "Sélectionner le type de citoyenneté", dob: "Date de naissance" }, error: { title: "Une erreur est survenue", generic: "Quelque chose s'est mal passé", uploadFailed: "Nous n'avons pas pu télécharger vos informations", checkInternet: "Veuillez vérifier que vous disposez d'une connexion Internet stable. Ensuite, veuillez réessayer !", tryAgain: "Essayez à nouveau", countryNotSupported: "{{country}} n'est pas pris en charge" }, validation: { isRequired: "{{field}} est obligatoire", invalidFormat: "{{field}} n'est pas valide" } }, Ki = {
1143
+ direction: Ni,
1144
+ common: zi,
1145
1145
  combobox: xi,
1146
1146
  navigation: Mi,
1147
1147
  camera: Ei,
@@ -1357,4 +1357,4 @@ export {
1357
1357
  io as u,
1358
1358
  Qn as v
1359
1359
  };
1360
- //# sourceMappingURL=index-Dnpp-kwk.js.map
1360
+ //# sourceMappingURL=index-DBUdxnp9.js.map