1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/fritzbox_callmonitor/strings.json
2025-10-28 10:33:10 +01:00

88 lines
2.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"insufficient_permissions": "User has insufficient permissions to access FRITZ!Box settings and its phonebooks.",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"insufficient_permissions": "[%key:component::fritzbox_callmonitor::config::abort::insufficient_permissions%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"flow_title": "{name}",
"step": {
"phonebook": {
"data": {
"phonebook": "Phonebook"
}
},
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The hostname or IP address of your FRITZ!Box router."
}
}
}
},
"entity": {
"sensor": {
"fritzbox_callmonitor": {
"name": "Call monitor {phonebook_name}",
"state": {
"dialing": "Dialing",
"idle": "[%key:common::state::idle%]",
"ringing": "Ringing",
"talking": "Talking"
},
"state_attributes": {
"accepted": { "name": "Accepted" },
"closed": { "name": "Closed" },
"device": { "name": "[%key:common::config_flow::data::device%]" },
"duration": { "name": "Duration" },
"from": { "name": "Caller number" },
"from_name": { "name": "Caller name" },
"initiated": { "name": "Initiated" },
"prefixes": { "name": "Prefixes" },
"to": { "name": "Number called" },
"to_name": { "name": "Called name" },
"type": {
"name": "Type",
"state": {
"incoming": "Incoming",
"outgoing": "Outgoing"
}
},
"vip": { "name": "Important" },
"with": { "name": "With number" },
"with_name": { "name": "With name" }
}
}
}
},
"options": {
"error": {
"malformed_prefixes": "Prefixes are malformed, please check their format."
},
"step": {
"init": {
"data": {
"prefixes": "Prefixes (comma-separated list)"
},
"title": "Configure prefixes"
}
}
}
}