1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/lastfm/strings.json
2025-10-28 10:33:10 +01:00

40 lines
1.1 KiB
JSON

{
"config": {
"error": {
"invalid_account": "Invalid username",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"friends": {
"data": {
"users": "Last.fm usernames"
},
"description": "Fill in other users you want to add."
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"main_user": "Last.fm username"
},
"description": "Request an API account at {api_account_url}."
}
}
},
"options": {
"error": {
"invalid_account": "[%key:component::lastfm::config::error::invalid_account%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"init": {
"data": {
"users": "[%key:component::lastfm::config::step::friends::data::users%]"
},
"description": "[%key:component::lastfm::config::step::friends::description%]"
}
}
}
}