idmission-web-sdk 2.2.76 → 2.2.78

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 (54) hide show
  1. package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts +2 -0
  2. package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
  3. package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +2 -0
  4. package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
  5. package/dist/components/customer_flows/CustomerIdentification.d.ts +2 -0
  6. package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
  7. package/dist/components/customer_flows/CustomerVerification.d.ts +2 -0
  8. package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
  9. package/dist/components/customer_flows/FaceValidation.d.ts +2 -0
  10. package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
  11. package/dist/components/customer_flows/IdAndFaceValidation.d.ts +2 -0
  12. package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
  13. package/dist/components/customer_flows/IdValidation.d.ts +2 -0
  14. package/dist/components/customer_flows/IdValidation.d.ts.map +1 -1
  15. package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
  16. package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
  17. package/dist/components/submission/SubmissionProvider.d.ts +2 -1
  18. package/dist/components/submission/SubmissionProvider.d.ts.map +1 -1
  19. package/dist/components/submission/types.d.ts +1 -0
  20. package/dist/components/submission/types.d.ts.map +1 -1
  21. package/dist/lib/locales/de.d.ts +114 -0
  22. package/dist/lib/locales/de.d.ts.map +1 -0
  23. package/dist/lib/locales/{en/translation.d.ts → en.d.ts} +1 -1
  24. package/dist/lib/locales/en.d.ts.map +1 -0
  25. package/dist/lib/locales/{es/translation.d.ts → es.d.ts} +1 -1
  26. package/dist/lib/locales/es.d.ts.map +1 -0
  27. package/dist/lib/locales/fr.d.ts +114 -0
  28. package/dist/lib/locales/fr.d.ts.map +1 -0
  29. package/dist/lib/locales/index.d.ts +799 -1
  30. package/dist/lib/locales/index.d.ts.map +1 -1
  31. package/dist/lib/locales/it.d.ts +114 -0
  32. package/dist/lib/locales/it.d.ts.map +1 -0
  33. package/dist/lib/locales/ja.d.ts +114 -0
  34. package/dist/lib/locales/ja.d.ts.map +1 -0
  35. package/dist/lib/locales/pt.d.ts +114 -0
  36. package/dist/lib/locales/pt.d.ts.map +1 -0
  37. package/dist/lib/locales/ru.d.ts +114 -0
  38. package/dist/lib/locales/ru.d.ts.map +1 -0
  39. package/dist/lib/locales/zh.d.ts +114 -0
  40. package/dist/lib/locales/zh.d.ts.map +1 -0
  41. package/dist/sdk2.cjs.development.js +839 -9
  42. package/dist/sdk2.cjs.development.js.map +1 -1
  43. package/dist/sdk2.cjs.production.js +1 -1
  44. package/dist/sdk2.cjs.production.js.map +1 -1
  45. package/dist/sdk2.esm.js +839 -9
  46. package/dist/sdk2.esm.js.map +1 -1
  47. package/dist/sdk2.umd.development.js +1025 -195
  48. package/dist/sdk2.umd.development.js.map +1 -1
  49. package/dist/sdk2.umd.production.js +1 -1
  50. package/dist/sdk2.umd.production.js.map +1 -1
  51. package/dist/version.d.ts +1 -1
  52. package/package.json +1 -1
  53. package/dist/lib/locales/en/translation.d.ts.map +0 -1
  54. package/dist/lib/locales/es/translation.d.ts.map +0 -1
@@ -211,7 +211,7 @@
211
211
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
212
212
  };
213
213
 
214
- var webSdkVersion = '2.2.76';
214
+ var webSdkVersion = '2.2.78';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -2117,6 +2117,7 @@
2117
2117
  geolocationRequired = _p === void 0 ? false : _p,
2118
2118
  _q = _a.webhooksEnabled,
2119
2119
  webhooksEnabled = _q === void 0 ? false : _q,
2120
+ webhooksURL = _a.webhooksURL,
2120
2121
  webhooksClientTraceId = _a.webhooksClientTraceId,
2121
2122
  _r = _a.webhooksStripSpecialCharacters,
2122
2123
  webhooksStripSpecialCharacters = _r === void 0 ? true : _r,
@@ -2409,6 +2410,7 @@
2409
2410
  bypassAgeValidation: bypassAgeValidation ? 'Y' : 'N',
2410
2411
  bypassNameMatching: bypassNameMatching ? 'Y' : 'N',
2411
2412
  postDataAPIRequired: webhooksEnabled ? 'Y' : 'N',
2413
+ postDataAPIURL: webhooksURL,
2412
2414
  postDataOnReviewRequired: webhooksFireOnReview ? 'Y' : 'N',
2413
2415
  sendInputImagesInPost: webhooksSendInputImages ? 'Y' : 'N',
2414
2416
  sendProcessedImagesInPost: webhooksSendProcessedImages ? 'Y' : 'N',
@@ -2514,7 +2516,7 @@
2514
2516
  }
2515
2517
  });
2516
2518
  });
