-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlang.json
More file actions
41 lines (41 loc) · 1.03 KB
/
lang.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"CALL_ADMIN": {
"FR" : [
"{0} demande ouverture de la porte, veuillez patienter",
"{0}, Votre presence a été detecté, veuillez patienter"
]
},
"DISCONNECTED": {
"FR" : [
"{0} est parti",
"Départ de {0}"
]
},
"CONNECTED": {
"FR" : [
"Bienvenue {0}",
"{0} est là"
]
},
"AUTHORIZE": {
"FR" : [
"{0} est authorisé à renter"
]
},
"UNAUTHORIZE": {
"FR" : [
"{0} est pas authorizé à renter",
"La porte restera fermé, merci de contacter un admin"
]
},
"MAIL_BODY": {
"FR" : [
"Bonjour {0}, {1} souhaite ouvrir la porte, voulez vous le faire ? Si oui cliquez sur le lien <a href='http://home.epiteck.eu/{2}'>J'autorise</a> sinon <a href='http://home.epiteck.eu/{3}'>Je refuse</a>"
]
},
"MAIL_TITLE": {
"FR" : [
"[Porte] Harriette vous demande"
]
}
}