@authme/identity-verification 2.3.1-rc.3 → 2.4.2
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.
- package/assets/locale/en_US.json +211 -181
- package/assets/locale/ja_JP.json +242 -0
- package/assets/locale/zh_Hant_TW.json +211 -181
- package/assets/styles/style.css +197 -27
- package/index.cjs +4606 -4028
- package/index.js +4609 -4031
- package/package.json +6 -6
- package/src/lib/interface/config.interface.d.ts +9 -0
- package/src/lib/module/mrz.module.d.ts +2 -1
- package/src/lib/module/ocr.module.d.ts +1 -0
- package/src/lib/operator/index.d.ts +3 -2
- package/src/lib/service/card-type-and-country.service.d.ts +5 -0
- package/src/lib/service/event-tracking.service.d.ts +28 -0
- package/src/lib/service/liveness.service.d.ts +10 -0
- package/src/lib/service/ocr.service.d.ts +9 -0
- package/src/lib/ui/basic.d.ts +1 -0
- package/src/lib/ui/card-type-and-country.ui.d.ts +3 -0
- package/src/lib/ui/ocr-flow.d.ts +4 -1
- package/src/lib/ui/ocr.ui.d.ts +0 -3
- package/src/lib/ui/shared.d.ts +8 -1
package/assets/locale/en_US.json
CHANGED
|
@@ -1,212 +1,242 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"home.clientId": "Customer ID",
|
|
13
|
-
"home.licenseIdentification": "Driving License",
|
|
14
|
-
"home.notFinish": "Incomplete",
|
|
15
|
-
"home.register": "Enrollment",
|
|
16
|
-
"verify.idCard": "ID Card",
|
|
17
|
-
"verify.step1Title": "Step.1 Fraud Detection",
|
|
18
|
-
"verify.step1Describe": "Please hold your ID card and position within the frame, try not to cover the frame and make sure the ID card is clear and not reflective",
|
|
19
|
-
"verify.step2Title": "Step.2 Take the photo of your ID card",
|
|
20
|
-
"verify.allowCamera": "Please enable camera access for verification",
|
|
21
|
-
"verify.startVerifyBtn": "Get started",
|
|
22
|
-
"verify.understandBtn": "I got it",
|
|
23
|
-
"verify.fraudDescribe": "Please flip your ID card according to the instructions",
|
|
24
|
-
"verify.idCardFrontSide": "Align the front of your ID card",
|
|
25
|
-
"verify.frontSide": "Front",
|
|
26
|
-
"verify.idCardFlipLeft": "Hold your ID card and tilt it left",
|
|
27
|
-
"verify.idCardFlipRight": "Hold your ID card and tilt it right",
|
|
28
|
-
"verify.idCardFlipUp": "Hold your ID card and tilt it up",
|
|
29
|
-
"verify.idCardFlipDown": "Hold your ID card and tilt it down",
|
|
30
|
-
"verify.clearBtn": "Confirm",
|
|
31
|
-
"verify.retryBtn": "Try again",
|
|
32
|
-
"verify.confirmIdCardFront": "Confirm the front of your ID card",
|
|
33
|
-
"verify.confirmBtn": "Confirm",
|
|
34
|
-
"verify.idCardBackSide": "Frame the back of your ID card in a box",
|
|
35
|
-
"verify.backSide": "Back",
|
|
36
|
-
"verify.confirmIdCardBack": "Confirm the back of your ID card",
|
|
37
|
-
"verify.uploading": "Uploading",
|
|
38
|
-
"verify.error.noCard": "No document found",
|
|
39
|
-
"verify.error.mismatch": "Align your card within the frame",
|
|
40
|
-
"verify.error.reflective": "The document is too dark or has reflective area",
|
|
41
|
-
"verify.error.wrongCardType": "Wrong document",
|
|
42
|
-
"verify.error.blur": "Blurry image",
|
|
43
|
-
"verify.error.blurDescribe": "The photo is blurry, please try again",
|
|
44
|
-
"verify.healthFrontSide": "Align the front of your Health ID card within the frame",
|
|
45
|
-
"verify.confirmHealthFront": "Confirm the front of your Health ID card",
|
|
46
|
-
"verify.licenseFrontSide": "Align the front of your driving license within the frame",
|
|
47
|
-
"verify.licenseBackSide": "Align the back of your driving license within the frame",
|
|
48
|
-
"verify.confirmLicenseFront": "Confirm the front of your driving license",
|
|
49
|
-
"verify.confirmLicenseBack": "Confirm the back of your driving license",
|
|
50
|
-
"verify.passportFrontSide": "Align the front of the passport within the frame",
|
|
51
|
-
"confirm.idNumber": "ID number",
|
|
52
|
-
"confirm.issueCity": "Place of issue",
|
|
53
|
-
"confirm.placeOfBirth": "Place of birth",
|
|
2
|
+
"browser.error.notSupport": "Unsupported Browser",
|
|
3
|
+
"camera.error.lowResolution": "Camera resolution is too low",
|
|
4
|
+
"camera.error.notFound": "Please open your camera access",
|
|
5
|
+
"camera.error.notFound.title": "Camera is not working",
|
|
6
|
+
"confirm.address": "Address",
|
|
7
|
+
"confirm.authority": "Authority",
|
|
8
|
+
"confirm.birth": "Date of birth",
|
|
9
|
+
"confirm.birthDate": "Date of birth",
|
|
10
|
+
"confirm.cardNumber": "Card number",
|
|
11
|
+
"confirm.condition": "License class",
|
|
54
12
|
"confirm.confirmBtn": "Confirm",
|
|
55
|
-
"confirm.
|
|
56
|
-
"confirm.
|
|
57
|
-
"confirm.
|
|
13
|
+
"confirm.controlNo": "Jurisdiction number",
|
|
14
|
+
"confirm.countdown": "Expiration Countdown",
|
|
15
|
+
"confirm.countdown.prompt text": "If the session is expired, you will be redirected to home page and all record will not be saved.",
|
|
16
|
+
"confirm.country": "Country",
|
|
58
17
|
"confirm.dateOfBirth": "Date of birth",
|
|
59
18
|
"confirm.dateOfIssue": "Date of issue",
|
|
60
|
-
"confirm.
|
|
61
|
-
"confirm.
|
|
62
|
-
"confirm.
|
|
63
|
-
"confirm.
|
|
64
|
-
"confirm.
|
|
65
|
-
"confirm.
|
|
66
|
-
"confirm.
|
|
19
|
+
"confirm.documentNumber": "Passport Number",
|
|
20
|
+
"confirm.documentType": "Document type",
|
|
21
|
+
"confirm.driverLicense": "Driving License",
|
|
22
|
+
"confirm.expiry": "Date of expiry",
|
|
23
|
+
"confirm.expiryDate": "Expiry Date",
|
|
24
|
+
"confirm.father": "Father",
|
|
25
|
+
"confirm.female": "female",
|
|
26
|
+
"confirm.gender": "Sex",
|
|
27
|
+
"confirm.givenName": "Given name",
|
|
67
28
|
"confirm.healthCard": "Health ID Card",
|
|
68
|
-
"confirm.
|
|
69
|
-
"confirm.
|
|
29
|
+
"confirm.idCard": "ID Card",
|
|
30
|
+
"confirm.idNumber": "ID number",
|
|
70
31
|
"confirm.issue": "Date of issue",
|
|
71
|
-
"confirm.
|
|
32
|
+
"confirm.issueCity": "Place of issue",
|
|
33
|
+
"confirm.issueDate": "Date of issue",
|
|
34
|
+
"confirm.issueReason": "Type of issue",
|
|
35
|
+
"confirm.jpdrivingLicense_class2": "Date of issue of first small motorcycle license",
|
|
36
|
+
"confirm.jpdrivingLicense_deliveryDate": "Date of Issue",
|
|
37
|
+
"confirm.jpdrivingLicense_engineDisplacement": "Date of issue of first motorcycle license",
|
|
38
|
+
"confirm.jpdrivingLicense_exemptionConditions": "License Conditions",
|
|
39
|
+
"confirm.jpdrivingLicense_number": "License Number",
|
|
40
|
+
"confirm.jpdrivingLicense_otherVehicles": "Date of issue of first non-motorcycle license",
|
|
41
|
+
"confirm.jpdrivingLicense_type": "Type",
|
|
42
|
+
"confirm.jpmyNumberCard.DocumentNumber": "My Number",
|
|
43
|
+
"confirm.jpmyNumberCard_personalNumber": "Personal ID Number",
|
|
44
|
+
"confirm.jpmyNumberCard_validDateOfE-certificate": "Valid Date",
|
|
72
45
|
"confirm.licenseNo": "License number",
|
|
73
|
-
"confirm.
|
|
74
|
-
"confirm.
|
|
75
|
-
"confirm.
|
|
76
|
-
"confirm.
|
|
46
|
+
"confirm.male": "male",
|
|
47
|
+
"confirm.militaryService": "Military service",
|
|
48
|
+
"confirm.mother": "Mother",
|
|
49
|
+
"confirm.name": "Name",
|
|
77
50
|
"confirm.nationality": "Nationality",
|
|
78
|
-
"confirm.givenName": "Given name",
|
|
79
|
-
"confirm.documentNumber": "Number",
|
|
80
|
-
"confirm.expiryDate": "Expiry Date",
|
|
81
51
|
"confirm.passport": "Passport",
|
|
82
52
|
"confirm.personalNumber": "ID number",
|
|
83
|
-
"confirm.
|
|
84
|
-
"confirm.
|
|
85
|
-
"confirm.country": "Country",
|
|
86
|
-
"verify.ocrSuccess": "Identifying...",
|
|
87
|
-
"verify.error.serverError": "Server error",
|
|
88
|
-
"verify.error.retryBtn": "Retry",
|
|
89
|
-
"verify.error.timeout": "Your request timed out, please retry to complete verification",
|
|
90
|
-
"verify.error.updateVersion": "Update to the latest version",
|
|
91
|
-
"verify.error.updateVersionDescribe": "Current version is not supported, please update to the latest one",
|
|
92
|
-
"verify.error.gyro": "Tilt your phone",
|
|
93
|
-
"verify.error.gyroDescribe": "Avoid holding your phone in vertical or horizontal position",
|
|
94
|
-
"liveness.title": "Frame your face",
|
|
95
|
-
"liveness.needMoreFrame": "Identifying...",
|
|
96
|
-
"liveness.error.faceNotAtCenter": "Align your face",
|
|
97
|
-
"liveness.error.faceTooLarge": "Move further",
|
|
98
|
-
"liveness.error.needOpenEyes": "Make sure the eyes are not covered",
|
|
99
|
-
"liveness.error.noFace": "Your face is not detected",
|
|
100
|
-
"liveness.error.needFaceToCamera": "Look straight ahead",
|
|
101
|
-
"liveness.error.faceMasked": "Make sure your face is not covered",
|
|
102
|
-
"liveness.error.faceTooSmall": "Move closer",
|
|
103
|
-
"liveness.error.openEyes": "Open your eyes",
|
|
104
|
-
"liveness.error.needCloseMouth": "Close your mouth",
|
|
105
|
-
"liveness.error.needOpenMouth": "Open your mouth",
|
|
106
|
-
"liveness.error.needSmile": "Please smile",
|
|
107
|
-
"liveness.uploading": "Uploading",
|
|
108
|
-
"camera.error.lowResolution": "Camera resolution is too low",
|
|
109
|
-
"camera.error.notFound.title": "Camera is not working",
|
|
110
|
-
"network.error.offline": "Can't connect to the Internet",
|
|
111
|
-
"general.loading": "Loading",
|
|
112
|
-
"verify.fraud.hintTitle": "Please confirm when you operate",
|
|
113
|
-
"verify.fraud.hintText": "1. Make sure there is sufficient light and avoid back light\n2. Align within the frame",
|
|
114
|
-
"livenessVerify.error.customerNotFound": "Your account has not been registered",
|
|
115
|
-
"livenessVerify.error.deactivateCustomer": "Your account is deactivated",
|
|
116
|
-
"livenessVerify.error.customerInProgress": "Pending",
|
|
117
|
-
"livenessVerify.error.unexpectedError": "An unexpected error occurred",
|
|
118
|
-
"verify.header.idCard": "Take the photo of ID card",
|
|
119
|
-
"verify.header.passport": "Take the photo of passport",
|
|
120
|
-
"verify.header.driverLicense": "Take the photo of driving license",
|
|
121
|
-
"verify.header.healthCard": "Take the photo of health ID card",
|
|
122
|
-
"verify.header.step": "Step {{current}}\/{{total}}",
|
|
123
|
-
"liveness.guide.title": "Face Verification",
|
|
124
|
-
"home.title": "Real Name Authentication",
|
|
125
|
-
"home.input.placeHolder": "Please input",
|
|
126
|
-
"browser.error.notSupport": "Unsupported Browser",
|
|
53
|
+
"confirm.placeOfBirth": "Place of birth",
|
|
54
|
+
"confirm.serialNumber": "Card number",
|
|
127
55
|
"confirm.sex": "Gender",
|
|
128
|
-
"
|
|
56
|
+
"confirm.spouse": "Spouse",
|
|
57
|
+
"confirm.surname": "Surname",
|
|
58
|
+
"confirm.type": "License type",
|
|
59
|
+
"demo.state.complete": "Complete",
|
|
60
|
+
"documentVerification.chooseDocument": "Select ID document type",
|
|
61
|
+
"documentVerification.chooseDocument.myNumberCard": "My Number Card",
|
|
129
62
|
"error.screenSize.content": "The image is too small, please zoom out",
|
|
63
|
+
"error.screenSize.title": "Please zoom out",
|
|
64
|
+
"error.screenSizeChange.content": "Detection of screen resize, please try it again.",
|
|
65
|
+
"error.screenSizeChange.title": "Screen size has changed",
|
|
66
|
+
"error.timeout.title": "Session expired",
|
|
67
|
+
"extra.frontSide": "Make sure the frame is clear",
|
|
68
|
+
"extra.otherPicture": "Take the photo of other Financial Statement ?",
|
|
69
|
+
"extra.title": "Please hold other document and position within the frame\\Click shoot",
|
|
70
|
+
"fraudDetection.title": "ID Fraud Detection",
|
|
71
|
+
"general.loading": "Loading",
|
|
72
|
+
"home.activeLiveness": "Active Liveness",
|
|
73
|
+
"home.clientId": "Customer ID",
|
|
74
|
+
"home.environment": "Environment",
|
|
75
|
+
"home.healthIdentification": "Health ID Card",
|
|
130
76
|
"home.idCardFraud": "ID Fraud Detection",
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"home.
|
|
139
|
-
"home.
|
|
140
|
-
"home.
|
|
77
|
+
"home.idCardIdentification": "ID Card",
|
|
78
|
+
"home.initSDK": "Initialize SDK",
|
|
79
|
+
"home.input.placeHolder": "Please input",
|
|
80
|
+
"home.licenseIdentification": "Driving License",
|
|
81
|
+
"home.liveness": "Liveness",
|
|
82
|
+
"home.nfcPassportIdentification": "Passport w\/ NFC",
|
|
83
|
+
"home.notFinish": "Incomplete",
|
|
84
|
+
"home.passiveLiveness": "Passive Liveness",
|
|
85
|
+
"home.passportIdentification": "Passport",
|
|
86
|
+
"home.privacy": "Privacy",
|
|
87
|
+
"home.register": "Enrollment",
|
|
88
|
+
"home.settingLangTitle": "Language Setting",
|
|
89
|
+
"home.settings": "Setting",
|
|
141
90
|
"home.settings.credential": "Client & Secret",
|
|
142
91
|
"home.settings.credential.Client": "Client ID",
|
|
143
|
-
"home.settings.credential.warningModal.title": "Unsaved Change",
|
|
144
|
-
"home.settings.credential.warningModal.text": "You are about to leave this page without saving.",
|
|
145
|
-
"home.settings.credential.warningModal.cancel": "Cancel",
|
|
146
92
|
"home.settings.credential.Secret": "Client Secret",
|
|
147
|
-
"home.settings": "Setting",
|
|
148
|
-
"home.nfcPassportIdentification": "Passport w\/ NFC",
|
|
149
93
|
"home.settings.credential.save": "Save",
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
94
|
+
"home.settings.credential.warningModal.cancel": "Cancel",
|
|
95
|
+
"home.settings.credential.warningModal.text": "You are about to leave this page without saving.",
|
|
96
|
+
"home.settings.credential.warningModal.title": "Unsaved Change",
|
|
97
|
+
"home.settings.eventName.Liveness": "Liveness Detection",
|
|
98
|
+
"home.settings.eventName.identityDocument": "ID document",
|
|
99
|
+
"home.settings.eventName.save": "Save",
|
|
100
|
+
"home.settings.languageConfig": "Language Setting",
|
|
101
|
+
"home.settings.languageConfig.english": "English",
|
|
102
|
+
"home.settings.languageConfig.traditionalChinese": "繁體中文",
|
|
103
|
+
"home.title": "Real Name Authentication",
|
|
104
|
+
"home.verify": "Verification",
|
|
153
105
|
"liveness.continue": "continue",
|
|
106
|
+
"liveness.error.faceMasked": "Make sure your face is not covered",
|
|
107
|
+
"liveness.error.faceNotAtCenter": "Align your face",
|
|
108
|
+
"liveness.error.faceTooLarge": "Move further",
|
|
109
|
+
"liveness.error.faceTooSmall": "Move closer",
|
|
110
|
+
"liveness.error.needCloseMouth": "Close your mouth",
|
|
111
|
+
"liveness.error.needFaceToCamera": "Look straight ahead",
|
|
112
|
+
"liveness.error.needOpenEyes": "Make sure the eyes are not covered",
|
|
113
|
+
"liveness.error.needOpenMouth": "Open your mouth",
|
|
114
|
+
"liveness.error.needSmile": "Please smile",
|
|
115
|
+
"liveness.error.noFace": "Your face is not detected",
|
|
116
|
+
"liveness.error.openEyes": "Open your eyes",
|
|
117
|
+
"liveness.guide.title": "Face Verification",
|
|
118
|
+
"liveness.header.liveness": "Face Verification",
|
|
154
119
|
"liveness.hint1": "Make sure that your face is visible and clear",
|
|
155
120
|
"liveness.hint2": "Please center your face in the frame",
|
|
156
121
|
"liveness.hint3": "Follow the instructions on the screen to perform actions",
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"verify.menu.card.IDCard": "ID card",
|
|
160
|
-
"verify.menu.card.ResidentCard": "Residence Permit",
|
|
161
|
-
"confirm.countdown.prompt text": "If the session is expired, you will be redirected to home page and all record will not be saved.",
|
|
162
|
-
"verify.menu.card.DriverLicense": "Driver License",
|
|
163
|
-
"verify.menu.card.HealthCard": "Health Card",
|
|
164
|
-
"verify.menu.card.Passport": "Passport",
|
|
165
|
-
"verify.menu.card.VehiclesLicense": "Vehicles License",
|
|
166
|
-
"liveness.header.liveness": "Face Verification",
|
|
167
|
-
"home.settingLangTitle": "Language Setting",
|
|
168
|
-
"setting.language.en": "English",
|
|
169
|
-
"setting.language.tw": "Traditional Chinese",
|
|
122
|
+
"liveness.needMoreFrame": "Identifying...",
|
|
123
|
+
"liveness.title": "Frame your face",
|
|
170
124
|
"liveness.upload.success": "Uploaded Successfully",
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
125
|
+
"liveness.uploading": "Uploading",
|
|
126
|
+
"livenessDetection.chooseType": "Select detection method",
|
|
127
|
+
"livenessVerify.error.customerInProgress": "Pending",
|
|
128
|
+
"livenessVerify.error.customerNotFound": "Your account has not been registered",
|
|
129
|
+
"livenessVerify.error.deactivateCustomer": "Your account is deactivated",
|
|
130
|
+
"livenessVerify.error.unexpectedError": "An unexpected error occurred",
|
|
131
|
+
"livevess.infopage.error": "An error has occurred, please try again.",
|
|
132
|
+
"livevess.infopage.errorTitle": "An error has occurred.",
|
|
133
|
+
"livevess.infopageHint.environment": "Please operate with sufficient light",
|
|
134
|
+
"livevess.infopageHint.face": "Please ensure there are no obstructions on your face",
|
|
135
|
+
"livevess.infopageSubtitle": "Place your face within the frame and follow the instructions",
|
|
136
|
+
"livevess.infopageTitle": "Ready to start capturing facial image",
|
|
137
|
+
"menu.livenessDetection": "Liveness Detection",
|
|
138
|
+
"myNumberCard.confirmBackSide": "Confirm the back of My Number Card",
|
|
139
|
+
"myNumberCardBackSide": "Place the back of My Number Card within the frame to scan",
|
|
140
|
+
"myNumberCard_FrontSide": "Place the front of My Number Card within the frame to scan",
|
|
141
|
+
"myNumberCard_confirmFrontSide": "Confirm the front of My Number Card",
|
|
142
|
+
"network.error.offline": "Can't connect to the Internet",
|
|
143
|
+
"nfc.passport.error.confirmButton": "Confirm",
|
|
144
|
+
"nfc.passport.error.doesntSupport.text": "The phone model is not equipped with NFC capabilities.",
|
|
145
|
+
"nfc.passport.error.doesntSupport.title": "This device does not support NFC",
|
|
146
|
+
"nfc.passport.error.notMatch.text": "The information does not match, please try again.",
|
|
147
|
+
"nfc.passport.error.notTurnOn.text": "Please make sure the NFC function is activated in Settings.",
|
|
148
|
+
"nfc.passport.error.notTurnOn.title": "This device does not turn on NFC",
|
|
180
149
|
"nfc.passport.guide.btn.start": "Start",
|
|
181
|
-
"nfc.passport.guide.
|
|
150
|
+
"nfc.passport.guide.step1.text.subtitle": "This symbol indicates your passport is embedded with readable biometric data.",
|
|
151
|
+
"nfc.passport.guide.step1.text.title": "Look for the biometric symbol",
|
|
182
152
|
"nfc.passport.guide.step2.text.subtitle": "Slide your phone up and down to read the chip.",
|
|
183
|
-
"nfc.passport.guide.
|
|
153
|
+
"nfc.passport.guide.step2.text.title": "Hold your passport to the back of your phone.",
|
|
184
154
|
"nfc.passport.guide.step3.text.subtitle": "The vibration alert indicates data reading is processing.",
|
|
185
|
-
"nfc.passport.
|
|
186
|
-
"nfc.passport.
|
|
187
|
-
"nfc.passport.
|
|
155
|
+
"nfc.passport.guide.step3.text.title": "Do not move your phone while scanning.",
|
|
156
|
+
"nfc.passport.guide.subtitle": "Please complete NFC reading according to the following steps.",
|
|
157
|
+
"nfc.passport.guide.title": "Scan passport chip",
|
|
158
|
+
"nfc.passport.scan.cancel": "Cancel",
|
|
188
159
|
"nfc.passport.scan.chipReading": "Reading data",
|
|
189
|
-
"nfc.passport.scan.pictureReading": "Reading image",
|
|
190
160
|
"nfc.passport.scan.otherReading": "Reading other data",
|
|
191
|
-
"nfc.passport.scan.
|
|
161
|
+
"nfc.passport.scan.pictureReading": "Reading image",
|
|
192
162
|
"nfc.passport.scan.scanFail": "Scan failed, please try it again.",
|
|
193
|
-
"nfc.passport.scan.
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
163
|
+
"nfc.passport.scan.scanSuccess": "Scan success",
|
|
164
|
+
"nfc.passport.scan.scanning": "Do not move your phone and passport while scanning.",
|
|
165
|
+
"nfc.passport.scan.searchChip": "Slide your phone up and down to find the chip.",
|
|
166
|
+
"nfc.passport.scan.title": "Ready to Scan",
|
|
167
|
+
"passport_certificateIssueDate": "Issue Date",
|
|
168
|
+
"privacy.agree": "Agree",
|
|
169
|
+
"privacy.denail": "Disagree",
|
|
170
|
+
"setting.language.en": "English",
|
|
171
|
+
"verify.allowCamera": "Please enable camera access for verification",
|
|
172
|
+
"verify.backSide": "Back",
|
|
173
|
+
"verify.clearBtn": "Confirm",
|
|
174
|
+
"verify.confirmBtn": "Confirm",
|
|
175
|
+
"verify.confirmHealthFront": "Confirm the front of your Health ID card",
|
|
176
|
+
"verify.confirmIdCardBack": "Confirm the back of your ID card",
|
|
177
|
+
"verify.confirmIdCardFront": "Confirm the front of your ID card",
|
|
178
|
+
"verify.confirmLicenseBack": "Confirm the back of your driving license",
|
|
179
|
+
"verify.confirmLicenseFront": "Confirm the front of your driving license",
|
|
180
|
+
"verify.confirmPassportFrontSide": "Confirm the front of your passport",
|
|
199
181
|
"verify.confirmResidentCardBackSide": "Confirm the back of your Resident Card",
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"nfc.passport.error.doesntSupport.text": "The phone model is not equipped with NFC capabilities.",
|
|
203
|
-
"nfc.passport.error.confirmButton": "Confirm",
|
|
204
|
-
"nfc.passport.error.notTurnOn.title": "This device does not turn on NFC",
|
|
205
|
-
"nfc.passport.error.notTurnOn.text": "Please make sure the NFC function is activated in Settings.",
|
|
206
|
-
"nfc.passport.error.notMatch.text": "The information does not match, please try again.",
|
|
207
|
-
"extra.title": "Please hold other document and position within the frame\\Click shoot",
|
|
208
|
-
"extra.frontSide": "Make sure the frame is clear",
|
|
209
|
-
"extra.otherPicture": "Take the photo of other Financial Statement ?",
|
|
182
|
+
"verify.confirmResidentCardFrontSide": "Confirm the front of your Resident Card",
|
|
183
|
+
"verify.continueBtn": "Continue",
|
|
210
184
|
"verify.endBtn": "Finish",
|
|
211
|
-
"verify.
|
|
185
|
+
"verify.error.blur": "Blurry image",
|
|
186
|
+
"verify.error.blurDescribe": "The photo is blurry, please try again",
|
|
187
|
+
"verify.error.gyro": "Tilt your phone",
|
|
188
|
+
"verify.error.gyroDescribe": "Avoid holding your phone in vertical or horizontal position",
|
|
189
|
+
"verify.error.mismatch": "Align your card within the frame",
|
|
190
|
+
"verify.error.noCard": "No document found",
|
|
191
|
+
"verify.error.reflective": "The document is too dark or has reflective area",
|
|
192
|
+
"verify.error.retryBtn": "Retry",
|
|
193
|
+
"verify.error.serverError": "Server error",
|
|
194
|
+
"verify.error.timeout": "Your request timed out, please retry to complete verification",
|
|
195
|
+
"verify.error.updateVersion": "Update to the latest version",
|
|
196
|
+
"verify.error.updateVersionDescribe": "Current version is not supported, please update to the latest one",
|
|
197
|
+
"verify.error.wrongCardType": "Wrong document",
|
|
198
|
+
"verify.fraud.hintText": "1. Make sure there is sufficient light and avoid back light\\n2. Align within the frame",
|
|
199
|
+
"verify.fraud.hintTitle": "Please confirm when you operate",
|
|
200
|
+
"verify.fraudDescribe": "Please flip your ID card according to the instructions",
|
|
201
|
+
"verify.frontSide": "Front",
|
|
202
|
+
"verify.header.driverLicense": "Take the photo of driving license",
|
|
203
|
+
"verify.header.healthCard": "Take the photo of health ID card",
|
|
204
|
+
"verify.header.idCard": "Take the photo of ID card",
|
|
205
|
+
"verify.header.passport": "Take the photo of passport",
|
|
206
|
+
"verify.header.step": "Step {{current}}\/{{total}}",
|
|
207
|
+
"verify.header.step.liveness": "Step 1\/1",
|
|
208
|
+
"verify.healthFrontSide": "Align the front of your Health ID card within the frame",
|
|
209
|
+
"verify.idCard": "ID Card",
|
|
210
|
+
"verify.idCardBackSide": "Frame the back of your ID card in a box",
|
|
211
|
+
"verify.idCardFlipDown": "Hold your ID card and tilt it down",
|
|
212
|
+
"verify.idCardFlipLeft": "Hold your ID card and tilt it left",
|
|
213
|
+
"verify.idCardFlipRight": "Hold your ID card and tilt it right",
|
|
214
|
+
"verify.idCardFlipUp": "Hold your ID card and tilt it up",
|
|
215
|
+
"verify.idCardFrontSide": "Align the front of your ID card",
|
|
216
|
+
"verify.licenseBackSide": "Align the back of your driving license within the frame",
|
|
217
|
+
"verify.licenseFrontSide": "Align the front of your driving license within the frame",
|
|
218
|
+
"verify.menu.card.DriverLicense": "Driver License",
|
|
219
|
+
"verify.menu.card.HealthCard": "Health Card",
|
|
220
|
+
"verify.menu.card.IDCard": "ID card",
|
|
221
|
+
"verify.menu.card.Passport": "Passport",
|
|
222
|
+
"verify.menu.card.ResidentCard": "Residence Permit",
|
|
223
|
+
"verify.menu.card.VehiclesLicense": "Vehicles License",
|
|
224
|
+
"verify.menu.card.type": "Use a valid document",
|
|
225
|
+
"verify.menu.country": "Issuing Country",
|
|
226
|
+
"verify.menu.country.JP": "Japan",
|
|
227
|
+
"verify.menu.country.TWN": "Taiwan",
|
|
228
|
+
"verify.menu.country.other": "Other countries",
|
|
229
|
+
"verify.menu.footer.content": "Powered by Authme",
|
|
230
|
+
"verify.menu.title": "Document Verification",
|
|
231
|
+
"verify.ocrSuccess": "Identifying...",
|
|
232
|
+
"verify.passportFrontSide": "Align the front of the passport within the frame",
|
|
233
|
+
"verify.residentCardBackSide": "Align the back of your Resident Card",
|
|
234
|
+
"verify.residentCardFrontSide": "Align the front of your Resident Card",
|
|
235
|
+
"verify.retryBtn": "Try again",
|
|
236
|
+
"verify.startVerifyBtn": "Get started",
|
|
237
|
+
"verify.step1Describe": "Please hold your ID card and position within the frame, try not to cover the frame and make sure the ID card is clear and not reflective",
|
|
238
|
+
"verify.step1Title": "Step.1 Fraud Detection",
|
|
239
|
+
"verify.step2Title": "Step.2 Take the photo of your ID card",
|
|
240
|
+
"verify.understandBtn": "I got it",
|
|
241
|
+
"verify.uploading": "Uploading"
|
|
212
242
|
}
|