Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Dec 1, 2023
1 parent 7f60272 commit 8dc6e41
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@
"mode": {
"type": "enum",
"title": {
"en": "Mode"
"en": "Mode",
"fr": "Mode"
},
"getable": true,
"setable": true,
Expand All @@ -217,21 +218,24 @@
{
"id": "auto",
"title": {
"en": "Automatic"
"en": "Automatic",
"fr": "Automatique"
}
},
{
"id": "manual",
"title": {
"en": "Manual"
"en": "Manual",
"fr": "Manuel"
}
}
]
},
"operation_mode": {
"type": "enum",
"title": {
"en": "Operation mode"
"en": "Operation mode",
"fr": "Mode opérationnel"
},
"getable": true,
"setable": true,
Expand All @@ -240,25 +244,29 @@
{
"id": "green",
"title": {
"en": "Green"
"en": "Green",
"fr": "Éco"
}
},
{
"id": "comfort",
"title": {
"en": "Comfort"
"en": "Comfort",
"fr": "Confort"
}
},
{
"id": "fast",
"title": {
"en": "Fast"
"en": "Fast",
"fr": "Rapide"
}
},
{
"id": "auto",
"title": {
"en": "Automatic (i-Memory)"
"en": "Automatic (i-Memory)",
"fr": "Automatique (i-Memory)"
}
}
]
Expand Down

0 comments on commit 8dc6e41

Please sign in to comment.