forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchargingState.i18n.fr.json
38 lines (38 loc) · 1.31 KB
/
chargingState.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
{
"tag": "fr",
"label": "Statut de la charge",
"description": "The current status of battery charging",
"attributes": {
"supportedChargingStates": {
"label": "Supported charging states",
"description": "The list of charging states that the device supports. Optional, defaults to all states if not set.",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
},
"chargingState": {
"label": "Statut de la charge",
"description": "The current charging state of the device",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {
"value": {
"stopped": {
"label": "Pas prêt"
},
"discharging": {
"label": "Déchargement"
},
"charging": {
"label": "Chargement"
},
"fullyCharged": {
"label": "Charge terminée"
},
"error": {
"label": "Non disponible"
}
}
}
}
},
"commands": {}
}