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

53 lines
1.7 KiB
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
"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"
}
},
2020-02-18 00:31:41 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Optional boolean",
2020-07-08 00:02:43 +00:00
"constant": "Constant",
2020-02-18 00:31:41 +00:00
"int": "Numeric input"
}
},
"options_2": {
"data": {
"multi": "Multiselect",
"select": "Select an option",
"string": "String value"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-14 00:32:16 +00:00
}