Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/accuweather/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"data": {
"name": "Name of the integration",
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/airly/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"data": {
"name": "Name of the integration",
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions homeassistant/components/airvisual/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "Use the AirVisual cloud API to monitor a geographical location.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
},
"node_pro": {
Expand Down Expand Up @@ -47,4 +47,4 @@
}
}
}
}
}
5 changes: 4 additions & 1 deletion homeassistant/components/flunearyou/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"user": {
"title": "Configure Flu Near You",
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
"data": { "latitude": "Latitude", "longitude": "Longitude" }
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
"error": { "general_error": "There was an unknown error." },
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/ipma/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"data": {
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"mode": "Mode"
}
}
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/met/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "Meteorologisk institutt",
"data": {
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"elevation": "Elevation"
}
}
Expand Down
6 changes: 3 additions & 3 deletions homeassistant/components/metoffice/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"title": "Connect to the UK Met Office",
"data": {
"api_key": "Met Office DataPoint API key",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
Expand All @@ -19,4 +19,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
}
6 changes: 3 additions & 3 deletions homeassistant/components/nws/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"title": "Connect to the National Weather Service",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"station": "METAR station code"
}
}
Expand All @@ -20,4 +20,4 @@
"already_configured": "Device is already configured"
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/openuv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/openweathermap/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"data": {
"api_key": "OpenWeatherMap API key",
"language": "Language",
"latitude": "Latitude",
"longitude": "Longitude",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"mode": "Mode",
"name": "Name of the integration"
},
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/smhi/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"title": "Location in Sweden",
"data": {
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude"
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion homeassistant/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"url": "URL",
"usb_path": "USB Device Path",
"access_token": "Access Token",
"api_key": "API Key"
"api_key": "API Key",
"longitude": "Longitude",
"latitude": "Latitude"
Copy link
Copy Markdown
Member

@MartinHjelmare MartinHjelmare Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we add new common keys for items that are already translated it's good to rename the keys in lokalise for the existing translations too. Someone with admin access in lokalise needs to do that.

Copy link
Copy Markdown
Member

@ludeeus ludeeus Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know who has admin access to do that?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting here so we don't forget.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just know Paulus but there should be more admins.

},
"create_entry": {
"authenticated": "Successfully authenticated"
Expand Down