Skip to content

Commit

Permalink
chore: update localization strings
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Nov 29, 2023
1 parent e9276fb commit dccc86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/FaceLiveness/Resources/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"amplify_ui_liveness_get_ready_photosensitivity_icon_a11y" = "Photosensitivity Information";
"amplify_ui_liveness_get_ready_photosensitivity_dialog_title" = "Photosensitivity warning";
"amplify_ui_liveness_get_ready_photosensitivity_dialog_description" = "Some people may experience epileptic seizures when exposed to colored lights. Use caution if you, or anyone in your family, have an epileptic condition.";
"amplify_ui_liveness_get_ready_begin_check" = "Begin Check";
"amplify_ui_liveness_get_ready_begin_check" = "Start video check";

"amplify_ui_liveness_challenge_recording_indicator_label" = "REC";
"amplify_ui_liveness_challenge_instruction_hold_face_during_countdown" = "Hold face position during countdown.";
"amplify_ui_liveness_challenge_instruction_hold_face_during_freshness" = "Hold face in oval for colored lights.";
"amplify_ui_liveness_challenge_instruction_move_face_back" = "Move back";
"amplify_ui_liveness_challenge_instruction_move_face_closer" = "Move closer";
"amplify_ui_liveness_challenge_instruction_move_face_in_front_of_camera" = "Move face in front of camera";
"amplify_ui_liveness_challenge_instruction_multiple_faces_detected" = "Ensure only one face is in front of camera";
"amplify_ui_liveness_challenge_instruction_multiple_faces_detected" = "Only one face per check";
"amplify_ui_liveness_challenge_instruction_hold_still" = "Hold still";

"amplify_ui_liveness_challenge_connecting" = "Connecting...";
Expand Down
4 changes: 2 additions & 2 deletions Sources/FaceLiveness/Utilities/LivenessLocalizedStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum LocalizedStrings {
/// en = "A small percentage of individuals may experience epileptic seizures when exposed to colored lights. Use caution if you, or anyone in your family, have an epileptic condition."
static let get_ready_photosensitivity_dialog_description = "amplify_ui_liveness_get_ready_photosensitivity_dialog_description".localized()

/// en = "Begin Check"
/// en = "Start video check"
static let get_ready_begin_check = "amplify_ui_liveness_get_ready_begin_check".localized()

/// en = "REC"
Expand All @@ -47,7 +47,7 @@ enum LocalizedStrings {
/// en = "Hold still"
static let challenge_instruction_hold_still = "amplify_ui_liveness_challenge_instruction_hold_still".localized()

/// en = "Ensure only one face is in front of camera"
/// en = "Only one face per check"
static let challenge_instruction_multiple_faces_detected = "amplify_ui_liveness_challenge_instruction_multiple_faces_detected".localized()

/// en = "Connecting..."
Expand Down

0 comments on commit dccc86b

Please sign in to comment.