mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Remove instances of title case in common strings (#102212)
This commit is contained in:
parent
a65ad37c8b
commit
799342497b
@ -67,8 +67,8 @@
|
|||||||
},
|
},
|
||||||
"config_flow": {
|
"config_flow": {
|
||||||
"title": {
|
"title": {
|
||||||
"oauth2_pick_implementation": "Pick Authentication Method",
|
"oauth2_pick_implementation": "Pick authentication method",
|
||||||
"reauth": "Reauthenticate Integration",
|
"reauth": "Reauthenticate integration",
|
||||||
"via_hassio_addon": "{name} via Home Assistant add-on"
|
"via_hassio_addon": "{name} via Home Assistant add-on"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
@ -81,20 +81,20 @@
|
|||||||
"username": "Username",
|
"username": "Username",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"host": "Host",
|
"host": "Host",
|
||||||
"ip": "IP Address",
|
"ip": "IP address",
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"usb_path": "USB Device Path",
|
"usb_path": "USB device path",
|
||||||
"access_token": "Access Token",
|
"access_token": "Access token",
|
||||||
"api_key": "API Key",
|
"api_key": "API key",
|
||||||
"api_token": "API Token",
|
"api_token": "API token",
|
||||||
"ssl": "Uses an SSL certificate",
|
"ssl": "Uses an SSL certificate",
|
||||||
"verify_ssl": "Verify SSL certificate",
|
"verify_ssl": "Verify SSL certificate",
|
||||||
"elevation": "Elevation",
|
"elevation": "Elevation",
|
||||||
"longitude": "Longitude",
|
"longitude": "Longitude",
|
||||||
"latitude": "Latitude",
|
"latitude": "Latitude",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"pin": "PIN Code",
|
"pin": "PIN code",
|
||||||
"mode": "Mode",
|
"mode": "Mode",
|
||||||
"path": "Path"
|
"path": "Path"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user