Files
core/homeassistant/components/simplefin/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
1.1 KiB
JSON
Raw Normal View History

2024-07-10 04:44:04 -06:00
{
"config": {
2025-10-28 10:33:10 +01:00
"abort": {
"already_configured": "This access URL is already configured.",
"missing_access_url": "Access URL or setup token missing"
2024-07-10 04:44:04 -06:00
},
"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",
2025-10-28 10:33:10 +01:00
"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"
2024-07-10 04:44:04 -06:00
},
2025-10-28 10:33:10 +01:00
"step": {
"user": {
"data": {
"api_token": "Setup token"
},
"description": "Please enter a SimpleFIN setup token."
}
2024-07-10 04:44:04 -06:00
}
},
"entity": {
"binary_sensor": {
"possible_error": { "name": "Possible error" }
},
2024-07-10 04:44:04 -06:00
"sensor": {
"age": {
"name": "Data age"
2025-10-28 10:33:10 +01:00
},
"balance": {
"name": "Balance"
2024-07-10 04:44:04 -06:00
}
}
}
}