1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/ps4/strings.json
2022-03-28 10:41:39 -07:00

43 lines
1.9 KiB
JSON

{
"config": {
"step": {
"creds": {
"description": "Credentials needed. Press 'Submit' and then in the PS4 2nd Screen App, refresh devices and select the 'Home-Assistant' device to continue."
},
"mode": {
"data": {
"mode": "Config Mode",
"ip_address": "[%key:common::config_flow::data::ip%] (Leave empty if using Auto Discovery)."
},
"data_description": {
"ip_address": "Leave blank if selecting auto-discovery."
}
},
"link": {
"data": {
"region": "Region",
"name": "[%key:common::config_flow::data::name%]",
"code": "[%key:common::config_flow::data::pin%]",
"ip_address": "[%key:common::config_flow::data::ip%]"
},
"data_description": {
"code": "Navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device' to get the pin."
}
}
},
"error": {
"credential_timeout": "Credential service timed out. Press submit to restart.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"login_failed": "Failed to pair to PlayStation 4. Verify [%key:common::config_flow::data::pin%] is correct.",
"no_ipaddress": "Enter the [%key:common::config_flow::data::ip%] of the PlayStation 4 you would like to configure."
},
"abort": {
"credential_error": "Error fetching credentials.",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"port_987_bind_error": "Could not bind to port 987. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
"port_997_bind_error": "Could not bind to port 997. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info."
}
}
}