mirror of https://github.com/home-assistant/core
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"domain": "Domain name"
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"whois_command_failed": "Whois command failed: could not retrieve whois information"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"admin": {
|
|
"name": "Admin"
|
|
},
|
|
"creation_date": {
|
|
"name": "Created"
|
|
},
|
|
"days_until_expiration": {
|
|
"name": "Days until expiration"
|
|
},
|
|
"expiration_date": {
|
|
"name": "Expires"
|
|
},
|
|
"last_updated": {
|
|
"name": "Last updated"
|
|
},
|
|
"owner": {
|
|
"name": "Owner"
|
|
},
|
|
"registrant": {
|
|
"name": "Registrant"
|
|
},
|
|
"registrar": {
|
|
"name": "Registrar"
|
|
},
|
|
"reseller": {
|
|
"name": "Reseller"
|
|
}
|
|
}
|
|
}
|
|
}
|