1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/hikvision/strings.json
2026-02-14 21:32:39 +01:00

105 lines
2.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "Use SSL",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The hostname or IP address of your Hikvision device",
"password": "The password for your Hikvision device",
"port": "The port number for the device (default is 80)",
"ssl": "Enable if your device uses HTTPS",
"username": "The username for your Hikvision device"
},
"description": "Enter your Hikvision device connection details.",
"title": "Set up Hikvision device"
}
}
},
"device": {
"nvr_channel": {
"name": "{device_name} channel {channel_number}"
}
},
"entity": {
"binary_sensor": {
"attended_baggage": {
"name": "Attended baggage"
},
"bad_video": {
"name": "Bad video"
},
"disk_error": {
"name": "Disk error"
},
"disk_full": {
"name": "Disk full"
},
"entering_region": {
"name": "Entering region"
},
"exiting_region": {
"name": "Exiting region"
},
"face_detection": {
"name": "Face detection"
},
"field_detection": {
"name": "Field detection"
},
"illegal_access": {
"name": "Illegal access"
},
"io": {
"name": "I/O alarm"
},
"ip_conflict": {
"name": "IP conflict"
},
"line_crossing": {
"name": "Line crossing"
},
"net_interface_broken": {
"name": "Network interface broken"
},
"pir_alarm": {
"name": "PIR alarm"
},
"recording_failure": {
"name": "Recording failure"
},
"scene_change_detection": {
"name": "Scene change detection"
},
"shelter_alarm": {
"name": "Shelter alarm"
},
"unattended_baggage": {
"name": "Unattended baggage"
},
"video_mismatch": {
"name": "Video mismatch"
}
}
},
"issues": {
"deprecated_yaml_import_issue": {
"description": "Configuring {integration_title} using YAML is deprecated and the import failed. Please remove the `{domain}` entry from your `configuration.yaml` file and set up the integration manually.",
"title": "YAML import failed"
}
}
}