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

64 lines
2.1 KiB
JSON
Raw Normal View History

{
2020-04-08 00:08:19 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful",
"reconfigure_successful": "Re-configuration was successful"
2020-04-08 00:08:19 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"missing_data": "Missing data: please retry later or an other configuration",
2020-04-22 21:28:47 +00:00
"otp_failed": "Two-step authentication failed, retry with a new pass code",
2020-10-07 00:06:20 +00:00
"unknown": "Unexpected error"
2020-04-08 00:08:19 +00:00
},
"flow_title": "{name} ({host})",
2020-04-08 00:08:19 +00:00
"step": {
"2sa": {
"data": {
"otp_code": "Code"
},
"title": "Synology DSM: two-step authentication"
},
2020-04-08 00:08:19 +00:00
"link": {
"data": {
"password": "Password",
2020-05-13 18:27:21 +00:00
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
2020-04-08 00:08:19 +00:00
},
"description": "Do you want to setup {name} ({host})?",
"title": "Synology DSM"
},
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Synology DSM Reauthenticate Integration"
},
2020-04-08 00:08:19 +00:00
"user": {
"data": {
"host": "Host",
"password": "Password",
2020-05-13 18:27:21 +00:00
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
2020-04-08 00:08:19 +00:00
},
"title": "Synology DSM"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Minutes between scans",
"timeout": "Timeout (seconds)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-08 00:08:19 +00:00
}