core/homeassistant/components/ondilo_ico/strings.json

37 lines
1.0 KiB
JSON
Raw Normal View History

{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
}
},
"abort": {
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
},
"entity": {
"sensor": {
"oxydo_reduction_potential": {
"name": "Oxydo reduction potential"
},
"tds": {
"name": "TDS"
},
"rssi": {
"name": "RSSI"
},
"salt": {
"name": "Salt"
}
}
}
2022-03-30 08:35:30 +00:00
}