mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update translate, fix dev build error (#22419)
This commit is contained in:
parent
133ae63ed0
commit
7519e8d417
@ -1,26 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "Axis device",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Set up Axis device",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured",
|
||||
"bad_config_file": "Bad data from config file",
|
||||
"link_local_address": "Link local addresses are not supported"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Device is already configured",
|
||||
"device_unavailable": "Device is not available",
|
||||
"faulty_credentials": "Bad user credentials"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured",
|
||||
"bad_config_file": "Bad data from config file",
|
||||
"link_local_address": "Link local addresses are not supported"
|
||||
}
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Password",
|
||||
"port": "Port",
|
||||
"username": "Username"
|
||||
},
|
||||
"title": "Set up Axis device"
|
||||
}
|
||||
},
|
||||
"title": "Axis device"
|
||||
}
|
||||
}
|
@ -9,22 +9,14 @@
|
||||
},
|
||||
"error": {
|
||||
"login_failed": "Failed to pair to PlayStation 4. Verify PIN is correct.",
|
||||
"not_ready": "PlayStation 4 is not on or connected to network.",
|
||||
"no_ipaddress": "Enter the IP Address of the PlayStation 4 you would like to configure."
|
||||
"no_ipaddress": "Enter the IP Address of the PlayStation 4 you would like to configure.",
|
||||
"not_ready": "PlayStation 4 is not on or connected to network."
|
||||
},
|
||||
"step": {
|
||||
"creds": {
|
||||
"description": "Credentials needed. Press 'Submit' and then in the PS4 2nd Screen App, refresh devices and select the 'Home-Assistant' device to continue.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"data": {
|
||||
"mode": "Config Mode",
|
||||
"ip_address": "IP Address (Leave empty if using Auto Discovery)."
|
||||
},
|
||||
"description": "Select mode for configuration. The IP Address field can be left blank if selecting Auto Discovery, as devices will be automatically discovered.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"link": {
|
||||
"data": {
|
||||
"code": "PIN",
|
||||
@ -34,8 +26,16 @@
|
||||
},
|
||||
"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.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"data": {
|
||||
"ip_address": "IP Address (Leave empty if using Auto Discovery).",
|
||||
"mode": "Config Mode"
|
||||
},
|
||||
"description": "Select mode for configuration. The IP Address field can be left blank if selecting Auto Discovery, as devices will be automatically discovered.",
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
},
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
}
|
||||
}
|
@ -12,7 +12,7 @@
|
||||
"data": {
|
||||
"mode": "Config Mode",
|
||||
"ip_address": "IP Address (Leave empty if using Auto Discovery)."
|
||||
},
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"title": "PlayStation 4",
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"all_configured": "TelldusLive is already configured",
|
||||
"already_setup": "TelldusLive is already configured",
|
||||
"authorize_url_fail": "Unknown error generating an authorize url.",
|
||||
"authorize_url_timeout": "Timeout generating authorize url.",
|
||||
|
@ -1,28 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "UPnP/IGD is already configured",
|
||||
"incomplete_device": "Ignoring incomplete UPnP device",
|
||||
"no_devices_discovered": "No UPnP/IGDs discovered",
|
||||
"no_devices_found": "No UPnP/IGD devices found on the network.",
|
||||
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping",
|
||||
"single_instance_allowed": "Only a single configuration of UPnP/IGD is necessary."
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Do you want to set up UPnP/IGD?",
|
||||
"title": "UPnP/IGD"
|
||||
},
|
||||
"init": {
|
||||
"title": "UPnP/IGD"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"enable_port_mapping": "Enable port mapping for Home Assistant",
|
||||
"enable_sensors": "Add traffic sensors",
|
||||
"igd": "UPnP/IGD"
|
||||
},
|
||||
"title": "Configuration options for the UPnP/IGD"
|
||||
}
|
||||
},
|
||||
"title": "UPnP/IGD"
|
||||
|
@ -12,6 +12,7 @@
|
||||
"radio_type": "Radio Type",
|
||||
"usb_path": "USB Device Path"
|
||||
},
|
||||
"description": "",
|
||||
"title": "ZHA"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user