-
Notifications
You must be signed in to change notification settings - Fork 1
/
Localizable.strings
77 lines (61 loc) · 3.46 KB
/
Localizable.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*
Localizable.strings
Created by AKorotkov on 19.09.2024.
*/
"IDScanCaptureDocumentListTitle" = "ID Validation";
"IDScanCaptureDocumentListSectionHeader" = "Select document type";
"IDScanCaptureDocumentStepsTitle" = "ID Validation";
"IDScanCaptureDocumentStepsTypeSectionHeader" = "Document type";
"IDScanCaptureDocumentStepsStepsSectionHeader" = "Steps";
"IDScanCaptureDocumentStepsStepCellStepNumber" = "Step";
"IDScanCaptureDocumentStepsStepCellStepComplete" = "Complete";
"IDScanCaptureStepPreviewTitle" = "Step preview";
"IDScanCaptureSubmitButton" = "Submit";
"IDScanCaptureContinueButton" = "Continue";
"IDScanCaptureStartButton" = "→ Start";
"IDScanCaptureAddPhotoButton" = "Add Photo";
"IDScanCaptureNextStepButton" = "Next Step";
"IDScanCaptureCompleteButton" = "Complete";
"IDScanCaptureBackButton" = "Back";
"IDScanCaptureResetStepsButton" = "Reset All";
"IDScanCaptureRetakeButton" = "Retake";
"IDScanCaptureModeCamera" = "Camera";
"IDScanCaptureModeManual" = "Manual";
"IDScanCaptureYes" = "Yes";
"IDScanCaptureNo" = "No";
"IDScanCaptureCancel" = "Cancel";
"IDScanCaptureSuccess" = "Success";
"IDScanCaptureCancelAlertTitle" = "Cancellation";
"IDScanCaptureCancelAlertMessage" = "Are you sure? All steps will be reset?";
"IDScanCaptureResetAlertTitle" = "Reset All Steps";
"IDScanCaptureResetAlertMessage" = "Are you sure you want to reset all steps?";
"IDScanCaptureErrorAlertTitle" = "Error";
"IDScanCaptureDocumentDriverLicenseName" = "Driver’s License";
"IDScanCaptureDocumentPassportName" = "Passport";
"IDScanCaptureDocumentPassportCardName" = "Passport Card";
"IDScanCaptureDocumentGreenCardOrEmploymentAuthorizationName" = "Green Card or Employment Authorization";
"IDScanCaptureDocumentInternationalIDName" = "International ID";
"IDScanCaptureRealFaceFront1Hint" = "Please, look at the camera";
"IDScanCaptureRealFaceFront2Hint" = "Face the camera";
"IDScanCaptureRealFaceTurnRightHint" = "Turn your head to the Right";
"IDScanCaptureRealFaceTurnLeftHint" = "Turn your head to the Left";
"IDScanCaptureScanningFrontHint" = "Scan the front side of the %@";
"IDScanCaptureUploadingFrontHint" = "Upload the front side of the %@";
"IDScanCaptureScanningBackHint" = "Scan the back side of the %@";
"IDScanCaptureUploadingBackHint" = "Upload the back side of the %@";
"IDScanCaptureScanningFaceHint" = "Scan the face";
"IDScanCaptureUploadingFaceHint" = "Upload the face";
"IDScanCaptureUploadingHintDescription" = "Please make sure that light glare don't obscure photo and other information";
"IDScanCaptureFrontStepBottomTabName" = "Front";
"IDScanCaptureBackStepBottomTabName" = "Back";
"IDScanCaptureFaceStepBottomTabName" = "Face";
"IDScanCaptureErrorNoDocumentFront" = "The image has no documents or the document is of the wrong type";
"IDScanCaptureErrorNoMRZ" = "The image has no MRZ or it is of poor quality";
"IDScanCaptureErrorNoPDF" = "The image has no PDF or it is of poor quality";
"IDScanCaptureErrorNoFace" = "The image has no Face or it is of poor quality";
"IDScanCaptureErrorWrongLicense" = "Wrong license key";
"IDScanCaptureErrorWrongLicenseDescription" = "License key has expired or is wrong Please contact support";
"IDScanCaptureErrorCameraPermission" = "The %@ has not been given a permission to your camera.\n\nPlease check the Privacy Settings:\nSettings -> %@ -> Privacy -> Camera";
"IDScanCaptureScanningHintsNeedMoreLight" = "need more light";
"IDScanCaptureScanningHintsTooDark" = "too dark";
"IDScanCaptureScanningHintsDeviceMoving" = "device is moving too much";