mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add missing common strings (#41621)
This commit is contained in:
parent
b5f4b58832
commit
fdc965c6b9
@ -20,10 +20,10 @@
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Name of the area",
|
||||
"lat_ne": "Latitude North-East corner",
|
||||
"lon_ne": "Longitude North-East corner",
|
||||
"lat_sw": "Latitude South-West corner",
|
||||
"lon_sw": "Longitude South-West corner",
|
||||
"lat_ne": "[%key:common::config_flow::data::latitude%] North-East corner",
|
||||
"lon_ne": "[%key:common::config_flow::data::longitude%] North-East corner",
|
||||
"lat_sw": "[%key:common::config_flow::data::latitude%] South-West corner",
|
||||
"lon_sw": "[%key:common::config_flow::data::longitude%] South-West corner",
|
||||
"mode": "Calculation",
|
||||
"show_on_map": "Show on map"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user