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

70 lines
2.2 KiB
JSON

{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]",
"data": {
"implementation": "[%key:common::config_flow::data::implementation%]"
},
"data_description": {
"implementation": "[%key:common::config_flow::description::implementation%]"
}
},
"oauth_discovery": {
"description": "Home Assistant has found an Xbox device on your network. Press **Submit** to continue setting up the Xbox integration.",
"title": "Discovered Xbox device"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
},
"entity": {
"sensor": {
"status": {
"name": "Status"
},
"gamer_score": {
"name": "Gamerscore",
"unit_of_measurement": "points"
},
"last_online": {
"name": "Last online"
},
"following": {
"name": "Following",
"unit_of_measurement": "people"
},
"follower": {
"name": "Follower",
"unit_of_measurement": "[%key:component::xbox::entity::sensor::following::unit_of_measurement%]"
}
},
"binary_sensor": {
"in_game": {
"name": "In game"
},
"has_game_pass": {
"name": "Subscribed to Xbox Game Pass"
}
}
},
"exceptions": {
"request_exception": {
"message": "Failed to connect to Xbox Network"
},
"timeout_exception": {
"message": "Failed to connect to Xbox Network due to a connection timeout"
}
}
}