2021-12-27 21:05:10 +00:00
{
"config" : {
2021-12-28 16:28:35 +00:00
"abort" : {
"reauth_successful" : "Re-authentication was successful"
} ,
2021-12-27 21:05:10 +00:00
"error" : {
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication"
} ,
"step" : {
2021-12-28 16:28:35 +00:00
"reauth_confirm" : {
"data" : {
"api_key" : "API Key"
} ,
"description" : "To re-authenticate with PVOutput you'll need to get the API key at {account_url}."
} ,
2021-12-27 21:05:10 +00:00
"user" : {
"data" : {
"api_key" : "API Key" ,
"system_id" : "System ID"
} ,
"description" : "To authenticate with PVOutput you'll need to get the API key at {account_url}.\n\nThe system IDs of registered systems are listed on that same page."
}
}
}
}