Update translate, fix dev build error (#22419)

This commit is contained in:
Jason Hu 2019-03-26 07:48:26 -07:00 committed by Paulus Schoutsen
parent 133ae63ed0
commit 7519e8d417
6 changed files with 29 additions and 44 deletions

View File

@ -1,26 +1,26 @@
{ {
"config": { "config": {
"title": "Axis device", "abort": {
"step": { "already_configured": "Device is already configured",
"user": { "bad_config_file": "Bad data from config file",
"title": "Set up Axis device", "link_local_address": "Link local addresses are not supported"
"data": {
"host": "Host",
"username": "Username",
"password": "Password",
"port": "Port"
}
}
}, },
"error": { "error": {
"already_configured": "Device is already configured", "already_configured": "Device is already configured",
"device_unavailable": "Device is not available", "device_unavailable": "Device is not available",
"faulty_credentials": "Bad user credentials" "faulty_credentials": "Bad user credentials"
}, },
"abort": { "step": {
"already_configured": "Device is already configured", "user": {
"bad_config_file": "Bad data from config file", "data": {
"link_local_address": "Link local addresses are not supported" "host": "Host",
} "password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Set up Axis device"
}
},
"title": "Axis device"
} }
} }

View File

@ -9,22 +9,14 @@
}, },
"error": { "error": {
"login_failed": "Failed to pair to PlayStation 4. Verify PIN is correct.", "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": { "step": {
"creds": { "creds": {
"description": "Credentials needed. Press 'Submit' and then in the PS4 2nd Screen App, refresh devices and select the 'Home-Assistant' device to continue.", "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" "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": { "link": {
"data": { "data": {
"code": "PIN", "code": "PIN",
@ -34,6 +26,14 @@
}, },
"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.",
"title": "PlayStation 4" "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" "title": "PlayStation 4"

View File

@ -12,7 +12,7 @@
"data": { "data": {
"mode": "Config Mode", "mode": "Config Mode",
"ip_address": "IP Address (Leave empty if using Auto Discovery)." "ip_address": "IP Address (Leave empty if using Auto Discovery)."
}, }
}, },
"link": { "link": {
"title": "PlayStation 4", "title": "PlayStation 4",

View File

@ -1,7 +1,6 @@
{ {
"config": { "config": {
"abort": { "abort": {
"all_configured": "TelldusLive is already configured",
"already_setup": "TelldusLive is already configured", "already_setup": "TelldusLive is already configured",
"authorize_url_fail": "Unknown error generating an authorize url.", "authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize url.", "authorize_url_timeout": "Timeout generating authorize url.",

View File

@ -1,28 +1,13 @@
{ {
"config": { "config": {
"abort": { "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_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." "single_instance_allowed": "Only a single configuration of UPnP/IGD is necessary."
}, },
"step": { "step": {
"confirm": { "confirm": {
"description": "Do you want to set up UPnP/IGD?", "description": "Do you want to set up UPnP/IGD?",
"title": "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" "title": "UPnP/IGD"

View File

@ -12,6 +12,7 @@
"radio_type": "Radio Type", "radio_type": "Radio Type",
"usb_path": "USB Device Path" "usb_path": "USB Device Path"
}, },
"description": "",
"title": "ZHA" "title": "ZHA"
} }
}, },