forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsumable.i18n.fr.json
executable file
·32 lines (32 loc) · 992 Bytes
/
consumable.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
{
"tag": "fr",
"label": "Produit consommable",
"description": "For devices with replaceable components",
"attributes": {
"consumableStatus": {
"label": "Produit consommable",
"description": "The status of replaceable components",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"maintenance_required": {
"label": "Maintenance requise"
},
"missing": {
"label": "Manquant"
},
"replace": {
"label": "Remplacement"
},
"good": {
"label": "Bon"
},
"order": {
"label": "Commande"
}
}
}
}
},
"commands": {}
}