mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
167 lines
6.0 KiB
JSON
167 lines
6.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"already_configured_as_subentry": "This Steam account is already configured as a sub-entry.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_account": "Invalid Steam ID",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:component::steam_online::config::step::user::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::steam_online::config::step::user::data_description::api_key%]"
|
|
},
|
|
"description": "The Steam integration requires re-authentication.\n\nYou can find your Steam Web API key [**here**]({api_key_url}).",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"api_key": "[%key:component::steam_online::config::step::user::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::steam_online::config::step::user::data_description::api_key%]"
|
|
},
|
|
"description": "You can find your Steam Web API key [**here**]({api_key_url}).",
|
|
"title": "Reconfigure {name}"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"account": "Steam ID",
|
|
"api_key": "Web API key"
|
|
},
|
|
"data_description": {
|
|
"account": "Your Steam account ID (SteamID64)",
|
|
"api_key": "Your Steam Web API key"
|
|
},
|
|
"description": "Before continuing, obtain a Steam Web API key and your Steam ID. Create an API key [**here**]({api_key_url}). To locate your Steam ID (SteamID64), sign in to Steam and open [**Account Details**]({account_id_url})."
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"friend": {
|
|
"abort": {
|
|
"already_configured": "Already configured as a friend in this or another account.",
|
|
"already_configured_as_entry": "This account is already configured as a service and cannot be added as a friend.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"config_entry_not_loaded": "Cannot add friend accounts when the main account is disabled or not loaded.",
|
|
"friendlist_private": "Your friend list appears to be private or inaccessible.\n\nTo add friend accounts open Steam and go to [**{name} > Profile > Edit Profile > Privacy Settings**]({privacy_settings_url}) and set **Friends List** to **Public**.\n\nOnce your friends are added, you can switch it back to your preferred privacy setting.",
|
|
"no_more_friends": "All friends from your friend list have already been added.",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"entry_type": "Friend",
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"initiate_flow": {
|
|
"user": "Add friend"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"account": "Friend"
|
|
},
|
|
"data_description": {
|
|
"account": "Select a friend from your friend list to track their online status."
|
|
},
|
|
"description": "Track the online status of a Steam friend.",
|
|
"title": "Friend online status"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"image": {
|
|
"app_icon": {
|
|
"name": "App icon"
|
|
},
|
|
"avatar": {
|
|
"name": "Avatar"
|
|
},
|
|
"header_capsule": {
|
|
"name": "Header capsule"
|
|
},
|
|
"library_capsule": {
|
|
"name": "Library capsule"
|
|
},
|
|
"library_hero": {
|
|
"name": "Library hero capsule"
|
|
},
|
|
"library_logo": {
|
|
"name": "Library logo"
|
|
},
|
|
"main_capsule": {
|
|
"name": "Main capsule"
|
|
},
|
|
"page_background": {
|
|
"name": "Page background"
|
|
},
|
|
"small_capsule": {
|
|
"name": "Small capsule"
|
|
},
|
|
"vertical_capsule": {
|
|
"name": "Vertical capsule"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"account": {
|
|
"state": {
|
|
"away": "Away",
|
|
"busy": "Busy",
|
|
"looking_to_play": "Looking to play",
|
|
"looking_to_trade": "Looking to trade",
|
|
"offline": "Offline",
|
|
"online": "Online",
|
|
"snooze": "Snooze"
|
|
},
|
|
"state_attributes": {
|
|
"created": { "name": "Account created" },
|
|
"game": { "name": "Game" },
|
|
"game_icon": { "name": "Game icon" },
|
|
"game_id": { "name": "Game ID" },
|
|
"game_image_header": { "name": "Game header image" },
|
|
"game_image_main": { "name": "Game image" },
|
|
"last_online": { "name": "Last online" },
|
|
"level": { "name": "Level" },
|
|
"real_name": { "name": "Real name" }
|
|
}
|
|
},
|
|
"last_online": {
|
|
"name": "Last online"
|
|
},
|
|
"level": {
|
|
"name": "Level"
|
|
},
|
|
"now_playing": {
|
|
"name": "Now playing",
|
|
"state_attributes": {
|
|
"app_id": { "name": "Steam App ID" }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"auth_exception": {
|
|
"message": "Failed to connect to Steam due to an authentication error"
|
|
},
|
|
"request_exception": {
|
|
"message": "Failed to connect to Steam due to a request error"
|
|
},
|
|
"timeout_exception": {
|
|
"message": "Failed to connect to Steam due to a request timeout"
|
|
}
|
|
}
|
|
}
|