Adds battery state translations
Adds translations for the battery state of the outside sensor to both the English and Czech language files. This change provides more descriptive and user-friendly information about the battery status.pull/72/head^2
parent
68da7aad98
commit
bbe31da4c5
|
|
@ -131,11 +131,18 @@
|
||||||
"wnw": "WNW",
|
"wnw": "WNW",
|
||||||
"nw": "NW",
|
"nw": "NW",
|
||||||
"nnw": "NNW"
|
"nnw": "NNW"
|
||||||
|
},
|
||||||
|
"outside_battery": {
|
||||||
|
"name": "Outside battery level",
|
||||||
|
"state": {
|
||||||
|
"normal": "OK",
|
||||||
|
"low": "Low",
|
||||||
|
"unknown": "Unknown / drained out"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outside_battery": { "name": "Outside battery level" },
|
|
||||||
"notify": {
|
"notify": {
|
||||||
"added": {
|
"added": {
|
||||||
"title": "New sensors for SWS 12500 found.",
|
"title": "New sensors for SWS 12500 found.",
|
||||||
|
|
|
||||||
|
|
@ -136,10 +136,17 @@
|
||||||
"nw": "SZ",
|
"nw": "SZ",
|
||||||
"nnw": "SSZ"
|
"nnw": "SSZ"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"outside_battery": {
|
||||||
|
"name": "Stav nabití venkovní baterie",
|
||||||
|
"state": {
|
||||||
|
"low": "Nízká",
|
||||||
|
"normal": "Normální",
|
||||||
|
"unknown": "Neznámá / zcela vybitá"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outside_battery": { "name": "Vnější úroveň nabití baterie" },
|
|
||||||
"notify": {
|
"notify": {
|
||||||
"added": {
|
"added": {
|
||||||
"title": "Nalezeny nové senzory pro SWS 12500.",
|
"title": "Nalezeny nové senzory pro SWS 12500.",
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,14 @@
|
||||||
"nnw": "NNW"
|
"nnw": "NNW"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outside_battery": { "name": "Outside battery level" }
|
"outside_battery": {
|
||||||
|
"name": "Outside battery level",
|
||||||
|
"state": {
|
||||||
|
"normal": "OK",
|
||||||
|
"low": "Low",
|
||||||
|
"unknown": "Unknown / drained out"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notify": {
|
"notify": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue