idmission-web-sdk 2.2.82 → 2.2.84

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.
@@ -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.82';
214
+ var webSdkVersion = '2.2.84';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -421,10 +421,9 @@
421
421
  colors = _b === void 0 ? {} : _b,
422
422
  disabled = _a.disabled,
423
423
  finished = _a.finished,
424
- onClick = _a.onClick,
425
- style = _a.style,
426
424
  _c = _a.variant,
427
- variant = _c === void 0 ? 'primary' : _c;
425
+ variant = _c === void 0 ? 'primary' : _c,
426
+ props = __rest(_a, ["children", "className", "colors", "disabled", "finished", "variant"]);
428
427
  var buttonRef = React.useRef(null);
429
428
  var laddaRef = React.useRef(null);
430
429
  var _d = React.useState(false),
@@ -455,19 +454,18 @@
455
454
  var _a;
456
455
  if (laddaLoaded && finished) (_a = laddaRef.current) === null || _a === void 0 ? void 0 : _a.stop();
457
456
  }, [finished, laddaLoaded]);
458
- return /*#__PURE__*/React.createElement(StyledButton, {
457
+ return /*#__PURE__*/React.createElement(StyledButton, _assign({
459
458
  className: "ladda-button ".concat(className, " ").concat(disabled ? 'disabled' : ''),
460
459
  "data-style": "expand-right",
460
+ type: "button",
461
461
  disabled: disabled,
462
462
  ref: buttonRef,
463
- onClick: onClick,
464
463
  "$backgroundColor": colors.backgroundColor,
465
464
  "$textColor": colors.textColor,
466
465
  "$disabledBackgroundColor": colors.loadingBackgroundColor,
467
466
  "$disabledTextColor": colors.loadingTextColor,
468
- "$variant": variant,
469
- style: style
470
- }, /*#__PURE__*/React.createElement("span", {
467
+ "$variant": variant
468
+ }, props), /*#__PURE__*/React.createElement("span", {
471
469
  className: "ladda-label"
472
470
  }, children));
473
471
  };
@@ -14037,6 +14035,7 @@
14037
14035
  };
14038
14036
 
14039
14037
  var de = {
14038
+ 'English - en': 'German - de',
14040
14039
  'Use your device camera to capture your ID': 'Ihre Gerätekamera zur Aufnahme Ihres Ausweises verwenden',
14041
14040
  'Use your iPhone as a webcam': 'Ihr iPhone als Webcam verwenden',
14042
14041
  'Models warming up...': 'Modelle wärmen sich auf...',
@@ -14092,7 +14091,7 @@
14092
14091
  'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Bitte Augenbedeckung entfernen (Sonnenbrille, Augenklappe usw.)...',
14093
14092
  'Please remove your head coverings (hat scarf etc.)...': 'Bitte Kopfbedeckung abnehmen (Mütze, Schal usw.)...',
14094
14093
  'Please remove your mask...': 'Bitte Maske ablegen...',
14095
- 'Live face not detected please try again': 'Live-Gesicht nicht erkannt, bitte erneut versuchen',
14094
+ 'Live face not detected, please try again': 'Live-Gesicht nicht erkannt, bitte erneut versuchen',
14096
14095
  Exit: 'Verlassen',
14097
14096
  'Face liveness has been verified!': 'Echtzeit des Gesichts wurde verifiziert!',
14098
14097
  Done: 'Fertig',
@@ -14107,8 +14106,8 @@
14107
14106
  Clear: 'Löschen',
14108
14107
  'Video signature has been successfully captured!': 'Videosignatur wurde erfolgreich erfasst!',
14109
14108
  'Network unreachable': 'Netzwerk nicht erreichbar',
14110
- '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.',
14111
- 'Were sorry an unexpected error has occurred.': 'Leider ist ein unerwarteter Fehler aufgetreten.',
14109
+ "We're 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.',
14110
+ "We're sorry an unexpected error has occurred.": 'Leider ist ein unerwarteter Fehler aufgetreten.',
14112
14111
  'Document Capture': 'Dokument erfassen',
14113
14112
  Capture: 'Erfassen',
14114
14113
  'Retry capture': 'Erfassung erneut versuchen',
@@ -14125,7 +14124,7 @@
14125
14124
  'Video ID has been successfully captured!': 'Video-ID wurde erfolgreich erfasst!',
14126
14125
  'ID Front Image': 'Bild Ausweisvorderseite',
14127
14126
  'ID Back Image': 'Bild Ausweisrückseite',
14128
- 'Were having some trouble.': 'Wir haben Probleme.',
14127
+ "We're having some trouble.": 'Wir haben Probleme.',
14129
14128
  'On-device capture guidance failed please capture a selfie manually.': 'Leitfaden zur Erfassung am Gerät fehlgeschlagen, bitte manuell ein Selfie erfassen.',
14130
14129
  'Verifying...': 'Verifizierung ...',
14131
14130
  'Please capture the front of your ID card.': 'Bitte die Vorderseite Ihres Ausweises erfassen.',
@@ -14144,12 +14143,13 @@
14144
14143
  'Camera ready': 'Kamera bereit',
14145
14144
  'Loading guided capture experience...': 'Geführte Erfassung wird geladen...',
14146
14145
  'Guided capture experience ready': 'Geführte Erfassung bereit',
14147
- 'Lets Go!': 'Los geht‘s!',
14146
+ "Let's Go!": 'Los geht‘s!',
14148
14147
  '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?',
14149
14148
  OK: 'OK'
14150
14149
  };
14151
14150
 
14152
14151
  var fr = {
14152
+ 'English - en': 'French - fr',
14153
14153
  'Use your device camera to capture your ID': 'Utilisez la caméra de votre appareil pour capturer votre ID',
14154
14154
  'Use your iPhone as a webcam': 'Utiliser votre iPhone comme Webcam',
14155
14155
  'Models warming up...': "Les modèles s'échauffent...",
@@ -14205,7 +14205,7 @@
14205
14205
  'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Veuillez retirer ce qui recouvre vos yeux (lunettes de soleil, cache-œil, etc.)...',
14206
14206
  'Please remove your head coverings (hat scarf etc.)...': 'Veuillez retirer vos couvre-chefs (chapeau, foulard, etc.)...',
14207
14207
  'Please remove your mask...': 'Veuillez retirer votre masque...',
14208
- 'Live face not detected please try again': 'Visage vivant non détecté veuillez réessayer',
14208
+ 'Live face not detected, please try again': 'Visage vivant non détecté veuillez réessayer',
14209
14209
  Exit: 'Quitter',
14210
14210
  'Face liveness has been verified!': 'Le caractère vivant du visage a été vérifié!',
14211
14211
  Done: 'Fini',
@@ -14220,8 +14220,8 @@
14220
14220
  Clear: 'Effacer',
14221
14221
  'Video signature has been successfully captured!': 'La signature vidéo a été capturée avec succès!',
14222
14222
  'Network unreachable': 'Réseau inaccessible',
14223
- '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.',
14224
- 'Were sorry an unexpected error has occurred.': 'Nous sommes désolés, une erreur inattendue est survenue.',
14223
+ "We're 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.',
14224
+ "We're sorry an unexpected error has occurred.": 'Nous sommes désolés, une erreur inattendue est survenue.',
14225
14225
  'Document Capture': 'Capture de document',
14226
14226
  Capture: 'Capturer',
14227
14227
  'Retry capture': 'Réessayer la capture',
@@ -14238,7 +14238,7 @@
14238
14238
  'Video ID has been successfully captured!': 'L’ID vidéo a été capturé avec succès!',
14239
14239
  'ID Front Image': 'Image recto de la pièce d’identité',
14240
14240
  'ID Back Image': 'Image verso de la pièce d’identité',
14241
- 'Were having some trouble.': 'Nous rencontrons quelques problèmes.',
14241
+ "We're having some trouble.": 'Nous rencontrons quelques problèmes.',
14242
14242
  'On-device capture guidance failed please capture a selfie manually.': "Le guidage de capture sur l'appareil a échoué, veuillez capturer un selfie manuellement.",
14243
14243
  'Verifying...': 'Vérification en cours...',
14244
14244
  'Please capture the front of your ID card.': "Veuillez capturer le recto de votre carte d'identité.",
@@ -14257,12 +14257,13 @@
14257
14257
  'Camera ready': 'Caméra prête',
14258
14258
  'Loading guided capture experience...': "Chargement de l'expérience de capture guidée...",
14259
14259
  'Guided capture experience ready': 'Expérience de capture guidée prête',
14260
- 'Lets Go!': 'Allons-y !',
14260
+ "Let's Go!": 'Allons-y !',
14261
14261
  '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 ?",
14262
14262
  OK: 'OK'
14263
14263
  };
14264
14264
 
14265
14265
  var it = {
14266
+ 'English - en': 'Italian - it',
14266
14267
  'Use your device camera to capture your ID': 'Utilizzare la fotocamera del dispositivo per acquisire il documento',
14267
14268
  'Use your iPhone as a webcam': 'Utilizza iPhone come webcam',
14268
14269
  'Models warming up...': 'Riscaldamento modelli...',
@@ -14318,7 +14319,7 @@
14318
14319
  'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Rimuovere tutto ciò che copre gli occhi (occhiali da sole, bende, ecc.)...',
14319
14320
  'Please remove your head coverings (hat scarf etc.)...': 'Rimuovere tutto ciò che ricopre il capo (cappello, sciarpa, ecc.)...',
14320
14321
  'Please remove your mask...': 'Rimuovere la mascherina...',
14321
- 'Live face not detected please try again': 'Volto reale non rilevato riprovare',
14322
+ 'Live face not detected, please try again': 'Volto reale non rilevato riprovare',
14322
14323
  Exit: 'Esci',
14323
14324
  'Face liveness has been verified!': 'Verifica del volto eseguita!',
14324
14325
  Done: 'Fatto',
@@ -14333,8 +14334,8 @@
14333
14334
  Clear: 'Cancella',
14334
14335
  'Video signature has been successfully captured!': 'La firma video è stata acquisita correttamente!',
14335
14336
  'Network unreachable': 'Rete non raggiungibile',
14336
- '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.',
14337
- 'Were sorry an unexpected error has occurred.': 'Spiacenti, si è verificato un errore inatteso.',
14337
+ "We're 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.',
14338
+ "We're sorry an unexpected error has occurred.": 'Spiacenti, si è verificato un errore inatteso.',
14338
14339
  'Document Capture': 'Acquisizione documento',
14339
14340
  Capture: 'Acquisisci',
14340
14341
  'Retry capture': 'Riprova acquisizione',
@@ -14351,7 +14352,7 @@
14351
14352
  'Video ID has been successfully captured!': 'L’ID video è stato acquisito correttamente!',
14352
14353
  'ID Front Image': 'Immagine fronte documento d’identità',
14353
14354
  'ID Back Image': 'Immagine retro documento d’identità',
14354
- 'Were having some trouble.': 'Si è verificato un problema.',
14355
+ "We're having some trouble.": 'Si è verificato un problema.',
14355
14356
  'On-device capture guidance failed please capture a selfie manually.': "La guida all'acquisizione sul dispositivo non è riuscita. Scattare un selfie manualmente.",
14356
14357
  'Verifying...': 'Verifica...',
14357
14358
  'Please capture the front of your ID card.': 'Acquisire il fronte del documento d’identità.',
@@ -14370,12 +14371,13 @@
14370
14371
  'Camera ready': 'Fotocamera pronta',
14371
14372
  'Loading guided capture experience...': "Caricamento dell'esperienza di acquisizione guidata...",
14372
14373
  'Guided capture experience ready': 'Esperienza di acquisizione guidata pronta',
14373
- 'Lets Go!': 'Iniziamo!',
14374
+ "Let's Go!": 'Iniziamo!',
14374
14375
  '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?",
14375
14376
  OK: 'OK'
14376
14377
  };
14377
14378
 
14378
14379
  var ja = {
14380
+ 'English - en': 'Japanese - ja',
14379
14381
  'Use your device camera to capture your ID': 'デバイスのカメラを使用して身分証を撮影してください',
14380
14382
  'Use your iPhone as a webcam': 'iPhoneをウェブカムとして使用',
14381
14383
  'Models warming up...': 'モデルをウォームアップ中…',
@@ -14431,7 +14433,7 @@
14431
14433
  'Please remove your eye coverings (sunglasses eye patch etc.)...': '目を覆うもの(サングラスや眼帯など)を取り外してください…',
14432
14434
  'Please remove your head coverings (hat scarf etc.)...': '頭を覆うもの(帽子やスカーフなど)を取り外してください…',
14433
14435
  'Please remove your mask...': 'マスクを取り外してください…',
14434
- 'Live face not detected please try again': '顔のライブネスが検出されません。再度お試しください',
14436
+ 'Live face not detected, please try again': '顔のライブネスが検出されません。再度お試しください',
14435
14437
  Exit: '終了',
14436
14438
  'Face liveness has been verified!': '顔のライブネスが認証されました',
14437
14439
  Done: '完了',
@@ -14446,8 +14448,8 @@
14446
14448
  Clear: '消去',
14447
14449
  'Video signature has been successfully captured!': 'ビデオ署名を撮影しました',
14448
14450
  'Network unreachable': 'ネットワークに接続できません',
14449
- 'Were having trouble reaching our services please check your connection and try again.': 'サービス接続時に問題が発生しています。接続を確認して再度お試しください。',
14450
- 'Were sorry an unexpected error has occurred.': '不慮のエラーが発生しました。申し訳ありません。',
14451
+ "We're having trouble reaching our services please check your connection and try again.": 'サービス接続時に問題が発生しています。接続を確認して再度お試しください。',
14452
+ "We're sorry an unexpected error has occurred.": '不慮のエラーが発生しました。申し訳ありません。',
14451
14453
  'Document Capture': 'ドキュメントの撮影',
14452
14454
  Capture: '撮影',
14453
14455
  'Retry capture': '撮影のやりなおし',
@@ -14464,7 +14466,7 @@
14464
14466
  'Video ID has been successfully captured!': 'ビデオ身分を撮影しました',
14465
14467
  'ID Front Image': '身分証の正面画像',
14466
14468
  'ID Back Image': '身分証の背面画像',
14467
- 'Were having some trouble.': '問題が発生しました。',
14469
+ "We're having some trouble.": '問題が発生しました。',
14468
14470
  'On-device capture guidance failed please capture a selfie manually.': 'デバイスの撮影ガイダンスが動作しません。手動でセルフィーを撮影してください。',
14469
14471
  'Verifying...': '検証中…',
14470
14472
  'Please capture the front of your ID card.': '身分証の正面を撮影してください…',
@@ -14483,12 +14485,13 @@
14483
14485
  'Camera ready': 'カメラが準備完了',
14484
14486
  'Loading guided capture experience...': '撮影ガイダンスのエクスペリエンスを読み込み中…',
14485
14487
  'Guided capture experience ready': '撮影ガイダンスのエクスペリエンスが準備完了',
14486
- 'Lets Go!': '始めましょう',
14488
+ "Let's Go!": '始めましょう',
14487
14489
  'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': '身分証の正しい寸法を特定できません。それでも撮影を続行しますか?',
14488
14490
  OK: 'OK'
14489
14491
  };
14490
14492
 
14491
14493
  var pt = {
14494
+ 'English - en': 'Portuguese (Brazil) - pt',
14492
14495
  'Use your device camera to capture your ID': 'Usar a câmera do dispositivo para fotografar sua identidade',
14493
14496
  'Use your iPhone as a webcam': 'Use seu iPhone como uma câmera Web',
14494
14497
  'Models warming up...': 'Modelos aquecendo...',
@@ -14544,7 +14547,7 @@
14544
14547
  'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Por favor, remova as coberturas dos olhos (óculos de sol, tapa-olho, etc.)...',
14545
14548
  'Please remove your head coverings (hat scarf etc.)...': 'Por favor, remova as coberturas da cabeça (chapéu, cachecol, etc.)...',
14546
14549
  'Please remove your mask...': 'Por favor, remova sua máscara...',
14547
- 'Live face not detected please try again': 'Não foi possível detectar a veracidade do rosto tente novamente',
14550
+ 'Live face not detected, please try again': 'Não foi possível detectar a veracidade do rosto tente novamente',
14548
14551
  Exit: 'Sair',
14549
14552
  'Face liveness has been verified!': 'A veracidade do rosto foi verificada!',
14550
14553
  Done: 'Concluído',
@@ -14559,8 +14562,8 @@
14559
14562
  Clear: 'Apagar',
14560
14563
  'Video signature has been successfully captured!': 'A assinatura de vídeo foi capturada com sucesso!',
14561
14564
  'Network unreachable': 'Rede inacessível',
14562
- '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.',
14563
- 'Were sorry an unexpected error has occurred.': 'Lamentamos, mas ocorreu um erro inesperado.',
14565
+ "We're 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.',
14566
+ "We're sorry an unexpected error has occurred.": 'Lamentamos, mas ocorreu um erro inesperado.',
14564
14567
  'Document Capture': 'Captura de Documento',
14565
14568
  Capture: 'Capturar',
14566
14569
  'Retry capture': 'Repetir captura',
@@ -14577,7 +14580,7 @@
14577
14580
  'Video ID has been successfully captured!': 'O vídeo de identificação foi capturado com sucesso!',
14578
14581
  'ID Front Image': 'Imagem frontal da ID',
14579
14582
  'ID Back Image': 'Imagem traseira da ID',
14580
- 'Were having some trouble.': 'Estamos tendo alguns problemas.',
14583
+ "We're having some trouble.": 'Estamos tendo alguns problemas.',
14581
14584
  'On-device capture guidance failed please capture a selfie manually.': 'A orientação de captura no dispositivo falhou, capture uma selfie manualmente.',
14582
14585
  'Verifying...': 'Verificando...',
14583
14586
  'Please capture the front of your ID card.': 'Capture a frente da sua carteira de identidade.',
@@ -14596,12 +14599,13 @@
14596
14599
  'Camera ready': 'Câmera pronta',
14597
14600
  'Loading guided capture experience...': 'Carregando a experiência de captura guiada...',
14598
14601
  'Guided capture experience ready': 'Experiência de captura guiada pronta',
14599
- 'Lets Go!': 'Vamos lá!',
14602
+ "Let's Go!": 'Vamos lá!',
14600
14603
  '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?',
14601
14604
  OK: 'OK'
14602
14605
  };
14603
14606
 
14604
14607
  var ru = {
14608
+ 'English - en': 'Russian - ru',
14605
14609
  'Use your device camera to capture your ID': 'Используйте камеру вашего устройства для съемки удостоверения личности',
14606
14610
  'Use your iPhone as a webcam': 'Используйте iPhone в качестве веб-камеры',
14607
14611
  'Models warming up...': 'Модели разогреваются…',
@@ -14657,7 +14661,7 @@
14657
14661
  'Please remove your eye coverings (sunglasses eye patch etc.)...': 'Снимите предметы, закрывающие глаза (солнцезащитные очки, повязку и т.д.)…',
14658
14662
  'Please remove your head coverings (hat scarf etc.)...': 'Снимите предметы, покрывающие голову (шапку, шарф и т.д.)…',
14659
14663
  'Please remove your mask...': 'Снимите маску…',
14660
- 'Live face not detected please try again': 'Реальное лицо не обнаружено, повторите попытку',
14664
+ 'Live face not detected, please try again': 'Реальное лицо не обнаружено, повторите попытку',
14661
14665
  Exit: 'Выход',
14662
14666
  'Face liveness has been verified!': 'Реальность лица проверена!',
14663
14667
  Done: 'Готово',
@@ -14672,8 +14676,8 @@
14672
14676
  Clear: 'Очистить',
14673
14677
  'Video signature has been successfully captured!': 'Видеоподпись успешно записана!',
14674
14678
  'Network unreachable': 'Сеть недоступна',
14675
- 'Were having trouble reaching our services please check your connection and try again.': 'У нас возникли проблемы с доступом к нашим службам, проверьте подключение и повторите попытку.',
14676
- 'Were sorry an unexpected error has occurred.': 'К сожалению, произошла непредвиденная ошибка.',
14679
+ "We're having trouble reaching our services please check your connection and try again.": 'У нас возникли проблемы с доступом к нашим службам, проверьте подключение и повторите попытку.',
14680
+ "We're sorry an unexpected error has occurred.": 'К сожалению, произошла непредвиденная ошибка.',
14677
14681
  'Document Capture': 'Съемка документа',
14678
14682
  Capture: 'Съемка',
14679
14683
  'Retry capture': 'Повторить съемку',
@@ -14690,7 +14694,7 @@
14690
14694
  'Video ID has been successfully captured!': 'Видеоидентификация успешно выполнена!',
14691
14695
  'ID Front Image': 'Изображение лицевой стороны удостоверения личности',
14692
14696
  'ID Back Image': 'Изображение обратной стороны удостоверения личности',
14693
- 'Were having some trouble.': 'Возникли некоторые проблемы.',
14697
+ "We're having some trouble.": 'Возникли некоторые проблемы.',
14694
14698
  'On-device capture guidance failed please capture a selfie manually.': 'Произошел сбой при выполнении руководства по съемке в устройстве, сделайте селфи вручную.',
14695
14699
  'Verifying...': 'Идентификация…',
14696
14700
  'Please capture the front of your ID card.': 'Снимите лицевую сторону вашего удостоверения личности.',
@@ -14709,12 +14713,13 @@
14709
14713
  'Camera ready': 'Камера готова',
14710
14714
  'Loading guided capture experience...': 'Загрузка данных опыта управляемой съемки…',
14711
14715
  'Guided capture experience ready': 'Данные опыта управляемой съемки готовы',
14712
- 'Lets Go!': 'Поехали!',
14716
+ "Let's Go!": 'Поехали!',
14713
14717
  'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': 'У нас возникли проблемы с определением правильной стороны вашего удостоверения личности. Все равно хотите продолжить съемку?',
14714
14718
  OK: 'OK'
14715
14719
  };
14716
14720
 
14717
14721
  var zh = {
14722
+ 'English - en': 'Chinese (Traditional) - zh',
14718
14723
  'Use your device camera to capture your ID': '使用裝置相機拍攝證件',
14719
14724
  'Use your iPhone as a webcam': '將 iPhone 當作網路攝影機使用',
14720
14725
  'Models warming up...': '正在暖機...',
@@ -14770,7 +14775,7 @@
14770
14775
  'Please remove your eye coverings (sunglasses eye patch etc.)...': '請取下眼睛遮蓋物(太陽眼鏡、眼罩等)...',
14771
14776
  'Please remove your head coverings (hat scarf etc.)...': '請取下頭部遮蓋物(帽子、圍巾等)...',
14772
14777
  'Please remove your mask...': '請脫下口罩...',
14773
- 'Live face not detected please try again': '未偵測到活體人臉,請再試一次',
14778
+ 'Live face not detected, please try again': '未偵測到活體人臉,請再試一次',
14774
14779
  Exit: '退出',
14775
14780
  'Face liveness has been verified!': '已驗證人臉活體!',
14776
14781
  Done: '完成',
@@ -14785,8 +14790,8 @@
14785
14790
  Clear: '清除',
14786
14791
  'Video signature has been successfully captured!': '已成功拍攝影片簽名!',
14787
14792
  'Network unreachable': '網路無法連線',
14788
- 'Were having trouble reaching our services please check your connection and try again.': '無法與服務連線,請檢查連線並再試一次。',
14789
- 'Were sorry an unexpected error has occurred.': '很抱歉,發生非預期錯誤。',
14793
+ "We're having trouble reaching our services please check your connection and try again.": '無法與服務連線,請檢查連線並再試一次。',
14794
+ "We're sorry an unexpected error has occurred.": '很抱歉,發生非預期錯誤。',
14790
14795
  'Document Capture': '文件拍攝',
14791
14796
  Capture: '拍攝',
14792
14797
  'Retry capture': '重試拍攝',
@@ -14803,7 +14808,7 @@
14803
14808
  'Video ID has been successfully captured!': '已成功拍攝影片 ID!',
14804
14809
  'ID Front Image': '證件正面影像',
14805
14810
  'ID Back Image': '證件背面影像',
14806
- 'Were having some trouble.': '發生一些問題。',
14811
+ "We're having some trouble.": '發生一些問題。',
14807
14812
  'On-device capture guidance failed please capture a selfie manually.': '裝置上拍攝引導失敗,請手動拍攝自拍照',
14808
14813
  'Verifying...': '正在驗證...',
14809
14814
  'Please capture the front of your ID card.': '請拍攝證件正面。',
@@ -14822,7 +14827,7 @@
14822
14827
  'Camera ready': '相機就緒',
14823
14828
  'Loading guided capture experience...': '正在載入引導式拍攝體驗...',
14824
14829
  'Guided capture experience ready': '引導式拍攝體驗就緒',
14825
- 'Lets Go!': '開始!',
14830
+ "Let's Go!": '開始!',
14826
14831
  'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': '無法識別證件的正確一面,是否仍要繼續拍攝?',
14827
14832
  OK: '確定'
14828
14833
  };