Skip to content

Commit

Permalink
feat: add en.json for config_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Sep 17, 2019
1 parent ea87497 commit 52b700a
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions custom_components/alexa_media/.translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"config": {
"error": {
"identifier_exists": "Email for Alexa URL already registered",
"invalid_credentials": "Invalid credentials"
},
"step": {
"user": {
"data": {
"password": "Password",
"email": "Email Address",
"url": "Amazon region domain (e.g., amazon.co.uk)",
"include_devices": "Included device (comma separated)",
"exclude_devices": "Excluded device (comma separated)",
"debug": "Advanced debugging",
"scan_interval": "Seconds between scans"
},
"description": "Please enter your information.",
"title": "Alexa Media Player - Configuration"
},
"captcha": {
"data": {
"password": "Password",
"captcha": "Captcha"
},
"description": "**{email} - alexa.{url}**\n{message}\n {captcha_image}",
"title": "Alexa Media Player - Captcha"
},
"twofactor": {
"data": {
"securitycode": "2FA Code"
},
"description": "**{email} - alexa.{url}**\nEnter the One Time Password (OTP).\n{message}",
"title": "Alexa Media Player - Two Factor Authentication"
},
"authselect": {
"data": {
"authselectoption": "OTP method"
},
"description": "**{email} - alexa.{url}**\n{message}",
"title": "Alexa Media Player - One Time Password"
},
"claimspicker": {
"data": {
"authselectoption": "Verification method"
},
"description": "**{email} - alexa.{url}**\nPlease select verification method. (e.g., `sms` or `email`)\n{message}",
"title": "Alexa Media Player - Verification Method"
}

},
"title": "Alexa Media Player"
}
}

0 comments on commit 52b700a

Please sign in to comment.