core/homeassistant/components/demo/strings.json

119 lines
2.7 KiB
JSON

{
"title": "Demo",
"issues": {
"bad_psu": {
"title": "The power supply is not stable",
"fix_flow": {
"step": {
"confirm": {
"title": "The power supply needs to be replaced",
"description": "Press SUBMIT to confirm the power supply has been replaced"
}
}
}
},
"out_of_blinker_fluid": {
"title": "The blinker fluid is empty and needs to be refilled",
"fix_flow": {
"step": {
"confirm": {
"title": "Blinker fluid needs to be refilled",
"description": "Press SUBMIT when blinker fluid has been refilled"
}
}
}
},
"cold_tea": {
"title": "The tea is cold",
"fix_flow": {
"step": {},
"abort": {
"not_tea_time": "Can not re-heat the tea at this time"
}
}
},
"transmogrifier_deprecated": {
"title": "The transmogrifier component is deprecated",
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
},
"unfixable_problem": {
"title": "This is not a fixable problem",
"description": "This issue is never going to give up."
}
},
"options": {
"step": {
"init": {
"data": {}
},
"options_1": {
"data": {
"constant": "Constant",
"bool": "Optional boolean",
"int": "Numeric input"
}
},
"options_2": {
"data": {
"string": "String value",
"select": "Select an option",
"multi": "Multiselect"
}
}
}
},
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto High",
"auto_low": "Auto Low",
"on_high": "On High",
"on_low": "On Low"
}
},
"swing_mode": {
"state": {
"1": "1",
"2": "2",
"3": "3",
"auto": "Auto",
"off": "Off"
}
}
}
}
},
"select": {
"speed": {
"state": {
"light_speed": "Light Speed",
"ludicrous_speed": "Ludicrous Speed",
"ridiculous_speed": "Ridiculous Speed"
}
}
},
"sensor": {
"thermostat_mode": {
"state": {
"away": "Away",
"comfort": "Comfort",
"eco": "Eco",
"sleep": "Sleep"
}
}
},
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "Cleaned Area"
}
}
}
}
}
}