mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add translations for Geolocation (#89880)
This commit is contained in:
19
homeassistant/components/geo_location/strings.json
Normal file
19
homeassistant/components/geo_location/strings.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"title": "Geolocation",
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"name": "[%key:component::geo_location::title%]",
|
||||||
|
"state_attributes": {
|
||||||
|
"latitude": {
|
||||||
|
"name": "Latitude"
|
||||||
|
},
|
||||||
|
"longitude": {
|
||||||
|
"name": "Longitude"
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"name": "Source"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user