hass-core/homeassistant/components/mold_indicator/strings.json
rahulsamant37 01ad8661d6
Add missing strings for mold indicator (#128205)
* Add missing localization keys for random component configuration

* Add missing localization keys for mold_indicator component configuration

* one_integration_at_a_time

* Fix localization strings for mold_indicator: use direct values instead of non-existing keys

* Fix localization strings for mold_indicator: use direct values instead of non-existing key

* Add missing translations for Mold Indicator helper

* correcting it for hassfest

* Fixes

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-10-21 22:01:23 +02:00

49 lines
1.7 KiB
JSON

{
"title": "Mold Indicator",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"calibration_is_zero": "Calibration factor can't be zero."
},
"step": {
"user": {
"description": "Add Mold indicator helper",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"indoor_humidity_sensor": "Indoor humidity sensor",
"indoor_temp_sensor": "Indoor temperature sensor",
"outdoor_temp_sensor": "Outdoor temperature sensor",
"calibration_factor": "Calibration factor"
},
"data_description": {
"name": "Name for the created entity.",
"indoor_humidity_sensor": "The entity ID of the indoor humidity sensor.",
"indoor_temp_sensor": "The entity ID of the indoor temperature sensor.",
"outdoor_temp_sensor": "The entity ID of the outdoor temperature sensor.",
"calibration_factor": "Needs to be calibrated to the critical point in the room."
}
}
}
},
"options": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"calibration_is_zero": "Calibration factor can't be zero."
},
"step": {
"init": {
"description": "Adjust the calibration factor as required",
"data": {
"calibration_factor": "[%key:component::mold_indicator::config::step::user::data::calibration_factor%]"
},
"data_description": {
"calibration_factor": "[%key:component::mold_indicator::config::step::user::data_description::calibration_factor%]"
}
}
}
}
}