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
schizza 2025-08-18 10:55:37 +02:00
parent 68da7aad98
commit bbe31da4c5
3 changed files with 24 additions and 3 deletions

View File

@ -131,11 +131,18 @@
"wnw": "WNW",
"nw": "NW",
"nnw": "NNW"
},
"outside_battery": {
"name": "Outside battery level",
"state": {
"normal": "OK",
"low": "Low",
"unknown": "Unknown / drained out"
}
}
}
}
},
"outside_battery": { "name": "Outside battery level" },
"notify": {
"added": {
"title": "New sensors for SWS 12500 found.",

View File

@ -136,10 +136,17 @@
"nw": "SZ",
"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": {
"added": {
"title": "Nalezeny nové senzory pro SWS 12500.",

View File

@ -137,7 +137,14 @@
"nnw": "NNW"
}
},
"outside_battery": { "name": "Outside battery level" }
"outside_battery": {
"name": "Outside battery level",
"state": {
"normal": "OK",
"low": "Low",
"unknown": "Unknown / drained out"
}
}
}
},
"notify": {