1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/simplefin/strings.json
2025-10-28 10:33:10 +01:00

37 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "This access URL is already configured.",
"missing_access_url": "Access URL or setup token missing"
},
"error": {
"claim_error": "The setup token either does not exist or has already been used by someone else. Receiving this could mean that the user\u2019s transaction information has been compromised",
"invalid_auth": "Authentication failed: This could be due to revoked access or incorrect credentials",
"invalid_claim_token": "The setup token is invalid and could not be decoded",
"payment_required": "You presented a valid access URL, however payment is required before you can obtain data",
"url_error": "There was an issue parsing the access URL"
},
"step": {
"user": {
"data": {
"api_token": "Setup token"
},
"description": "Please enter a SimpleFIN setup token."
}
}
},
"entity": {
"binary_sensor": {
"possible_error": { "name": "Possible error" }
},
"sensor": {
"age": {
"name": "Data age"
},
"balance": {
"name": "Balance"
}
}
}
}