Skip to content

Commit

Permalink
Reword leak sensor values (GladysAssistant#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
atrovato authored and euguuu committed Oct 4, 2022
1 parent 2cc85b2 commit 39ed182
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,13 @@
"zero": "Healthy",
"one": "CO detected"
}
},
"leak-sensor": {
"binary": {
"other": "No value received",
"zero": "No",
"one": "Yes"
}
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions front/src/config/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,13 @@
"zero": "Sain",
"one": "CO détecté"
}
},
"leak-sensor": {
"binary": {
"other": "Aucune valeur reçue",
"zero": "Non",
"one": "Oui"
}
}
}
},
Expand Down

0 comments on commit 39ed182

Please sign in to comment.