Add missing common strings (#41621)

pull/41643/head
Christian Bilevits 2020-10-11 00:42:32 +02:00 committed by GitHub
parent b5f4b58832
commit fdc965c6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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"
},