idmission-web-sdk 2.3.66 → 2.3.67
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/lib/locales/de.d.ts +1 -0
- package/dist/lib/locales/de.d.ts.map +1 -1
- package/dist/lib/locales/es.d.ts +1 -0
- package/dist/lib/locales/es.d.ts.map +1 -1
- package/dist/lib/locales/fr.d.ts +1 -0
- package/dist/lib/locales/fr.d.ts.map +1 -1
- package/dist/lib/locales/index.d.ts +8 -0
- package/dist/lib/locales/index.d.ts.map +1 -1
- package/dist/lib/locales/it.d.ts +1 -0
- package/dist/lib/locales/it.d.ts.map +1 -1
- package/dist/lib/locales/ja.d.ts +1 -0
- package/dist/lib/locales/ja.d.ts.map +1 -1
- package/dist/lib/locales/pt.d.ts +1 -0
- package/dist/lib/locales/pt.d.ts.map +1 -1
- package/dist/lib/locales/ru.d.ts +1 -0
- package/dist/lib/locales/ru.d.ts.map +1 -1
- package/dist/lib/locales/zh.d.ts +1 -0
- package/dist/lib/locales/zh.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +17 -9
- 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 +17 -9
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +17 -9
- 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 +1 -1
package/dist/lib/locales/de.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=de.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8KC"}
|
package/dist/lib/locales/es.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=es.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqLC"}
|
package/dist/lib/locales/fr.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=fr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/fr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiLC"}
|
|
@@ -134,6 +134,7 @@ export declare const resources: {
|
|
|
134
134
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
135
135
|
'Camera tampering detected': string;
|
|
136
136
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
137
|
+
'Position your face in the circle and click to capture.': string;
|
|
137
138
|
};
|
|
138
139
|
};
|
|
139
140
|
de: {
|
|
@@ -264,6 +265,7 @@ export declare const resources: {
|
|
|
264
265
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
265
266
|
'Camera tampering detected': string;
|
|
266
267
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
268
|
+
'Position your face in the circle and click to capture.': string;
|
|
267
269
|
};
|
|
268
270
|
};
|
|
269
271
|
fr: {
|
|
@@ -394,6 +396,7 @@ export declare const resources: {
|
|
|
394
396
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
395
397
|
'Camera tampering detected': string;
|
|
396
398
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
399
|
+
'Position your face in the circle and click to capture.': string;
|
|
397
400
|
};
|
|
398
401
|
};
|
|
399
402
|
it: {
|
|
@@ -524,6 +527,7 @@ export declare const resources: {
|
|
|
524
527
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
525
528
|
'Camera tampering detected': string;
|
|
526
529
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
530
|
+
'Position your face in the circle and click to capture.': string;
|
|
527
531
|
};
|
|
528
532
|
};
|
|
529
533
|
ja: {
|
|
@@ -654,6 +658,7 @@ export declare const resources: {
|
|
|
654
658
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
655
659
|
'Camera tampering detected': string;
|
|
656
660
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
661
|
+
'Position your face in the circle and click to capture.': string;
|
|
657
662
|
};
|
|
658
663
|
};
|
|
659
664
|
pt: {
|
|
@@ -784,6 +789,7 @@ export declare const resources: {
|
|
|
784
789
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
785
790
|
'Camera tampering detected': string;
|
|
786
791
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
792
|
+
'Position your face in the circle and click to capture.': string;
|
|
787
793
|
};
|
|
788
794
|
};
|
|
789
795
|
ru: {
|
|
@@ -914,6 +920,7 @@ export declare const resources: {
|
|
|
914
920
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
915
921
|
'Camera tampering detected': string;
|
|
916
922
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
923
|
+
'Position your face in the circle and click to capture.': string;
|
|
917
924
|
};
|
|
918
925
|
};
|
|
919
926
|
zh: {
|
|
@@ -1044,6 +1051,7 @@ export declare const resources: {
|
|
|
1044
1051
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
1045
1052
|
'Camera tampering detected': string;
|
|
1046
1053
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
1054
|
+
'Position your face in the circle and click to capture.': string;
|
|
1047
1055
|
};
|
|
1048
1056
|
};
|
|
1049
1057
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAsB,MAAM,OAAO,CAAA;AAevE,eAAO,MAAM,aAAa,yEAWhB,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,OAAO,aAAa,CAAA;AAC9C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,GAAG,MAAM,CAAA;AAErD,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAsB,MAAM,OAAO,CAAA;AAevE,eAAO,MAAM,aAAa,yEAWhB,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,OAAO,aAAa,CAAA;AAC9C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,GAAG,MAAM,CAAA;AAErD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUrB,CAAA;AAED,wBAAgB,cAAc,SAW7B;AAED,eAAO,MAAM,WAAW,SAAU,UAAU,KAAG,IAS9C,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,aAAa,CAAA;CACvC,CAAA;AACD,MAAM,MAAM,wBAAwB,GAChC,MAAM,GACN,4BAA4B,GAC5B,aAAa,GACb,SAAS,CAAA;AACb,MAAM,MAAM,uBAAuB,GAC/B,wBAAwB,GACxB;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;CAAE,CAAA;AAyB9C,wBAAgB,WAAW,CACzB,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,MAAM,GACf,MAAM,GAAG,YAAY,CAOvB;AAED,wBAAgB,eAAe,CAC7B,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;CAAE,EAEpD,QAAQ,EAAE,CAAC,GAAG,SAAS,EACvB,SAAS,EAAE;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM;CAAE,GACpC;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,YAAY;CAAE,CAqB3C"}
|
package/dist/lib/locales/it.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=it.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/it.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAgLC"}
|
package/dist/lib/locales/ja.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=ja.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ja.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwKC"}
|
package/dist/lib/locales/pt.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=pt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/pt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+KC"}
|
package/dist/lib/locales/ru.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=ru.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ru.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8KC"}
|
package/dist/lib/locales/zh.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
|
125
125
|
'Upload the back of the ID if it is not included in the front image.': string;
|
|
126
126
|
'Camera tampering detected': string;
|
|
127
127
|
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": string;
|
|
128
|
+
'Position your face in the circle and click to capture.': string;
|
|
128
129
|
};
|
|
129
130
|
export default _default;
|
|
130
131
|
//# sourceMappingURL=zh.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsJC"}
|
|
@@ -236,7 +236,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
236
236
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
var webSdkVersion = '2.3.
|
|
239
|
+
var webSdkVersion = '2.3.67';
|
|
240
240
|
|
|
241
241
|
function getPlatform() {
|
|
242
242
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -3867,7 +3867,8 @@ var es = {
|
|
|
3867
3867
|
Cancel: 'Cancelar',
|
|
3868
3868
|
'Upload the back of the ID if it is not included in the front image.': 'Adjuntar el reverso de la ID si no se incluye en la imagen del frente',
|
|
3869
3869
|
'Camera tampering detected': 'Se ha detectado un intento de manipulación de la cámara',
|
|
3870
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Lo sentimos, pero parece que la cámara está siendo manipulada. Por favor, verifique su dispositivo y vuelva a intentarlo recargando la página.'
|
|
3870
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Lo sentimos, pero parece que la cámara está siendo manipulada. Por favor, verifique su dispositivo y vuelva a intentarlo recargando la página.',
|
|
3871
|
+
'Position your face in the circle and click to capture.': 'Enfoca tu cara en el círculo y da clic en capturar.'
|
|
3871
3872
|
};
|
|
3872
3873
|
|
|
3873
3874
|
var de = {
|
|
@@ -3996,7 +3997,8 @@ var de = {
|
|
|
3996
3997
|
Cancel: 'Abbrechen',
|
|
3997
3998
|
'Upload the back of the ID if it is not included in the front image.': 'Laden Sie die Rückseite des Ausweises hoch, wenn diese nicht im Bild der Vorderseite enthalten ist.',
|
|
3998
3999
|
'Camera tampering detected': 'Kamera manipuliert',
|
|
3999
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Leider scheint die Kamera manipuliert zu werden. Bitte prüfen Sie Ihr Gerät und laden Sie die Seite neu.'
|
|
4000
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Leider scheint die Kamera manipuliert zu werden. Bitte prüfen Sie Ihr Gerät und laden Sie die Seite neu.',
|
|
4001
|
+
'Position your face in the circle and click to capture.': 'Stellen Sie Ihr Gesicht im Kreis ein und klicken Sie auf Erfassen.'
|
|
4000
4002
|
};
|
|
4001
4003
|
|
|
4002
4004
|
var fr = {
|
|
@@ -4125,7 +4127,8 @@ var fr = {
|
|
|
4125
4127
|
Cancel: 'Annuler',
|
|
4126
4128
|
'Upload the back of the ID if it is not included in the front image.': "Téléchargez le verso de la pièce d'identité si ce n'est pas inclus dans l'image du recto.",
|
|
4127
4129
|
'Camera tampering detected': 'Manipulation de la caméra détectée',
|
|
4128
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Nous sommes désolés, mais il semble que la caméra soit manipulée. Veuillez vérifier votre appareil et réessayer en rechargeant la page.'
|
|
4130
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Nous sommes désolés, mais il semble que la caméra soit manipulée. Veuillez vérifier votre appareil et réessayer en rechargeant la page.',
|
|
4131
|
+
'Position your face in the circle and click to capture.': 'Positionnez votre visage dans le cercle et cliquez pour capturer.'
|
|
4129
4132
|
};
|
|
4130
4133
|
|
|
4131
4134
|
var it = {
|
|
@@ -4254,7 +4257,8 @@ var it = {
|
|
|
4254
4257
|
Cancel: 'Annulla',
|
|
4255
4258
|
'Upload the back of the ID if it is not included in the front image.': "Carica il retro dell'ID se non è incluso nell'immagine del fronte.",
|
|
4256
4259
|
'Camera tampering detected': 'Manipolazione della fotocamera rilevata',
|
|
4257
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Siamo spiacenti, ma sembra che la fotocamera stia venendo manipolata. Controlla il tuo dispositivo e riprova ricaricando la pagina.'
|
|
4260
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Siamo spiacenti, ma sembra che la fotocamera stia venendo manipolata. Controlla il tuo dispositivo e riprova ricaricando la pagina.',
|
|
4261
|
+
'Position your face in the circle and click to capture.': 'Posiziona il tuo volto nel cerchio e clicca per acquisire.'
|
|
4258
4262
|
};
|
|
4259
4263
|
|
|
4260
4264
|
var ja = {
|
|
@@ -4383,7 +4387,8 @@ var ja = {
|
|
|
4383
4387
|
Cancel: 'キャンセル',
|
|
4384
4388
|
'Upload the back of the ID if it is not included in the front image.': '表面画像に裏面が含まれていない場合は、裏面をアップロードしてください。',
|
|
4385
4389
|
'Camera tampering detected': 'カメラの操作が検出されました',
|
|
4386
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'カメラの操作が検出されました。デバイスを確認し、ページを再読み込みしてください。'
|
|
4390
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'カメラの操作が検出されました。デバイスを確認し、ページを再読み込みしてください。',
|
|
4391
|
+
'Position your face in the circle and click to capture.': '顔を円の中に合わせてクリックして撮影してください。'
|
|
4387
4392
|
};
|
|
4388
4393
|
|
|
4389
4394
|
var pt = {
|
|
@@ -4512,7 +4517,8 @@ var pt = {
|
|
|
4512
4517
|
Cancel: 'Cancelar',
|
|
4513
4518
|
'Upload the back of the ID if it is not included in the front image.': 'Carregue o verso do ID se não estiver incluído na imagem da frente.',
|
|
4514
4519
|
'Camera tampering detected': 'Manipulação da câmera detectada',
|
|
4515
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Lamentamos, mas parece que a câmera está sendo manipulada. Verifique seu dispositivo e tente novamente recarregando a página.'
|
|
4520
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'Lamentamos, mas parece que a câmera está sendo manipulada. Verifique seu dispositivo e tente novamente recarregando a página.',
|
|
4521
|
+
'Position your face in the circle and click to capture.': 'Posicione seu rosto no círculo e clique para capturar.'
|
|
4516
4522
|
};
|
|
4517
4523
|
|
|
4518
4524
|
var ru = {
|
|
@@ -4641,7 +4647,8 @@ var ru = {
|
|
|
4641
4647
|
Cancel: 'Отменить',
|
|
4642
4648
|
'Upload the back of the ID if it is not included in the front image.': 'Загрузите заднюю сторону удостоверения, если она не включена в изображение передней стороны.',
|
|
4643
4649
|
'Camera tampering detected': 'Обнаружена манипуляция с камерой',
|
|
4644
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'К сожалению, кажется, что камера подвергается манипуляциям. Пожалуйста, проверьте свое устройство и попробуйте снова, перезагрузив страницу.'
|
|
4650
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": 'К сожалению, кажется, что камера подвергается манипуляциям. Пожалуйста, проверьте свое устройство и попробуйте снова, перезагрузив страницу.',
|
|
4651
|
+
'Position your face in the circle and click to capture.': 'Поместите свое лицо в круг и нажмите для съемки.'
|
|
4645
4652
|
};
|
|
4646
4653
|
|
|
4647
4654
|
var zh = {
|
|
@@ -4770,7 +4777,8 @@ var zh = {
|
|
|
4770
4777
|
Cancel: '取消',
|
|
4771
4778
|
'Upload the back of the ID if it is not included in the front image.': '如果正面照片没有包含身份证背面,请上传背面照片。',
|
|
4772
4779
|
'Camera tampering detected': '檢測到相機被篡改',
|
|
4773
|
-
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": '很抱歉,看起來相機被篡改了。請檢查您的設備並重新載入頁面。'
|
|
4780
|
+
"We're sorry, but it looks like the camera is being tampered with. Please check your device and try again by reloading the page.": '很抱歉,看起來相機被篡改了。請檢查您的設備並重新載入頁面。',
|
|
4781
|
+
'Position your face in the circle and click to capture.': '將您的臉部置於圓圈中,點擊拍攝。'
|
|
4774
4782
|
};
|
|
4775
4783
|
|
|
4776
4784
|
function renderVerbiage(verbiage) {
|