forked from onfido/onfido-sdk-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.json
36 lines (36 loc) · 922 Bytes
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"capture": {
"driving_licence": {
"front": {
"instructions": "Take a photo of the front of your license"
},
"back": {
"instructions": "Take a photo of the back of your license"
}
},
"national_identity_card": {
"front": {
"instructions": "Take a photo of the front of your card"
},
"back": {
"instructions": "Take a photo of the back of your card"
}
},
"passport": {
"front": {
"instructions": "Take a photo of your passport photo page"
}
},
"face": {
"instructions": "Take a selfie showing your face"
}
},
"errors": {
"camera_not_working": {
"instruction": "Take a photo using the <fallback>basic camera mode</fallback> instead"
},
"camera_inactive": {
"instruction": "Take a photo using the <fallback>basic camera mode</fallback> instead"
}
}
}