forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlock.i18n.fr.json
executable file
·69 lines (69 loc) · 2.35 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"tag": "fr",
"label": "État de verrouillage",
"description": "Allow for the control of a lock device",
"attributes": {
"supportedUnlockDirections": {
"label": "Supported unlock directions",
"description": "The list of direction that the device could be unlocked from",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
},
"supportedLockValues": {
"label": "Supported lock values",
"description": "The list of states that the lock can be in",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"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": "Déverrouillé"
},
"locked": {
"label": "Verrouillé"
},
"unlocked": {
"label": "Déverrouillé"
},
"unknown": {
"label": "Inconnu"
}
}
}
},
"supportedLockCommands": {
"label": "Supported lock commands",
"description": "The list of commands supported by the lock",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
}
},
"commands": {
"unlock": {
"label": "Déverr.",
"description": "Unlock the device",
"arguments": {}
},
"unlatch": {
"label": "Déverrouiller",
"description": "Unlatch the device",
"arguments": {}
},
"lock": {
"label": "Verr.",
"description": "Lock the device",
"arguments": {}
}
}
}