forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.steamClosetOperatingState.i18n.fr.json
executable file
·109 lines (109 loc) · 3.63 KB
/
custom.steamClosetOperatingState.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"tag": "fr",
"label": "Progression du nettoyage",
"attributes": {
"supportedSteamClosetJobState": {
"label": "supportedSteamClosetJobState",
"displayTemplate": "{{attribute}} of {{device.label}} was updated",
"i18n": {}
},
"completionTime": {
"label": "completionTime",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
},
"steamClosetMachineState": {
"label": "steamClosetMachineState",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {
"value": {
"stop": {
"label": "stop"
},
"run": {
"label": "run"
},
"pause": {
"label": "pause"
}
}
}
},
"supportedSteamClosetMachineState": {
"label": "supportedSteamClosetMachineState",
"displayTemplate": "{{attribute}} of {{device.label}} was updated",
"i18n": {}
},
"steamClosetJobState": {
"label": "steamClosetJobState",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {
"value": {
"descalingFinish": {
"label": "descalingFinish"
},
"sterilizing": {
"label": "Désinfection"
},
"drying": {
"label": "Séchage"
},
"airwashing": {
"label": "Épuration de l'air"
},
"finish": {
"label": "Finition"
},
"none": {
"label": "Opérationnel"
},
"delaywash": {
"label": "delaywash"
},
"keepFresh": {
"label": "Préservation de la fraîcheur"
},
"dehumidifying": {
"label": "Déshumidification en cours"
},
"descaling": {
"label": "descaling"
},
"steaming": {
"label": "Application de vapeur en cours"
}
}
}
},
"progress": {
"label": "progress",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
},
"remainingTimeStr": {
"label": "remainingTimeStr",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
},
"steamClosetDelayEndTime": {
"label": "steamClosetDelayEndTime",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
},
"remainingTime": {
"label": "remainingTime",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}}",
"i18n": {}
}
},
"commands": {
"setSteamClosetDelayEndTime": {
"label": "setSteamClosetDelayEndTime",
"arguments": {}
},
"setSteamClosetMachineState": {
"label": "setSteamClosetMachineState",
"arguments": {}
}
}
}