core/homeassistant/components/fyta/strings.json

158 lines
5.9 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Credentials for FYTA API",
"description": "Provide email and password to connect to the FYTA server",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "The email address to login to your FYTA account.",
"password": "The password to login to your FYTA account."
}
},
"reauth_confirm": {
"description": "Update your credentials for FYTA API",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "[%key:component::fyta::config::step::user::data_description::username%]",
"password": "[%key:component::fyta::config::step::user::data_description::password%]"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"password_error": "Invalid password",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"binary_sensor": {
"notification_light": {
"name": "Light notification"
},
"notification_nutrition": {
"name": "Nutrition notification"
},
"notification_temperature": {
"name": "Temperature notification"
},
"notification_water": {
"name": "Water notification"
},
"productive_plant": {
"name": "Productive plant"
},
"repotted": {
"name": "Repotted"
},
"sensor_update_available": {
"name": "Sensor update available"
}
},
"sensor": {
"scientific_name": {
"name": "Scientific name"
},
"plant_status": {
"name": "Plant state",
"state": {
"deleted": "Deleted",
"doing_great": "Doing great",
"need_attention": "Needs attention",
"no_sensor": "No sensor"
}
},
"temperature_status": {
"name": "Temperature state",
"state": {
"no_data": "No data",
"too_low": "Too low",
"low": "Low",
"perfect": "Perfect",
"high": "High",
"too_high": "Too high"
}
},
"light_status": {
"name": "Light state",
"state": {
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
}
},
"moisture_status": {
"name": "Moisture state",
"state": {
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
}
},
"nutrients_status": {
"name": "Nutrients state",
"state": {
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
}
},
"salinity_status": {
"name": "Salinity state",
"state": {
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
}
},
"light": {
"name": "Light"
},
"salinity": {
"name": "Salinity"
},
"last_fertilised": {
"name": "Last fertilized"
},
"next_fertilisation": {
"name": "Next fertilization"
}
}
},
"exceptions": {
"update_error": {
"message": "Error while updating data from the API."
},
"config_entry_not_ready": {
"message": "Error while loading the config entry."
},
"auth_failed": {
"message": "Error while logging in to the API."
}
}
}