idmission-web-sdk 2.2.77 → 2.2.79
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/dist/components/face_liveness/FaceLivenessCapture.d.ts +3 -1
- package/dist/components/face_liveness/FaceLivenessCapture.d.ts.map +1 -1
- package/dist/components/face_liveness/FaceLivenessWizard.d.ts.map +1 -1
- package/dist/components/submission/types.d.ts +19 -0
- package/dist/components/submission/types.d.ts.map +1 -1
- package/dist/lib/locales/de.d.ts +114 -0
- package/dist/lib/locales/de.d.ts.map +1 -0
- package/dist/lib/locales/{en/translation.d.ts → en.d.ts} +1 -1
- package/dist/lib/locales/en.d.ts.map +1 -0
- package/dist/lib/locales/{es/translation.d.ts → es.d.ts} +1 -1
- package/dist/lib/locales/es.d.ts.map +1 -0
- package/dist/lib/locales/fr.d.ts +114 -0
- package/dist/lib/locales/fr.d.ts.map +1 -0
- package/dist/lib/locales/index.d.ts +799 -1
- package/dist/lib/locales/index.d.ts.map +1 -1
- package/dist/lib/locales/it.d.ts +114 -0
- package/dist/lib/locales/it.d.ts.map +1 -0
- package/dist/lib/locales/ja.d.ts +114 -0
- package/dist/lib/locales/ja.d.ts.map +1 -0
- package/dist/lib/locales/pt.d.ts +114 -0
- package/dist/lib/locales/pt.d.ts.map +1 -0
- package/dist/lib/locales/ru.d.ts +114 -0
- package/dist/lib/locales/ru.d.ts.map +1 -0
- package/dist/lib/locales/zh.d.ts +114 -0
- package/dist/lib/locales/zh.d.ts.map +1 -0
- package/dist/sdk2.cjs.development.js +833 -15
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +833 -15
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +1019 -201
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
- package/dist/lib/locales/en/translation.d.ts.map +0 -1
- package/dist/lib/locales/es/translation.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ALL_LANGUAGES: readonly ["auto", "en", "es"];
|
|
1
|
+
export declare const ALL_LANGUAGES: readonly ["auto", "en", "es", "de", "fr", "it", "ja", "pt", "ru", "zh"];
|
|
2
2
|
export type LangOptions = typeof ALL_LANGUAGES;
|
|
3
3
|
export type LangOption = LangOptions[number] | string;
|
|
4
4
|
export declare const resources: {
|
|
@@ -119,6 +119,804 @@ export declare const resources: {
|
|
|
119
119
|
OK: string;
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
|
+
de: {
|
|
123
|
+
translation: {
|
|
124
|
+
'Use your device camera to capture your ID': string;
|
|
125
|
+
'Use your iPhone as a webcam': string;
|
|
126
|
+
'Models warming up...': string;
|
|
127
|
+
'Camera initializing...': string;
|
|
128
|
+
'Camera access blocked': string;
|
|
129
|
+
'Location access blocked': string;
|
|
130
|
+
Continue: string;
|
|
131
|
+
'Processing...': string;
|
|
132
|
+
'Your camera permission is disabled': string;
|
|
133
|
+
'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.': string;
|
|
134
|
+
'Your microphone permission is disabled': string;
|
|
135
|
+
'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.': string;
|
|
136
|
+
'Your location permission is disabled': string;
|
|
137
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
138
|
+
Retry: string;
|
|
139
|
+
'Scan the front of ID': string;
|
|
140
|
+
'Scan the back of ID': string;
|
|
141
|
+
'Scan the ID page of passport': string;
|
|
142
|
+
'ID Card Front': string;
|
|
143
|
+
'ID Card Back': string;
|
|
144
|
+
Passport: string;
|
|
145
|
+
'Document not detected': string;
|
|
146
|
+
'Document is not centered': string;
|
|
147
|
+
'Document too close please back up': string;
|
|
148
|
+
'Please hold your ID document steady': string;
|
|
149
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
150
|
+
'ID card front detected - please flip your ID card': string;
|
|
151
|
+
'ID card back detected - please flip your ID card': string;
|
|
152
|
+
'ID card detected please scan a passport instead': string;
|
|
153
|
+
'Passport detected please scan an ID card instead': string;
|
|
154
|
+
'Document detected hold still...': string;
|
|
155
|
+
'ID card front detected hold still...': string;
|
|
156
|
+
'ID card back detected hold still...': string;
|
|
157
|
+
'Passport detected hold still...': string;
|
|
158
|
+
'Capturing...': string;
|
|
159
|
+
'Capture failed!': string;
|
|
160
|
+
'Please flip your ID card...': string;
|
|
161
|
+
'ID card front captured.': string;
|
|
162
|
+
'ID card back captured.': string;
|
|
163
|
+
'ID Capture Successful': string;
|
|
164
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
165
|
+
Submit: string;
|
|
166
|
+
'Submitting...': string;
|
|
167
|
+
'Use your device camera to capture your face': string;
|
|
168
|
+
'Remove Sunglasses & Hat': string;
|
|
169
|
+
'Avoid Excessive Backlighting': string;
|
|
170
|
+
'Hold still for a few seconds...': string;
|
|
171
|
+
'Please hold still...': string;
|
|
172
|
+
'Look straight into the camera...': string;
|
|
173
|
+
'Move back...': string;
|
|
174
|
+
'Move forward...': string;
|
|
175
|
+
'Move to the center...': string;
|
|
176
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
177
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
178
|
+
'Please remove your mask...': string;
|
|
179
|
+
'Live face not detected please try again': string;
|
|
180
|
+
Exit: string;
|
|
181
|
+
'Face liveness has been verified!': string;
|
|
182
|
+
Done: string;
|
|
183
|
+
'Could not verify your face.': string;
|
|
184
|
+
'An error occurred while verifying your face.': string;
|
|
185
|
+
'Customer has been identified!': string;
|
|
186
|
+
'Customer not found': string;
|
|
187
|
+
'Additional document capture': string;
|
|
188
|
+
Next: string;
|
|
189
|
+
'Please sign the box below': string;
|
|
190
|
+
Accept: string;
|
|
191
|
+
Clear: string;
|
|
192
|
+
'Video signature has been successfully captured!': string;
|
|
193
|
+
'Network unreachable': string;
|
|
194
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
195
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
196
|
+
'Document Capture': string;
|
|
197
|
+
Capture: string;
|
|
198
|
+
'Retry capture': string;
|
|
199
|
+
Upload: string;
|
|
200
|
+
'Uploading...': string;
|
|
201
|
+
'Upload succeeded!': string;
|
|
202
|
+
'Performing facial recognition please hold still...': string;
|
|
203
|
+
'Display the front of your ID card...': string;
|
|
204
|
+
'Display the back of your ID card...': string;
|
|
205
|
+
'Display the ID page of your passport...': string;
|
|
206
|
+
'Please move your face to the center...': string;
|
|
207
|
+
'Searching for ID card...': string;
|
|
208
|
+
'Please read the following text aloud': string;
|
|
209
|
+
'Video ID has been successfully captured!': string;
|
|
210
|
+
'ID Front Image': string;
|
|
211
|
+
'ID Back Image': string;
|
|
212
|
+
'Were having some trouble.': string;
|
|
213
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
214
|
+
'Verifying...': string;
|
|
215
|
+
'Please capture the front of your ID card.': string;
|
|
216
|
+
'Please capture the back of your ID card.': string;
|
|
217
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
218
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
219
|
+
'Please capture the ID page of your passport.': string;
|
|
220
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
221
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
222
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
223
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
224
|
+
'Capture ID page of passport': string;
|
|
225
|
+
'Capture back of ID card': string;
|
|
226
|
+
'Downloading...': string;
|
|
227
|
+
'Accessing camera...': string;
|
|
228
|
+
'Camera ready': string;
|
|
229
|
+
'Loading guided capture experience...': string;
|
|
230
|
+
'Guided capture experience ready': string;
|
|
231
|
+
'Lets Go!': string;
|
|
232
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
233
|
+
OK: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
fr: {
|
|
237
|
+
translation: {
|
|
238
|
+
'Use your device camera to capture your ID': string;
|
|
239
|
+
'Use your iPhone as a webcam': string;
|
|
240
|
+
'Models warming up...': string;
|
|
241
|
+
'Camera initializing...': string;
|
|
242
|
+
'Camera access blocked': string;
|
|
243
|
+
'Location access blocked': string;
|
|
244
|
+
Continue: string;
|
|
245
|
+
'Processing...': string;
|
|
246
|
+
'Your camera permission is disabled': string;
|
|
247
|
+
'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.': string;
|
|
248
|
+
'Your microphone permission is disabled': string;
|
|
249
|
+
'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.': string;
|
|
250
|
+
'Your location permission is disabled': string;
|
|
251
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
252
|
+
Retry: string;
|
|
253
|
+
'Scan the front of ID': string;
|
|
254
|
+
'Scan the back of ID': string;
|
|
255
|
+
'Scan the ID page of passport': string;
|
|
256
|
+
'ID Card Front': string;
|
|
257
|
+
'ID Card Back': string;
|
|
258
|
+
Passport: string;
|
|
259
|
+
'Document not detected': string;
|
|
260
|
+
'Document is not centered': string;
|
|
261
|
+
'Document too close please back up': string;
|
|
262
|
+
'Please hold your ID document steady': string;
|
|
263
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
264
|
+
'ID card front detected - please flip your ID card': string;
|
|
265
|
+
'ID card back detected - please flip your ID card': string;
|
|
266
|
+
'ID card detected please scan a passport instead': string;
|
|
267
|
+
'Passport detected please scan an ID card instead': string;
|
|
268
|
+
'Document detected hold still...': string;
|
|
269
|
+
'ID card front detected hold still...': string;
|
|
270
|
+
'ID card back detected hold still...': string;
|
|
271
|
+
'Passport detected hold still...': string;
|
|
272
|
+
'Capturing...': string;
|
|
273
|
+
'Capture failed!': string;
|
|
274
|
+
'Please flip your ID card...': string;
|
|
275
|
+
'ID card front captured.': string;
|
|
276
|
+
'ID card back captured.': string;
|
|
277
|
+
'ID Capture Successful': string;
|
|
278
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
279
|
+
Submit: string;
|
|
280
|
+
'Submitting...': string;
|
|
281
|
+
'Use your device camera to capture your face': string;
|
|
282
|
+
'Remove Sunglasses & Hat': string;
|
|
283
|
+
'Avoid Excessive Backlighting': string;
|
|
284
|
+
'Hold still for a few seconds...': string;
|
|
285
|
+
'Please hold still...': string;
|
|
286
|
+
'Look straight into the camera...': string;
|
|
287
|
+
'Move back...': string;
|
|
288
|
+
'Move forward...': string;
|
|
289
|
+
'Move to the center...': string;
|
|
290
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
291
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
292
|
+
'Please remove your mask...': string;
|
|
293
|
+
'Live face not detected please try again': string;
|
|
294
|
+
Exit: string;
|
|
295
|
+
'Face liveness has been verified!': string;
|
|
296
|
+
Done: string;
|
|
297
|
+
'Could not verify your face.': string;
|
|
298
|
+
'An error occurred while verifying your face.': string;
|
|
299
|
+
'Customer has been identified!': string;
|
|
300
|
+
'Customer not found': string;
|
|
301
|
+
'Additional document capture': string;
|
|
302
|
+
Next: string;
|
|
303
|
+
'Please sign the box below': string;
|
|
304
|
+
Accept: string;
|
|
305
|
+
Clear: string;
|
|
306
|
+
'Video signature has been successfully captured!': string;
|
|
307
|
+
'Network unreachable': string;
|
|
308
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
309
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
310
|
+
'Document Capture': string;
|
|
311
|
+
Capture: string;
|
|
312
|
+
'Retry capture': string;
|
|
313
|
+
Upload: string;
|
|
314
|
+
'Uploading...': string;
|
|
315
|
+
'Upload succeeded!': string;
|
|
316
|
+
'Performing facial recognition please hold still...': string;
|
|
317
|
+
'Display the front of your ID card...': string;
|
|
318
|
+
'Display the back of your ID card...': string;
|
|
319
|
+
'Display the ID page of your passport...': string;
|
|
320
|
+
'Please move your face to the center...': string;
|
|
321
|
+
'Searching for ID card...': string;
|
|
322
|
+
'Please read the following text aloud': string;
|
|
323
|
+
'Video ID has been successfully captured!': string;
|
|
324
|
+
'ID Front Image': string;
|
|
325
|
+
'ID Back Image': string;
|
|
326
|
+
'Were having some trouble.': string;
|
|
327
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
328
|
+
'Verifying...': string;
|
|
329
|
+
'Please capture the front of your ID card.': string;
|
|
330
|
+
'Please capture the back of your ID card.': string;
|
|
331
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
332
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
333
|
+
'Please capture the ID page of your passport.': string;
|
|
334
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
335
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
336
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
337
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
338
|
+
'Capture ID page of passport': string;
|
|
339
|
+
'Capture back of ID card': string;
|
|
340
|
+
'Downloading...': string;
|
|
341
|
+
'Accessing camera...': string;
|
|
342
|
+
'Camera ready': string;
|
|
343
|
+
'Loading guided capture experience...': string;
|
|
344
|
+
'Guided capture experience ready': string;
|
|
345
|
+
'Lets Go!': string;
|
|
346
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
347
|
+
OK: string;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
it: {
|
|
351
|
+
translation: {
|
|
352
|
+
'Use your device camera to capture your ID': string;
|
|
353
|
+
'Use your iPhone as a webcam': string;
|
|
354
|
+
'Models warming up...': string;
|
|
355
|
+
'Camera initializing...': string;
|
|
356
|
+
'Camera access blocked': string;
|
|
357
|
+
'Location access blocked': string;
|
|
358
|
+
Continue: string;
|
|
359
|
+
'Processing...': string;
|
|
360
|
+
'Your camera permission is disabled': string;
|
|
361
|
+
'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.': string;
|
|
362
|
+
'Your microphone permission is disabled': string;
|
|
363
|
+
'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.': string;
|
|
364
|
+
'Your location permission is disabled': string;
|
|
365
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
366
|
+
Retry: string;
|
|
367
|
+
'Scan the front of ID': string;
|
|
368
|
+
'Scan the back of ID': string;
|
|
369
|
+
'Scan the ID page of passport': string;
|
|
370
|
+
'ID Card Front': string;
|
|
371
|
+
'ID Card Back': string;
|
|
372
|
+
Passport: string;
|
|
373
|
+
'Document not detected': string;
|
|
374
|
+
'Document is not centered': string;
|
|
375
|
+
'Document too close please back up': string;
|
|
376
|
+
'Please hold your ID document steady': string;
|
|
377
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
378
|
+
'ID card front detected - please flip your ID card': string;
|
|
379
|
+
'ID card back detected - please flip your ID card': string;
|
|
380
|
+
'ID card detected please scan a passport instead': string;
|
|
381
|
+
'Passport detected please scan an ID card instead': string;
|
|
382
|
+
'Document detected hold still...': string;
|
|
383
|
+
'ID card front detected hold still...': string;
|
|
384
|
+
'ID card back detected hold still...': string;
|
|
385
|
+
'Passport detected hold still...': string;
|
|
386
|
+
'Capturing...': string;
|
|
387
|
+
'Capture failed!': string;
|
|
388
|
+
'Please flip your ID card...': string;
|
|
389
|
+
'ID card front captured.': string;
|
|
390
|
+
'ID card back captured.': string;
|
|
391
|
+
'ID Capture Successful': string;
|
|
392
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
393
|
+
Submit: string;
|
|
394
|
+
'Submitting...': string;
|
|
395
|
+
'Use your device camera to capture your face': string;
|
|
396
|
+
'Remove Sunglasses & Hat': string;
|
|
397
|
+
'Avoid Excessive Backlighting': string;
|
|
398
|
+
'Hold still for a few seconds...': string;
|
|
399
|
+
'Please hold still...': string;
|
|
400
|
+
'Look straight into the camera...': string;
|
|
401
|
+
'Move back...': string;
|
|
402
|
+
'Move forward...': string;
|
|
403
|
+
'Move to the center...': string;
|
|
404
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
405
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
406
|
+
'Please remove your mask...': string;
|
|
407
|
+
'Live face not detected please try again': string;
|
|
408
|
+
Exit: string;
|
|
409
|
+
'Face liveness has been verified!': string;
|
|
410
|
+
Done: string;
|
|
411
|
+
'Could not verify your face.': string;
|
|
412
|
+
'An error occurred while verifying your face.': string;
|
|
413
|
+
'Customer has been identified!': string;
|
|
414
|
+
'Customer not found': string;
|
|
415
|
+
'Additional document capture': string;
|
|
416
|
+
Next: string;
|
|
417
|
+
'Please sign the box below': string;
|
|
418
|
+
Accept: string;
|
|
419
|
+
Clear: string;
|
|
420
|
+
'Video signature has been successfully captured!': string;
|
|
421
|
+
'Network unreachable': string;
|
|
422
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
423
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
424
|
+
'Document Capture': string;
|
|
425
|
+
Capture: string;
|
|
426
|
+
'Retry capture': string;
|
|
427
|
+
Upload: string;
|
|
428
|
+
'Uploading...': string;
|
|
429
|
+
'Upload succeeded!': string;
|
|
430
|
+
'Performing facial recognition please hold still...': string;
|
|
431
|
+
'Display the front of your ID card...': string;
|
|
432
|
+
'Display the back of your ID card...': string;
|
|
433
|
+
'Display the ID page of your passport...': string;
|
|
434
|
+
'Please move your face to the center...': string;
|
|
435
|
+
'Searching for ID card...': string;
|
|
436
|
+
'Please read the following text aloud': string;
|
|
437
|
+
'Video ID has been successfully captured!': string;
|
|
438
|
+
'ID Front Image': string;
|
|
439
|
+
'ID Back Image': string;
|
|
440
|
+
'Were having some trouble.': string;
|
|
441
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
442
|
+
'Verifying...': string;
|
|
443
|
+
'Please capture the front of your ID card.': string;
|
|
444
|
+
'Please capture the back of your ID card.': string;
|
|
445
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
446
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
447
|
+
'Please capture the ID page of your passport.': string;
|
|
448
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
449
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
450
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
451
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
452
|
+
'Capture ID page of passport': string;
|
|
453
|
+
'Capture back of ID card': string;
|
|
454
|
+
'Downloading...': string;
|
|
455
|
+
'Accessing camera...': string;
|
|
456
|
+
'Camera ready': string;
|
|
457
|
+
'Loading guided capture experience...': string;
|
|
458
|
+
'Guided capture experience ready': string;
|
|
459
|
+
'Lets Go!': string;
|
|
460
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
461
|
+
OK: string;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
ja: {
|
|
465
|
+
translation: {
|
|
466
|
+
'Use your device camera to capture your ID': string;
|
|
467
|
+
'Use your iPhone as a webcam': string;
|
|
468
|
+
'Models warming up...': string;
|
|
469
|
+
'Camera initializing...': string;
|
|
470
|
+
'Camera access blocked': string;
|
|
471
|
+
'Location access blocked': string;
|
|
472
|
+
Continue: string;
|
|
473
|
+
'Processing...': string;
|
|
474
|
+
'Your camera permission is disabled': string;
|
|
475
|
+
'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.': string;
|
|
476
|
+
'Your microphone permission is disabled': string;
|
|
477
|
+
'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.': string;
|
|
478
|
+
'Your location permission is disabled': string;
|
|
479
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
480
|
+
Retry: string;
|
|
481
|
+
'Scan the front of ID': string;
|
|
482
|
+
'Scan the back of ID': string;
|
|
483
|
+
'Scan the ID page of passport': string;
|
|
484
|
+
'ID Card Front': string;
|
|
485
|
+
'ID Card Back': string;
|
|
486
|
+
Passport: string;
|
|
487
|
+
'Document not detected': string;
|
|
488
|
+
'Document is not centered': string;
|
|
489
|
+
'Document too close please back up': string;
|
|
490
|
+
'Please hold your ID document steady': string;
|
|
491
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
492
|
+
'ID card front detected - please flip your ID card': string;
|
|
493
|
+
'ID card back detected - please flip your ID card': string;
|
|
494
|
+
'ID card detected please scan a passport instead': string;
|
|
495
|
+
'Passport detected please scan an ID card instead': string;
|
|
496
|
+
'Document detected hold still...': string;
|
|
497
|
+
'ID card front detected hold still...': string;
|
|
498
|
+
'ID card back detected hold still...': string;
|
|
499
|
+
'Passport detected hold still...': string;
|
|
500
|
+
'Capturing...': string;
|
|
501
|
+
'Capture failed!': string;
|
|
502
|
+
'Please flip your ID card...': string;
|
|
503
|
+
'ID card front captured.': string;
|
|
504
|
+
'ID card back captured.': string;
|
|
505
|
+
'ID Capture Successful': string;
|
|
506
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
507
|
+
Submit: string;
|
|
508
|
+
'Submitting...': string;
|
|
509
|
+
'Use your device camera to capture your face': string;
|
|
510
|
+
'Remove Sunglasses & Hat': string;
|
|
511
|
+
'Avoid Excessive Backlighting': string;
|
|
512
|
+
'Hold still for a few seconds...': string;
|
|
513
|
+
'Please hold still...': string;
|
|
514
|
+
'Look straight into the camera...': string;
|
|
515
|
+
'Move back...': string;
|
|
516
|
+
'Move forward...': string;
|
|
517
|
+
'Move to the center...': string;
|
|
518
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
519
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
520
|
+
'Please remove your mask...': string;
|
|
521
|
+
'Live face not detected please try again': string;
|
|
522
|
+
Exit: string;
|
|
523
|
+
'Face liveness has been verified!': string;
|
|
524
|
+
Done: string;
|
|
525
|
+
'Could not verify your face.': string;
|
|
526
|
+
'An error occurred while verifying your face.': string;
|
|
527
|
+
'Customer has been identified!': string;
|
|
528
|
+
'Customer not found': string;
|
|
529
|
+
'Additional document capture': string;
|
|
530
|
+
Next: string;
|
|
531
|
+
'Please sign the box below': string;
|
|
532
|
+
Accept: string;
|
|
533
|
+
Clear: string;
|
|
534
|
+
'Video signature has been successfully captured!': string;
|
|
535
|
+
'Network unreachable': string;
|
|
536
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
537
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
538
|
+
'Document Capture': string;
|
|
539
|
+
Capture: string;
|
|
540
|
+
'Retry capture': string;
|
|
541
|
+
Upload: string;
|
|
542
|
+
'Uploading...': string;
|
|
543
|
+
'Upload succeeded!': string;
|
|
544
|
+
'Performing facial recognition please hold still...': string;
|
|
545
|
+
'Display the front of your ID card...': string;
|
|
546
|
+
'Display the back of your ID card...': string;
|
|
547
|
+
'Display the ID page of your passport...': string;
|
|
548
|
+
'Please move your face to the center...': string;
|
|
549
|
+
'Searching for ID card...': string;
|
|
550
|
+
'Please read the following text aloud': string;
|
|
551
|
+
'Video ID has been successfully captured!': string;
|
|
552
|
+
'ID Front Image': string;
|
|
553
|
+
'ID Back Image': string;
|
|
554
|
+
'Were having some trouble.': string;
|
|
555
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
556
|
+
'Verifying...': string;
|
|
557
|
+
'Please capture the front of your ID card.': string;
|
|
558
|
+
'Please capture the back of your ID card.': string;
|
|
559
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
560
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
561
|
+
'Please capture the ID page of your passport.': string;
|
|
562
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
563
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
564
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
565
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
566
|
+
'Capture ID page of passport': string;
|
|
567
|
+
'Capture back of ID card': string;
|
|
568
|
+
'Downloading...': string;
|
|
569
|
+
'Accessing camera...': string;
|
|
570
|
+
'Camera ready': string;
|
|
571
|
+
'Loading guided capture experience...': string;
|
|
572
|
+
'Guided capture experience ready': string;
|
|
573
|
+
'Lets Go!': string;
|
|
574
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
575
|
+
OK: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
pt: {
|
|
579
|
+
translation: {
|
|
580
|
+
'Use your device camera to capture your ID': string;
|
|
581
|
+
'Use your iPhone as a webcam': string;
|
|
582
|
+
'Models warming up...': string;
|
|
583
|
+
'Camera initializing...': string;
|
|
584
|
+
'Camera access blocked': string;
|
|
585
|
+
'Location access blocked': string;
|
|
586
|
+
Continue: string;
|
|
587
|
+
'Processing...': string;
|
|
588
|
+
'Your camera permission is disabled': string;
|
|
589
|
+
'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.': string;
|
|
590
|
+
'Your microphone permission is disabled': string;
|
|
591
|
+
'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.': string;
|
|
592
|
+
'Your location permission is disabled': string;
|
|
593
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
594
|
+
Retry: string;
|
|
595
|
+
'Scan the front of ID': string;
|
|
596
|
+
'Scan the back of ID': string;
|
|
597
|
+
'Scan the ID page of passport': string;
|
|
598
|
+
'ID Card Front': string;
|
|
599
|
+
'ID Card Back': string;
|
|
600
|
+
Passport: string;
|
|
601
|
+
'Document not detected': string;
|
|
602
|
+
'Document is not centered': string;
|
|
603
|
+
'Document too close please back up': string;
|
|
604
|
+
'Please hold your ID document steady': string;
|
|
605
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
606
|
+
'ID card front detected - please flip your ID card': string;
|
|
607
|
+
'ID card back detected - please flip your ID card': string;
|
|
608
|
+
'ID card detected please scan a passport instead': string;
|
|
609
|
+
'Passport detected please scan an ID card instead': string;
|
|
610
|
+
'Document detected hold still...': string;
|
|
611
|
+
'ID card front detected hold still...': string;
|
|
612
|
+
'ID card back detected hold still...': string;
|
|
613
|
+
'Passport detected hold still...': string;
|
|
614
|
+
'Capturing...': string;
|
|
615
|
+
'Capture failed!': string;
|
|
616
|
+
'Please flip your ID card...': string;
|
|
617
|
+
'ID card front captured.': string;
|
|
618
|
+
'ID card back captured.': string;
|
|
619
|
+
'ID Capture Successful': string;
|
|
620
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
621
|
+
Submit: string;
|
|
622
|
+
'Submitting...': string;
|
|
623
|
+
'Use your device camera to capture your face': string;
|
|
624
|
+
'Remove Sunglasses & Hat': string;
|
|
625
|
+
'Avoid Excessive Backlighting': string;
|
|
626
|
+
'Hold still for a few seconds...': string;
|
|
627
|
+
'Please hold still...': string;
|
|
628
|
+
'Look straight into the camera...': string;
|
|
629
|
+
'Move back...': string;
|
|
630
|
+
'Move forward...': string;
|
|
631
|
+
'Move to the center...': string;
|
|
632
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
633
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
634
|
+
'Please remove your mask...': string;
|
|
635
|
+
'Live face not detected please try again': string;
|
|
636
|
+
Exit: string;
|
|
637
|
+
'Face liveness has been verified!': string;
|
|
638
|
+
Done: string;
|
|
639
|
+
'Could not verify your face.': string;
|
|
640
|
+
'An error occurred while verifying your face.': string;
|
|
641
|
+
'Customer has been identified!': string;
|
|
642
|
+
'Customer not found': string;
|
|
643
|
+
'Additional document capture': string;
|
|
644
|
+
Next: string;
|
|
645
|
+
'Please sign the box below': string;
|
|
646
|
+
Accept: string;
|
|
647
|
+
Clear: string;
|
|
648
|
+
'Video signature has been successfully captured!': string;
|
|
649
|
+
'Network unreachable': string;
|
|
650
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
651
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
652
|
+
'Document Capture': string;
|
|
653
|
+
Capture: string;
|
|
654
|
+
'Retry capture': string;
|
|
655
|
+
Upload: string;
|
|
656
|
+
'Uploading...': string;
|
|
657
|
+
'Upload succeeded!': string;
|
|
658
|
+
'Performing facial recognition please hold still...': string;
|
|
659
|
+
'Display the front of your ID card...': string;
|
|
660
|
+
'Display the back of your ID card...': string;
|
|
661
|
+
'Display the ID page of your passport...': string;
|
|
662
|
+
'Please move your face to the center...': string;
|
|
663
|
+
'Searching for ID card...': string;
|
|
664
|
+
'Please read the following text aloud': string;
|
|
665
|
+
'Video ID has been successfully captured!': string;
|
|
666
|
+
'ID Front Image': string;
|
|
667
|
+
'ID Back Image': string;
|
|
668
|
+
'Were having some trouble.': string;
|
|
669
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
670
|
+
'Verifying...': string;
|
|
671
|
+
'Please capture the front of your ID card.': string;
|
|
672
|
+
'Please capture the back of your ID card.': string;
|
|
673
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
674
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
675
|
+
'Please capture the ID page of your passport.': string;
|
|
676
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
677
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
678
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
679
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
680
|
+
'Capture ID page of passport': string;
|
|
681
|
+
'Capture back of ID card': string;
|
|
682
|
+
'Downloading...': string;
|
|
683
|
+
'Accessing camera...': string;
|
|
684
|
+
'Camera ready': string;
|
|
685
|
+
'Loading guided capture experience...': string;
|
|
686
|
+
'Guided capture experience ready': string;
|
|
687
|
+
'Lets Go!': string;
|
|
688
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
689
|
+
OK: string;
|
|
690
|
+
};
|
|
691
|
+
};
|
|
692
|
+
ru: {
|
|
693
|
+
translation: {
|
|
694
|
+
'Use your device camera to capture your ID': string;
|
|
695
|
+
'Use your iPhone as a webcam': string;
|
|
696
|
+
'Models warming up...': string;
|
|
697
|
+
'Camera initializing...': string;
|
|
698
|
+
'Camera access blocked': string;
|
|
699
|
+
'Location access blocked': string;
|
|
700
|
+
Continue: string;
|
|
701
|
+
'Processing...': string;
|
|
702
|
+
'Your camera permission is disabled': string;
|
|
703
|
+
'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.': string;
|
|
704
|
+
'Your microphone permission is disabled': string;
|
|
705
|
+
'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.': string;
|
|
706
|
+
'Your location permission is disabled': string;
|
|
707
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
708
|
+
Retry: string;
|
|
709
|
+
'Scan the front of ID': string;
|
|
710
|
+
'Scan the back of ID': string;
|
|
711
|
+
'Scan the ID page of passport': string;
|
|
712
|
+
'ID Card Front': string;
|
|
713
|
+
'ID Card Back': string;
|
|
714
|
+
Passport: string;
|
|
715
|
+
'Document not detected': string;
|
|
716
|
+
'Document is not centered': string;
|
|
717
|
+
'Document too close please back up': string;
|
|
718
|
+
'Please hold your ID document steady': string;
|
|
719
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
720
|
+
'ID card front detected - please flip your ID card': string;
|
|
721
|
+
'ID card back detected - please flip your ID card': string;
|
|
722
|
+
'ID card detected please scan a passport instead': string;
|
|
723
|
+
'Passport detected please scan an ID card instead': string;
|
|
724
|
+
'Document detected hold still...': string;
|
|
725
|
+
'ID card front detected hold still...': string;
|
|
726
|
+
'ID card back detected hold still...': string;
|
|
727
|
+
'Passport detected hold still...': string;
|
|
728
|
+
'Capturing...': string;
|
|
729
|
+
'Capture failed!': string;
|
|
730
|
+
'Please flip your ID card...': string;
|
|
731
|
+
'ID card front captured.': string;
|
|
732
|
+
'ID card back captured.': string;
|
|
733
|
+
'ID Capture Successful': string;
|
|
734
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
735
|
+
Submit: string;
|
|
736
|
+
'Submitting...': string;
|
|
737
|
+
'Use your device camera to capture your face': string;
|
|
738
|
+
'Remove Sunglasses & Hat': string;
|
|
739
|
+
'Avoid Excessive Backlighting': string;
|
|
740
|
+
'Hold still for a few seconds...': string;
|
|
741
|
+
'Please hold still...': string;
|
|
742
|
+
'Look straight into the camera...': string;
|
|
743
|
+
'Move back...': string;
|
|
744
|
+
'Move forward...': string;
|
|
745
|
+
'Move to the center...': string;
|
|
746
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
747
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
748
|
+
'Please remove your mask...': string;
|
|
749
|
+
'Live face not detected please try again': string;
|
|
750
|
+
Exit: string;
|
|
751
|
+
'Face liveness has been verified!': string;
|
|
752
|
+
Done: string;
|
|
753
|
+
'Could not verify your face.': string;
|
|
754
|
+
'An error occurred while verifying your face.': string;
|
|
755
|
+
'Customer has been identified!': string;
|
|
756
|
+
'Customer not found': string;
|
|
757
|
+
'Additional document capture': string;
|
|
758
|
+
Next: string;
|
|
759
|
+
'Please sign the box below': string;
|
|
760
|
+
Accept: string;
|
|
761
|
+
Clear: string;
|
|
762
|
+
'Video signature has been successfully captured!': string;
|
|
763
|
+
'Network unreachable': string;
|
|
764
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
765
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
766
|
+
'Document Capture': string;
|
|
767
|
+
Capture: string;
|
|
768
|
+
'Retry capture': string;
|
|
769
|
+
Upload: string;
|
|
770
|
+
'Uploading...': string;
|
|
771
|
+
'Upload succeeded!': string;
|
|
772
|
+
'Performing facial recognition please hold still...': string;
|
|
773
|
+
'Display the front of your ID card...': string;
|
|
774
|
+
'Display the back of your ID card...': string;
|
|
775
|
+
'Display the ID page of your passport...': string;
|
|
776
|
+
'Please move your face to the center...': string;
|
|
777
|
+
'Searching for ID card...': string;
|
|
778
|
+
'Please read the following text aloud': string;
|
|
779
|
+
'Video ID has been successfully captured!': string;
|
|
780
|
+
'ID Front Image': string;
|
|
781
|
+
'ID Back Image': string;
|
|
782
|
+
'Were having some trouble.': string;
|
|
783
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
784
|
+
'Verifying...': string;
|
|
785
|
+
'Please capture the front of your ID card.': string;
|
|
786
|
+
'Please capture the back of your ID card.': string;
|
|
787
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
788
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
789
|
+
'Please capture the ID page of your passport.': string;
|
|
790
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
791
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
792
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
793
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
794
|
+
'Capture ID page of passport': string;
|
|
795
|
+
'Capture back of ID card': string;
|
|
796
|
+
'Downloading...': string;
|
|
797
|
+
'Accessing camera...': string;
|
|
798
|
+
'Camera ready': string;
|
|
799
|
+
'Loading guided capture experience...': string;
|
|
800
|
+
'Guided capture experience ready': string;
|
|
801
|
+
'Lets Go!': string;
|
|
802
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
803
|
+
OK: string;
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
zh: {
|
|
807
|
+
translation: {
|
|
808
|
+
'Use your device camera to capture your ID': string;
|
|
809
|
+
'Use your iPhone as a webcam': string;
|
|
810
|
+
'Models warming up...': string;
|
|
811
|
+
'Camera initializing...': string;
|
|
812
|
+
'Camera access blocked': string;
|
|
813
|
+
'Location access blocked': string;
|
|
814
|
+
Continue: string;
|
|
815
|
+
'Processing...': string;
|
|
816
|
+
'Your camera permission is disabled': string;
|
|
817
|
+
'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.': string;
|
|
818
|
+
'Your microphone permission is disabled': string;
|
|
819
|
+
'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.': string;
|
|
820
|
+
'Your location permission is disabled': string;
|
|
821
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
822
|
+
Retry: string;
|
|
823
|
+
'Scan the front of ID': string;
|
|
824
|
+
'Scan the back of ID': string;
|
|
825
|
+
'Scan the ID page of passport': string;
|
|
826
|
+
'ID Card Front': string;
|
|
827
|
+
'ID Card Back': string;
|
|
828
|
+
Passport: string;
|
|
829
|
+
'Document not detected': string;
|
|
830
|
+
'Document is not centered': string;
|
|
831
|
+
'Document too close please back up': string;
|
|
832
|
+
'Please hold your ID document steady': string;
|
|
833
|
+
'Document out of focus \u2013 try improving the lighting': string;
|
|
834
|
+
'ID card front detected - please flip your ID card': string;
|
|
835
|
+
'ID card back detected - please flip your ID card': string;
|
|
836
|
+
'ID card detected please scan a passport instead': string;
|
|
837
|
+
'Passport detected please scan an ID card instead': string;
|
|
838
|
+
'Document detected hold still...': string;
|
|
839
|
+
'ID card front detected hold still...': string;
|
|
840
|
+
'ID card back detected hold still...': string;
|
|
841
|
+
'Passport detected hold still...': string;
|
|
842
|
+
'Capturing...': string;
|
|
843
|
+
'Capture failed!': string;
|
|
844
|
+
'Please flip your ID card...': string;
|
|
845
|
+
'ID card front captured.': string;
|
|
846
|
+
'ID card back captured.': string;
|
|
847
|
+
'ID Capture Successful': string;
|
|
848
|
+
'Verify the entire ID was captured clearly with no glare.': string;
|
|
849
|
+
Submit: string;
|
|
850
|
+
'Submitting...': string;
|
|
851
|
+
'Use your device camera to capture your face': string;
|
|
852
|
+
'Remove Sunglasses & Hat': string;
|
|
853
|
+
'Avoid Excessive Backlighting': string;
|
|
854
|
+
'Hold still for a few seconds...': string;
|
|
855
|
+
'Please hold still...': string;
|
|
856
|
+
'Look straight into the camera...': string;
|
|
857
|
+
'Move back...': string;
|
|
858
|
+
'Move forward...': string;
|
|
859
|
+
'Move to the center...': string;
|
|
860
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
861
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
862
|
+
'Please remove your mask...': string;
|
|
863
|
+
'Live face not detected please try again': string;
|
|
864
|
+
Exit: string;
|
|
865
|
+
'Face liveness has been verified!': string;
|
|
866
|
+
Done: string;
|
|
867
|
+
'Could not verify your face.': string;
|
|
868
|
+
'An error occurred while verifying your face.': string;
|
|
869
|
+
'Customer has been identified!': string;
|
|
870
|
+
'Customer not found': string;
|
|
871
|
+
'Additional document capture': string;
|
|
872
|
+
Next: string;
|
|
873
|
+
'Please sign the box below': string;
|
|
874
|
+
Accept: string;
|
|
875
|
+
Clear: string;
|
|
876
|
+
'Video signature has been successfully captured!': string;
|
|
877
|
+
'Network unreachable': string;
|
|
878
|
+
'Were having trouble reaching our services please check your connection and try again.': string;
|
|
879
|
+
'Were sorry an unexpected error has occurred.': string;
|
|
880
|
+
'Document Capture': string;
|
|
881
|
+
Capture: string;
|
|
882
|
+
'Retry capture': string;
|
|
883
|
+
Upload: string;
|
|
884
|
+
'Uploading...': string;
|
|
885
|
+
'Upload succeeded!': string;
|
|
886
|
+
'Performing facial recognition please hold still...': string;
|
|
887
|
+
'Display the front of your ID card...': string;
|
|
888
|
+
'Display the back of your ID card...': string;
|
|
889
|
+
'Display the ID page of your passport...': string;
|
|
890
|
+
'Please move your face to the center...': string;
|
|
891
|
+
'Searching for ID card...': string;
|
|
892
|
+
'Please read the following text aloud': string;
|
|
893
|
+
'Video ID has been successfully captured!': string;
|
|
894
|
+
'ID Front Image': string;
|
|
895
|
+
'ID Back Image': string;
|
|
896
|
+
'Were having some trouble.': string;
|
|
897
|
+
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
898
|
+
'Verifying...': string;
|
|
899
|
+
'Please capture the front of your ID card.': string;
|
|
900
|
+
'Please capture the back of your ID card.': string;
|
|
901
|
+
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
902
|
+
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
903
|
+
'Please capture the ID page of your passport.': string;
|
|
904
|
+
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
905
|
+
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
906
|
+
'On-device capture guidance failed please capture photos of your ID card and passport manually.': string;
|
|
907
|
+
'On-device capture guidance failed please capture photos of your ID card or passport manually.': string;
|
|
908
|
+
'Capture ID page of passport': string;
|
|
909
|
+
'Capture back of ID card': string;
|
|
910
|
+
'Downloading...': string;
|
|
911
|
+
'Accessing camera...': string;
|
|
912
|
+
'Camera ready': string;
|
|
913
|
+
'Loading guided capture experience...': string;
|
|
914
|
+
'Guided capture experience ready': string;
|
|
915
|
+
'Lets Go!': string;
|
|
916
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
917
|
+
OK: string;
|
|
918
|
+
};
|
|
919
|
+
};
|
|
122
920
|
};
|
|
123
921
|
export declare function initializeI18n(): void;
|
|
124
922
|
export declare const useLanguage: (lang: LangOption) => void;
|