-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Account is already configured", | ||
"already_in_progress": "Configuration flow is already in progress", | ||
"authorize_url_timeout": "Timeout generating authorize URL.", | ||
"connection_error": "Failed to connect", | ||
"missing_configuration": "The component is not configured. Please follow the documentation.", | ||
"missing_credentials": "The integration requires application credentials.", | ||
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})", | ||
"oauth_error": "Received invalid token data.", | ||
"oauth_failed": "Error while obtaining access token.", | ||
"oauth_timeout": "Timeout resolving OAuth token.", | ||
"oauth_unauthorized": "OAuth authorization error while obtaining access token.", | ||
"reauth_successful": "Re-authentication was successful", | ||
"user_rejected_authorize": "Account linking rejected: {error}" | ||
}, | ||
"create_entry": { | ||
"default": "Successfully authenticated" | ||
}, | ||
"step": { | ||
"pick_implementation": { | ||
"title": "Pick authentication method" | ||
}, | ||
"reauth_confirm": { | ||
"description": "The Electric Kiwi integration needs to re-authenticate your account", | ||
"title": "Authentication expired for {name}" | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"select": { | ||
"hop_selector": { | ||
"name": "Hour of free power" | ||
} | ||
}, | ||
"sensor": { | ||
"hop_free_power_end": { | ||
"name": "Hour of free power end" | ||
}, | ||
"hop_free_power_start": { | ||
"name": "Hour of free power start" | ||
}, | ||
"hop_power_savings": { | ||
"name": "Hour of power savings" | ||
}, | ||
"next_billing_date": { | ||
"name": "Next billing date" | ||
}, | ||
"total_current_balance": { | ||
"name": "Total current balance" | ||
}, | ||
"total_running_balance": { | ||
"name": "Total running balance" | ||
} | ||
} | ||
} | ||
} |