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

20 lines
651 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"unexpected_response": "Unexpected response from whois server",
"unknown_date_format": "Unknown date format in whois server response",
"unknown_tld": "The given TLD is unknown or not available to this integration",
2022-01-21 00:13:34 +00:00
"whois_command_failed": "Whois command failed: could not retrieve whois information"
},
"step": {
"user": {
"data": {
"domain": "Domain name"
}
}
}
}
}