core/homeassistant/components/homekit/translations/en.json

68 lines
3.8 KiB
JSON
Raw Normal View History

{
2020-10-16 00:04:33 +00:00
"config": {
"abort": {
"port_name_in_use": "An accessory or bridge with the same name or port is already configured."
},
2020-05-03 00:02:26 +00:00
"step": {
2020-10-16 00:04:33 +00:00
"pairing": {
"description": "As soon as the {name} is ready, pairing will be available in \u201cNotifications\u201d as \u201cHomeKit Bridge Setup\u201d.",
"title": "Pair HomeKit"
},
2020-10-16 00:04:33 +00:00
"user": {
2020-05-03 00:02:26 +00:00
"data": {
2020-10-16 00:04:33 +00:00
"auto_start": "Autostart (disable if using Z-Wave or other delayed start system)",
"include_domains": "Domains to include"
2020-05-03 00:02:26 +00:00
},
2020-10-16 00:04:33 +00:00
"description": "The HomeKit integration will allow you to access your Home Assistant entities in HomeKit. In bridge mode, HomeKit Bridges are limited to 150 accessories per instance including the bridge itself. If you wish to bridge more than the maximum number of accessories, it is recommended that you use multiple HomeKit bridges for different domains. Detailed entity configuration is only available via YAML for the primary bridge.",
"title": "Activate HomeKit"
}
}
},
"options": {
"step": {
"advanced": {
2020-05-02 00:04:57 +00:00
"data": {
2020-10-16 00:04:33 +00:00
"auto_start": "Autostart (disable if using Z-Wave or other delayed start system)",
"safe_mode": "Safe Mode (enable only if pairing fails)"
2020-05-02 00:04:57 +00:00
},
2020-10-16 00:04:33 +00:00
"description": "These settings only need to be adjusted if HomeKit is not functional.",
"title": "Advanced Configuration"
2020-05-02 00:04:57 +00:00
},
"cameras": {
2020-05-02 00:04:57 +00:00
"data": {
"camera_copy": "Cameras that support native H.264 streams"
2020-05-02 00:04:57 +00:00
},
"description": "Check all cameras that support native H.264 streams. If the camera does not output a H.264 stream, the system will transcode the video to H.264 for HomeKit. Transcoding requires a performant CPU and is unlikely to work on single board computers.",
"title": "Select camera video codec."
2020-05-02 00:04:57 +00:00
},
2020-10-16 00:04:33 +00:00
"exclude": {
"data": {
2020-10-16 00:04:33 +00:00
"exclude_entities": "Entities to exclude"
},
2020-10-16 00:04:33 +00:00
"description": "Choose the entities that you do NOT want to be bridged.",
"title": "Exclude entities in selected domains from bridge"
},
"include_exclude": {
"data": {
2020-10-16 00:04:33 +00:00
"entities": "Entities",
"mode": "Mode"
},
2020-10-16 00:04:33 +00:00
"description": "Choose the entities to be exposed. In accessory mode, only a single entity is exposed. In bridge include mode, all entities in the domain will be exposed unless specific entities are selected. In bridge exclude mode, all entities in the domain will be exposed except for the excluded entities.",
"title": "Select entities to be exposed"
},
2020-10-16 00:04:33 +00:00
"init": {
"data": {
"include_domains": "Domains to include",
"mode": "Mode"
},
"description": "HomeKit can be configured expose a bridge or a single accessory. In accessory mode, only a single entity can be used. Accessory mode is required for media players with the TV device class to function properly. Entities in the \u201cDomains to include\u201d will be exposed to HomeKit. You will be able to select which entities to include or exclude from this list on the next screen.",
"title": "Select domains to expose."
},
"yaml": {
"description": "This entry is controlled via YAML",
"title": "Adjust HomeKit Options"
}
}
2020-10-16 00:04:33 +00:00
},
"title": "HomeKit Bridge"
}