42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Service is already configured",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error",
|
|
"wrong_app": "Incorrect application reached. Please try again",
|
|
"zeroconf_failed": "API key not found. Please enter it manually"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "API Key"
|
|
},
|
|
"description": "The Lidarr integration needs to be manually re-authenticated with the Lidarr API",
|
|
"title": "Reauthenticate Integration"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"url": "URL",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
},
|
|
"description": "API key can be retrieved automatically if login credentials were not set in application.\nYour API key can be found in Settings > General in the Lidarr Web UI."
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"max_records": "Number of maximum records to display on wanted and queue",
|
|
"upcoming_days": "Number of upcoming days to display on calendar"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |