forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchime.i18n.fr.json
executable file
·34 lines (34 loc) · 1.03 KB
/
chime.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
{
"tag": "fr",
"label": "Carillon",
"description": "The Chime capability allows for interacting with devices that serve as a non-alarming attention getter; such as door bells and time-of-day indicators.",
"attributes": {
"chime": {
"label": "Carillon",
"description": "A string representation of whether the chime is active or off",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"off": {
"label": "Désactivé"
},
"chime": {
"label": "Carillon"
}
}
}
}
},
"commands": {
"off": {
"label": "Désactivé",
"description": "Disable the chime",
"arguments": {}
},
"chime": {
"label": "Carillon",
"description": "Enable the chime",
"arguments": {}
}
}
}