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

62 lines
2.3 KiB
JSON
Raw Normal View History

2019-09-20 00:32:11 +00:00
{
"config": {
"abort": {
"all_configured": "All linked servers already configured",
"already_configured": "This Plex server is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
2020-10-07 00:06:20 +00:00
"reauth_successful": "Re-authentication was successful",
2019-10-02 00:32:11 +00:00
"token_request_timeout": "Timed out obtaining token",
2020-09-29 00:03:20 +00:00
"unknown": "Unexpected error"
2019-09-20 00:32:11 +00:00
},
"error": {
2020-05-13 18:27:21 +00:00
"faulty_credentials": "Authorization failed, verify Token",
"host_or_token": "Must provide at least one of Host or Token",
"no_servers": "No servers linked to Plex account",
"not_found": "Plex server not found",
"ssl_error": "SSL certificate issue"
2019-09-20 00:32:11 +00:00
},
2020-05-13 18:27:21 +00:00
"flow_title": "{name} ({host})",
2019-09-20 00:32:11 +00:00
"step": {
2020-05-13 18:27:21 +00:00
"manual_setup": {
"data": {
"host": "Host",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
2020-05-13 18:27:21 +00:00
"token": "Token (Optional)",
"verify_ssl": "Verify SSL certificate"
},
"title": "Manual Plex Configuration"
},
2019-09-20 00:32:11 +00:00
"select_server": {
"data": {
"server": "Server"
},
"description": "Multiple servers available, select one:",
"title": "Select Plex server"
},
2020-05-13 18:27:21 +00:00
"user": {
"description": "Continue to [plex.tv](https://plex.tv) to link a Plex server.",
"title": "Plex Media Server"
},
"user_advanced": {
"data": {
"setup_method": "Setup method"
},
"title": "Plex Media Server"
2019-09-20 00:32:11 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-09-27 00:32:12 +00:00
},
"options": {
"step": {
"plex_mp_settings": {
"data": {
2020-02-20 00:31:46 +00:00
"ignore_new_shared_users": "Ignore new managed/shared users",
2020-05-13 18:27:21 +00:00
"ignore_plex_web_clients": "Ignore Plex Web clients",
2020-02-20 00:31:46 +00:00
"monitored_users": "Monitored users",
2019-09-27 00:32:12 +00:00
"use_episode_art": "Use episode art"
},
"description": "Options for Plex Media Players"
}
}
2020-04-16 20:00:10 +00:00
}
2019-09-20 00:32:11 +00:00
}