2019-09-19 21:29:26 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"title": "Plex",
|
|
|
|
"step": {
|
2019-09-22 22:23:14 +00:00
|
|
|
"manual_setup": {
|
|
|
|
"title": "Plex server",
|
|
|
|
"data": {
|
|
|
|
"host": "Host",
|
|
|
|
"port": "Port",
|
|
|
|
"ssl": "Use SSL",
|
|
|
|
"verify_ssl": "Verify SSL certificate",
|
|
|
|
"token": "Token (if required)"
|
|
|
|
}
|
|
|
|
},
|
2019-09-19 21:29:26 +00:00
|
|
|
"select_server": {
|
|
|
|
"title": "Select Plex server",
|
|
|
|
"description": "Multiple servers available, select one:",
|
|
|
|
"data": {
|
|
|
|
"server": "Server"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"title": "Connect Plex server",
|
2019-09-22 22:23:14 +00:00
|
|
|
"description": "Enter a Plex token for automatic setup or manually configure a server.",
|
2019-09-19 21:29:26 +00:00
|
|
|
"data": {
|
2019-09-22 22:23:14 +00:00
|
|
|
"token": "Plex token",
|
|
|
|
"manual_setup": "Manual setup"
|
2019-09-19 21:29:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"faulty_credentials": "Authorization failed",
|
|
|
|
"no_servers": "No servers linked to account",
|
2019-09-22 22:23:14 +00:00
|
|
|
"not_found": "Plex server not found",
|
|
|
|
"no_token": "Provide a token or select manual setup"
|
2019-09-19 21:29:26 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"all_configured": "All linked servers already configured",
|
|
|
|
"already_configured": "This Plex server is already configured",
|
|
|
|
"already_in_progress": "Plex is being configured",
|
|
|
|
"invalid_import": "Imported configuration is invalid",
|
|
|
|
"unknown": "Failed for unknown reason"
|
|
|
|
}
|
2019-09-26 09:10:20 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"plex_mp_settings": {
|
|
|
|
"description": "Options for Plex Media Players",
|
|
|
|
"data": {
|
|
|
|
"use_episode_art": "Use episode art",
|
|
|
|
"show_all_controls": "Show all controls"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-09-19 21:29:26 +00:00
|
|
|
}
|
|
|
|
}
|