Files
homeassistant_config/config/custom_components/pollens/translations/en.json
2024-05-31 13:07:35 +02:00

46 lines
1.5 KiB
JSON

{
"title": "Pollens (from R.N.S.A. website)\r\nPlease visit www.pollen.fr for more information",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"single_instance_allowed": "Only one configuration of Pollens allowed"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_county": "Only one county is actualy allowed",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"title":"Pollens - Step #1",
"description":"Select county \r\nhttps://www.pollens.fr",
"data": {
"county": "County",
"scan_interval": "Scan interval (hours)",
"literal_states":"States in literal (in numeric if not selected)"
}
},
"select_pollens": {
"title":"Pollens - Step #2",
"description":"Select pollens \r\nhttps://www.pollens.fr",
"data": {
"pollens_list": "Select pollens from list"
}
}
}
},
"options":{
"step":{
"init":{
"data":{
"scan_interval": "Scan interval (hours)"
}
}
},
"error": {
"invalid_scan_interval": "Invalid scan interval. Must be higher than 1 hour"
}
}
}