2517
- }, [additionalDocuments, bypassAgeValidation, bypassNameMatching, cardData, clientRequestID, companyId, customerDataMatchConfig, deduplicationEnabled, deduplicationSynchronous, documentServiceUrl, enrollmentId, expectedAudioText, geolocationResult, idBackCaptureAttempts, idBackImage, idBackImageRequired, idCaptureVideoAudioStartsAt, idCaptureVideoAudioUrl, idCaptureVideoIdBackImage, idCaptureVideoIdFrontImage, idCaptureVideoUrl, idCardForFaceMatch, idData, idFrontCaptureAttempts, idFrontImage, idImageResolutionCheck, manualReviewRequired, needImmediateResponse, passportImage, personalData, selfieCaptureAttempts, selfieImage, signatureData, signatureVideoUrl, uploadDocument, verifyIdWithExternalDatabases, webhooksClientTraceId, webhooksEnabled, webhooksFireOnReview, webhooksSendInputImages, webhooksSendProcessedImages, webhooksStripSpecialCharacters]);
2519
+ }, [additionalDocuments, bypassAgeValidation, bypassNameMatching, cardData, clientRequestID, companyId, customerDataMatchConfig, deduplicationEnabled, deduplicationSynchronous, documentServiceUrl, enrollmentId, expectedAudioText, geolocationResult, idBackCaptureAttempts, idBackImage, idBackImageRequired, idCaptureVideoAudioStartsAt, idCaptureVideoAudioUrl, idCaptureVideoIdBackImage, idCaptureVideoIdFrontImage, idCaptureVideoUrl, idCardForFaceMatch, idData, idFrontCaptureAttempts, idFrontImage, idImageResolutionCheck, manualReviewRequired, needImmediateResponse, passportImage, personalData, selfieCaptureAttempts, selfieImage, signatureData, signatureVideoUrl, uploadDocument, verifyIdWithExternalDatabases, webhooksClientTraceId, webhooksEnabled, webhooksFireOnReview, webhooksSendInputImages, webhooksSendProcessedImages, webhooksStripSpecialCharacters, webhooksURL]);
2518
2520
  var defaultOnSubmit = React.useCallback(function () {
2519
2521
  return __awaiter(void 0, void 0, void 0, function () {
2520
2522
  var submissionResponse_1, payload, host, endpoint, response, statusMessage, submissionResponse_2, e_1, err;
@@ -3863,7 +3865,7 @@
3863
3865
  function st(t, e) {
3864
3866
  if (t.g = e, e > t.l) throw W(t.l, e);
3865
3867
  }
3866
- function it(t, e) {
3868
+ function it$1(t, e) {
3867
3869
  var n,
3868
3870
  r = 0,
3869
3871
  s = 0,
@@ -3976,7 +3978,7 @@
3976
3978
  throw V(t.h, t.l);
3977
3979
  }
3978
3980
  }
3979
- function pt(t, e, n) {
3981
+ function pt$1(t, e, n) {
3980
3982
  var r = t.g.l,
3981
3983
  s = t.g.j(),
3982
3984
  i = t.g.g + s;
@@ -4223,7 +4225,7 @@
4223
4225
  if ("string" != typeof t) throw Error();
4224
4226
  return t;
4225
4227
  }
4226
- function de(t) {
4228
+ function de$1(t) {
4227
4229
  if (null != t && "string" != typeof t) throw Error();
4228
4230
  return t;
4229
4231
  }
@@ -4594,7 +4596,7 @@
4594
4596
  i = Ge(t, s, n, r);
4595
4597
  return (e = ge(i, e, !1, s)) !== i && null != e && Ve(t, s, n, e, r), e;
4596
4598
  }
4597
- function en(t, e, n, r) {
4599
+ function en$1(t, e, n, r) {
4598
4600
  if (r === void 0) {
4599
4601
  r = !1;
4600
4602
  }
@@ -4961,7 +4963,7 @@
4961
4963
  Ve(t, Vt(t), e, n);
4962
4964
  }
4963
4965
  var Hn = zn(function (t, e, n, r, s) {
4964
- return 2 === t.h && (t = pt(t, Ee([void 0, void 0], r), s), te(r = Vt(e)), (s = Ge(e, r, n)) instanceof _Le ? 0 != (2 & s.g) ? ((s = s.m()).push(t), Ve(e, r, n, s)) : s.I(t) : Array.isArray(s) ? (2 & jt(s) && Ve(e, r, n, s = qe(s)), s.push(t)) : Ve(e, r, n, [t]), !0);
4966
+ return 2 === t.h && (t = pt$1(t, Ee([void 0, void 0], r), s), te(r = Vt(e)), (s = Ge(e, r, n)) instanceof _Le ? 0 != (2 & s.g) ? ((s = s.m()).push(t), Ve(e, r, n, s)) : s.I(t) : Array.isArray(s) ? (2 & jt(s) && Ve(e, r, n, s = qe(s)), s.push(t)) : Ve(e, r, n, [t]), !0);
4965
4967
  }, function (t, e, n, r, s) {
4966
4968
  if (e instanceof _Le) e.forEach(function (e, i) {
4967
4969
  Ct(t, n, Ee([i, e], r), s);
@@ -5028,13 +5030,13 @@
5028
5030
  }
5029
5031
  }),
5030
5032
  sr = zn(function (t, e, n) {
5031
- return 0 === t.h && (Xn(e, n, it(t.g, tt)), !0);
5033
+ return 0 === t.h && (Xn(e, n, it$1(t.g, tt)), !0);
5032
5034
  }, Yn),
5033
5035
  ir = zn(function (t, e, n) {
5034
- return 0 === t.h && (Xn(e, n, 0 === (t = it(t.g, tt)) ? void 0 : t), !0);
5036
+ return 0 === t.h && (Xn(e, n, 0 === (t = it$1(t.g, tt)) ? void 0 : t), !0);
5035
5037
  }, Yn),
5036
5038
  or = zn(function (t, e, n) {
5037
- return 0 === t.h && (Xn(e, n, it(t.g, Q)), !0);
5039
+ return 0 === t.h && (Xn(e, n, it$1(t.g, Q)), !0);
5038
5040
  }, function (t, e, n) {
5039
5041
  t: if (null != e) {
5040
5042
  if (ce(e)) {
@@ -5066,7 +5068,7 @@
5066
5068
  lr = zn(function (t, e, n) {
5067
5069
  return 0 === t.h && (Xn(e, n, !1 === (t = ot(t.g)) ? void 0 : t), !0);
5068
5070
  }, qn),
5069
- fr = Wn(function (t, e, n) {
5071
+ fr$1 = Wn(function (t, e, n) {
5070
5072
  if (2 !== t.h) return !1;
5071
5073
  t = gt(t);
5072
5074
  var r = Vt(e);
@@ -5084,10 +5086,10 @@
5084
5086
  return 2 === t.h && (Xn(e, n, gt(t)), !0);
5085
5087
  }, Kn),
5086
5088
  gr = zn(function (t, e, n, r, s) {
5087
- return 2 === t.h && (pt(t, Qe(e, r, n, !0), s), !0);
5089
+ return 2 === t.h && (pt$1(t, Qe(e, r, n, !0), s), !0);
5088
5090
  }, Jn),
5089
5091
  mr = zn(function (t, e, n, r, s) {
5090
- return 2 === t.h && (pt(t, Qe(e, r, n), s), !0);
5092
+ return 2 === t.h && (pt$1(t, Qe(e, r, n), s), !0);
5091
5093
  }, Jn),
5092
5094
  yr = Wn(function (t, e, n, r, s) {
5093
5095
  if (2 !== t.h) return !1;
@@ -5095,14 +5097,14 @@
5095
5097
  var i = Vt(e);
5096
5098
  te(i);
5097
5099
  var o = ze(e, i, n, 3);
5098
- return (Object.isFrozen(o) || 4 & jt(o)) && (o = Dt(o), Ve(e, i, n, o)), o.push(r), pt(t, r, s), !0;
5100
+ return (Object.isFrozen(o) || 4 & jt(o)) && (o = Dt(o), Ve(e, i, n, o)), o.push(r), pt$1(t, r, s), !0;
5099
5101
  }, function (t, e, n, r, s) {
5100
5102
  if (Array.isArray(e)) for (var _i10 = 0; _i10 < e.length; _i10++) Jn(t, e[_i10], n, r, s);
5101
5103
  }),
5102
5104
  vr = zn(function (t, e, n, r, s, i) {
5103
5105
  if (2 !== t.h) return !1;
5104
5106
  var o = Vt(e);
5105
- return te(o), (i = Ze(e, o, i)) && n !== i && Ve(e, o, i), pt(t, e = Qe(e, r, n), s), !0;
5107
+ return te(o), (i = Ze(e, o, i)) && n !== i && Ve(e, o, i), pt$1(t, e = Qe(e, r, n), s), !0;
5106
5108
  }, Jn),
5107
5109
  _r = zn(function (t, e, n) {
5108
5110
  return 2 === t.h && (Xn(e, n, mt(t)), !0);
@@ -5131,7 +5133,7 @@
5131
5133
  }
5132
5134
  });
5133
5135
  var Er = function Er(t, e) {
5134
- this.h = t, this.g = e, this.l = en, this.m = sn, this.defaultValue = void 0;
5136
+ this.h = t, this.g = e, this.l = en$1, this.m = sn, this.defaultValue = void 0;
5135
5137
  };
5136
5138
  function Tr(t, e) {
5137
5139
  return new Er(t, e);
@@ -5252,9 +5254,9 @@
5252
5254
  Vr = [0, ir, ir, lr, lr, lr, lr, ir, hr, dr, cr, ir, ir, lr, cr, lr, lr, lr, dr],
5253
5255
  zr = [-1, {}],
5254
5256
  Wr = [0, pr, mr, 2, zr],
5255
- Xr = [0, pr, fr, mr, zr];
5257
+ Xr = [0, pr, fr$1, mr, zr];
5256
5258
  function Hr(t, e) {
5257
- e = de(e), t = t.u;
5259
+ e = de$1(e), t = t.u;
5258
5260
  var n = Vt(t);
5259
5261
  te(n), Ve(t, n, 2, "" === e ? void 0 : e);
5260
5262
  }
@@ -5276,12 +5278,12 @@
5276
5278
  return qr;
5277
5279
  }(vn);
5278
5280
  qr.B = [3, 4, 5, 6, 8, 13, 17, 1005];
5279
- var Kr = [-500, dr, dr, fr, fr, fr, fr, mr, Gr, yr, Lr, cr, cr, mr, Wr, mr, Xr, yr, jr, dr, mr, Vr, cr, fr, fr, 988],
5281
+ var Kr = [-500, dr, dr, fr$1, fr$1, fr$1, fr$1, mr, Gr, yr, Lr, cr, cr, mr, Wr, mr, Xr, yr, jr, dr, mr, Vr, cr, fr$1, fr$1, 988],
5280
5282
  Jr = [0, dr, dr, mr, zr],
5281
5283
  Zr = [-500, pr, pr, mr, [-1, {}], pr, 999],
5282
- Qr = [-500, pr, fr, fr, mr, [-2, {}, ur], fr, 998, fr],
5283
- ts = [-500, pr, fr, mr, zr, fr, 999];
5284
- function es(t, e) {
5284
+ Qr = [-500, pr, fr$1, fr$1, mr, [-2, {}, ur], fr$1, 998, fr$1],
5285
+ ts = [-500, pr, fr$1, mr, zr, fr$1, 999];
5286
+ function es$1(t, e) {
5285
5287
  an(t, qr, e);
5286
5288
  }
5287
5289
  function ns(t, e) {
@@ -5302,7 +5304,7 @@
5302
5304
  return ss;
5303
5305
  }(vn);
5304
5306
  ss.B = [1, 6, 7, 9, 10, 15, 16, 17, 14, 1002];
5305
- var is = [-500, yr, Kr, yr, 5, Zr, yr, Qr, cr, yr, ts, fr, cr, mr, Wr, mr, Xr, yr, Jr, fr, fr, fr, mr, Vr, dr, dr, lr, mr, 980, zr, yr, Lr],
5307
+ var is = [-500, yr, Kr, yr, 5, Zr, yr, Qr, cr, yr, ts, fr$1, cr, mr, Wr, mr, Xr, yr, Jr, fr$1, fr$1, fr$1, mr, Vr, dr, dr, lr, mr, 980, zr, yr, Lr],
5306
5308
  os = kr(ss, is);
5307
5309
  ss.prototype.g = xr(is);
5308
5310
  var as = [0, yr, [0, ar, ar, ar]],
@@ -5354,7 +5356,7 @@
5354
5356
  _inheritsLoose(ws, _vn10);
5355
5357
  var _proto11 = ws.prototype;
5356
5358
  _proto11.h = function h() {
5357
- return en(this, gs, 2);
5359
+ return en$1(this, gs, 2);
5358
5360
  };
5359
5361
  _proto11.g = function g() {
5360
5362
  return rn(this, vs, 5);
@@ -5371,7 +5373,7 @@
5371
5373
  return bs;
5372
5374
  }(vn);
5373
5375
  bs.B = [1, 2, 3, 8, 9];
5374
- var Es = kr(bs, [0, fr, hr, rr, mr, As, pr, pr, sr, yr, ds, fr, sr]),
5376
+ var Es = kr(bs, [0, fr$1, hr, rr, mr, As, pr, pr, sr, yr, ds, fr$1, sr]),
5375
5377
  Ts = /*#__PURE__*/function (_vn12) {
5376
5378
  function Ts(t) {
5377
5379
  return _vn12.call(this, t) || this;
@@ -5486,7 +5488,7 @@
5486
5488
  return Hs;
5487
5489
  }(vn);
5488
5490
  Hs.B = [4, 5];
5489
- var Ys = [0, pr, ar, er, fr, fr],
5491
+ var Ys = [0, pr, ar, er, fr$1, fr$1],
5490
5492
  $s = /*#__PURE__*/function (_vn25) {
5491
5493
  function $s(t) {
5492
5494
  return _vn25.call(this, t) || this;
@@ -5589,7 +5591,7 @@
5589
5591
  _inheritsLoose(mi, _vn34);
5590
5592
  var _proto15 = mi.prototype;
5591
5593
  _proto15.h = function h() {
5592
- return en(this, Hs, 2);
5594
+ return en$1(this, Hs, 2);
5593
5595
  };
5594
5596
  _proto15.g = function g() {
5595
5597
  je(this, 2);
@@ -5709,7 +5711,7 @@
5709
5711
  };
5710
5712
  return _class5;
5711
5713
  }(vn));
5712
- Nr[458105876] = wn([0, mr, Di, Hn, [!0, sr, mr, [0, pr, pr, fr]]]);
5714
+ Nr[458105876] = wn([0, mr, Di, Hn, [!0, sr, mr, [0, pr, pr, fr$1]]]);
5713
5715
  var Ni = /*#__PURE__*/function (_vn45) {
5714
5716
  function Ni(t) {
5715
5717
  return _vn45.call(this, t) || this;
@@ -5728,7 +5730,7 @@
5728
5730
  }(vn);
5729
5731
  ji.B = [5, 6];
5730
5732
  var Vi = Tr(443442058, ji);
5731
- Nr[443442058] = wn([0, mr, ei, pr, ar, er, fr, fr]);
5733
+ Nr[443442058] = wn([0, mr, ei, pr, ar, er, fr$1, fr$1]);
5732
5734
  var zi = /*#__PURE__*/function (_vn47) {
5733
5735
  function zi(t) {
5734
5736
  return _vn47.call(this, t) || this;
@@ -5757,7 +5759,7 @@
5757
5759
  Nr[518928384] = wn(Hi);
5758
5760
  var qi = Tr(516587230, Yi);
5759
5761
  function Ki(t, e) {
5760
- return e = e ? e.clone() : new Hs(), void 0 !== t.displayNamesLocale ? je(e, 1, de(t.displayNamesLocale)) : void 0 === t.displayNamesLocale && je(e, 1), void 0 !== t.maxResults ? pn(e, 2, t.maxResults) : "maxResults" in t && je(e, 2), void 0 !== t.scoreThreshold ? gn(e, 3, t.scoreThreshold) : "scoreThreshold" in t && je(e, 3), void 0 !== t.categoryAllowlist ? Ke(e, 4, t.categoryAllowlist) : "categoryAllowlist" in t && je(e, 4), void 0 !== t.categoryDenylist ? Ke(e, 5, t.categoryDenylist) : "categoryDenylist" in t && je(e, 5), e;
5762
+ return e = e ? e.clone() : new Hs(), void 0 !== t.displayNamesLocale ? je(e, 1, de$1(t.displayNamesLocale)) : void 0 === t.displayNamesLocale && je(e, 1), void 0 !== t.maxResults ? pn(e, 2, t.maxResults) : "maxResults" in t && je(e, 2), void 0 !== t.scoreThreshold ? gn(e, 3, t.scoreThreshold) : "scoreThreshold" in t && je(e, 3), void 0 !== t.categoryAllowlist ? Ke(e, 4, t.categoryAllowlist) : "categoryAllowlist" in t && je(e, 4), void 0 !== t.categoryDenylist ? Ke(e, 5, t.categoryDenylist) : "categoryDenylist" in t && je(e, 5), e;
5761
5763
  }
5762
5764
  function Ji(t, e, n) {
5763
5765
  if (e === void 0) {
@@ -5799,14 +5801,14 @@
5799
5801
  displayName: (_s$_t = s[_t18]) != null ? _s$_t : ""
5800
5802
  });
5801
5803
  }
5802
- if ((e = (_en = en(t, ws, 4)) == null ? void 0 : _en.h()) && (i.boundingBox = {
5804
+ if ((e = (_en = en$1(t, ws, 4)) == null ? void 0 : _en.h()) && (i.boundingBox = {
5803
5805
  originX: (_hn = hn(e, 1)) != null ? _hn : 0,
5804
5806
  originY: (_hn2 = hn(e, 2)) != null ? _hn2 : 0,
5805
5807
  width: (_hn3 = hn(e, 3)) != null ? _hn3 : 0,
5806
5808
  height: (_hn4 = hn(e, 4)) != null ? _hn4 : 0,
5807
5809
  angle: 0
5808
- }), (_en2 = en(t, ws, 4)) != null && _en2.g().length) {
5809
- for (var _iterator = _createForOfIteratorHelperLoose$2(en(t, ws, 4).g()), _step; !(_step = _iterator()).done;) {
5810
+ }), (_en2 = en$1(t, ws, 4)) != null && _en2.g().length) {
5811
+ for (var _iterator = _createForOfIteratorHelperLoose$2(en$1(t, ws, 4).g()), _step; !(_step = _iterator()).done;) {
5810
5812
  var _We, _We2, _We3, _un3;
5811
5813
  var _e16 = _step.value;
5812
5814
  i.keypoints.push({
@@ -6086,8 +6088,8 @@
6086
6088
  return _mo.apply(this, arguments);
6087
6089
  }
6088
6090
  function yo(t, e) {
6089
- var n = en(t.baseOptions, Zs, 1) || new Zs();
6090
- "string" == typeof e ? (je(n, 2, de(e)), je(n, 1)) : e instanceof Uint8Array && (je(n, 1, Zt(e, !1, !1)), je(n, 2)), sn(t.baseOptions, 0, 1, n);
6091
+ var n = en$1(t.baseOptions, Zs, 1) || new Zs();
6092
+ "string" == typeof e ? (je(n, 2, de$1(e)), je(n, 1)) : e instanceof Uint8Array && (je(n, 1, Zt(e, !1, !1)), je(n, 2)), sn(t.baseOptions, 0, 1, n);
6091
6093
  }
6092
6094
  function vo(t) {
6093
6095
  try {
@@ -6104,7 +6106,7 @@
6104
6106
  t.I = Math.max(t.I, e);
6105
6107
  }
6106
6108
  function wo(t, e) {
6107
- t.A = new qr(), Hr(t.A, "PassThroughCalculator"), Yr(t.A, "free_memory"), $r(t.A, "free_memory_unused_out"), ns(e, "free_memory"), es(e, t.A);
6109
+ t.A = new qr(), Hr(t.A, "PassThroughCalculator"), Yr(t.A, "free_memory"), $r(t.A, "free_memory_unused_out"), ns(e, "free_memory"), es$1(e, t.A);
6108
6110
  }
6109
6111
  function Ao(t, e) {
6110
6112
  Yr(t.A, e), $r(t.A, e + "_unused_out");
@@ -6126,9 +6128,9 @@
6126
6128
  var _t$baseOptions, _t$baseOptions2, _en3, _en4, _t$baseOptions3, _t$baseOptions4;
6127
6129
  var _e19 = t.baseOptions || {};
6128
6130
  if ((_t$baseOptions = t.baseOptions) != null && _t$baseOptions.modelAssetBuffer && (_t$baseOptions2 = t.baseOptions) != null && _t$baseOptions2.modelAssetPath) throw Error("Cannot set both baseOptions.modelAssetPath and baseOptions.modelAssetBuffer");
6129
- if (!((_en3 = en(this.baseOptions, Zs, 1)) != null && _en3.g() || (_en4 = en(this.baseOptions, Zs, 1)) != null && _en4.h() || (_t$baseOptions3 = t.baseOptions) != null && _t$baseOptions3.modelAssetBuffer || (_t$baseOptions4 = t.baseOptions) != null && _t$baseOptions4.modelAssetPath)) throw Error("Either baseOptions.modelAssetPath or baseOptions.modelAssetBuffer must be set");
6131
+ if (!((_en3 = en$1(this.baseOptions, Zs, 1)) != null && _en3.g() || (_en4 = en$1(this.baseOptions, Zs, 1)) != null && _en4.h() || (_t$baseOptions3 = t.baseOptions) != null && _t$baseOptions3.modelAssetBuffer || (_t$baseOptions4 = t.baseOptions) != null && _t$baseOptions4.modelAssetPath)) throw Error("Either baseOptions.modelAssetPath or baseOptions.modelAssetBuffer must be set");
6130
6132
  if (function (t, e) {
6131
- var n = en(t.baseOptions, Ks, 3);
6133
+ var n = en$1(t.baseOptions, Ks, 3);
6132
6134
  if (!n) {
6133
6135
  var r = n = new Ks(),
6134
6136
  s = new Cr();
@@ -6959,7 +6961,7 @@
6959
6961
  var e = new Ur();
6960
6962
  yn(e, si, this.h);
6961
6963
  var n = new qr();
6962
- Hr(n, "mediapipe.tasks.vision.face_detector.FaceDetectorGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect_in"), $r(n, "DETECTIONS:detections"), n.o(e), es(t, n), this.g.attachProtoVectorListener("detections", function (t, e) {
6964
+ Hr(n, "mediapipe.tasks.vision.face_detector.FaceDetectorGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect_in"), $r(n, "DETECTIONS:detections"), n.o(e), es$1(t, n), this.g.attachProtoVectorListener("detections", function (t, e) {
6963
6965
  for (var _iterator9 = _createForOfIteratorHelperLoose$2(t), _step9; !(_step9 = _iterator9()).done;) {
6964
6966
  var _e23 = _step9.value;
6965
6967
  t = Es(_e23), _this43.j.detections.push(Zi(t));
@@ -6972,7 +6974,7 @@
6972
6974
  return _createClass(ya, [{
6973
6975
  key: "baseOptions",
6974
6976
  get: function get() {
6975
- return en(this.h, ti, 1);
6977
+ return en$1(this.h, ti, 1);
6976
6978
  },
6977
6979
  set: function set(t) {
6978
6980
  sn(this.h, 0, 1, t);
@@ -7053,7 +7055,7 @@
7053
7055
  var e = new Ur();
7054
7056
  yn(e, di, this.h);
7055
7057
  var n = new qr();
7056
- Hr(n, "mediapipe.tasks.vision.face_landmarker.FaceLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "NORM_LANDMARKS:face_landmarks"), n.o(e), es(t, n), this.g.attachProtoVectorListener("face_landmarks", function (t, e) {
7058
+ Hr(n, "mediapipe.tasks.vision.face_landmarker.FaceLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "NORM_LANDMARKS:face_landmarks"), n.o(e), es$1(t, n), this.g.attachProtoVectorListener("face_landmarks", function (t, e) {
7057
7059
  for (var _iterator10 = _createForOfIteratorHelperLoose$2(t), _step10; !(_step10 = _iterator10()).done;) {
7058
7060
  var _e24 = _step10.value;
7059
7061
  t = Ms(_e24), _this45.j.faceLandmarks.push(Qi(t));
@@ -7077,7 +7079,7 @@
7077
7079
  for (var _iterator12 = _createForOfIteratorHelperLoose$2(t), _step12; !(_step12 = _iterator12()).done;) {
7078
7080
  var _ln2, _ln3, _He;
7079
7081
  var _e26 = _step12.value;
7080
- (t = en(ai(_e26), Ps, 2)) && _this45.j.facialTransformationMatrixes.push({
7082
+ (t = en$1(ai(_e26), Ps, 2)) && _this45.j.facialTransformationMatrixes.push({
7081
7083
  rows: (_ln2 = ln(hn(t, 1))) != null ? _ln2 : 0,
7082
7084
  columns: (_ln3 = ln(hn(t, 2))) != null ? _ln3 : 0,
7083
7085
  data: (_He = He(t, 3, ae)) != null ? _He : []
@@ -7092,7 +7094,7 @@
7092
7094
  return _createClass(Sa, [{
7093
7095
  key: "baseOptions",
7094
7096
  get: function get() {
7095
- return en(this.h, ti, 1);
7097
+ return en$1(this.h, ti, 1);
7096
7098
  },
7097
7099
  set: function set(t) {
7098
7100
  sn(this.h, 0, 1, t);
@@ -7136,7 +7138,7 @@
7136
7138
  var e = new Ur();
7137
7139
  yn(e, gi, this.j);
7138
7140
  var n = new qr();
7139
- Hr(n, "mediapipe.tasks.vision.face_stylizer.FaceStylizerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "STYLIZED_IMAGE:stylized_image"), n.o(e), es(t, n), this.g.S("stylized_image", function (t, e) {
7141
+ Hr(n, "mediapipe.tasks.vision.face_stylizer.FaceStylizerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "STYLIZED_IMAGE:stylized_image"), n.o(e), es$1(t, n), this.g.S("stylized_image", function (t, e) {
7140
7142
  var n = !_this47.h,
7141
7143
  r = t.data,
7142
7144
  s = t.width;
@@ -7159,7 +7161,7 @@
7159
7161
  return _createClass(Oa, [{
7160
7162
  key: "baseOptions",
7161
7163
  get: function get() {
7162
- return en(this.j, ti, 1);
7164
+ return en$1(this.j, ti, 1);
7163
7165
  },
7164
7166
  set: function set(t) {
7165
7167
  sn(this.j, 0, 1, t);
@@ -7236,10 +7238,10 @@
7236
7238
  if (pn(this.h, 3, (_t$numHands = t.numHands) != null ? _t$numHands : 1), "minHandDetectionConfidence" in t && gn(this.h, 2, (_t$minHandDetectionCo = t.minHandDetectionConfidence) != null ? _t$minHandDetectionCo : .5), "minTrackingConfidence" in t && gn(this.C, 4, (_t$minTrackingConfide2 = t.minTrackingConfidence) != null ? _t$minTrackingConfide2 : .5), "minHandPresenceConfidence" in t && gn(this.s, 2, (_t$minHandPresenceCon = t.minHandPresenceConfidence) != null ? _t$minHandPresenceCon : .5), t.cannedGesturesClassifierOptions) {
7237
7239
  var _en5;
7238
7240
  var e = new mi(),
7239
- n = Ki(t.cannedGesturesClassifierOptions, (_en5 = en(this.j, mi, 3)) == null ? void 0 : _en5.h());
7241
+ n = Ki(t.cannedGesturesClassifierOptions, (_en5 = en$1(this.j, mi, 3)) == null ? void 0 : _en5.h());
7240
7242
  sn(e, 0, 2, n), sn(this.j, 0, 3, e);
7241
- } else void 0 === t.cannedGesturesClassifierOptions && ((_en6 = en(this.j, mi, 3)) == null ? void 0 : _en6.g());
7242
- return t.customGesturesClassifierOptions ? (sn(e = new mi(), 0, 2, n = Ki(t.customGesturesClassifierOptions, (_en7 = en(this.j, mi, 4)) == null ? void 0 : _en7.h())), sn(this.j, 0, 4, e)) : void 0 === t.customGesturesClassifierOptions && ((_en8 = en(this.j, mi, 4)) == null ? void 0 : _en8.g()), this.l(t);
7243
+ } else void 0 === t.cannedGesturesClassifierOptions && ((_en6 = en$1(this.j, mi, 3)) == null ? void 0 : _en6.g());
7244
+ return t.customGesturesClassifierOptions ? (sn(e = new mi(), 0, 2, n = Ki(t.customGesturesClassifierOptions, (_en7 = en$1(this.j, mi, 4)) == null ? void 0 : _en7.h())), sn(this.j, 0, 4, e)) : void 0 === t.customGesturesClassifierOptions && ((_en8 = en$1(this.j, mi, 4)) == null ? void 0 : _en8.g()), this.l(t);
7243
7245
  };
7244
7246
  _proto30.ya = function ya(t, e) {
7245
7247
  return Pa(this), da(this, t, e), Ra(this);
@@ -7254,7 +7256,7 @@
7254
7256
  var e = new Ur();
7255
7257
  yn(e, Oi, this.v);
7256
7258
  var n = new qr();
7257
- Hr(n, "mediapipe.tasks.vision.gesture_recognizer.GestureRecognizerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "HAND_GESTURES:hand_gestures"), $r(n, "LANDMARKS:hand_landmarks"), $r(n, "WORLD_LANDMARKS:world_hand_landmarks"), $r(n, "HANDEDNESS:handedness"), n.o(e), es(t, n), this.g.attachProtoVectorListener("hand_landmarks", function (t, e) {
7259
+ Hr(n, "mediapipe.tasks.vision.gesture_recognizer.GestureRecognizerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "HAND_GESTURES:hand_gestures"), $r(n, "LANDMARKS:hand_landmarks"), $r(n, "WORLD_LANDMARKS:world_hand_landmarks"), $r(n, "HANDEDNESS:handedness"), n.o(e), es$1(t, n), this.g.attachProtoVectorListener("hand_landmarks", function (t, e) {
7258
7260
  for (var _iterator15 = _createForOfIteratorHelperLoose$2(t), _step15; !(_step15 = _iterator15()).done;) {
7259
7261
  var _e28 = _step15.value;
7260
7262
  t = Ms(_e28);
@@ -7307,7 +7309,7 @@
7307
7309
  return _createClass(Ia, [{
7308
7310
  key: "baseOptions",
7309
7311
  get: function get() {
7310
- return en(this.v, ti, 1);
7312
+ return en$1(this.v, ti, 1);
7311
7313
  },
7312
7314
  set: function set(t) {
7313
7315
  sn(this.v, 0, 1, t);
@@ -7362,7 +7364,7 @@
7362
7364
  var e = new Ur();
7363
7365
  yn(e, Si, this.j);
7364
7366
  var n = new qr();
7365
- Hr(n, "mediapipe.tasks.vision.hand_landmarker.HandLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "LANDMARKS:hand_landmarks"), $r(n, "WORLD_LANDMARKS:world_hand_landmarks"), $r(n, "HANDEDNESS:handedness"), n.o(e), es(t, n), this.g.attachProtoVectorListener("hand_landmarks", function (t, e) {
7367
+ Hr(n, "mediapipe.tasks.vision.hand_landmarker.HandLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "LANDMARKS:hand_landmarks"), $r(n, "WORLD_LANDMARKS:world_hand_landmarks"), $r(n, "HANDEDNESS:handedness"), n.o(e), es$1(t, n), this.g.attachProtoVectorListener("hand_landmarks", function (t, e) {
7366
7368
  for (var _iterator19 = _createForOfIteratorHelperLoose$2(t), _step19; !(_step19 = _iterator19()).done;) {
7367
7369
  var _e32 = _step19.value;
7368
7370
  t = Ms(_e32), _this51.landmarks.push(Qi(t));
@@ -7406,7 +7408,7 @@
7406
7408
  return _createClass(Ba, [{
7407
7409
  key: "baseOptions",
7408
7410
  get: function get() {
7409
- return en(this.j, ti, 1);
7411
+ return en$1(this.j, ti, 1);
7410
7412
  },
7411
7413
  set: function set(t) {
7412
7414
  sn(this.j, 0, 1, t);
@@ -7439,7 +7441,7 @@
7439
7441
  _inheritsLoose(Ua, _ma6);
7440
7442
  var _proto32 = Ua.prototype;
7441
7443
  _proto32.o = function o(t) {
7442
- var e = Ki(t, en(this.h, Hs, 2));
7444
+ var e = Ki(t, en$1(this.h, Hs, 2));
7443
7445
  return sn(this.h, 0, 2, e), this.l(t);
7444
7446
  };
7445
7447
  _proto32.ia = function ia(t, e) {
@@ -7459,12 +7461,12 @@
7459
7461
  var e = new Ur();
7460
7462
  yn(e, Pi, this.h);
7461
7463
  var n = new qr();
7462
- Hr(n, "mediapipe.tasks.vision.image_classifier.ImageClassifierGraph"), Yr(n, "IMAGE:input_image"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "CLASSIFICATIONS:classifications"), n.o(e), es(t, n), this.g.attachProtoListener("classifications", function (t, e) {
7464
+ Hr(n, "mediapipe.tasks.vision.image_classifier.ImageClassifierGraph"), Yr(n, "IMAGE:input_image"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "CLASSIFICATIONS:classifications"), n.o(e), es$1(t, n), this.g.attachProtoListener("classifications", function (t, e) {
7463
7465
  _this53.j = function (t) {
7464
7466
  var e = {
7465
7467
  classifications: rn(t, Is, 1).map(function (t) {
7466
7468
  var _en$g, _en9, _un8;
7467
- return Ji((_en$g = (_en9 = en(t, us, 4)) == null ? void 0 : _en9.g()) != null ? _en$g : [], ln(hn(t, 2)), (_un8 = un(t, 3)) != null ? _un8 : "");
7469
+ return Ji((_en$g = (_en9 = en$1(t, us, 4)) == null ? void 0 : _en9.g()) != null ? _en$g : [], ln(hn(t, 2)), (_un8 = un(t, 3)) != null ? _un8 : "");
7468
7470
  })
7469
7471
  };
7470
7472
  return null != cn(t) && (e.timestampMs = ln(cn(t))), e;
@@ -7476,7 +7478,7 @@
7476
7478
  return _createClass(Ua, [{
7477
7479
  key: "baseOptions",
7478
7480
  get: function get() {
7479
- return en(this.h, ti, 1);
7481
+ return en$1(this.h, ti, 1);
7480
7482
  },
7481
7483
  set: function set(t) {
7482
7484
  sn(this.h, 0, 1, t);
@@ -7510,7 +7512,7 @@
7510
7512
  var _proto33 = Na.prototype;
7511
7513
  _proto33.o = function o(t) {
7512
7514
  var e = this.h,
7513
- n = en(this.h, $s, 2);
7515
+ n = en$1(this.h, $s, 2);
7514
7516
  return n = n ? n.clone() : new $s(), void 0 !== t.l2Normalize ? dn(n, 1, t.l2Normalize) : "l2Normalize" in t && je(n, 1), void 0 !== t.quantize ? dn(n, 2, t.quantize) : "quantize" in t && je(n, 2), sn(e, 0, 2, n), this.l(t);
7515
7517
  };
7516
7518
  _proto33.na = function na(t, e) {
@@ -7526,7 +7528,7 @@
7526
7528
  var e = new Ur();
7527
7529
  yn(e, Ci, this.h);
7528
7530
  var n = new qr();
7529
- Hr(n, "mediapipe.tasks.vision.image_embedder.ImageEmbedderGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "EMBEDDINGS:embeddings_out"), n.o(e), es(t, n), this.g.attachProtoListener("embeddings_out", function (t, e) {
7531
+ Hr(n, "mediapipe.tasks.vision.image_embedder.ImageEmbedderGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "EMBEDDINGS:embeddings_out"), n.o(e), es$1(t, n), this.g.attachProtoListener("embeddings_out", function (t, e) {
7530
7532
  t = Xs(t), _this55.embeddings = function (t) {
7531
7533
  return {
7532
7534
  embeddings: rn(t, js, 1).map(function (t) {
@@ -7535,10 +7537,10 @@
7535
7537
  headIndex: (_ln5 = ln(hn(t, 3))) != null ? _ln5 : -1,
7536
7538
  headName: (_ref13 = (_un9 = un(t, 4)) != null ? _un9 : "") != null ? _ref13 : ""
7537
7539
  };
7538
- if (void 0 !== tn(t, Ns, Je(t, 1))) t = He(t = en(t, Ns, Je(t, 1)), 1, ae), e.floatEmbedding = t;else {
7540
+ if (void 0 !== tn(t, Ns, Je(t, 1))) t = He(t = en$1(t, Ns, Je(t, 1)), 1, ae), e.floatEmbedding = t;else {
7539
7541
  var _en$fa$ha, _en10;
7540
7542
  var _n28 = new Uint8Array(0);
7541
- e.quantizedEmbedding = (_en$fa$ha = (_en10 = en(t, Gs, Je(t, 2))) == null || (_en10 = _en10.fa()) == null ? void 0 : _en10.ha()) != null ? _en$fa$ha : _n28;
7543
+ e.quantizedEmbedding = (_en$fa$ha = (_en10 = en$1(t, Gs, Je(t, 2))) == null || (_en10 = _en10.fa()) == null ? void 0 : _en10.ha()) != null ? _en$fa$ha : _n28;
7542
7544
  }
7543
7545
  return e;
7544
7546
  }),
@@ -7552,7 +7554,7 @@
7552
7554
  return _createClass(Na, [{
7553
7555
  key: "baseOptions",
7554
7556
  get: function get() {
7555
- return en(this.h, ti, 1);
7557
+ return en$1(this.h, ti, 1);
7556
7558
  },
7557
7559
  set: function set(t) {
7558
7560
  sn(this.h, 0, 1, t);
@@ -7593,7 +7595,7 @@
7593
7595
  };
7594
7596
  return Ga;
7595
7597
  }();
7596
- function ja(t) {
7598
+ function ja$1(t) {
7597
7599
  t.categoryMask = void 0, t.confidenceMasks = void 0, t.qualityScores = void 0;
7598
7600
  }
7599
7601
  function Va(t) {
@@ -7616,7 +7618,7 @@
7616
7618
  var _proto35 = za.prototype;
7617
7619
  _proto35.o = function o(t) {
7618
7620
  var _t$outputCategoryMask, _t$outputConfidenceMa;
7619
- return void 0 !== t.displayNamesLocale ? je(this.h, 2, de(t.displayNamesLocale)) : "displayNamesLocale" in t && je(this.h, 2), "outputCategoryMask" in t && (this.outputCategoryMask = (_t$outputCategoryMask = t.outputCategoryMask) != null ? _t$outputCategoryMask : !1), "outputConfidenceMasks" in t && (this.outputConfidenceMasks = (_t$outputConfidenceMa = t.outputConfidenceMasks) != null ? _t$outputConfidenceMa : !0), _ma8.prototype.l.call(this, t);
7621
+ return void 0 !== t.displayNamesLocale ? je(this.h, 2, de$1(t.displayNamesLocale)) : "displayNamesLocale" in t && je(this.h, 2), "outputCategoryMask" in t && (this.outputCategoryMask = (_t$outputCategoryMask = t.outputCategoryMask) != null ? _t$outputCategoryMask : !1), "outputConfidenceMasks" in t && (this.outputConfidenceMasks = (_t$outputConfidenceMa = t.outputConfidenceMasks) != null ? _t$outputConfidenceMa : !0), _ma8.prototype.l.call(this, t);
7620
7622
  };
7621
7623
  _proto35.P = function P() {
7622
7624
  !function (t, _en$l$g, _en11) {
@@ -7625,7 +7627,7 @@
7625
7627
  return ((_un10 = un(t, 1)) != null ? _un10 : "").includes("mediapipe.tasks.TensorsToSegmentationCalculator");
7626
7628
  });
7627
7629
  if (t.s = [], 1 < e.length) throw Error("The graph has more than one mediapipe.tasks.TensorsToSegmentationCalculator.");
7628
- 1 === e.length && ((_en$l$g = (_en11 = en(e[0], Ur, 7)) == null || (_en11 = _en11.l()) == null ? void 0 : _en11.g()) != null ? _en$l$g : new Map()).forEach(function (e, n) {
7630
+ 1 === e.length && ((_en$l$g = (_en11 = en$1(e[0], Ur, 7)) == null || (_en11 = _en11.l()) == null ? void 0 : _en11.g()) != null ? _en$l$g : new Map()).forEach(function (e, n) {
7629
7631
  var _un11;
7630
7632
  t.s[Number(n)] = (_un11 = un(e, 1)) != null ? _un11 : "";
7631
7633
  });
@@ -7633,11 +7635,11 @@
7633
7635
  };
7634
7636
  _proto35.X = function X(t, e, n) {
7635
7637
  var r = "function" != typeof e ? e : {};
7636
- return this.j = "function" == typeof e ? e : n, ja(this), da(this, t, r), Va(this);
7638
+ return this.j = "function" == typeof e ? e : n, ja$1(this), da(this, t, r), Va(this);
7637
7639
  };
7638
7640
  _proto35.Ca = function Ca(t, e, n, r) {
7639
7641
  var s = "function" != typeof n ? n : {};
7640
- return this.j = "function" == typeof n ? n : r, ja(this), pa(this, t, s, e), Va(this);
7642
+ return this.j = "function" == typeof n ? n : r, ja$1(this), pa(this, t, s, e), Va(this);
7641
7643
  };
7642
7644
  _proto35.ta = function ta() {
7643
7645
  return this.s;
@@ -7649,7 +7651,7 @@
7649
7651
  var e = new Ur();
7650
7652
  yn(e, Gi, this.h);
7651
7653
  var n = new qr();
7652
- Hr(n, "mediapipe.tasks.vision.image_segmenter.ImageSegmenterGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), n.o(e), es(t, n), wo(this, t), this.outputConfidenceMasks && (rs(t, "confidence_masks"), $r(n, "CONFIDENCE_MASKS:confidence_masks"), Ao(this, "confidence_masks"), this.g.T("confidence_masks", function (t, e) {
7654
+ Hr(n, "mediapipe.tasks.vision.image_segmenter.ImageSegmenterGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), n.o(e), es$1(t, n), wo(this, t), this.outputConfidenceMasks && (rs(t, "confidence_masks"), $r(n, "CONFIDENCE_MASKS:confidence_masks"), Ao(this, "confidence_masks"), this.g.T("confidence_masks", function (t, e) {
7653
7655
  _this57.confidenceMasks = t.map(function (t) {
7654
7656
  return ga(_this57, t, !_this57.j);
7655
7657
  }), _o(_this57, e);
@@ -7668,7 +7670,7 @@
7668
7670
  return _createClass(za, [{
7669
7671
  key: "baseOptions",
7670
7672
  get: function get() {
7671
- return en(this.h, ti, 1);
7673
+ return en$1(this.h, ti, 1);
7672
7674
  },
7673
7675
  set: function set(t) {
7674
7676
  sn(this.h, 0, 1, t);
@@ -7807,7 +7809,7 @@
7807
7809
  var e = new Ur();
7808
7810
  yn(e, Gi, this.h);
7809
7811
  var n = new qr();
7810
- Hr(n, "mediapipe.tasks.vision.interactive_segmenter.InteractiveSegmenterGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "ROI:roi_in"), Yr(n, "NORM_RECT:norm_rect_in"), n.o(e), es(t, n), wo(this, t), this.outputConfidenceMasks && (rs(t, "confidence_masks"), $r(n, "CONFIDENCE_MASKS:confidence_masks"), Ao(this, "confidence_masks"), this.g.T("confidence_masks", function (t, e) {
7812
+ Hr(n, "mediapipe.tasks.vision.interactive_segmenter.InteractiveSegmenterGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "ROI:roi_in"), Yr(n, "NORM_RECT:norm_rect_in"), n.o(e), es$1(t, n), wo(this, t), this.outputConfidenceMasks && (rs(t, "confidence_masks"), $r(n, "CONFIDENCE_MASKS:confidence_masks"), Ao(this, "confidence_masks"), this.g.T("confidence_masks", function (t, e) {
7811
7813
  _this59.confidenceMasks = t.map(function (t) {
7812
7814
  return ga(_this59, t, !_this59.j);
7813
7815
  }), _o(_this59, e);
@@ -7826,7 +7828,7 @@
7826
7828
  return _createClass(uh, [{
7827
7829
  key: "baseOptions",
7828
7830
  get: function get() {
7829
- return en(this.h, ti, 1);
7831
+ return en$1(this.h, ti, 1);
7830
7832
  },
7831
7833
  set: function set(t) {
7832
7834
  sn(this.h, 0, 1, t);
@@ -7859,7 +7861,7 @@
7859
7861
  _inheritsLoose(lh, _ma10);
7860
7862
  var _proto38 = lh.prototype;
7861
7863
  _proto38.o = function o(t) {
7862
- return void 0 !== t.displayNamesLocale ? je(this.h, 2, de(t.displayNamesLocale)) : "displayNamesLocale" in t && je(this.h, 2), void 0 !== t.maxResults ? pn(this.h, 3, t.maxResults) : "maxResults" in t && je(this.h, 3), void 0 !== t.scoreThreshold ? gn(this.h, 4, t.scoreThreshold) : "scoreThreshold" in t && je(this.h, 4), void 0 !== t.categoryAllowlist ? Ke(this.h, 5, t.categoryAllowlist) : "categoryAllowlist" in t && je(this.h, 5), void 0 !== t.categoryDenylist ? Ke(this.h, 6, t.categoryDenylist) : "categoryDenylist" in t && je(this.h, 6), this.l(t);
7864
+ return void 0 !== t.displayNamesLocale ? je(this.h, 2, de$1(t.displayNamesLocale)) : "displayNamesLocale" in t && je(this.h, 2), void 0 !== t.maxResults ? pn(this.h, 3, t.maxResults) : "maxResults" in t && je(this.h, 3), void 0 !== t.scoreThreshold ? gn(this.h, 4, t.scoreThreshold) : "scoreThreshold" in t && je(this.h, 4), void 0 !== t.categoryAllowlist ? Ke(this.h, 5, t.categoryAllowlist) : "categoryAllowlist" in t && je(this.h, 5), void 0 !== t.categoryDenylist ? Ke(this.h, 6, t.categoryDenylist) : "categoryDenylist" in t && je(this.h, 6), this.l(t);
7863
7865
  };
7864
7866
  _proto38.F = function F(t, e) {
7865
7867
  return this.j = {
@@ -7878,7 +7880,7 @@
7878
7880
  var e = new Ur();
7879
7881
  yn(e, Vi, this.h);
7880
7882
  var n = new qr();
7881
- Hr(n, "mediapipe.tasks.vision.ObjectDetectorGraph"), Yr(n, "IMAGE:input_frame_gpu"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "DETECTIONS:detections"), n.o(e), es(t, n), this.g.attachProtoVectorListener("detections", function (t, e) {
7883
+ Hr(n, "mediapipe.tasks.vision.ObjectDetectorGraph"), Yr(n, "IMAGE:input_frame_gpu"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "DETECTIONS:detections"), n.o(e), es$1(t, n), this.g.attachProtoVectorListener("detections", function (t, e) {
7882
7884
  for (var _iterator24 = _createForOfIteratorHelperLoose$2(t), _step24; !(_step24 = _iterator24()).done;) {
7883
7885
  var _e37 = _step24.value;
7884
7886
  t = Es(_e37), _this61.j.detections.push(Zi(t));
@@ -7891,7 +7893,7 @@
7891
7893
  return _createClass(lh, [{
7892
7894
  key: "baseOptions",
7893
7895
  get: function get() {
7894
- return en(this.h, ti, 1);
7896
+ return en$1(this.h, ti, 1);
7895
7897
  },
7896
7898
  set: function set(t) {
7897
7899
  sn(this.h, 0, 1, t);
@@ -7977,7 +7979,7 @@
7977
7979
  var e = new Ur();
7978
7980
  yn(e, qi, this.h);
7979
7981
  var n = new qr();
7980
- Hr(n, "mediapipe.tasks.vision.pose_landmarker.PoseLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "NORM_LANDMARKS:normalized_landmarks"), $r(n, "WORLD_LANDMARKS:world_landmarks"), n.o(e), es(t, n), wo(this, t), this.g.attachProtoVectorListener("normalized_landmarks", function (t, e) {
7982
+ Hr(n, "mediapipe.tasks.vision.pose_landmarker.PoseLandmarkerGraph"), Yr(n, "IMAGE:image_in"), Yr(n, "NORM_RECT:norm_rect"), $r(n, "NORM_LANDMARKS:normalized_landmarks"), $r(n, "WORLD_LANDMARKS:world_landmarks"), n.o(e), es$1(t, n), wo(this, t), this.g.attachProtoVectorListener("normalized_landmarks", function (t, e) {
7981
7983
  _this63.landmarks = [];
7982
7984
  for (var _iterator25 = _createForOfIteratorHelperLoose$2(t), _step25; !(_step25 = _iterator25()).done;) {
7983
7985
  var _e39 = _step25.value;
@@ -8006,7 +8008,7 @@
8006
8008
  return _createClass(ph, [{
8007
8009
  key: "baseOptions",
8008
8010
  get: function get() {
8009
- return en(this.h, ti, 1);
8011
+ return en$1(this.h, ti, 1);
8010
8012
  },
8011
8013
  set: function set(t) {
8012
8014
  sn(this.h, 0, 1, t);
@@ -11109,121 +11111,6 @@
11109
11111
  }
11110
11112
  var templateObject_1$F, templateObject_2$y, templateObject_3$p, templateObject_4$j;
11111
11113
 
11112
- var enTranslation = {};
11113
-
11114
- var esTranslation = {
11115
- 'Use your device camera to capture your ID': 'Para capturar la identificación hay que utilizar la cámara del dispositivo.',
11116
- 'Use your iPhone as a webcam': 'Usar el iPhone como cámara web',
11117
- 'Models warming up...': 'Cargando modelos...',
11118
- 'Camera initializing...': 'Inicializando la cámara...',
11119
- 'Camera access blocked': 'Acceso bloqueado a la cámara',
11120
- 'Location access blocked': 'Acceso bloqueado a la localización',
11121
- Continue: 'Continuar',
11122
- 'Processing...': 'Procesando...',
11123
- 'Your camera permission is disabled': 'El permiso de la cámara está desactivado',
11124
- 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.': 'Esta aplicación requiere el acceso a la cámara para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso a la cámara en el explorador actual.',
11125
- 'Your microphone permission is disabled': 'El permiso de la micrófono está desactivado',
11126
- 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.': 'Esta aplicación requiere tener acceso al micrófono para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso al micrófono en el explorador actual.',
11127
- 'Your location permission is disabled': 'El permiso de la localización está desactivado',
11128
- 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions, you must go to settings and provide location access to the current browser.': 'Esta aplicación requiere el acceso a la localización para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso a la localización en el explorador actual.',
11129
- Retry: 'Reintentar',
11130
- 'Scan the front of ID': 'Escanear el frente de la ID',
11131
- 'Scan the back of ID': 'Escanear el reverso de la ID',
11132
- 'Scan the ID page of passport': 'Escanear la página de datos del pasaporte',
11133
- 'ID Card Front': 'Frente de la ID',
11134
- 'ID Card Back': 'Reverso de la ID',
11135
- Passport: 'Pasaporte',
11136
- 'Document not detected': 'No se ha detectado el documento',
11137
- 'Document is not centered': 'Documento no centrado',
11138
- 'Document too close, please back up': 'Documento muy cerca, favor de alejarse',
11139
- 'Please hold your ID document steady': 'Por favor, hay que mantener firme su identificación',
11140
- 'Document out of focus – try improving the lighting': 'Documento no enfocado - hay que tratar de mejorar la iluminación',
11141
- 'ID card front detected - please flip your ID card': 'Anverso de ID detectado, por favor voltea tu identificación',
11142
- 'ID card back detected - please flip your ID card': 'Reverso de ID detectado, por favor voltea tu identificación',
11143
- 'ID card detected, please scan a passport instead': 'Se ha detectado una credencial, por favor hay que escanear un pasaporte',
11144
- 'Passport detected, please scan an ID card instead': 'Se ha detectado un pasaporte, por favor hay que escanear una credencial',
11145
- 'Document detected, hold still...': 'Se ha detectado el documento, no moverse por favor...',
11146
- 'ID card front detected, hold still...': 'Anverso de ID detectado, no mover...',
11147
- 'ID card back detected, hold still...': 'Reverso de ID detectado, no mover...',
11148
- 'Passport detected, hold still...': 'Pasaporte detectado, no mover...',
11149
- 'Capturing...': 'Capturando...',
11150
- 'Capture failed!': 'Falló la captura',
11151
- 'Please flip your ID card...': 'Por favor voltea la identificación...',
11152
- 'ID card front captured.': 'Se ha capturado el frente de la identificación.',
11153
- 'ID card back captured.': 'Se ha capturado el reverso de la identificación.',
11154
- 'ID Capture Successful': 'Captura Exitosa de ID',
11155
- 'Verify the entire ID was captured clearly with no glare.': 'Hay que verificar que toda la ID se vea completa y sin reflejos.',
11156
- Submit: 'Enviar',
11157
- 'Submitting...': 'Enviando...',
11158
- 'Use your device camera to capture your face': 'Hay que utilizar la cámara del dispositivo para capturar el rostro',
11159
- 'Remove Sunglasses & Hat': 'Hay que quitarse lentes y/o la gorra',
11160
- 'Avoid Excessive Backlighting': 'Hay que evitar demasiada luz en el fondo',
11161
- 'Hold still for a few seconds...': 'Hay que permanecer quieto por unos segundos...',
11162
- 'Please hold still...': 'Favor de no moverse...',
11163
- 'Look straight into the camera...': 'Hay que mirar directamente a la cámara...',
11164
- 'Move back...': 'Hay que hacerse hacia atrás..',
11165
- 'Move forward...': 'Hay que hacerse hacia adelante...',
11166
- 'Move to the center...': 'Hay que moverse hacia el centro...',
11167
- 'Please remove your eye coverings (sunglasses, eye patch, etc.)...': 'Hay que quitarse lo que cubre los ojos (lentes, parche, etc.)...',
11168
- 'Please remove your head coverings (hat, scarf, etc.)...': 'Hay que quitarse lo que cubre la cabeza (gorra, mascada, etc.)...',
11169
- 'Please remove your mask...': 'Hay que quitarse el cubrebocas...',
11170
- 'Live face not detected, please try again': 'Rostro vivo no detectado. Por favor hay que intentar de nuevo.',
11171
- Exit: 'Salir',
11172
- 'Face liveness has been verified!': 'Se ha verificado la Prueba de Vida en rostro!',
11173
- Done: 'Terminar',
11174
- 'Could not verify your face.': 'No se pudo verificar tu rostro.',
11175
- 'An error occurred while verifying your face.': 'Se ha producido un error al verificar tu rostro.',
11176
- 'Customer has been identified!': '¡Se ha identificado al cliente!',
11177
- 'Customer not found': 'Cliente no encontrado',
11178
- 'Additional document capture': 'Captura de otro documento',
11179
- Next: 'Siguiente',
11180
- 'Please sign the box below': 'Por favor, hay que firmar en el recuadro de abajo',
11181
- Accept: 'Aceptar',
11182
- Clear: 'Borrar',
11183
- 'Video signature has been successfully captured!': 'La video firma ha sido exitosa.',
11184
- 'Network unreachable': 'No hay conexión a internet.',
11185
- "We're having trouble reaching our services, please check your connection and try again.": "Estamos teniendo problemas para alcanzar nuestros servicios, por favor verificar la conexi\xF3n a internet e intentar de nuevo.",
11186
- "We're sorry, an unexpected error has occurred.": "Lo sentimos, se ha producido un error inesperado.",
11187
- 'Document Capture': 'Captura de documento',
11188
- Capture: 'Capturar',
11189
- 'Retry capture': 'Reintentar la captura',
11190
- Upload: 'Enviar',
11191
- 'Uploading...': 'Procesando...',
11192
- 'Upload succeeded!': 'Proceso completo!',
11193
- 'Performing facial recognition, please hold still...': 'Realizando el reconocimiento facial, por favor no te muevas',
11194
- 'Display the front of your ID card...': 'Hay que mostrar el frente de la identificación...',
11195
- 'Display the back of your ID card...': 'Hay que mostrar el reverso de la identificación...',
11196
- 'Display the ID page of your passport...': 'Hay que mostrar el página de datos del pasaporte...',
11197
- 'Please move your face to the center...': 'Por favor, hay que mover la cabeza hacia el centro...',
11198
- 'Searching for ID card...': 'Localizando la identificación...',
11199
- 'Please read the following text aloud': 'Hay que leer el siguiente texto en voz alta',
11200
- 'Video ID has been successfully captured!': 'Video ID capturado exitosamente!',
11201
- 'ID Front Image': 'Frente de ID',
11202
- 'ID Back Image': 'Reverso de ID',
11203
- "We're having some trouble.": 'Se ha presentado un problema.',
11204
- 'On-device capture guidance failed, please capture a selfie manually.': 'La captura automática para toma de selfie falló. Por favor, hay que tomarse la selfie manualmente.',
11205
- 'Verifying...': 'Verificando....',
11206
- 'Please capture the front of your ID card.': 'Hay que capturar el frente de la identificación.',
11207
- 'Please capture the back of your ID card.': 'Hay que capturar el reverso de la identificación.',
11208
- 'Please capture the front of your ID card, or the ID page of your passport.': 'Hay que capturar el frente de la identificación o la página de datos del pasaporte.',
11209
- 'Please capture the back of your ID card, or click Done if submitting a passport.': 'Hay que capturar el reverso de la identificación o hay que presionar el botón de Terminar si se trata de un pasaporte.',
11210
- 'Please capture the ID page of your passport.': 'Hay que capturar la página de datos del pasaporte.',
11211
- 'On-device capture guidance failed, please capture a photo of your ID card manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación manualmente.',
11212
- 'On-device capture guidance failed, please capture a photo of your passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la pasaporte manualmente.',
11213
- 'On-device capture guidance failed, please capture photos of your ID card and passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación y del pasaporte manualmente.',
11214
- 'On-device capture guidance failed, please capture photos of your ID card or passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación o del pasaporte manualmente.',
11215
- 'Capture ID page of passport': 'Captura pasaporte (página de la foto)',
11216
- 'Capture back of ID card': 'Captura del reverso',
11217
- 'Downloading...': 'Descargando...',
11218
- 'Accessing camera...': 'Accediendo a la cámara',
11219
- 'Camera ready': 'Cámara está lista',
11220
- 'Loading guided capture experience...': 'Cargando la experiencia guiada para la captura....',
11221
- 'Guided capture experience ready': 'La experiencia guiada está lista',
11222
- "Let's Go!": 'Vamos!',
11223
- 'We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?': 'Estamos teniendo problemas para identificar el lado correcto de tu identificación, quieres continuar con la captura?',
11224
- OK: 'Sí'
11225
- };
11226
-
11227
11114
  function _classCallCheck(a, n) {
11228
11115
  if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
11229
11116
  }
@@ -14014,16 +13901,943 @@
14014
13901
  instance.loadNamespaces;
14015
13902
  instance.loadLanguages;
14016
13903
 
13904
+ var en = {};
13905
+
13906
+ var es = {
13907
+ 'Use your device camera to capture your ID': 'Para capturar la identificación hay que utilizar la cámara del dispositivo.',
13908
+ 'Use your iPhone as a webcam': 'Usar el iPhone como cámara web',
13909
+ 'Models warming up...': 'Cargando modelos...',
13910
+ 'Camera initializing...': 'Inicializando la cámara...',
13911
+ 'Camera access blocked': 'Acceso bloqueado a la cámara',
13912
+ 'Location access blocked': 'Acceso bloqueado a la localización',
13913
+ Continue: 'Continuar',
13914
+ 'Processing...': 'Procesando...',
13915
+ 'Your camera permission is disabled': 'El permiso de la cámara está desactivado',
13916
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.': 'Esta aplicación requiere el acceso a la cámara para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso a la cámara en el explorador actual.',
13917
+ 'Your microphone permission is disabled': 'El permiso de la micrófono está desactivado',
13918
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.': 'Esta aplicación requiere tener acceso al micrófono para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso al micrófono en el explorador actual.',
13919
+ 'Your location permission is disabled': 'El permiso de la localización está desactivado',
13920
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions, you must go to settings and provide location access to the current browser.': 'Esta aplicación requiere el acceso a la localización para continuar. Hay que aceptar el permiso una vez que se muestre la ventana en el explorador. Si no aparece la ventana para otorgar permisos, entonces hay que dirigirse a Configuración y otorgar el permiso a la localización en el explorador actual.',
13921
+ Retry: 'Reintentar',
13922
+ 'Scan the front of ID': 'Escanear el frente de la ID',
13923
+ 'Scan the back of ID': 'Escanear el reverso de la ID',
13924
+ 'Scan the ID page of passport': 'Escanear la página de datos del pasaporte',
13925
+ 'ID Card Front': 'Frente de la ID',
13926
+ 'ID Card Back': 'Reverso de la ID',
13927
+ Passport: 'Pasaporte',
13928
+ 'Document not detected': 'No se ha detectado el documento',
13929
+ 'Document is not centered': 'Documento no centrado',
13930
+ 'Document too close, please back up': 'Documento muy cerca, favor de alejarse',
13931
+ 'Please hold your ID document steady': 'Por favor, hay que mantener firme su identificación',
13932
+ 'Document out of focus – try improving the lighting': 'Documento no enfocado - hay que tratar de mejorar la iluminación',
13933
+ 'ID card front detected - please flip your ID card': 'Anverso de ID detectado, por favor voltea tu identificación',
13934
+ 'ID card back detected - please flip your ID card': 'Reverso de ID detectado, por favor voltea tu identificación',
13935
+ 'ID card detected, please scan a passport instead': 'Se ha detectado una credencial, por favor hay que escanear un pasaporte',
13936
+ 'Passport detected, please scan an ID card instead': 'Se ha detectado un pasaporte, por favor hay que escanear una credencial',
13937
+ 'Document detected, hold still...': 'Se ha detectado el documento, no moverse por favor...',
13938
+ 'ID card front detected, hold still...': 'Anverso de ID detectado, no mover...',
13939
+ 'ID card back detected, hold still...': 'Reverso de ID detectado, no mover...',
13940
+ 'Passport detected, hold still...': 'Pasaporte detectado, no mover...',
13941
+ 'Capturing...': 'Capturando...',
13942
+ 'Capture failed!': 'Falló la captura',
13943
+ 'Please flip your ID card...': 'Por favor voltea la identificación...',
13944
+ 'ID card front captured.': 'Se ha capturado el frente de la identificación.',
13945
+ 'ID card back captured.': 'Se ha capturado el reverso de la identificación.',
13946
+ 'ID Capture Successful': 'Captura Exitosa de ID',
13947
+ 'Verify the entire ID was captured clearly with no glare.': 'Hay que verificar que toda la ID se vea completa y sin reflejos.',
13948
+ Submit: 'Enviar',
13949
+ 'Submitting...': 'Enviando...',
13950
+ 'Use your device camera to capture your face': 'Hay que utilizar la cámara del dispositivo para capturar el rostro',
13951
+ 'Remove Sunglasses & Hat': 'Hay que quitarse lentes y/o la gorra',
13952
+ 'Avoid Excessive Backlighting': 'Hay que evitar demasiada luz en el fondo',
13953
+ 'Hold still for a few seconds...': 'Hay que permanecer quieto por unos segundos...',
13954
+ 'Please hold still...': 'Favor de no moverse...',
13955
+ 'Look straight into the camera...': 'Hay que mirar directamente a la cámara...',
13956
+ 'Move back...': 'Hay que hacerse hacia atrás..',
13957
+ 'Move forward...': 'Hay que hacerse hacia adelante...',
13958
+ 'Move to the center...': 'Hay que moverse hacia el centro...',
13959
+ 'Please remove your eye coverings (sunglasses, eye patch, etc.)...': 'Hay que quitarse lo que cubre los ojos (lentes, parche, etc.)...',
13960
+ 'Please remove your head coverings (hat, scarf, etc.)...': 'Hay que quitarse lo que cubre la cabeza (gorra, mascada, etc.)...',
13961
+ 'Please remove your mask...': 'Hay que quitarse el cubrebocas...',
13962
+ 'Live face not detected, please try again': 'Rostro vivo no detectado. Por favor hay que intentar de nuevo.',
13963
+ Exit: 'Salir',
13964
+ 'Face liveness has been verified!': 'Se ha verificado la Prueba de Vida en rostro!',
13965
+ Done: 'Terminar',
13966
+ 'Could not verify your face.': 'No se pudo verificar tu rostro.',
13967
+ 'An error occurred while verifying your face.': 'Se ha producido un error al verificar tu rostro.',
13968
+ 'Customer has been identified!': '¡Se ha identificado al cliente!',
13969
+ 'Customer not found': 'Cliente no encontrado',
13970
+ 'Additional document capture': 'Captura de otro documento',
13971
+ Next: 'Siguiente',
13972
+ 'Please sign the box below': 'Por favor, hay que firmar en el recuadro de abajo',
13973
+ Accept: 'Aceptar',
13974
+ Clear: 'Borrar',
13975
+ 'Video signature has been successfully captured!': 'La video firma ha sido exitosa.',
13976
+ 'Network unreachable': 'No hay conexión a internet.',
13977
+ "We're having trouble reaching our services, please check your connection and try again.": "Estamos teniendo problemas para alcanzar nuestros servicios, por favor verificar la conexi\xF3n a internet e intentar de nuevo.",
13978
+ "We're sorry, an unexpected error has occurred.": "Lo sentimos, se ha producido un error inesperado.",
13979
+ 'Document Capture': 'Captura de documento',
13980
+ Capture: 'Capturar',
13981
+ 'Retry capture': 'Reintentar la captura',
13982
+ Upload: 'Enviar',
13983
+ 'Uploading...': 'Procesando...',
13984
+ 'Upload succeeded!': 'Proceso completo!',
13985
+ 'Performing facial recognition, please hold still...': 'Realizando el reconocimiento facial, por favor no te muevas',
13986
+ 'Display the front of your ID card...': 'Hay que mostrar el frente de la identificación...',
13987
+ 'Display the back of your ID card...': 'Hay que mostrar el reverso de la identificación...',
13988
+ 'Display the ID page of your passport...': 'Hay que mostrar el página de datos del pasaporte...',
13989
+ 'Please move your face to the center...': 'Por favor, hay que mover la cabeza hacia el centro...',
13990
+ 'Searching for ID card...': 'Localizando la identificación...',
13991
+ 'Please read the following text aloud': 'Hay que leer el siguiente texto en voz alta',
13992
+ 'Video ID has been successfully captured!': 'Video ID capturado exitosamente!',
13993
+ 'ID Front Image': 'Frente de ID',
13994
+ 'ID Back Image': 'Reverso de ID',
13995
+ "We're having some trouble.": 'Se ha presentado un problema.',
13996
+ 'On-device capture guidance failed, please capture a selfie manually.': 'La captura automática para toma de selfie falló. Por favor, hay que tomarse la selfie manualmente.',
13997
+ 'Verifying...': 'Verificando....',
13998
+ 'Please capture the front of your ID card.': 'Hay que capturar el frente de la identificación.',
13999
+ 'Please capture the back of your ID card.': 'Hay que capturar el reverso de la identificación.',
14000
+ 'Please capture the front of your ID card, or the ID page of your passport.': 'Hay que capturar el frente de la identificación o la página de datos del pasaporte.',
14001
+ 'Please capture the back of your ID card, or click Done if submitting a passport.': 'Hay que capturar el reverso de la identificación o hay que presionar el botón de Terminar si se trata de un pasaporte.',
14002
+ 'Please capture the ID page of your passport.': 'Hay que capturar la página de datos del pasaporte.',
14003
+ 'On-device capture guidance failed, please capture a photo of your ID card manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación manualmente.',
14004
+ 'On-device capture guidance failed, please capture a photo of your passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la pasaporte manualmente.',
14005
+ 'On-device capture guidance failed, please capture photos of your ID card and passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación y del pasaporte manualmente.',
14006
+ 'On-device capture guidance failed, please capture photos of your ID card or passport manually.': 'La captura automática falló. Por favor hay que tomar una foto de la identificación o del pasaporte manualmente.',
14007
+ 'Capture ID page of passport': 'Captura pasaporte (página de la foto)',
14008
+ 'Capture back of ID card': 'Captura del reverso',
14009
+ 'Downloading...': 'Descargando...',
14010
+ 'Accessing camera...': 'Accediendo a la cámara',
14011
+ 'Camera ready': 'Cámara está lista',
14012
+ 'Loading guided capture experience...': 'Cargando la experiencia guiada para la captura....',
14013
+ 'Guided capture experience ready': 'La experiencia guiada está lista',
14014
+ "Let's Go!": 'Vamos!',
14015
+ 'We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?': 'Estamos teniendo problemas para identificar el lado correcto de tu identificación, quieres continuar con la captura?',
14016
+ OK: 'Sí'
14017
+ };
14018
+
14019
+ var de = {
14020
+ 'Use your device camera to capture your ID': 'Ihre Gerätekamera zur Aufnahme Ihres Ausweises verwenden',
14021
+ 'Use your iPhone as a webcam': 'Ihr iPhone als Webcam verwenden',
14022
+ 'Models warming up...': 'Modelle wärmen sich auf...',
14023
+ 'Camera initializing...': 'Kamera wird initialisiert ...',
14024
+ 'Camera access blocked': 'Kamerazugriff blockiert',
14025
+ 'Location access blocked': 'Standortzugriff blockiert',
14026
+ Continue: 'Fortfahren',
14027
+ 'Processing...': 'Verarbeitung läuft...',
14028
+ 'Your camera permission is disabled': 'Ihre Kameraberechtigung ist deaktiviert',
14029
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': 'Diese Anwendung benötigt zum Fortfahren Zugriff auf Ihre Kamera. Bitte stimmen Sie der Berechtigung bei Aufforderung durch den Browser zu. Wenn der Browser nicht nach Kameraberechtigungen fragt, müssen Sie die Einstellungen aufrufen und der Kamera Zugriff auf den aktuellen Browser gewähren.',
14030
+ 'Your microphone permission is disabled': 'Ihre Mikrofonberechtigung ist deaktiviert',
14031
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': 'Diese Anwendung benötigt zum Fortfahren Zugriff auf Ihr Mikrofon. Bitte stimmen Sie der Berechtigung bei Aufforderung durch den Browser zu. Wenn der Browser nicht nach Mikrofonberechtigungen fragt, müssen Sie die Einstellungen aufrufen und dem Mikrofon Zugriff auf den aktuellen Browser gewähren.',
14032
+ 'Your location permission is disabled': 'Ihre Standortberechtigung ist deaktiviert',
14033
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': 'Diese Anwendung benötigt zum Fortfahren Zugriff auf Ihren Standort. Bitte stimmen Sie der Berechtigung bei Aufforderung durch den Browser zu. Wenn der Browser nicht nach Standortberechtigungen fragt, müssen Sie die Einstellungen aufrufen und dem Standort Zugriff auf den aktuellen Browser gewähren.',
14034
+ Retry: 'Erneut versuchen',
14035
+ 'Scan the front of ID': 'Vorderseite des Ausweises scannen',
14036
+ 'Scan the back of ID': 'Rückseite des Ausweises scannen',
14037
+ 'Scan the ID page of passport': 'Ausweis-Seite des Passes scannen',
14038
+ 'ID Card Front': 'Vorderseite des Ausweises',
14039
+ 'ID Card Back': 'Rückseite des Ausweises',
14040
+ Passport: 'Reisepass',
14041
+ 'Document not detected': 'Dokument nicht erkannt',
14042
+ 'Document is not centered': 'Dokument ist nicht zentriert',
14043
+ 'Document too close please back up': 'Dokument ist zu nah, bitte Abstand vergrößern',
14044
+ 'Please hold your ID document steady': 'Ihr Ausweisdokument ruhig halten',
14045
+ 'Document out of focus – try improving the lighting': 'Dokument unscharf – versuchen Sie, die Beleuchtung zu verbessern',
14046
+ 'ID card front detected - please flip your ID card': 'Vorderseite des Ausweises erkannt - bitte Ihren Ausweis umdrehen',
14047
+ 'ID card back detected - please flip your ID card': 'Rückseite des Ausweises erkannt - bitte Ihren Ausweis umdrehen',
14048
+ 'ID card detected please scan a passport instead': 'Ausweis erkannt, bitte stattdessen einen Pass scannen',
14049
+ 'Passport detected please scan an ID card instead': 'Pass erkannt, bitte stattdessen einen Ausweis scannen',
14050
+ 'Document detected hold still...': 'Dokument erkannt, stillhalten...',
14051
+ 'ID card front detected hold still...': 'Vorderseite des Ausweises erkannt, stillhalten...',
14052
+ 'ID card back detected hold still...': 'Rückseite des Ausweises erkannt, stillhalten...',
14053
+ 'Passport detected hold still...': 'Pass erkannt, stillhalten...',
14054
+ 'Capturing...': 'Wird erfasst...',
14055
+ 'Capture failed!': 'Erfassung fehlgeschlagen!',
14056
+ 'Please flip your ID card...': 'Bitte drehen Sie Ihren Ausweis um...',
14057
+ 'ID card front captured.': 'Vorderseite des Ausweises erfasst.',
14058
+ 'ID card back captured.': 'Rückseite des Ausweises erfasst.',
14059
+ 'ID Capture Successful': 'Ausweiserfassung erfolgreich',
14060
+ 'Verify the entire ID was captured clearly with no glare.': 'Sicherstellen, dass der gesamte Ausweis ohne Blendlicht klar erfasst wurde.',
14061
+ Submit: 'Einreichen',
14062
+ 'Submitting...': 'Wird eingereicht ...',
14063
+ 'Use your device camera to capture your face': 'Ihre Gerätekamera zur Aufnahme Ihres Gesichts verwenden',
14064
+ 'Remove Sunglasses & Hat': 'Sonnenbrille und Kopfbedeckung absetzen',
14065
+ 'Avoid Excessive Backlighting': 'Übermäßiges Gegenlicht vermeiden',
14066
+ 'Hold still for a few seconds...': 'Einige Sekunden lang stillhalten...',
14067
+ 'Please hold still...': 'Bitte stillhalten...',
14068
+ 'Look straight into the camera...': 'Direkt in die Kamera blicken...',
14069
+ 'Move back...': 'Nach hinten bewegen...',
14070
+ 'Move forward...': 'Nach vorne bewegen...',
14071
+ 'Move to the center...': 'In die Mitte bewegen...',
14072
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Bitte Augenbedeckung entfernen (Sonnenbrille, Augenklappe usw.)...',
14073
+ 'Please remove your head coverings (hat scarf etc.)...': 'Bitte Kopfbedeckung abnehmen (Mütze, Schal usw.)...',
14074
+ 'Please remove your mask...': 'Bitte Maske ablegen...',
14075
+ 'Live face not detected please try again': 'Live-Gesicht nicht erkannt, bitte erneut versuchen',
14076
+ Exit: 'Verlassen',
14077
+ 'Face liveness has been verified!': 'Echtzeit des Gesichts wurde verifiziert!',
14078
+ Done: 'Fertig',
14079
+ 'Could not verify your face.': 'Ihr Gesicht konnte nicht verifiziert werden.',
14080
+ 'An error occurred while verifying your face.': 'Beim Verifizieren Ihres Gesichts ist ein Fehler aufgetreten.',
14081
+ 'Customer has been identified!': 'Kunde wurde identifiziert!',
14082
+ 'Customer not found': 'Kunde nicht gefunden',
14083
+ 'Additional document capture': 'Zusätzliches Dokument erfassen',
14084
+ Next: 'Weiter',
14085
+ 'Please sign the box below': 'Bitte im Feld unten unterschreiben',
14086
+ Accept: 'Annehmen',
14087
+ Clear: 'Löschen',
14088
+ 'Video signature has been successfully captured!': 'Videosignatur wurde erfolgreich erfasst!',
14089
+ 'Network unreachable': 'Netzwerk nicht erreichbar',
14090
+ 'Were having trouble reaching our services please check your connection and try again.': 'Wir haben Probleme, unsere Dienste zu erreichen. Bitte prüfen Sie Ihre Verbindung und versuchen Sie es erneut.',
14091
+ 'Were sorry an unexpected error has occurred.': 'Leider ist ein unerwarteter Fehler aufgetreten.',
14092
+ 'Document Capture': 'Dokument erfassen',
14093
+ Capture: 'Erfassen',
14094
+ 'Retry capture': 'Erfassung erneut versuchen',
14095
+ Upload: 'Hochladen',
14096
+ 'Uploading...': 'Wird hochgeladen...',
14097
+ 'Upload succeeded!': 'Upload erfolgreich!',
14098
+ 'Performing facial recognition please hold still...': 'Gesichtserkennung wird durchgeführt, bitte stillhalten...',
14099
+ 'Display the front of your ID card...': 'Anzeige der Vorderseite Ihres Ausweises...',
14100
+ 'Display the back of your ID card...': 'Anzeige der Rückseite Ihres Ausweises...',
14101
+ 'Display the ID page of your passport...': 'Anzeige der Ausweis-Seite Ihres Passes...',
14102
+ 'Please move your face to the center...': 'Bitte bewegen Sie Ihr Gesicht in die Mitte...',
14103
+ 'Searching for ID card...': 'Nach Ausweis suchen...',
14104
+ 'Please read the following text aloud': 'Bitte lesen Sie den folgenden Text laut',
14105
+ 'Video ID has been successfully captured!': 'Video-ID wurde erfolgreich erfasst!',
14106
+ 'ID Front Image': 'Bild Ausweisvorderseite',
14107
+ 'ID Back Image': 'Bild Ausweisrückseite',
14108
+ 'Were having some trouble.': 'Wir haben Probleme.',
14109
+ 'On-device capture guidance failed please capture a selfie manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell ein Selfie erfassen.',
14110
+ 'Verifying...': 'Verifizierung ...',
14111
+ 'Please capture the front of your ID card.': 'Bitte die Vorderseite Ihres Ausweises erfassen.',
14112
+ 'Please capture the back of your ID card.': 'Bitte die Rückseite Ihres Ausweises erfassen.',
14113
+ 'Please capture the front of your ID card or the ID page of your passport.': 'Bitte Vorderseite Ihres Ausweises oder Ausweis-Seite Ihres Passes erfassen.',
14114
+ 'Please capture the back of your ID card or click Done if submitting a passport.': 'Bitte Rückseite Ihres Ausweises oder auf Fertig klicken, wenn ein Pass versendet wird.',
14115
+ 'Please capture the ID page of your passport.': 'Bitte die Ausweis-Seite Ihres Passes erfassen.',
14116
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell ein Foto Ihres Ausweises erfassen.',
14117
+ 'On-device capture guidance failed please capture a photo of your passport manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell ein Foto Ihres Passes erfassen.',
14118
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell Fotos Ihres Ausweises und Passes erfassen.',
14119
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell Fotos Ihres Ausweises oder Passes erfassen.',
14120
+ 'Capture ID page of passport': 'Ausweis-Seite des Passes erfassen',
14121
+ 'Capture back of ID card': 'Rückseite des Ausweises erfassen',
14122
+ 'Downloading...': 'Wird heruntergeladen...',
14123
+ 'Accessing camera...': 'Es wird auf die Kamera zugegriffen...',
14124
+ 'Camera ready': 'Kamera bereit',
14125
+ 'Loading guided capture experience...': 'Geführte Erfassung wird geladen...',
14126
+ 'Guided capture experience ready': 'Geführte Erfassung bereit',
14127
+ 'Lets Go!': 'Los geht‘s!',
14128
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': 'Wir haben Probleme, die richtige Seite Ihres Ausweises zu erkennen. Möchten Sie dennoch mit der Erfassung fortfahren?',
14129
+ OK: 'OK'
14130
+ };
14131
+
14132
+ var fr = {
14133
+ 'Use your device camera to capture your ID': 'Utilisez la caméra de votre appareil pour capturer votre ID',
14134
+ 'Use your iPhone as a webcam': 'Utiliser votre iPhone comme Webcam',
14135
+ 'Models warming up...': "Les modèles s'échauffent...",
14136
+ 'Camera initializing...': 'Initialisation de la caméra...',
14137
+ 'Camera access blocked': 'Accès à la caméra bloqué',
14138
+ 'Location access blocked': 'Accès à la localisation bloqué',
14139
+ Continue: 'Continuer',
14140
+ 'Processing...': 'Traitement en cours...',
14141
+ 'Your camera permission is disabled': "L'autorisation de votre caméra est désactivée",
14142
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': "Cette application nécessite l'accès à votre caméra pour continuer. Veuillez accepter l'autorisation une fois que le navigateur vous le demande. Si le navigateur ne vous demande pas d'autorisation pour la caméra vous devez accéder aux paramètres et accorder l'accès à la caméra pour le navigateur actuel.",
14143
+ 'Your microphone permission is disabled': "L'autorisation de votre microphone est désactivée",
14144
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': "Cette application nécessite l'accès à votre microphone pour continuer. Veuillez accepter l'autorisation une fois que le navigateur vous le demande. Si le navigateur ne vous demande pas d'autorisation pour le microphone vous devez accéder aux paramètres et accorder l'accès au microphone pour le navigateur actuel.",
14145
+ 'Your location permission is disabled': "L'autorisation de votre localisation est désactivée",
14146
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': "Cette application nécessite l'accès à votre localisation pour continuer. Veuillez accepter l'autorisation une fois que le navigateur vous le demande. Si le navigateur ne vous demande pas d'autorisation pour la localisation vous devez accéder aux paramètres et accorder l'accès à la localisation pour le navigateur actuel.",
14147
+ Retry: 'Réessayer',
14148
+ 'Scan the front of ID': "Scannez le recto de la pièce d'identité",
14149
+ 'Scan the back of ID': "Scannez le verso de la pièce d'identité",
14150
+ 'Scan the ID page of passport': "Scannez la page d'identité du passeport",
14151
+ 'ID Card Front': "Recto de la carte d'identité",
14152
+ 'ID Card Back': "Verso de la carte d'identité",
14153
+ Passport: 'Passeport',
14154
+ 'Document not detected': 'Document non détecté',
14155
+ 'Document is not centered': "Le document n'est pas centré",
14156
+ 'Document too close please back up': 'Document trop proche, veuillez sauvegarder',
14157
+ 'Please hold your ID document steady': "Veuillez maintenir fermement votre pièce d'identité",
14158
+ 'Document out of focus – try improving the lighting': 'Document flou – essayez d’améliorer l’éclairage',
14159
+ 'ID card front detected - please flip your ID card': "Recto de la carte d'identité détecté - veuillez retourner votre carte d'identité",
14160
+ 'ID card back detected - please flip your ID card': "Verso de la carte d'identité détectée - veuillez retourner votre carte d'identité",
14161
+ 'ID card detected please scan a passport instead': "Carte d'identité détectée, veuillez scanner plutôt un passeport",
14162
+ 'Passport detected please scan an ID card instead': "Passeport détecté, veuillez scanner plutôt une carte d'identité",
14163
+ 'Document detected hold still...': 'Document détecté, restez immobile...',
14164
+ 'ID card front detected hold still...': "Recto de la carte d'identité détecté, restez immobile...",
14165
+ 'ID card back detected hold still...': "Verso de la carte d'identité détecté, restez immobile...",
14166
+ 'Passport detected hold still...': 'Passeport détecté, restez immobile...',
14167
+ 'Capturing...': 'Capture en cours...',
14168
+ 'Capture failed!': 'La capture a échoué !',
14169
+ 'Please flip your ID card...': "Veuillez retourner votre carte d'identité...",
14170
+ 'ID card front captured.': "Recto de la carte d'identité capturé.",
14171
+ 'ID card back captured.': "Verso de la carte d'identité capturé.",
14172
+ 'ID Capture Successful': "Capture d'identité réussie",
14173
+ 'Verify the entire ID was captured clearly with no glare.': "Vérifiez que l'intégralité de la pièce d’identité a été capturée clairement, sans reflet.",
14174
+ Submit: 'Soumettre',
14175
+ 'Submitting...': 'Soumission en cours...',
14176
+ 'Use your device camera to capture your face': 'Utilisez la caméra de votre appareil pour capturer votre visage',
14177
+ 'Remove Sunglasses & Hat': 'Retirez les lunettes de soleil et le couvre-chef',
14178
+ 'Avoid Excessive Backlighting': 'Évitez tout contre-jour excessif',
14179
+ 'Hold still for a few seconds...': 'Restez immobile pendant quelques secondes...',
14180
+ 'Please hold still...': 'Veuillez rester immobile.',
14181
+ 'Look straight into the camera...': 'Regardez droit vers la caméra...',
14182
+ 'Move back...': 'Reculez...',
14183
+ 'Move forward...': 'Avancez...',
14184
+ 'Move to the center...': 'Déplacez-vous vers le centre...',
14185
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Veuillez retirer ce qui recouvre vos yeux (lunettes de soleil, cache-œil, etc.)...',
14186
+ 'Please remove your head coverings (hat scarf etc.)...': 'Veuillez retirer vos couvre-chefs (chapeau, foulard, etc.)...',
14187
+ 'Please remove your mask...': 'Veuillez retirer votre masque...',
14188
+ 'Live face not detected please try again': 'Visage vivant non détecté veuillez réessayer',
14189
+ Exit: 'Quitter',
14190
+ 'Face liveness has been verified!': 'Le caractère vivant du visage a été vérifié!',
14191
+ Done: 'Fini',
14192
+ 'Could not verify your face.': 'Impossible de vérifier votre visage.',
14193
+ 'An error occurred while verifying your face.': "Une erreur s'est produite lors de la vérification de votre visage.",
14194
+ 'Customer has been identified!': 'Le client a été identifié !',
14195
+ 'Customer not found': 'Client non trouvé',
14196
+ 'Additional document capture': 'Capture de documents supplémentaires',
14197
+ Next: 'Suivant',
14198
+ 'Please sign the box below': 'Veuillez signer la case ci-dessous',
14199
+ Accept: 'Accepter',
14200
+ Clear: 'Effacer',
14201
+ 'Video signature has been successfully captured!': 'La signature vidéo a été capturée avec succès!',
14202
+ 'Network unreachable': 'Réseau inaccessible',
14203
+ 'Were having trouble reaching our services please check your connection and try again.': 'Nous rencontrons des difficultés pour accéder à nos services, veuillez vérifier votre connexion et réessayer.',
14204
+ 'Were sorry an unexpected error has occurred.': 'Nous sommes désolés, une erreur inattendue est survenue.',
14205
+ 'Document Capture': 'Capture de document',
14206
+ Capture: 'Capturer',
14207
+ 'Retry capture': 'Réessayer la capture',
14208
+ Upload: 'Télécharger',
14209
+ 'Uploading...': 'Chargement en cours....',
14210
+ 'Upload succeeded!': 'Téléchargement réussi!',
14211
+ 'Performing facial recognition please hold still...': 'Exécution de la reconnaissance faciale, veuillez rester immobile...',
14212
+ 'Display the front of your ID card...': "Affichez le recto de votre carte d'identité...",
14213
+ 'Display the back of your ID card...': "Affichez le verso de votre carte d'identité...",
14214
+ 'Display the ID page of your passport...': "Montrez la page d'identité de votre passeport...",
14215
+ 'Please move your face to the center...': 'Veuillez déplacer votre visage vers le centre...',
14216
+ 'Searching for ID card...': "Recherche d’une carte d'identité...",
14217
+ 'Please read the following text aloud': 'Veuillez lire le texte suivant à voix haute',
14218
+ 'Video ID has been successfully captured!': 'L’ID vidéo a été capturé avec succès!',
14219
+ 'ID Front Image': 'Image recto de la pièce d’identité',
14220
+ 'ID Back Image': 'Image verso de la pièce d’identité',
14221
+ 'Were having some trouble.': 'Nous rencontrons quelques problèmes.',
14222
+ 'On-device capture guidance failed please capture a selfie manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer un selfie manuellement.",
14223
+ 'Verifying...': 'Vérification en cours...',
14224
+ 'Please capture the front of your ID card.': "Veuillez capturer le recto de votre carte d'identité.",
14225
+ 'Please capture the back of your ID card.': "Veuillez capturer le verso de votre carte d'identité.",
14226
+ 'Please capture the front of your ID card or the ID page of your passport.': 'Veuillez capturer le recto de votre carte d’identité ou la page d’identité de votre passeport.',
14227
+ 'Please capture the back of your ID card or click Done if submitting a passport.': 'Veuillez capturer le verso de votre carte d’identité ou cliquer sur Terminé si vous soumettez un passeport.',
14228
+ 'Please capture the ID page of your passport.': "Veuillez capturer la page d'identité de votre passeport.",
14229
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer une photo de votre pièce d’identité manuellement.",
14230
+ 'On-device capture guidance failed please capture a photo of your passport manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer une photo de votre passeport manuellement.",
14231
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer manuellement des photos de votre carte d'identité et de votre passeport.",
14232
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer manuellement des photos de votre carte d'identité ou de votre passeport.",
14233
+ 'Capture ID page of passport': "Capturez la page d'identité du passeport",
14234
+ 'Capture back of ID card': "Capturez le verso de la carte d'identité",
14235
+ 'Downloading...': 'Téléchargement en cours...',
14236
+ 'Accessing camera...': 'Accès à la caméra...',
14237
+ 'Camera ready': 'Caméra prête',
14238
+ 'Loading guided capture experience...': "Chargement de l'expérience de capture guidée...",
14239
+ 'Guided capture experience ready': 'Expérience de capture guidée prête',
14240
+ 'Lets Go!': 'Allons-y !',
14241
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': "Nous rencontrons des difficultés pour identifier la bonne face de votre pièce d'identité. Voulez-vous quand même continuer la capture ?",
14242
+ OK: 'OK'
14243
+ };
14244
+
14245
+ var it = {
14246
+ 'Use your device camera to capture your ID': 'Utilizzare la fotocamera del dispositivo per acquisire il documento',
14247
+ 'Use your iPhone as a webcam': 'Utilizza iPhone come webcam',
14248
+ 'Models warming up...': 'Riscaldamento modelli...',
14249
+ 'Camera initializing...': 'Inizializzazione fotocamera...',
14250
+ 'Camera access blocked': 'Accesso alla fotocamera bloccato',
14251
+ 'Location access blocked': 'Accesso alla posizione bloccato',
14252
+ Continue: 'Continua',
14253
+ 'Processing...': 'Elaborazione...',
14254
+ 'Your camera permission is disabled': 'Autorizzazione fotocamera disabilitata',
14255
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': "Questa applicazione richiede l'accesso alla fotocamera per continuare. Accettare l'autorizzazione una volta richiesta dal browser. Se il browser non richiede l'autorizzazione della fotocamera, accedere alle impostazioni e fornire l'accesso alla fotocamera al browser corrente.",
14256
+ 'Your microphone permission is disabled': 'Autorizzazione microfono disabilitata',
14257
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': "Questa applicazione richiede l'accesso al microfono per continuare. Accettare l'autorizzazione una volta richiesta dal browser. Se il browser non richiede l'autorizzazione del microfono, accedere alle impostazioni e fornire l'accesso al microfono al browser corrente.",
14258
+ 'Your location permission is disabled': 'Autorizzazione posizione disabilitata',
14259
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': "Questa applicazione richiede l'accesso alla posizione per continuare. Accettare l'autorizzazione una volta richiesta dal browser. Se il browser non richiede l'autorizzazione della posizione, accedere alle impostazioni e fornire l'accesso alla posizione al browser corrente.",
14260
+ Retry: 'Riprova',
14261
+ 'Scan the front of ID': 'Scansiona il fronte del documento',
14262
+ 'Scan the back of ID': 'Scansiona il retro del documento',
14263
+ 'Scan the ID page of passport': 'Scansione la pagina identificativa del passaporto',
14264
+ 'ID Card Front': 'Fronte documento d’identità',
14265
+ 'ID Card Back': 'Retro documento d’identità',
14266
+ Passport: 'Passaporto',
14267
+ 'Document not detected': 'Documento non rilevato',
14268
+ 'Document is not centered': 'Documento non centrato',
14269
+ 'Document too close please back up': 'Documento troppo vicino, allontanarlo',
14270
+ 'Please hold your ID document steady': 'Tenere il documento d’identità fermo',
14271
+ 'Document out of focus – try improving the lighting': 'Documento fuori fuoco - provare a migliorare l’illuminazione',
14272
+ 'ID card front detected - please flip your ID card': 'Fronte del documento d’identità rilevato - Girare il documento d’identità',
14273
+ 'ID card back detected - please flip your ID card': 'Retro del documento d’identità rilevato - Girare il documento d’identità',
14274
+ 'ID card detected please scan a passport instead': 'Documento d’identità rilevato, scansionare un passaporto al suo posto',
14275
+ 'Passport detected please scan an ID card instead': 'Passaporto rilevato, scansionare una documento d’identità al suo posto',
14276
+ 'Document detected hold still...': 'Documento rilevato, tenere fermo...',
14277
+ 'ID card front detected hold still...': 'Fronte documento d’identità rilevato, tenere fermo...',
14278
+ 'ID card back detected hold still...': 'Retro documento d’identità rilevato, tenere fermo...',
14279
+ 'Passport detected hold still...': 'Passaporto rilevato, tenere fermo...',
14280
+ 'Capturing...': 'Acquisizione...',
14281
+ 'Capture failed!': 'Acquisizione non riuscita!',
14282
+ 'Please flip your ID card...': 'Capovolgere il documento d’identità',
14283
+ 'ID card front captured.': 'Fronte documento d’identità acquisito.',
14284
+ 'ID card back captured.': 'Retro documento d’identità acquisito.',
14285
+ 'ID Capture Successful': 'Acquisizione documento riuscita',
14286
+ 'Verify the entire ID was captured clearly with no glare.': 'Verificare che tutto il documento sia acquisito chiaramente e senza riflessi.',
14287
+ Submit: 'Invia',
14288
+ 'Submitting...': 'Invio...',
14289
+ 'Use your device camera to capture your face': 'Utilizzare la fotocamera del dispositivo per acquisire il volto',
14290
+ 'Remove Sunglasses & Hat': 'Rimuovere occhiali da sole e cappello',
14291
+ 'Avoid Excessive Backlighting': 'Evitare una retroilluminazione eccessiva',
14292
+ 'Hold still for a few seconds...': 'Tenere fermo qualche secondo...',
14293
+ 'Please hold still...': 'Tenere fermo...',
14294
+ 'Look straight into the camera...': 'Guardare dritto nella fotocamera...',
14295
+ 'Move back...': 'Spostarsi più lontano...',
14296
+ 'Move forward...': 'Spostarsi più vicino...',
14297
+ 'Move to the center...': 'Spostarsi al centro...',
14298
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Rimuovere tutto ciò che copre gli occhi (occhiali da sole, bende, ecc.)...',
14299
+ 'Please remove your head coverings (hat scarf etc.)...': 'Rimuovere tutto ciò che ricopre il capo (cappello, sciarpa, ecc.)...',
14300
+ 'Please remove your mask...': 'Rimuovere la mascherina...',
14301
+ 'Live face not detected please try again': 'Volto reale non rilevato riprovare',
14302
+ Exit: 'Esci',
14303
+ 'Face liveness has been verified!': 'Verifica del volto eseguita!',
14304
+ Done: 'Fatto',
14305
+ 'Could not verify your face.': 'Non è stato possibile verificare il volto.',
14306
+ 'An error occurred while verifying your face.': 'Si è verificato un errore durante la verifica del volto.',
14307
+ 'Customer has been identified!': 'Cliente identificato!',
14308
+ 'Customer not found': 'Cliente non trovato',
14309
+ 'Additional document capture': 'Acquisizione aggiuntiva del documento',
14310
+ Next: 'Seguente',
14311
+ 'Please sign the box below': 'Firmare nel riquadro qui sotto',
14312
+ Accept: 'Accetta',
14313
+ Clear: 'Cancella',
14314
+ 'Video signature has been successfully captured!': 'La firma video è stata acquisita correttamente!',
14315
+ 'Network unreachable': 'Rete non raggiungibile',
14316
+ 'Were having trouble reaching our services please check your connection and try again.': 'Si è verificato un problema nel raggiungere i nostri servizi, verificare la connessione e riprovare.',
14317
+ 'Were sorry an unexpected error has occurred.': 'Spiacenti, si è verificato un errore inatteso.',
14318
+ 'Document Capture': 'Acquisizione documento',
14319
+ Capture: 'Acquisisci',
14320
+ 'Retry capture': 'Riprova acquisizione',
14321
+ Upload: 'Carica',
14322
+ 'Uploading...': 'Caricamento...',
14323
+ 'Upload succeeded!': 'Caricamento riuscito!',
14324
+ 'Performing facial recognition please hold still...': 'Riconoscimento volto in corso, tenere fermo...',
14325
+ 'Display the front of your ID card...': 'Mostrare il fronte del documento d’identità...',
14326
+ 'Display the back of your ID card...': 'Mostrare il retro della documento d’identità...',
14327
+ 'Display the ID page of your passport...': 'Mostrare la pagina identificativa del passaporto...',
14328
+ 'Please move your face to the center...': 'Spostare il volto al centro...',
14329
+ 'Searching for ID card...': 'Ricerca documento d’identità in corso...',
14330
+ 'Please read the following text aloud': 'Leggere il testo seguente a voce alta',
14331
+ 'Video ID has been successfully captured!': 'L’ID video è stato acquisito correttamente!',
14332
+ 'ID Front Image': 'Immagine fronte documento d’identità',
14333
+ 'ID Back Image': 'Immagine retro documento d’identità',
14334
+ 'Were having some trouble.': 'Si è verificato un problema.',
14335
+ 'On-device capture guidance failed please capture a selfie manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Scattare un selfie manualmente.",
14336
+ 'Verifying...': 'Verifica...',
14337
+ 'Please capture the front of your ID card.': 'Acquisire il fronte del documento d’identità.',
14338
+ 'Please capture the back of your ID card.': 'Acquisire il retro del documento d’identità.',
14339
+ 'Please capture the front of your ID card or the ID page of your passport.': 'Acquisire il fronte del documento d’identità o la pagina identificativa del passaporto.',
14340
+ 'Please capture the back of your ID card or click Done if submitting a passport.': 'Acquisire il retro del documento d’identità o fare clic su Fatto se si invia un passaporto.',
14341
+ 'Please capture the ID page of your passport.': 'Acquisire la pagina identificativa del passaporto.',
14342
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Acquisire una foto del documento d’identità manualmente.",
14343
+ 'On-device capture guidance failed please capture a photo of your passport manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Acquisire una foto del passaporto manualmente.",
14344
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Acquisire delle foto del documento d’identità e del passaporto manualmente.",
14345
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Acquisire delle foto del documento d’identità o del passaporto manualmente.",
14346
+ 'Capture ID page of passport': 'Acquisisci pagina identificativa del passaporto',
14347
+ 'Capture back of ID card': 'Acquisisci retro del documento d’identità',
14348
+ 'Downloading...': 'Download in corso...',
14349
+ 'Accessing camera...': 'Accesso alla fotocamera...',
14350
+ 'Camera ready': 'Fotocamera pronta',
14351
+ 'Loading guided capture experience...': "Caricamento dell'esperienza di acquisizione guidata...",
14352
+ 'Guided capture experience ready': 'Esperienza di acquisizione guidata pronta',
14353
+ 'Lets Go!': 'Iniziamo!',
14354
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': "Si stanno verificando problemi nell'identificare il lato corretto del documento d'identità. Procedere con l'acquisizione?",
14355
+ OK: 'OK'
14356
+ };
14357
+
14358
+ var ja = {
14359
+ 'Use your device camera to capture your ID': 'デバイスのカメラを使用して身分証を撮影してください',
14360
+ 'Use your iPhone as a webcam': 'iPhoneをウェブカムとして使用',
14361
+ 'Models warming up...': 'モデルをウォームアップ中…',
14362
+ 'Camera initializing...': 'カメラを初期化中…',
14363
+ 'Camera access blocked': 'カメラへのアクセスがブロックされました',
14364
+ 'Location access blocked': '位置へのアクセスがブロックされました',
14365
+ Continue: '続行',
14366
+ 'Processing...': '処理中…',
14367
+ 'Your camera permission is disabled': 'カメラの許可が停止されました',
14368
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': 'このアプリケーションが動作するにはカメラへのアクセスが必要です。ブラウザーで許可をプロンプトされたら、同意してください。ブラウザーがカメラの許可をプロンプト表示しない場合は、設定へ進んでお使いのブラウザーへカメラへのアクセスを許可する必要があります。',
14369
+ 'Your microphone permission is disabled': 'マイクの許可が停止されました',
14370
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': 'このアプリケーションが動作するにはマイクへのアクセスが必要です。ブラウザーで許可をプロンプトされたら、同意してください。ブラウザーがマイクの許可をプロンプト表示しない場合は、設定へ進んでお使いのブラウザーへマイクへのアクセスを許可する必要があります。',
14371
+ 'Your location permission is disabled': '位置の許可が停止されました',
14372
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': 'このアプリケーションが動作するには位置へのアクセスが必要です。ブラウザーで許可をプロンプトされたら、同意してください。ブラウザーが位置の許可をプロンプト表示しない場合は、設定へ進んでお使いのブラウザーへ位置へのアクセスを許可する必要があります。',
14373
+ Retry: '再試行',
14374
+ 'Scan the front of ID': '身分証の正面をスキャン',
14375
+ 'Scan the back of ID': '身分証の背面をスキャン',
14376
+ 'Scan the ID page of passport': 'パスポートの身分ページをスキャン',
14377
+ 'ID Card Front': '身分証の正面',
14378
+ 'ID Card Back': '身分証の背面',
14379
+ Passport: 'パスポート',
14380
+ 'Document not detected': 'ドキュメントが検出されません',
14381
+ 'Document is not centered': 'ドキュメントが中央に合っていません',
14382
+ 'Document too close please back up': 'ドキュメントが近すぎます。遠ざけてください',
14383
+ 'Please hold your ID document steady': '身分証が動かないように押さえてください',
14384
+ 'Document out of focus – try improving the lighting': 'ドキュメントの焦点がぼやけています。照明を調節してください',
14385
+ 'ID card front detected - please flip your ID card': '身分証の正面が検出されました。身分証を裏返してください',
14386
+ 'ID card back detected - please flip your ID card': '身分証の背面が検出されました。身分証を裏返してください',
14387
+ 'ID card detected please scan a passport instead': '身分証が検出されました。パスポートをスキャンしてください',
14388
+ 'Passport detected please scan an ID card instead': 'パスポートが検出されました。身分証をスキャンしてください',
14389
+ 'Document detected hold still...': 'ドキュメントが検出されました。動かないようにしてください…',
14390
+ 'ID card front detected hold still...': '身分証の正面が検出されました。動かないようにしてください…',
14391
+ 'ID card back detected hold still...': '身分証の背面が検出されました。動かないようにしてください…',
14392
+ 'Passport detected hold still...': 'パスポートが検出されました。動かないようにしてください…',
14393
+ 'Capturing...': '撮影中…',
14394
+ 'Capture failed!': '撮影に失敗しました',
14395
+ 'Please flip your ID card...': '身分証を裏返してください…',
14396
+ 'ID card front captured.': '身分証の正面が撮影されました。',
14397
+ 'ID card back captured.': '身分証の背面が撮影されました。',
14398
+ 'ID Capture Successful': '身分証を撮影しました',
14399
+ 'Verify the entire ID was captured clearly with no glare.': 'ぎらつきなく、身分証のすべてが明瞭に撮影されたことを確かめてください。',
14400
+ Submit: '提出',
14401
+ 'Submitting...': '提出中…',
14402
+ 'Use your device camera to capture your face': 'デバイスのカメラを使用して自分の顔を撮影してください',
14403
+ 'Remove Sunglasses & Hat': 'サングラスと帽子を取り外す',
14404
+ 'Avoid Excessive Backlighting': '背景が明るすぎないようにする',
14405
+ 'Hold still for a few seconds...': '数秒間そのままにしてください…',
14406
+ 'Please hold still...': '動かないように押さえてください…',
14407
+ 'Look straight into the camera...': 'カメラを真正面から見てください…',
14408
+ 'Move back...': '遠ざかってください…',
14409
+ 'Move forward...': '近づいてください…',
14410
+ 'Move to the center...': '中央へ移動してください…',
14411
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': '目を覆うもの(サングラスや眼帯など)を取り外してください…',
14412
+ 'Please remove your head coverings (hat scarf etc.)...': '頭を覆うもの(帽子やスカーフなど)を取り外してください…',
14413
+ 'Please remove your mask...': 'マスクを取り外してください…',
14414
+ 'Live face not detected please try again': '顔のライブネスが検出されません。再度お試しください',
14415
+ Exit: '終了',
14416
+ 'Face liveness has been verified!': '顔のライブネスが認証されました',
14417
+ Done: '完了',
14418
+ 'Could not verify your face.': '顔を検証できませんでした。',
14419
+ 'An error occurred while verifying your face.': '顔の検証中にエラーが発生しました。',
14420
+ 'Customer has been identified!': '顧客が特定されました',
14421
+ 'Customer not found': '顧客が見つかりませんでした',
14422
+ 'Additional document capture': '別のドキュメントの撮影',
14423
+ Next: '次へ',
14424
+ 'Please sign the box below': '以下のボックス内に署名してください',
14425
+ Accept: '同意',
14426
+ Clear: '消去',
14427
+ 'Video signature has been successfully captured!': 'ビデオ署名を撮影しました',
14428
+ 'Network unreachable': 'ネットワークに接続できません',
14429
+ 'Were having trouble reaching our services please check your connection and try again.': 'サービス接続時に問題が発生しています。接続を確認して再度お試しください。',
14430
+ 'Were sorry an unexpected error has occurred.': '不慮のエラーが発生しました。申し訳ありません。',
14431
+ 'Document Capture': 'ドキュメントの撮影',
14432
+ Capture: '撮影',
14433
+ 'Retry capture': '撮影のやりなおし',
14434
+ Upload: 'アップロード',
14435
+ 'Uploading...': 'アップロード中…',
14436
+ 'Upload succeeded!': '正常にアップロードされました',
14437
+ 'Performing facial recognition please hold still...': '顔認識を行っています。動かないようにしてください…',
14438
+ 'Display the front of your ID card...': '身分証の正面を表示します…',
14439
+ 'Display the back of your ID card...': '身分証の背面を表示します…',
14440
+ 'Display the ID page of your passport...': 'パスポートの身分ページを表示します…',
14441
+ 'Please move your face to the center...': '顔を中央に動かしてください…',
14442
+ 'Searching for ID card...': '身分証を検索しています…',
14443
+ 'Please read the following text aloud': '以下のテキストを読み上げてください',
14444
+ 'Video ID has been successfully captured!': 'ビデオ身分を撮影しました',
14445
+ 'ID Front Image': '身分証の正面画像',
14446
+ 'ID Back Image': '身分証の背面画像',
14447
+ 'Were having some trouble.': '問題が発生しました。',
14448
+ 'On-device capture guidance failed please capture a selfie manually.': 'デバイスの撮影ガイダンスが動作しません。手動でセルフィーを撮影してください。',
14449
+ 'Verifying...': '検証中…',
14450
+ 'Please capture the front of your ID card.': '身分証の正面を撮影してください…',
14451
+ 'Please capture the back of your ID card.': '身分証の背面を撮影してください…',
14452
+ 'Please capture the front of your ID card or the ID page of your passport.': '身分証の正面またはパスポートの身分ページを撮影してください。',
14453
+ 'Please capture the back of your ID card or click Done if submitting a passport.': '身分証の背面を撮影するか、パスポートを撮影する場合は完了をクリックしてください。',
14454
+ 'Please capture the ID page of your passport.': 'パスポートの身分ページを撮影してください…',
14455
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': 'デバイスの撮影ガイダンスが動作しません。手動で身分証を撮影してください。',
14456
+ 'On-device capture guidance failed please capture a photo of your passport manually.': 'デバイスの撮影ガイダンスが動作しません。手動でパスポートを撮影してください。',
14457
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': 'デバイスの撮影ガイダンスが動作しません。手動で身分証とパスポートを撮影してください。',
14458
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': 'デバイスの撮影ガイダンスが動作しません。手動で身分証またはパスポートを撮影してください。',
14459
+ 'Capture ID page of passport': 'パスポートの身分ページを撮影',
14460
+ 'Capture back of ID card': '身分証の背面を撮影',
14461
+ 'Downloading...': 'ダウンロード中…',
14462
+ 'Accessing camera...': 'カメラへアクセス中…',
14463
+ 'Camera ready': 'カメラが準備完了',
14464
+ 'Loading guided capture experience...': '撮影ガイダンスのエクスペリエンスを読み込み中…',
14465
+ 'Guided capture experience ready': '撮影ガイダンスのエクスペリエンスが準備完了',
14466
+ 'Lets Go!': '始めましょう',
14467
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': '身分証の正しい寸法を特定できません。それでも撮影を続行しますか?',
14468
+ OK: 'OK'
14469
+ };
14470
+
14471
+ var pt = {
14472
+ 'Use your device camera to capture your ID': 'Usar a câmera do dispositivo para fotografar sua identidade',
14473
+ 'Use your iPhone as a webcam': 'Use seu iPhone como uma câmera Web',
14474
+ 'Models warming up...': 'Modelos aquecendo...',
14475
+ 'Camera initializing...': 'Câmera inicializando...',
14476
+ 'Camera access blocked': 'Acesso à câmera bloqueado',
14477
+ 'Location access blocked': 'Acesso ao local bloqueado',
14478
+ Continue: 'Continuar',
14479
+ 'Processing...': 'Processando...',
14480
+ 'Your camera permission is disabled': 'A permissão da câmera está desativada',
14481
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': 'Este aplicativo requer acesso à sua câmera para continuar. Aceite a permissão quando o navegador solicitar. Se o navegador não solicitar permissões para a câmera vá para as configurações e forneça acesso à câmera para o navegador atual.',
14482
+ 'Your microphone permission is disabled': 'A permissão do seu microfone está desativada',
14483
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': 'Este aplicativo requer acesso ao seu microfone para continuar. Aceite a permissão quando o navegador solicitar. Se o navegador não solicitar permissões para o microfone vá para as configurações e forneça acesso ao microfone para o navegador atual.',
14484
+ 'Your location permission is disabled': 'A permissão do seu local está desativada',
14485
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': 'Este aplicativo requer acesso ao seu local para continuar. Aceite a permissão quando o navegador solicitar. Se o navegador não solicitar permissões para o local vá para as configurações e forneça acesso do local para o navegador atual.',
14486
+ Retry: 'Tentar novamente',
14487
+ 'Scan the front of ID': 'Digitalizar a frente da ID',
14488
+ 'Scan the back of ID': 'Digitalize o verso da ID',
14489
+ 'Scan the ID page of passport': 'Digitalize a página de identificação do passaporte',
14490
+ 'ID Card Front': 'Frente da carteira de identidade',
14491
+ 'ID Card Back': 'Verso da carteira de identidade',
14492
+ Passport: 'Passaporte',
14493
+ 'Document not detected': 'Documento não detectado',
14494
+ 'Document is not centered': 'Documento não está centralizado',
14495
+ 'Document too close please back up': 'Documento muito próximo, recue',
14496
+ 'Please hold your ID document steady': 'Segure seu documento de identificação com firmeza',
14497
+ 'Document out of focus – try improving the lighting': 'Documento fora de foco - tente melhorar a iluminação',
14498
+ 'ID card front detected - please flip your ID card': 'Detectada a frente da carteira de identidade - vire a carteira de identidade',
14499
+ 'ID card back detected - please flip your ID card': 'Detectado o verso da carteira de identidade - vire a carteira de identidade',
14500
+ 'ID card detected please scan a passport instead': 'Detectada a carteira de identidade - escaneie um passaporte em seu lugar',
14501
+ 'Passport detected please scan an ID card instead': 'Detectado passaporte, escaneie uma carteira de identidade em seu lugar',
14502
+ 'Document detected hold still...': 'Documento detectado - mantenha-se imóvel...',
14503
+ 'ID card front detected hold still...': 'Detectada a frente da carteira de identidade - mantenha-se imóvel...',
14504
+ 'ID card back detected hold still...': 'Detectado o verso da carteira de identidade - mantenha-se imóvel...',
14505
+ 'Passport detected hold still...': 'Passaporte detectado - mantenha-se imóvel...',
14506
+ 'Capturing...': 'Capturando...',
14507
+ 'Capture failed!': 'A captura falhou!',
14508
+ 'Please flip your ID card...': 'Por favor, vire sua carteira de identidade..',
14509
+ 'ID card front captured.': 'Frente da carteira de identidade capturada.',
14510
+ 'ID card back captured.': 'Verso da carteira de identidade capturado.',
14511
+ 'ID Capture Successful': 'Captura de ID bem-sucedida',
14512
+ 'Verify the entire ID was captured clearly with no glare.': 'Verifique se a identidade inteira foi capturada com clareza e sem reflexos.',
14513
+ Submit: 'Enviar',
14514
+ 'Submitting...': 'Enviando...',
14515
+ 'Use your device camera to capture your face': 'Use a câmera do dispositivo para fotografar seu rosto',
14516
+ 'Remove Sunglasses & Hat': 'Remova os óculos de sol e o chapéu',
14517
+ 'Avoid Excessive Backlighting': 'Evite o excesso de luz de fundo',
14518
+ 'Hold still for a few seconds...': 'Fique imóvel por alguns segundos...',
14519
+ 'Please hold still...': 'Por favor, mantenha-se imóvel...',
14520
+ 'Look straight into the camera...': 'Olhe diretamente para a câmera.',
14521
+ 'Move back...': 'Mover para trás...',
14522
+ 'Move forward...': 'Mover para frente...',
14523
+ 'Move to the center...': 'Mover para o centro...',
14524
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Por favor, remova as coberturas dos olhos (óculos de sol, tapa-olho, etc.)...',
14525
+ 'Please remove your head coverings (hat scarf etc.)...': 'Por favor, remova as coberturas da cabeça (chapéu, cachecol, etc.)...',
14526
+ 'Please remove your mask...': 'Por favor, remova sua máscara...',
14527
+ 'Live face not detected please try again': 'Não foi possível detectar a veracidade do rosto tente novamente',
14528
+ Exit: 'Sair',
14529
+ 'Face liveness has been verified!': 'A veracidade do rosto foi verificada!',
14530
+ Done: 'Concluído',
14531
+ 'Could not verify your face.': 'Não foi possível verificar seu rosto.',
14532
+ 'An error occurred while verifying your face.': 'Ocorreu um erro ao verificar seu rosto.',
14533
+ 'Customer has been identified!': 'O cliente foi identificado!',
14534
+ 'Customer not found': 'Cliente não encontrado',
14535
+ 'Additional document capture': 'Captura de documento adicional',
14536
+ Next: 'Próximo',
14537
+ 'Please sign the box below': 'Por favor, assine o campo abaixo',
14538
+ Accept: 'Aceitar',
14539
+ Clear: 'Apagar',
14540
+ 'Video signature has been successfully captured!': 'A assinatura de vídeo foi capturada com sucesso!',
14541
+ 'Network unreachable': 'Rede inacessível',
14542
+ 'Were having trouble reaching our services please check your connection and try again.': 'Estamos com dificuldades para acessar nossos serviços, verifique sua conexão e tente novamente.',
14543
+ 'Were sorry an unexpected error has occurred.': 'Lamentamos, mas ocorreu um erro inesperado.',
14544
+ 'Document Capture': 'Captura de Documento',
14545
+ Capture: 'Capturar',
14546
+ 'Retry capture': 'Repetir captura',
14547
+ Upload: 'Carregar',
14548
+ 'Uploading...': 'Carregando...',
14549
+ 'Upload succeeded!': 'O carregamento foi bem-sucedido!',
14550
+ 'Performing facial recognition please hold still...': 'Executando o reconhecimento facial, mantenha-se imóvel...',
14551
+ 'Display the front of your ID card...': 'Exiba a frente da sua carteira de identidade',
14552
+ 'Display the back of your ID card...': 'Exiba o verso da sua carteira de identidade',
14553
+ 'Display the ID page of your passport...': 'Exiba a página de identificação do seu passaporte...',
14554
+ 'Please move your face to the center...': 'Mova seu rosto para o centro...',
14555
+ 'Searching for ID card...': 'Procurando por carteira de identidade...',
14556
+ 'Please read the following text aloud': 'Leia o texto a seguir em voz alta',
14557
+ 'Video ID has been successfully captured!': 'O vídeo de identificação foi capturado com sucesso!',
14558
+ 'ID Front Image': 'Imagem frontal da ID',
14559
+ 'ID Back Image': 'Imagem traseira da ID',
14560
+ 'Were having some trouble.': 'Estamos tendo alguns problemas.',
14561
+ 'On-device capture guidance failed please capture a selfie manually.': 'A orientação de captura no dispositivo falhou, capture uma selfie manualmente.',
14562
+ 'Verifying...': 'Verificando...',
14563
+ 'Please capture the front of your ID card.': 'Capture a frente da sua carteira de identidade.',
14564
+ 'Please capture the back of your ID card.': 'Capture o verso da sua carteira de identidade',
14565
+ 'Please capture the front of your ID card or the ID page of your passport.': 'Capture a frente da sua carteira de identidade ou a página de identificação do seu passaporte.',
14566
+ 'Please capture the back of your ID card or click Done if submitting a passport.': 'Capture o verso da sua carteira de identidade ou clique em Done (Concluído) se estiver enviando um passaporte.',
14567
+ 'Please capture the ID page of your passport.': 'Capture a página de identificação de seu passaporte.',
14568
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': 'A orientação de captura no dispositivo falhou, capture uma foto da sua carteira de identidade manualmente.',
14569
+ 'On-device capture guidance failed please capture a photo of your passport manually.': 'A orientação de captura no dispositivo falhou, capture uma foto do seu passaporte manualmente.',
14570
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': 'A orientação de captura no dispositivo falhou, capture as fotos da sua carteira de identidade e passaporte manualmente.',
14571
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': 'A orientação de captura no dispositivo falhou, capture as fotos da sua carteira de identidade ou passaporte manualmente.',
14572
+ 'Capture ID page of passport': 'Capture a página de identificação do passaporte',
14573
+ 'Capture back of ID card': 'Capture o verso da carteira de identidade',
14574
+ 'Downloading...': 'Baixando...',
14575
+ 'Accessing camera...': 'Acessando a câmera...',
14576
+ 'Camera ready': 'Câmera pronta',
14577
+ 'Loading guided capture experience...': 'Carregando a experiência de captura guiada...',
14578
+ 'Guided capture experience ready': 'Experiência de captura guiada pronta',
14579
+ 'Lets Go!': 'Vamos lá!',
14580
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': 'Estamos com dificuldades para identificar o lado correto da sua identidade. Deseja continuar com a captura mesmo assim?',
14581
+ OK: 'OK'
14582
+ };
14583
+
14584
+ var ru = {
14585
+ 'Use your device camera to capture your ID': 'Используйте камеру вашего устройства для съемки удостоверения личности',
14586
+ 'Use your iPhone as a webcam': 'Используйте iPhone в качестве веб-камеры',
14587
+ 'Models warming up...': 'Модели разогреваются…',
14588
+ 'Camera initializing...': 'Камера инициализируется…',
14589
+ 'Camera access blocked': 'Доступ к камере заблокирован',
14590
+ 'Location access blocked': 'Доступ к местоположению заблокирован',
14591
+ Continue: 'Продолжить',
14592
+ 'Processing...': 'Обработка...',
14593
+ 'Your camera permission is disabled': 'Не выдано разрешение для использования камеры',
14594
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': 'Для продолжения работы данного приложения требуется доступ к камере. Предоставьте разрешение, как только браузер его запросит. Если браузер не запрашивает разрешение на доступ к камере, необходимо перейти в настройки и предоставить текущему браузеру доступ к камере.',
14595
+ 'Your microphone permission is disabled': 'Разрешение на доступ к микрофону отключено',
14596
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': 'Для продолжения работы данного приложения требуется доступ к микрофону. Предоставьте разрешение, как только браузер его запросит. Если браузер не запрашивает разрешение на доступ к микрофону, необходимо перейти в настройки и предоставить текущему браузеру доступ к микрофону.',
14597
+ 'Your location permission is disabled': 'Разрешение на доступ к местоположению отключено',
14598
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': 'Для продолжения работы данного приложения требуется доступ к местоположению. Предоставьте разрешение, как только браузер его запросит. Если браузер не запрашивает разрешение на доступ к местоположению, необходимо перейти в настройки и предоставить текущему браузеру доступ к местоположению.',
14599
+ Retry: 'Повторить попытку',
14600
+ 'Scan the front of ID': 'Сканируйте лицевую сторону удостоверения личности',
14601
+ 'Scan the back of ID': 'Сканируйте оборотную сторону удостоверения личности',
14602
+ 'Scan the ID page of passport': 'Сканируйте страницу с идентификационными данными в паспорте',
14603
+ 'ID Card Front': 'Лицевая сторона удостоверения личности',
14604
+ 'ID Card Back': 'Оборотная сторона удостоверения личности',
14605
+ Passport: 'Паспорт',
14606
+ 'Document not detected': 'Документ не определен',
14607
+ 'Document is not centered': 'Документ не отцентрирован',
14608
+ 'Document too close please back up': 'Документ находится слишком близко, отодвиньтесь назад',
14609
+ 'Please hold your ID document steady': 'Держите удостоверение личности ровно',
14610
+ 'Document out of focus – try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
14611
+ 'ID card front detected - please flip your ID card': 'Обнаружена лицевая сторона удостоверения личности, переверните удостоверение личности',
14612
+ 'ID card back detected - please flip your ID card': 'Обнаружена обратная сторона удостоверения личности, переверните удостоверение личности',
14613
+ 'ID card detected please scan a passport instead': 'Обнаружено удостоверение личности, отсканируйте вместо него паспорт',
14614
+ 'Passport detected please scan an ID card instead': 'Обнаружен паспорт, отсканируйте вместо него удостоверение личности',
14615
+ 'Document detected hold still...': 'Обнаружен документ, не двигайтесь…',
14616
+ 'ID card front detected hold still...': 'Обнаружена лицевая сторона удостоверения личности, не двигайтесь…',
14617
+ 'ID card back detected hold still...': 'Обнаружена обратная сторона удостоверения личности, не двигайтесь…',
14618
+ 'Passport detected hold still...': 'Обнаружен паспорт, не двигайтесь…',
14619
+ 'Capturing...': 'Захват изображения…',
14620
+ 'Capture failed!': 'Захват изображения не выполнен!',
14621
+ 'Please flip your ID card...': 'Переверните удостоверение личности…',
14622
+ 'ID card front captured.': 'Лицевая сторона удостоверения личности снята.',
14623
+ 'ID card back captured.': 'Обратная сторона удостоверения личности снята.',
14624
+ 'ID Capture Successful': 'Захват удостоверения личности выполнен успешно',
14625
+ 'Verify the entire ID was captured clearly with no glare.': 'Убедитесь, что все удостоверение личности было снято четко и без бликов.',
14626
+ Submit: 'Отправить',
14627
+ 'Submitting...': 'Отправка…',
14628
+ 'Use your device camera to capture your face': 'Используйте камеру вашего устройства для съемки лица',
14629
+ 'Remove Sunglasses & Hat': 'Снимите солнцезащитные очки и головной убор',
14630
+ 'Avoid Excessive Backlighting': 'Избегайте чрезмерной подсветки сзади',
14631
+ 'Hold still for a few seconds...': 'Замрите на несколько секунд…',
14632
+ 'Please hold still...': 'Не двигайтесь…',
14633
+ 'Look straight into the camera...': 'Смотрите прямо в камеру…',
14634
+ 'Move back...': 'Отойдите назад…',
14635
+ 'Move forward...': 'Подвиньтесь вперед…',
14636
+ 'Move to the center...': 'Переместите к центру…',
14637
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Снимите предметы, закрывающие глаза (солнцезащитные очки, повязку и т.д.)…',
14638
+ 'Please remove your head coverings (hat scarf etc.)...': 'Снимите предметы, покрывающие голову (шапку, шарф и т.д.)…',
14639
+ 'Please remove your mask...': 'Снимите маску…',
14640
+ 'Live face not detected please try again': 'Реальное лицо не обнаружено, повторите попытку',
14641
+ Exit: 'Выход',
14642
+ 'Face liveness has been verified!': 'Реальность лица проверена!',
14643
+ Done: 'Готово',
14644
+ 'Could not verify your face.': 'Не удалось идентифицировать ваше лицо.',
14645
+ 'An error occurred while verifying your face.': 'Произошла ошибка при идентификации вашего лица.',
14646
+ 'Customer has been identified!': 'Клиент идентифицирован!',
14647
+ 'Customer not found': 'Клиент не найден',
14648
+ 'Additional document capture': 'Захват дополнительного документа',
14649
+ Next: 'Далее',
14650
+ 'Please sign the box below': 'Поставьте подпись в поле ниже',
14651
+ Accept: 'Принять',
14652
+ Clear: 'Очистить',
14653
+ 'Video signature has been successfully captured!': 'Видеоподпись успешно записана!',
14654
+ 'Network unreachable': 'Сеть недоступна',
14655
+ 'Were having trouble reaching our services please check your connection and try again.': 'У нас возникли проблемы с доступом к нашим службам, проверьте подключение и повторите попытку.',
14656
+ 'Were sorry an unexpected error has occurred.': 'К сожалению, произошла непредвиденная ошибка.',
14657
+ 'Document Capture': 'Съемка документа',
14658
+ Capture: 'Съемка',
14659
+ 'Retry capture': 'Повторить съемку',
14660
+ Upload: 'Загрузить',
14661
+ 'Uploading...': 'Загрузка…',
14662
+ 'Upload succeeded!': 'Загрузка успешно выполнена!',
14663
+ 'Performing facial recognition please hold still...': 'Выполняется распознавание лица, не двигайтесь…',
14664
+ 'Display the front of your ID card...': 'Покажите лицевую сторону вашего удостоверения личности…',
14665
+ 'Display the back of your ID card...': 'Покажите обратную сторону вашего удостоверения личности…',
14666
+ 'Display the ID page of your passport...': 'Покажите страницу с идентификационными данными вашего паспорта…',
14667
+ 'Please move your face to the center...': 'Переместите лицо в центр…',
14668
+ 'Searching for ID card...': 'Выполняется поиск удостоверения личности…',
14669
+ 'Please read the following text aloud': 'Прочтите следующий текст вслух',
14670
+ 'Video ID has been successfully captured!': 'Видеоидентификация успешно выполнена!',
14671
+ 'ID Front Image': 'Изображение лицевой стороны удостоверения личности',
14672
+ 'ID Back Image': 'Изображение обратной стороны удостоверения личности',
14673
+ 'Were having some trouble.': 'Возникли некоторые проблемы.',
14674
+ 'On-device capture guidance failed please capture a selfie manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте селфи вручную.',
14675
+ 'Verifying...': 'Идентификация…',
14676
+ 'Please capture the front of your ID card.': 'Снимите лицевую сторону вашего удостоверения личности.',
14677
+ 'Please capture the back of your ID card.': 'Снимите обратную сторону вашего удостоверения личности.',
14678
+ 'Please capture the front of your ID card or the ID page of your passport.': 'Снимите лицевую сторону вашего удостоверения личности или страницу с идентификационными данными вашего паспорта.',
14679
+ 'Please capture the back of your ID card or click Done if submitting a passport.': 'Снимите обратную сторону вашего удостоверения личности или нажмите «Готово», если отправляете паспорт.',
14680
+ 'Please capture the ID page of your passport.': 'Снимите страницу с идентификационными данными вашего паспорта.',
14681
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте фотографию вашего удостоверения личности вручную.',
14682
+ 'On-device capture guidance failed please capture a photo of your passport manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте фотографию вашего паспорта вручную.',
14683
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте фотографии вашего удостоверения личности и паспорта вручную.',
14684
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте фотографии вашего удостоверения личности или паспорта вручную.',
14685
+ 'Capture ID page of passport': 'Съемка страницы с идентификационными данными паспорта',
14686
+ 'Capture back of ID card': 'Съемка обратной стороны удостоверения личности',
14687
+ 'Downloading...': 'Загрузка…',
14688
+ 'Accessing camera...': 'Доступ к камере…',
14689
+ 'Camera ready': 'Камера готова',
14690
+ 'Loading guided capture experience...': 'Загрузка данных опыта управляемой съемки…',
14691
+ 'Guided capture experience ready': 'Данные опыта управляемой съемки готовы',
14692
+ 'Lets Go!': 'Поехали!',
14693
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': 'У нас возникли проблемы с определением правильной стороны вашего удостоверения личности. Все равно хотите продолжить съемку?',
14694
+ OK: 'OK'
14695
+ };
14696
+
14697
+ var zh = {
14698
+ 'Use your device camera to capture your ID': '使用裝置相機拍攝證件',
14699
+ 'Use your iPhone as a webcam': '將 iPhone 當作網路攝影機使用',
14700
+ 'Models warming up...': '正在暖機...',
14701
+ 'Camera initializing...': '相機正在初始化...',
14702
+ 'Camera access blocked': '相機存取遭封鎖',
14703
+ 'Location access blocked': '位置存取遭封鎖',
14704
+ Continue: '繼續',
14705
+ 'Processing...': '正在處理...',
14706
+ 'Your camera permission is disabled': '已停用相機權限',
14707
+ 'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': '此應用程式需要存取相機才能繼續。瀏覽器提示後,請接受權限。如果瀏覽器未提示相機權限,必須前往設定並為目前瀏覽器提供相機存取權限。',
14708
+ 'Your microphone permission is disabled': '已停用麥克風權限',
14709
+ 'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': '此應用程式需要存取麥克風才能繼續。瀏覽器提示後,請接受權限。如果瀏覽器未提示麥克風權限,必須前往設定並為目前瀏覽器提供麥克風存取權限。',
14710
+ 'Your location permission is disabled': '已停用位置權限',
14711
+ 'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': '此應用程式需要存取位置才能繼續。瀏覽器提示後,請接受權限。如果瀏覽器未提示位置權限,必須前往設定並為目前瀏覽器提供位置存取權限。',
14712
+ Retry: '重試',
14713
+ 'Scan the front of ID': '掃描證件正面',
14714
+ 'Scan the back of ID': '掃描證件背面',
14715
+ 'Scan the ID page of passport': '掃描護照的 ID 頁面',
14716
+ 'ID Card Front': '證件正面',
14717
+ 'ID Card Back': '證件背面',
14718
+ Passport: '護照',
14719
+ 'Document not detected': '未偵測到文件',
14720
+ 'Document is not centered': '文件未置中',
14721
+ 'Document too close please back up': '文件太近,請後退',
14722
+ 'Please hold your ID document steady': '請拿穩證件',
14723
+ 'Document out of focus – try improving the lighting': '文件失焦 – 請嘗試改善燈光',
14724
+ 'ID card front detected - please flip your ID card': '偵測到證件正面 - 請將證件翻面',
14725
+ 'ID card back detected - please flip your ID card': '偵測到證件背面 - 請將證件翻面',
14726
+ 'ID card detected please scan a passport instead': '偵測到證件,請掃描護照',
14727
+ 'Passport detected please scan an ID card instead': '偵測到護照,請掃描證件',
14728
+ 'Document detected hold still...': '偵測到的文件保持不動...',
14729
+ 'ID card front detected hold still...': '偵測到的證件正面保持不動...',
14730
+ 'ID card back detected hold still...': '偵測到的證件背面保持不動...',
14731
+ 'Passport detected hold still...': '偵測到的護照保持不動...',
14732
+ 'Capturing...': '正在拍攝...',
14733
+ 'Capture failed!': '拍攝失敗!',
14734
+ 'Please flip your ID card...': '請將證件翻面...',
14735
+ 'ID card front captured.': '已拍攝證件正面。',
14736
+ 'ID card back captured.': '已拍攝證件背面。',
14737
+ 'ID Capture Successful': '證件拍攝成功',
14738
+ 'Verify the entire ID was captured clearly with no glare.': '確認是否清楚拍攝整個證件,無眩光。',
14739
+ Submit: '提交',
14740
+ 'Submitting...': '正在提交...',
14741
+ 'Use your device camera to capture your face': '使用裝置相機拍攝您的臉部',
14742
+ 'Remove Sunglasses & Hat': '取下太陽眼鏡和帽子',
14743
+ 'Avoid Excessive Backlighting': '避免過度背光',
14744
+ 'Hold still for a few seconds...': '請保持不動幾秒...',
14745
+ 'Please hold still...': '請保持不動...',
14746
+ 'Look straight into the camera...': '請直視相機...',
14747
+ 'Move back...': '請後退...',
14748
+ 'Move forward...': '請前進...',
14749
+ 'Move to the center...': '請移至中心...',
14750
+ 'Please remove your eye coverings (sunglasses eye patch etc.)...': '請取下眼睛遮蓋物(太陽眼鏡、眼罩等)...',
14751
+ 'Please remove your head coverings (hat scarf etc.)...': '請取下頭部遮蓋物(帽子、圍巾等)...',
14752
+ 'Please remove your mask...': '請脫下口罩...',
14753
+ 'Live face not detected please try again': '未偵測到活體人臉,請再試一次',
14754
+ Exit: '退出',
14755
+ 'Face liveness has been verified!': '已驗證人臉活體!',
14756
+ Done: '完成',
14757
+ 'Could not verify your face.': '無法驗證您的臉部。',
14758
+ 'An error occurred while verifying your face.': '驗證您的臉部時發生錯誤。',
14759
+ 'Customer has been identified!': '已識別客戶!',
14760
+ 'Customer not found': '找不到客戶',
14761
+ 'Additional document capture': '其他文件拍攝',
14762
+ Next: '下一步',
14763
+ 'Please sign the box below': '請在下方的方框中簽名',
14764
+ Accept: '接受',
14765
+ Clear: '清除',
14766
+ 'Video signature has been successfully captured!': '已成功拍攝影片簽名!',
14767
+ 'Network unreachable': '網路無法連線',
14768
+ 'Were having trouble reaching our services please check your connection and try again.': '無法與服務連線,請檢查連線並再試一次。',
14769
+ 'Were sorry an unexpected error has occurred.': '很抱歉,發生非預期錯誤。',
14770
+ 'Document Capture': '文件拍攝',
14771
+ Capture: '拍攝',
14772
+ 'Retry capture': '重試拍攝',
14773
+ Upload: '上傳',
14774
+ 'Uploading...': '正在上傳...',
14775
+ 'Upload succeeded!': '上傳成功!',
14776
+ 'Performing facial recognition please hold still...': '正在進行臉部辨識,請保持不動...',
14777
+ 'Display the front of your ID card...': '出示證件正面...',
14778
+ 'Display the back of your ID card...': '出示證件背面...',
14779
+ 'Display the ID page of your passport...': '出示護照的 ID 頁面...',
14780
+ 'Please move your face to the center...': '請將臉部移至中心...',
14781
+ 'Searching for ID card...': '正在搜尋證件...',
14782
+ 'Please read the following text aloud': '請大聲讀出以下文字',
14783
+ 'Video ID has been successfully captured!': '已成功拍攝影片 ID!',
14784
+ 'ID Front Image': '證件正面影像',
14785
+ 'ID Back Image': '證件背面影像',
14786
+ 'Were having some trouble.': '發生一些問題。',
14787
+ 'On-device capture guidance failed please capture a selfie manually.': '裝置上拍攝引導失敗,請手動拍攝自拍照',
14788
+ 'Verifying...': '正在驗證...',
14789
+ 'Please capture the front of your ID card.': '請拍攝證件正面。',
14790
+ 'Please capture the back of your ID card.': '請拍攝證件背面。',
14791
+ 'Please capture the front of your ID card or the ID page of your passport.': '請拍攝證件正面或護照的 ID 頁面。',
14792
+ 'Please capture the back of your ID card or click Done if submitting a passport.': '請拍攝證件背面,或者如果提交護照,請按一下「完成」。',
14793
+ 'Please capture the ID page of your passport.': '請拍攝護照的 ID 頁面。',
14794
+ 'On-device capture guidance failed please capture a photo of your ID card manually.': '裝置上拍攝引導失敗,請手動拍攝證件的照片。',
14795
+ 'On-device capture guidance failed please capture a photo of your passport manually.': '裝置上拍攝引導失敗,請手動拍攝護照的照片。',
14796
+ 'On-device capture guidance failed please capture photos of your ID card and passport manually.': '裝置上拍攝引導失敗,請手動拍攝證件和護照的照片。',
14797
+ 'On-device capture guidance failed please capture photos of your ID card or passport manually.': '裝置上拍攝引導失敗,請手動拍攝證件或護照的照片。',
14798
+ 'Capture ID page of passport': '拍攝護照的 ID 頁面',
14799
+ 'Capture back of ID card': '拍攝證件背面',
14800
+ 'Downloading...': '正在下載...',
14801
+ 'Accessing camera...': '正在存取相機...',
14802
+ 'Camera ready': '相機就緒',
14803
+ 'Loading guided capture experience...': '正在載入引導式拍攝體驗...',
14804
+ 'Guided capture experience ready': '引導式拍攝體驗就緒',
14805
+ 'Lets Go!': '開始!',
14806
+ 'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': '無法識別證件的正確一面,是否仍要繼續拍攝?',
14807
+ OK: '確定'
14808
+ };
14809
+
14017
14810
  var resources = {
14018
14811
  en: {
14019
- translation: enTranslation
14812
+ translation: en
14020
14813
  },
14021
14814
  es: {
14022
- translation: esTranslation
14815
+ translation: es
14816
+ },
14817
+ de: {
14818
+ translation: de
14819
+ },
14820
+ fr: {
14821
+ translation: fr
14822
+ },
14823
+ it: {
14824
+ translation: it
14825
+ },
14826
+ ja: {
14827
+ translation: ja
14828
+ },
14829
+ pt: {
14830
+ translation: pt
14831
+ },
14832
+ ru: {
14833
+ translation: ru
14834
+ },
14835
+ zh: {
14836
+ translation: zh
14023
14837
  }
14024
14838
  };
14025
14839
  function initializeI18n() {
14026
- instance.use(Browser).use(initReactI18next).init({
14840
+ void instance.use(Browser).use(initReactI18next).init({
14027
14841
  resources: resources,
14028
14842
  detection: {
14029
14843
  caches: []
@@ -14039,9 +14853,9 @@
14039
14853
  var i18n = useTranslation().i18n;
14040
14854
  React.useEffect(function () {
14041
14855
  if (lang !== 'auto') {
14042
- i18n.changeLanguage(lang);
14856
+ void i18n.changeLanguage(lang);
14043
14857
  } else {
14044
- i18n.changeLanguage(); // call without argument to use detection
14858
+ void i18n.changeLanguage(); // call without argument to use detection
14045
14859
  }
14046
14860
  }, [i18n, lang]);
14047
14861
  };
@@ -23192,6 +24006,7 @@
23192
24006
  cardData = _a.cardData,
23193
24007
  idData = _a.idData,
23194
24008
  webhooksEnabled = _a.webhooksEnabled,
24009
+ webhooksURL = _a.webhooksURL,
23195
24010
  webhooksClientTraceId = _a.webhooksClientTraceId,
23196
24011
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
23197
24012
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -23354,6 +24169,7 @@
23354
24169
  cardData: cardData,
23355
24170
  idData: idData,
23356
24171
  webhooksEnabled: webhooksEnabled,
24172
+ webhooksURL: webhooksURL,
23357
24173
  webhooksClientTraceId: webhooksClientTraceId,
23358
24174
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
23359
24175
  webhooksSendInputImages: webhooksSendInputImages,
@@ -23396,6 +24212,7 @@
23396
24212
  companyId = _a.companyId,
23397
24213
  needImmediateResponse = _a.needImmediateResponse,
23398
24214
  webhooksEnabled = _a.webhooksEnabled,
24215
+ webhooksURL = _a.webhooksURL,
23399
24216
  webhooksClientTraceId = _a.webhooksClientTraceId,
23400
24217
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
23401
24218
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -23469,6 +24286,7 @@
23469
24286
  companyId: companyId,
23470
24287
  needImmediateResponse: needImmediateResponse,
23471
24288
  webhooksEnabled: webhooksEnabled,
24289
+ webhooksURL: webhooksURL,
23472
24290
  webhooksClientTraceId: webhooksClientTraceId,
23473
24291
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
23474
24292
  webhooksSendInputImages: webhooksSendInputImages,
@@ -23513,6 +24331,7 @@
23513
24331
  cardData = _a.cardData,
23514
24332
  idData = _a.idData,
23515
24333
  webhooksEnabled = _a.webhooksEnabled,
24334
+ webhooksURL = _a.webhooksURL,
23516
24335
  webhooksClientTraceId = _a.webhooksClientTraceId,
23517
24336
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
23518
24337
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -23697,6 +24516,7 @@
23697
24516
  cardData: cardData,
23698
24517
  idData: idData,
23699
24518
  webhooksEnabled: webhooksEnabled,
24519
+ webhooksURL: webhooksURL,
23700
24520
  webhooksClientTraceId: webhooksClientTraceId,
23701
24521
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
23702
24522
  webhooksSendInputImages: webhooksSendInputImages,
@@ -23754,6 +24574,7 @@
23754
24574
  deduplicationEnabled = _a.deduplicationEnabled,
23755
24575
  deduplicationSynchronous = _a.deduplicationSynchronous,
23756
24576
  webhooksEnabled = _a.webhooksEnabled,
24577
+ webhooksURL = _a.webhooksURL,
23757
24578
  webhooksClientTraceId = _a.webhooksClientTraceId,
23758
24579
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
23759
24580
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -23957,6 +24778,7 @@
23957
24778
  deduplicationEnabled: deduplicationEnabled,
23958
24779
  deduplicationSynchronous: deduplicationSynchronous,
23959
24780
  webhooksEnabled: webhooksEnabled,
24781
+ webhooksURL: webhooksURL,
23960
24782
  webhooksClientTraceId: webhooksClientTraceId,
23961
24783
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
23962
24784
  webhooksSendInputImages: webhooksSendInputImages,
@@ -24455,6 +25277,7 @@
24455
25277
  companyId = _a.companyId,
24456
25278
  needImmediateResponse = _a.needImmediateResponse,
24457
25279
  webhooksEnabled = _a.webhooksEnabled,
25280
+ webhooksURL = _a.webhooksURL,
24458
25281
  webhooksClientTraceId = _a.webhooksClientTraceId,
24459
25282
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
24460
25283
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -24509,6 +25332,7 @@
24509
25332
  enrollmentId: enrollmentId,
24510
25333
  needImmediateResponse: needImmediateResponse,
24511
25334
  webhooksEnabled: webhooksEnabled,
25335
+ webhooksURL: webhooksURL,
24512
25336
  webhooksClientTraceId: webhooksClientTraceId,
24513
25337
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
24514
25338
  webhooksSendInputImages: webhooksSendInputImages,
@@ -25011,6 +25835,7 @@
25011
25835
  companyId = _a.companyId,
25012
25836
  needImmediateResponse = _a.needImmediateResponse,
25013
25837
  webhooksEnabled = _a.webhooksEnabled,
25838
+ webhooksURL = _a.webhooksURL,
25014
25839
  webhooksClientTraceId = _a.webhooksClientTraceId,
25015
25840
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
25016
25841
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -25064,6 +25889,7 @@
25064
25889
  companyId: companyId,
25065
25890
  needImmediateResponse: needImmediateResponse,
25066
25891
  webhooksEnabled: webhooksEnabled,
25892
+ webhooksURL: webhooksURL,
25067
25893
  webhooksClientTraceId: webhooksClientTraceId,
25068
25894
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
25069
25895
  webhooksSendInputImages: webhooksSendInputImages,
@@ -25215,6 +26041,7 @@
25215
26041
  cardData = _a.cardData,
25216
26042
  idData = _a.idData,
25217
26043
  webhooksEnabled = _a.webhooksEnabled,
26044
+ webhooksURL = _a.webhooksURL,
25218
26045
  webhooksClientTraceId = _a.webhooksClientTraceId,
25219
26046
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
25220
26047
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -25382,6 +26209,7 @@
25382
26209
  cardData: cardData,
25383
26210
  idData: idData,
25384
26211
  webhooksEnabled: webhooksEnabled,
26212
+ webhooksURL: webhooksURL,
25385
26213
  webhooksClientTraceId: webhooksClientTraceId,
25386
26214
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
25387
26215
  webhooksSendInputImages: webhooksSendInputImages,
@@ -25429,6 +26257,7 @@
25429
26257
  deduplicationEnabled = _a.deduplicationEnabled,
25430
26258
  deduplicationSynchronous = _a.deduplicationSynchronous,
25431
26259
  webhooksEnabled = _a.webhooksEnabled,
26260
+ webhooksURL = _a.webhooksURL,
25432
26261
  webhooksClientTraceId = _a.webhooksClientTraceId,
25433
26262
  webhooksStripSpecialCharacters = _a.webhooksStripSpecialCharacters,
25434
26263
  webhooksSendInputImages = _a.webhooksSendInputImages,
@@ -25544,6 +26373,7 @@
25544
26373
  deduplicationEnabled: deduplicationEnabled,
25545
26374
  deduplicationSynchronous: deduplicationSynchronous,
25546
26375
  webhooksEnabled: webhooksEnabled,
26376
+ webhooksURL: webhooksURL,
25547
26377
  webhooksClientTraceId: webhooksClientTraceId,
25548
26378
  webhooksStripSpecialCharacters: webhooksStripSpecialCharacters,
25549
26379
  webhooksSendInputImages: webhooksSendInputImages,