[ci skip] Translation update
parent
6dc6f2d099
commit
55bec20b02
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This TV is already configured."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, invalid host or PIN code.",
|
||||
"invalid_host": "Invalid hostname or IP address.",
|
||||
"unsupported_model": "Your TV model is not supported."
|
||||
},
|
||||
"step": {
|
||||
"authorize": {
|
||||
"data": {
|
||||
"pin": "PIN code"
|
||||
},
|
||||
"description": "Enter the PIN code shown on the Sony Bravia TV. \n\nIf the PIN code is not shown, you have to unregister Home Assistant on your TV, go to: Settings -> Network -> Remote device settings -> Unregister remote device.",
|
||||
"title": "Authorize Sony Bravia TV"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "TV hostname or IP address"
|
||||
},
|
||||
"description": "Set up Sony Bravia TV integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/braviatv \n\nEnsure that your TV is turned on.",
|
||||
"title": "Sony Bravia TV"
|
||||
}
|
||||
},
|
||||
"title": "Sony Bravia TV"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ignored_sources": "List of ignored sources"
|
||||
},
|
||||
"title": "Options for Sony Bravia TV"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
"already_configured": "This printer is already configured.",
|
||||
"connection_error": "Failed to connect to printer.",
|
||||
"connection_upgrade": "Failed to connect to printer due to connection upgrade being required.",
|
||||
"ipp_error": "Encountered IPP error.",
|
||||
"ipp_version_error": "IPP version not supported by printer.",
|
||||
"parse_error": "Failed to parse response from printer."
|
||||
},
|
||||
"error": {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"action_type": {
|
||||
"brightness_decrease": "Disminuir brillo de {entity_name}",
|
||||
"brightness_increase": "Aumentar brillo de {entity_name}",
|
||||
"flash": "Destellos {entidad_nombre}",
|
||||
"toggle": "Alternar {entity_name}",
|
||||
"turn_off": "Apagar {entity_name}",
|
||||
"turn_on": "Encender {entity_name}"
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"brightness_decrease": "\u964d\u4f4e {entity_name} \u7684\u4eae\u5ea6",
|
||||
"brightness_increase": "\u63d0\u9ad8 {entity_name} \u7684\u4eae\u5ea6",
|
||||
"flash": "\u4f7f {entity_name} \u95ea\u70c1",
|
||||
"toggle": "\u5207\u6362 {entity_name} \u5f00\u5173",
|
||||
"turn_off": "\u5173\u95ed {entity_name}",
|
||||
"turn_on": "\u6253\u5f00 {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} \u5df2\u5173\u95ed",
|
||||
"is_on": "{entity_name} \u5df2\u6253\u5f00"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
"action_type": {
|
||||
"brightness_decrease": "\u964d\u4f4e{entity_name}\u4eae\u5ea6",
|
||||
"brightness_increase": "\u589e\u52a0{entity_name}\u4eae\u5ea6",
|
||||
"flash": "\u9583\u52d5 {entity_name}",
|
||||
"toggle": "\u5207\u63db{entity_name}",
|
||||
"turn_off": "\u95dc\u9589{entity_name}",
|
||||
"turn_on": "\u958b\u555f{entity_name}"
|
||||
|
|
|
@ -1,39 +1,49 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "SmartThings",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Confirm Callback URL",
|
||||
"description": "SmartThings will be configured to send push updates to Home Assistant at:\n> {webhook_url}\n\nIf this is not correct, please update your configuration, restart Home Assistant, and try again."
|
||||
},
|
||||
"pat": {
|
||||
"title": "Enter Personal Access Token",
|
||||
"description": "Please enter a SmartThings [Personal Access Token]({token_url}) that has been created per the [instructions]({component_url}). This will be used to create the Home Assistant integration within your SmartThings account.",
|
||||
"data": {
|
||||
"access_token": "Access Token"
|
||||
}
|
||||
},
|
||||
"select_location": {
|
||||
"title": "Select Location",
|
||||
"description": "Please select the SmartThings Location you wish to add to Home Assistant. We will then open a new window and ask you to login and authorize installation of the Home Assistant integration into the selected location.",
|
||||
"data": {
|
||||
"location_id": "Location"
|
||||
}
|
||||
},
|
||||
"authorize": {
|
||||
"title": "Authorize Home Assistant"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"invalid_webhook_url": "Home Assistant is not configured correctly to receive updates from SmartThings. The webhook URL is invalid:\n> {webhook_url}\n\nPlease update your configuration per the [instructions]({component_url}), restart Home Assistant, and try again.",
|
||||
"no_available_locations": "There are no available SmartThings Locations to setup in Home Assistant."
|
||||
},
|
||||
"error": {
|
||||
"app_not_installed": "Please ensure you have installed and authorized the Home Assistant SmartApp and try again.",
|
||||
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
|
||||
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
|
||||
"token_already_setup": "The token has already been setup.",
|
||||
"token_forbidden": "The token does not have the required OAuth scopes.",
|
||||
"token_invalid_format": "The token must be in the UID/GUID format",
|
||||
"token_unauthorized": "The token is invalid or no longer authorized.",
|
||||
"token_forbidden": "The token does not have the required OAuth scopes.",
|
||||
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
|
||||
"webhook_error": "SmartThings could not validate the webhook URL. Please ensure the webhook URL is reachable from the internet and try again."
|
||||
},
|
||||
"step": {
|
||||
"authorize": {
|
||||
"title": "Authorize Home Assistant"
|
||||
},
|
||||
"pat": {
|
||||
"data": {
|
||||
"access_token": "Access Token"
|
||||
},
|
||||
"description": "Please enter a SmartThings [Personal Access Token]({token_url}) that has been created per the [instructions]({component_url}). This will be used to create the Home Assistant integration within your SmartThings account.",
|
||||
"title": "Enter Personal Access Token"
|
||||
},
|
||||
"select_location": {
|
||||
"data": {
|
||||
"location_id": "Location"
|
||||
},
|
||||
"description": "Please select the SmartThings Location you wish to add to Home Assistant. We will then open a new window and ask you to login and authorize installation of the Home Assistant integration into the selected location.",
|
||||
"title": "Select Location"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Access Token"
|
||||
},
|
||||
"description": "SmartThings will be configured to send push updates to Home Assistant at:\n> {webhook_url}\n\nIf this is not correct, please update your configuration, restart Home Assistant, and try again.",
|
||||
"title": "Confirm Callback URL"
|
||||
},
|
||||
"wait_install": {
|
||||
"description": "Please install the Home Assistant SmartApp in at least one location and click submit.",
|
||||
"title": "Install SmartApp"
|
||||
}
|
||||
},
|
||||
"title": "SmartThings"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue