forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgasMeter.i18n.fr.json
executable file
·44 lines (44 loc) · 1.98 KB
/
gasMeter.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
{
"tag": "fr",
"label": "Compteur de gaz",
"description": "Read the gas consumption of an energy metering device",
"attributes": {
"gasMeterPrecision": {
"label": "précision des mesures",
"description": "the preciseness of the volume, gas, calorific and conversion attributes",
"displayTemplate": "La {{attribute}} de {{device.label}} a été mise à jour",
"i18n": {}
},
"gasMeterCalorific": {
"label": "énergie calorifique",
"description": "a measure of the available heat energy, used as part of the calculation to convert gas volume to gas energy. ",
"displayTemplate": "{{attribute}} de {{device.label}} était {{value}}.",
"i18n": {}
},
"gasMeterTime": {
"label": "heure du relevé de compteur",
"description": "The timestamp when the measurement was taken",
"displayTemplate": "{{attribute}} de {{device.label}} était {{value}}.",
"i18n": {}
},
"gasMeterVolume": {
"label": "volume de gaz",
"description": "the cumulative gas volume reported by the metering device.",
"displayTemplate": "{{attribute}} de {{device.label}} était égal à {{value}}m^3.",
"i18n": {}
},
"gasMeterConversion": {
"label": "facteur de conversion",
"description": "the conversion factor used as part of the calculation to convert gas volume to gas energy. The value used for this calculation is generally defined by local regulations",
"displayTemplate": "{{attribute}} de {{device.label}} était {{value}}.",
"i18n": {}
},
"gasMeter": {
"label": "mesure de gaz",
"description": "the gas energy reported by the metering device",
"displayTemplate": "{{attribute}} de {{device.label}} : {{value}} kWh",
"i18n": {}
}
},
"commands": {}
}