mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Add name to base strings for config flows (#40947)
* Add name to base strings for config flows * Fix HA strings.json
This commit is contained in:
parent
7bafa921bb
commit
04daa9a378
@ -26,7 +26,7 @@
|
|||||||
"finish": {
|
"finish": {
|
||||||
"title": "Choose a name for the device",
|
"title": "Choose a name for the device",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"advertise_port": "Advertise port",
|
"advertise_port": "Advertise port",
|
||||||
"host_ip": "Host IP",
|
"host_ip": "Host IP",
|
||||||
"listen_port": "Listen port",
|
"listen_port": "Listen port",
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"upnp_bind_multicast": "Bind multicast (True/False)"
|
"upnp_bind_multicast": "Bind multicast (True/False)"
|
||||||
},
|
},
|
||||||
"title": "Define server configuration"
|
"title": "Define server configuration"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Setup Glances",
|
"title": "Setup Glances",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"description": "First, you need to download the Goal Zero app: https://www.goalzero.com/product-features/yeti-app/\n\nFollow the instructions to connect your Yeti to your Wifi network. Then get the host ip from your router. DHCP must be set up in your router settings for the device to ensure the host ip does not change. Refer to your router's user manual.",
|
"description": "First, you need to download the Goal Zero app: https://www.goalzero.com/product-features/yeti-app/\n\nFollow the instructions to connect your Yeti to your Wifi network. Then get the host ip from your router. DHCP must be set up in your router settings for the device to ensure the host ip does not change. Refer to your router's user manual.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"name": "Name"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"title": "Location",
|
"title": "Location",
|
||||||
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
|
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "[%key:common::config_flow::data::longitude%]",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"mode": "Mode"
|
"mode": "Mode"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"title": "Location",
|
"title": "Location",
|
||||||
"description": "Meteorologisk institutt",
|
"description": "Meteorologisk institutt",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "[%key:common::config_flow::data::longitude%]",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"elevation": "Elevation"
|
"elevation": "Elevation"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Set up Mikrotik Router",
|
"title": "Set up Mikrotik Router",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"title": "Link your Minecraft Server",
|
"title": "Link your Minecraft Server",
|
||||||
"description": "Set up your Minecraft Server instance to allow monitoring.",
|
"description": "Set up your Minecraft Server instance to allow monitoring.",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -19,4 +19,4 @@
|
|||||||
"already_configured": "Host is already configured."
|
"already_configured": "Host is already configured."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Connect to NZBGet",
|
"title": "Connect to NZBGet",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"manual_input": {
|
"manual_input": {
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]"
|
"port": "[%key:common::config_flow::data::port%]"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"title": "OpenTherm Gateway",
|
"title": "OpenTherm Gateway",
|
||||||
"data": { "name": "Name", "device": "Path or URL", "id": "ID" }
|
"data": {
|
||||||
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
|
"device": "Path or URL",
|
||||||
|
"id": "ID"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"description": "Enter your Panasonic Viera TV's IP address",
|
"description": "Enter your Panasonic Viera TV's IP address",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::ip%]",
|
"host": "[%key:common::config_flow::data::ip%]",
|
||||||
"name": "Name"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pairing": {
|
"pairing": {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]",
|
"port": "[%key:common::config_flow::data::port%]",
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"ssl": "Use SSL",
|
"ssl": "Use SSL",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
|
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
|
||||||
"data": {
|
"data": {
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"code": "PIN",
|
"code": "PIN",
|
||||||
"ip_address": "[%key:common::config_flow::data::ip%]"
|
"ip_address": "[%key:common::config_flow::data::ip%]"
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
|
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"name": "Name"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
@ -22,4 +22,4 @@
|
|||||||
"not_supported": "This Samsung TV device is currently not supported."
|
"not_supported": "This Samsung TV device is currently not supported."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Location in Sweden",
|
"title": "Location in Sweden",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "[%key:common::config_flow::data::longitude%]"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"url": "Web interface URL"
|
"url": "Web interface URL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Setup Transmission Client",
|
"title": "Setup Transmission Client",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
@ -33,4 +33,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"title": "VIZIO SmartCast Device",
|
"title": "VIZIO SmartCast Device",
|
||||||
"description": "An [%key:common::config_flow::data::access_token%] is only needed for TVs. If you are configuring a TV and do not have an [%key:common::config_flow::data::access_token%] yet, leave it blank to go through a pairing process.",
|
"description": "An [%key:common::config_flow::data::access_token%] is only needed for TVs. If you are configuring a TV and do not have an [%key:common::config_flow::data::access_token%] yet, leave it blank to go through a pairing process.",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"device_class": "Device Type",
|
"device_class": "Device Type",
|
||||||
"access_token": "[%key:common::config_flow::data::access_token%]"
|
"access_token": "[%key:common::config_flow::data::access_token%]"
|
||||||
@ -50,4 +50,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"confirm_setup": "Do you want to start set up?"
|
"confirm_setup": "Do you want to start set up?"
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
|
"name": "Name",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user