Skip to content

Commit

Permalink
add translation for english
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Feb 5, 2025
1 parent 39aed1c commit e138e42
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions custom_components/electric_kiwi/translations/en.json
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"
}
}
}
}

0 comments on commit e138e42

Please sign in to comment.