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

55 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"missing_data": "Missing data: please retry later or an other configuration",
"otp_failed": "Two-step authentication failed, retry with a new pass code",
"unknown": "Unexpected error"
},
"flow_title": "Synology DSM {name} ({host})",
"step": {
"2sa": {
"data": {
"otp_code": "Code"
},
"title": "Synology DSM: two-step authentication"
},
"link": {
"data": {
"password": "Password",
"port": "Port",
"ssl": "Uses an SSL certificate",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
},
"description": "Do you want to setup {name} ({host})?",
"title": "Synology DSM"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"ssl": "Uses an SSL certificate",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
},
"title": "Synology DSM"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Minutes between scans",
"timeout": "Timeout (seconds)"
}
}
}
}
}