Home Assistant Git Exporter
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"title": "Pollens",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"single_instance_allowed": "Une seule configuration de Pollens est autoris\u00e9e"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Impossible de se connecter au serveur",
|
||||
"invalid_county": "Un seul d\u00e9partment est actuellemnt g\u00e9r\u00e9",
|
||||
"unknown": "Erreur inconnue"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"county": "D\u00e9partement",
|
||||
"scan_interval": "P\u00e9riode d\u0027int\u00e9rogation (heures)",
|
||||
"literal_states": "Etats en texte (non selection\u00e9 = num\u00e9rique)"
|
||||
},
|
||||
"title":"Pollens - Etape #1",
|
||||
"description":"Si vous avez besoin d\u0027information sur les pollens rendez vous sur le site du R.N.S.A, https://www.pollens.fr"
|
||||
},
|
||||
"select_pollens": {
|
||||
"title":"Pollens - Etape #2",
|
||||
"description":"Selection des pollens \r\nhttps://www.pollens.fr",
|
||||
"data": {
|
||||
"pollens_list": "Selectionnez un/des pollens dans la liste"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options":{
|
||||
"step":{
|
||||
"init":{
|
||||
"data":{
|
||||
"scan_interval": "P\u00e9riode d\u0027int\u00e9rogation (heures)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_scan_interval": "La periode d interrogation doit etre superieure a 1 heure"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user