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

34 lines
674 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"location_mode": ""
},
"description": "Select Localisation mode",
"title": "Localisation mode"
},
"location": {
"data": {
"code_postal": "Zip Code"
},
"description": "Set your zip code",
"title": "Location"
},
"multilocation": {
"data": {
"city": "City"
},
"title": "Many code found",
"description": "Select the city"
},
"location_map": {
"data": {
"latitude": "latitude",
"longitude": "longitude"
}
}
}
}
}