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

40 lines
1.3 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-05-31 00:02:42 +00:00
"already_configured": "Service is already configured",
2020-10-07 00:06:20 +00:00
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
},
"error": {
2020-05-31 00:02:42 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"flow_title": "Sonarr: {name}",
"step": {
2020-09-30 00:04:43 +00:00
"reauth_confirm": {
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {host}",
"title": "Reauthenticate Integration"
2020-09-30 00:04:43 +00:00
},
"user": {
"data": {
"api_key": "API Key",
"base_path": "Path to API",
2020-05-31 00:02:42 +00:00
"host": "Host",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
"verify_ssl": "Verify SSL certificate"
2020-11-11 12:25:22 +00:00
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Number of upcoming days to display",
"wanted_max_items": "Max number of wanted items to display"
}
}
}
2020-11-11 12:25:22 +00:00
}
}