104 lines
3.9 KiB
JSON
104 lines
3.9 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"error": {
|
|
"invalid_api_key": "Invalid API key",
|
|
"no_sensors_near_coordinates": "No sensors found near coordinates (within distance)",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"by_coordinates": {
|
|
"data": {
|
|
"distance": "Search Radius",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
},
|
|
"data_description": {
|
|
"distance": "The radius (in kilometers) of the circle to search within",
|
|
"latitude": "The latitude around which to search for sensors",
|
|
"longitude": "The longitude around which to search for sensors"
|
|
},
|
|
"description": "Search for a PurpleAir sensor within a certain distance of a latitude/longitude."
|
|
},
|
|
"choose_sensor": {
|
|
"data": {
|
|
"sensor_index": "Sensor"
|
|
},
|
|
"data_description": {
|
|
"sensor_index": "The sensor to track"
|
|
},
|
|
"description": "Which of the nearby sensors would you like to track?"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "API Key"
|
|
},
|
|
"data_description": {
|
|
"api_key": "Your PurpleAir API key (if you have both read and write keys, use the read key)"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key"
|
|
},
|
|
"data_description": {
|
|
"api_key": "Your PurpleAir API key (if you have both read and write keys, use the read key)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"invalid_api_key": "Invalid API key",
|
|
"no_sensors_near_coordinates": "No sensors found near coordinates (within distance)",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"add_sensor": {
|
|
"data": {
|
|
"distance": "Search Radius",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
},
|
|
"data_description": {
|
|
"distance": "The radius (in kilometers) of the circle to search within",
|
|
"latitude": "The latitude around which to search for sensors",
|
|
"longitude": "The longitude around which to search for sensors"
|
|
},
|
|
"description": "Search for a PurpleAir sensor within a certain distance of a latitude/longitude.",
|
|
"title": "Add Sensor"
|
|
},
|
|
"choose_sensor": {
|
|
"data": {
|
|
"sensor_index": "Sensor"
|
|
},
|
|
"data_description": {
|
|
"sensor_index": "The sensor to track"
|
|
},
|
|
"description": "Which of the nearby sensors would you like to track?",
|
|
"title": "Choose Sensor to Add"
|
|
},
|
|
"init": {
|
|
"menu_options": {
|
|
"add_sensor": "Add sensor",
|
|
"remove_sensor": "Remove sensor"
|
|
}
|
|
},
|
|
"remove_sensor": {
|
|
"data": {
|
|
"sensor_device_id": "Sensor Name"
|
|
},
|
|
"data_description": {
|
|
"sensor_device_id": "The sensor to remove"
|
|
},
|
|
"title": "Remove Sensor"
|
|
}
|
|
}
|
|
}
|
|
} |