forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivitySensor.i18n.fr.json
executable file
·35 lines (35 loc) · 1.08 KB
/
activitySensor.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
{
"tag": "fr",
"label": "Capteur d'activité",
"description": "Allows for the ability to read activity sensor device states",
"attributes": {
"activity": {
"label": "Capteur d'activité",
"description": "The current state of the activity sensor",
"displayTemplate": "{{attribute}} de {{device.label}} était {{value}}.",
"i18n": {
"value": {
"noActivity": {
"label": "Aucune activité"
},
"falling": {
"label": "Chute"
},
"standing": {
"label": "Debout"
},
"eating": {
"label": "Pause repas"
},
"sitting": {
"label": "Assis"
},
"lying": {
"label": "Allongé"
}
}
}
}
},
"commands": {}
}