forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lock.i18n.fr.json
executable file
·56 lines (56 loc) · 1.77 KB
/
lock.i18n.fr.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"tag": "fr",
"label": "État de verrouillage",
"description": "Allow for the control of a lock device",
"attributes": {
"supportedLockValues": {
"label": "supportedLockValues",
"displayTemplate": "{{attribute}} of {{device.label}} was updated",
"i18n": {}
},
"lock": {
"label": "État de verrouillage",
"description": "The state of the lock device",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {
"value": {
"unlocked with timeout": {
"label": "Déverrouillé(e) temporairement"
},
"not fully locked": {
"label": "Pas complètement verrouillé(e)"
},
"unlatched": {
"label": "unlatched"
},
"locked": {
"label": "Verrouillé"
},
"unlocked": {
"label": "Déverrouillé"
},
"unknown": {
"label": "Inconnu"
}
}
}
},
"supportedLockCommands": {
"label": "supportedLockCommands",
"displayTemplate": "{{attribute}} of {{device.label}} was updated",
"i18n": {}
}
},
"commands": {
"unlock": {
"label": "Déverr.",
"description": "Unlock the device",
"arguments": {}
},
"lock": {
"label": "Verr.",
"description": "Lock the device",
"arguments": {}
}
}
}