core/homeassistant/components/threshold/translations/sv.json

16 lines
319 B
JSON
Raw Normal View History

2022-06-14 00:26:59 +00:00
{
"config": {
"error": {
"need_lower_upper": "Undre och \u00f6vre gr\u00e4ns kan inte vara tomma"
}
},
"options": {
"step": {
"init": {
"data": {
"lower": "Undre gr\u00e4ns"
}
}
}
}
}