30 lines
1.2 KiB
JSON
30 lines
1.2 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"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "API Key"
|
|
},
|
|
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.",
|
|
"title": "Re-authenticate Tautulli"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"url": "URL",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
},
|
|
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.\n\nExample of the URL: ```http://192.168.0.10:8181``` with 8181 being the default port."
|
|
}
|
|
}
|
|
}
|
|
} |