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

53 lines
1.7 KiB
JSON
Raw Normal View History

{
2020-04-08 00:08:19 +00:00
"config": {
"abort": {
"already_configured": "Host already configured"
},
"error": {
2020-04-25 22:37:41 +00:00
"connection": "Connection error: please check your host, port & ssl",
2020-04-08 00:08:19 +00:00
"login": "Login error: please check your username & password",
"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",
"unknown": "Unknown error: please check logs to get more details"
2020-04-08 00:08:19 +00:00
},
"flow_title": "Synology DSM {name} ({host})",
"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",
2020-04-08 00:08:19 +00:00
"username": "Username"
},
"description": "Do you want to setup {name} ({host})?",
"title": "Synology DSM"
},
"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",
2020-04-08 00:08:19 +00:00
"username": "Username"
},
"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
}