feat: pre-populate server info from plex.tv API (#563)

Co-authored-by: sct <sctsnipe@gmail.com>
This commit is contained in:
Chris Pritchard
2021-01-25 07:34:21 +00:00
committed by GitHub
parent b3313a7f4d
commit 82ac76b054
11 changed files with 741 additions and 76 deletions

View File

@@ -403,6 +403,7 @@
"components.Settings.menuNotifications": "Notifications",
"components.Settings.menuPlexSettings": "Plex",
"components.Settings.menuServices": "Services",
"components.Settings.ms": "ms",
"components.Settings.nextexecution": "Next Execution",
"components.Settings.nodefault": "No default server selected!",
"components.Settings.nodefaultdescription": "At least one server must be marked as default before any requests will make it to your services.",
@@ -423,16 +424,33 @@
"components.Settings.runnow": "Run Now",
"components.Settings.save": "Save Changes",
"components.Settings.saving": "Saving…",
"components.Settings.servername": "Server Name (Automatically set after you save)",
"components.Settings.serverConnected": "connected",
"components.Settings.serverLocal": "local",
"components.Settings.serverRemote": "remote",
"components.Settings.servername": "Server Name (Retrieved from Plex)",
"components.Settings.servernamePlaceholder": "Plex Server Name",
"components.Settings.serverpreset": "Available Server",
"components.Settings.serverpresetLoad": "Press button to load available servers",
"components.Settings.serverpresetManualMessage": "Manually configure",
"components.Settings.serverpresetPlaceholder": "Plex server (retrieved automatically)",
"components.Settings.serverpresetRefreshing": "Retrieving servers...",
"components.Settings.settingUpPlex": "Setting up Plex",
"components.Settings.settingUpPlexDescription": "To setup Plex you can enter your details manually, or choose from one of your available servers retrieved from <RegisterPlexTVLink>plex.tv</RegisterPlexTVLink>. Press the button next to the dropdown to refresh the list and recheck server connectivity.",
"components.Settings.sonarrSettingsDescription": "Set up your Sonarr connection below. You can have multiple, but only two active as defaults at any time (one for standard HD and one for 4K). Administrators can override which server is used for new requests.",
"components.Settings.sonarrsettings": "Sonarr Settings",
"components.Settings.ssl": "SSL",
"components.Settings.startscan": "Start Scan",
"components.Settings.sync": "Sync Plex Libraries",
"components.Settings.syncing": "Syncing…",
"components.Settings.timeout": "Timeout",
"components.Settings.toastApiKeyFailure": "Something went wrong generating a new API Key.",
"components.Settings.toastApiKeySuccess": "New API key generated!",
"components.Settings.toastApiKeySuccess": "New API Key generated!",
"components.Settings.toastPlexConnecting": "Attempting to connect to Plex server",
"components.Settings.toastPlexConnectingFailure": "Unable to connect to Plex server",
"components.Settings.toastPlexConnectingSuccess": "Connected to Plex server",
"components.Settings.toastPlexRefresh": "Retrieving server list from Plex",
"components.Settings.toastPlexRefreshFailure": "Unable to retrieve server list from Plex",
"components.Settings.toastPlexRefreshSuccess": "Retrieved server list from Plex",
"components.Settings.toastSettingsFailure": "Something went wrong saving settings.",
"components.Settings.toastSettingsSuccess": "Settings saved.",
"components.Settings.validationHostnameRequired": "You must provide a hostname/IP.",