Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ interface FaceDetectionStates {
TOO_MANY_FACES: string;
FACE_TOO_SMALL: string;
FACE_CLOSE_TO_BORDER: string;
CLOSE_TEXT: string;
RETAKE_TEXT: string;
INTRO_TEXT: string;
SUBMIT_ALT: string;
CAPTURE_ALT: string;
}

function AcuantSelfieCamera({
Expand Down Expand Up @@ -145,6 +150,11 @@ function AcuantSelfieCamera({
TOO_MANY_FACES: t('doc_auth.info.selfie_capture_status.too_many_faces'),
FACE_TOO_SMALL: t('doc_auth.info.selfie_capture_status.face_too_small'),
FACE_CLOSE_TO_BORDER: t('doc_auth.info.selfie_capture_status.face_close_to_border'),
CLOSE_TEXT: t('doc_auth.info.selfie_capture.action.close'),
RETAKE_TEXT: t('doc_auth.info.selfie_capture.action.retake'),
INTRO_TEXT: t('doc_auth.info.selfie_capture.intro'),
SUBMIT_ALT: t('doc_auth.info.selfie_capture.action.submit'),
CAPTURE_ALT: t('doc_auth.info.selfie_capture.action.capture'),
};
const cleanupSelfieCamera = () => {
window.AcuantPassiveLiveness.end();
Expand Down
5 changes: 5 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,11 @@ doc_auth.info.selfie_capture_status.face_close_to_border: Too close to the frame
doc_auth.info.selfie_capture_status.face_not_found: Face not found
doc_auth.info.selfie_capture_status.face_too_small: Face too small
doc_auth.info.selfie_capture_status.too_many_faces: Too many faces
doc_auth.info.selfie_capture.action.capture: Take photo
doc_auth.info.selfie_capture.action.close: close
doc_auth.info.selfie_capture.action.retake: retake
doc_auth.info.selfie_capture.action.submit: Use this photo
doc_auth.info.selfie_capture.intro: Camera is on, ready for selfie
doc_auth.info.ssn: We need your Social Security number to verify your name, date of birth and address.
doc_auth.info.stepping_up_html: Verify your identity again to access this service. %{link_html}
doc_auth.info.tag: Recommended
Expand Down
5 changes: 5 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@ doc_auth.info.selfie_capture_status.face_close_to_border: Demasiado cerca del ma
doc_auth.info.selfie_capture_status.face_not_found: No se detectó el rostro
doc_auth.info.selfie_capture_status.face_too_small: Rostro demasiado pequeño
doc_auth.info.selfie_capture_status.too_many_faces: Demasiados rostros
doc_auth.info.selfie_capture.action.capture: Tomar la foto
doc_auth.info.selfie_capture.action.close: Cerrar
doc_auth.info.selfie_capture.action.retake: Volver a tomar foto
doc_auth.info.selfie_capture.action.submit: Usar esta foto
doc_auth.info.selfie_capture.intro: Cámara encendida, lista para tomar selfie
doc_auth.info.ssn: Necesitamos su número de Seguro Social para verificar su nombre, fecha de nacimiento y dirección.
doc_auth.info.stepping_up_html: Verifique de nuevo su identidad para acceder a este servicio. %{link_html}
doc_auth.info.tag: Recomendado
Expand Down
5 changes: 5 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,11 @@ doc_auth.info.selfie_capture_status.face_close_to_border: Trop près du cadre
doc_auth.info.selfie_capture_status.face_not_found: Visage non trouvé
doc_auth.info.selfie_capture_status.face_too_small: Visage trop petit
doc_auth.info.selfie_capture_status.too_many_faces: Trop de visages
doc_auth.info.selfie_capture.action.capture: Prendre une photo
doc_auth.info.selfie_capture.action.close: éteindre
doc_auth.info.selfie_capture.action.retake: nouvelle photo
doc_auth.info.selfie_capture.action.submit: Utiliser cette photo
doc_auth.info.selfie_capture.intro: Caméra prête à prendre la photo
doc_auth.info.ssn: Nous avons besoin de votre numéro de sécurité sociale pour confirmer vos nom, date de naissance et adresse.
doc_auth.info.stepping_up_html: Veuillez confirmer à nouveau votre identité pour accéder à ce service. %{link_html}
doc_auth.info.tag: Recommandation
Expand Down
5 changes: 5 additions & 0 deletions config/locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@ doc_auth.info.selfie_capture_status.face_close_to_border: 距离相框太近
doc_auth.info.selfie_capture_status.face_not_found: 没找到面孔
doc_auth.info.selfie_capture_status.face_too_small: 面孔太小
doc_auth.info.selfie_capture_status.too_many_faces: 太多张面孔
doc_auth.info.selfie_capture.action.capture: 拍照
doc_auth.info.selfie_capture.action.close: 关闭
doc_auth.info.selfie_capture.action.retake: 重拍
doc_auth.info.selfie_capture.action.submit: 使用这张照片
doc_auth.info.selfie_capture.intro: 相机已打开,准备自拍
doc_auth.info.ssn: 我们需要你的社会保障号码来证实你的姓名、生日和地址。
doc_auth.info.stepping_up_html: 再次验证你的身份以使用这项服务。 %{link_html}
doc_auth.info.tag: 建议
Expand Down
1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantCamera.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantImageService.min.js

Large diffs are not rendered by default.

Binary file added public/acuant/11.9.3.508/AcuantImageService.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantImageWorker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantInitializerService.min.js

Large diffs are not rendered by default.

Binary file not shown.
1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantInitializerWorker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantJavascriptWebSdk.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantMetricsService.min.js

Large diffs are not rendered by default.

Binary file not shown.
1 change: 1 addition & 0 deletions public/acuant/11.9.3.508/AcuantMetricsWorker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading