core/homeassistant/components/demo/translations/en.json

53 lines
1.7 KiB
JSON

{
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"description": "Press SUBMIT to confirm the power supply has been replaced",
"title": "The power supply needs to be replaced"
}
}
},
"title": "The power supply is not stable"
},
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
"description": "Press SUBMIT when blinker fluid has been refilled",
"title": "Blinker fluid needs to be refilled"
}
}
},
"title": "The blinker fluid is empty and needs to be refilled"
},
"transmogrifier_deprecated": {
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API",
"title": "The transmogrifier component is deprecated"
},
"unfixable_problem": {
"description": "This issue is never going to give up.",
"title": "This is not a fixable problem"
}
},
"options": {
"step": {
"options_1": {
"data": {
"bool": "Optional boolean",
"constant": "Constant",
"int": "Numeric input"
}
},
"options_2": {
"data": {
"multi": "Multiselect",
"select": "Select an option",
"string": "String value"
}
}
}
},
"title": "Demo"
}