core/homeassistant/components/awair/translations/en.json

52 lines
2.0 KiB
JSON
Raw Normal View History

2020-06-22 00:05:46 +00:00
{
"config": {
"abort": {
2022-08-12 00:23:47 +00:00
"already_configured_account": "Account is already configured",
"already_configured_device": "Device is already configured",
2020-10-08 00:06:03 +00:00
"no_devices_found": "No devices found on the network",
2022-08-12 00:23:47 +00:00
"reauth_successful": "Re-authentication was successful",
"unreachable": "Failed to connect"
2020-06-22 00:05:46 +00:00
},
"error": {
2020-10-08 00:06:03 +00:00
"invalid_access_token": "Invalid access token",
2022-08-12 00:23:47 +00:00
"unknown": "Unexpected error",
"unreachable": "Failed to connect"
2020-06-22 00:05:46 +00:00
},
2022-08-12 00:23:47 +00:00
"flow_title": "{model} ({device_id})",
2020-06-22 00:05:46 +00:00
"step": {
2022-08-12 00:23:47 +00:00
"cloud": {
"data": {
"access_token": "Access Token",
"email": "Email"
},
"description": "You must register for an Awair developer access token at: {url}"
},
"discovery_confirm": {
2022-12-13 00:27:47 +00:00
"description": "Do you want to set up {model} ({device_id})?"
2022-08-12 00:23:47 +00:00
},
"local": {
2022-08-17 00:26:42 +00:00
"description": "Follow [these instructions]({url}) on how to enable the Awair Local API.\n\nClick submit when done."
},
"local_pick": {
"data": {
"device": "Device",
"host": "IP Address"
}
2022-08-12 00:23:47 +00:00
},
"reauth_confirm": {
2020-06-22 00:05:46 +00:00
"data": {
"access_token": "Access Token",
"email": "Email"
},
"description": "Please re-enter your Awair developer access token."
},
"user": {
2022-08-12 00:23:47 +00:00
"description": "Pick local for the best experience. Only use cloud if the device is not connected to the same network as Home Assistant, or if you have a legacy device.",
"menu_options": {
"cloud": "Connect via the cloud",
"local": "Connect locally (preferred)"
}
2020-06-22 00:05:46 +00:00
}
}
}
}