Files
core/homeassistant/components/harbor/strings.json
T

77 lines
2.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_cert": "The client certificate must be a valid PEM certificate",
"invalid_key": "The private key must be a valid PEM private key",
"invalid_serial": "The serial number must be exactly 10 digits"
},
"step": {
"user": {
"data": {
"cert_pem": "Client certificate",
"ip_address": "[%key:common::config_flow::data::ip%]",
"key_pem": "Private key",
"serial": "Serial number"
},
"data_description": {
"cert_pem": "Paste the client certificate from the Harbor app.",
"ip_address": "The local IP address of the Harbor device.",
"key_pem": "Paste the private key that matches the client certificate.",
"serial": "The 10-digit serial number printed on the Harbor device."
},
"title": "Set up Harbor"
}
}
},
"entity": {
"sensor": {
"bitrate": {
"name": "Bitrate"
},
"num_viewers": {
"name": "Viewers",
"unit_of_measurement": "viewers"
},
"stream_quality": {
"name": "Stream quality",
"state": {
"excellent": "Excellent",
"fair": "Fair",
"good": "Good",
"poor": "Poor"
}
},
"wifi_strength": {
"name": "Wi-Fi strength",
"unit_of_measurement": "bars"
}
},
"switch": {
"camera_on": {
"name": "Camera"
},
"clock_display": {
"name": "Clock overlay"
},
"video_flip": {
"name": "Flip image"
}
}
},
"exceptions": {
"cannot_connect": {
"message": "Could not connect to the Harbor camera. It may be offline or unreachable."
},
"switch_turn_off_failed": {
"message": "Failed to turn off {switch}."
},
"switch_turn_on_failed": {
"message": "Failed to turn on {switch}."
}
}
}