1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/steam_online/strings.json
2026-01-25 11:21:33 +01:00

40 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_account": "Invalid account ID",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"description": "The Steam integration needs to be manually re-authenticated\n\nYou can find your key here: {api_key_url}",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"account": "Steam account ID",
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"description": "Use {account_id_url} to find your Steam account ID (labeled \"steamID64\")"
}
}
},
"options": {
"error": {
"unauthorized": "Friends list restricted: Please refer to the documentation on how to see all other friends"
},
"step": {
"init": {
"data": {
"accounts": "Names of accounts to be monitored"
}
}
}
}
}