Created
October 16, 2025 09:44
-
-
Save vanduc1102/741c85747038af9ec34726787a24094e to your computer and use it in GitHub Desktop.
face-validation#verbiage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "guidanceHoldStillText": "Hold still for a few seconds...", | |
| "guidanceLookStraightText": "Look straight into the camera...", | |
| "guidanceMoveBackText": "Move back...", | |
| "guidanceMoveForwardText": "Move forward...", | |
| "guidanceMoveToCenterText": "Move to the center...", | |
| "guidanceNoFaceDetectedText": "Waiting for face to be detected...", | |
| "guidanceVisibilityTooLowText": "XXX", | |
| "guidanceNotStableText": "Please hold still...", | |
| "guidanceManualCaptureText": "Position your face in the circle and click to capture.", | |
| "manualCaptureBtnText": "Capture", | |
| "guidanceRemoveEyeCoveringsText": "Remove Sunglasses & Hat", | |
| "guidanceRemoveHeadCoveringsText": "Remove Head Coverings", | |
| "guidanceRemoveMaskText": "Remove Mask", | |
| "progressPreviewText": "Processing...", | |
| "guidanceLivenessCheckFailedText": "Could not verify your face.", | |
| "guidanceLivenessCheckErrorText": "An error occurred while verifying your face.", | |
| "loadingOverlay.headingText": "Use your device camera to capture your face", | |
| "loadingOverlay.removeEyeCoveringsText": "Remove Sunglasses & Hat", | |
| "loadingOverlay.avoidExcessiveBacklightingText": "Avoid Excessive Backlighting", | |
| "loadingOverlay.continueText": "Continue", | |
| "loadingOverlay.pleaseWaitText": "Please wait...", | |
| "loadingOverlay.cameraInitializingText": "Camera initializing...", | |
| "loadingOverlay.downloadingText": "Downloading...", | |
| "loadingOverlay.modelsWarmingUpText": "Models warming up...", | |
| "loadingOverlay.modelsReadyText": "Guided capture experience ready", | |
| "loadingOverlay.cameraInitializedText": "Camera ready", | |
| "loadingOverlay.cameraAccessDenied.headingText": "Your camera permission is disabled", | |
| "loadingOverlay.cameraAccessDenied.descriptionText": "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.", | |
| "loadingOverlay.cameraAccessDenied.retryBtnText": "Retry", | |
| "loadingOverlay.microphoneAccessDenied.headingText": "Your microphone permission is disabled", | |
| "loadingOverlay.microphoneAccessDenied.descriptionText": "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.", | |
| "loadingOverlay.microphoneAccessDenied.retryBtnText": "Retry", | |
| "loadingOverlay.sessionCheckingText": "Authenticating...", | |
| "success.headingText": "Face liveness has been verified!", | |
| "success.retryBtnText": "Retry", | |
| "success.doneBtnText": "Done", | |
| "failure.headingText": "Live face not detected, please try again", | |
| "failure.retryBtnText": "Retry", | |
| "failure.exitBtnText": "Exit", | |
| "cameraStoreProvider.cameraTamperSeal.headingText": "", | |
| "cameraStoreProvider.cameraTamperSeal.messageText": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment