core/homeassistant/components/voip/strings.json

38 lines
784 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"data": {
"ip_address": "IP Address"
}
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"invalid_ip_address": "Invalid IPv4 address."
}
},
"entity": {
"binary_sensor": {
"call_active": {
"name": "Call Active"
}
},
"switch": {
"allow_call": {
"name": "Allow Calls"
}
},
"select": {
"pipeline": {
"name": "[%key:component::assist_pipeline::entity::select::pipeline::name%]",
"state": {
"preferred": "[%key:component::assist_pipeline::entity::select::pipeline::state::preferred%]"
}
}
}
}
}