From 016c50680c38e09ea15e450bf9df6b0205ab958e Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 30 Mar 2024 12:38:05 +0500 Subject: [PATCH] refactor(i18n): extract translation keys --- src/i18n/locale/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 257ac222..86be73e1 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -946,6 +946,9 @@ "components.Settings.jellyfinlibrariesDescription": "The libraries {mediaServerName} scans for titles. Click the button below if no libraries are listed.", "components.Settings.jellyfinsettings": "{mediaServerName} Settings", "components.Settings.jellyfinsettingsDescription": "Configure the settings for your {mediaServerName} server. {mediaServerName} scans your {mediaServerName} libraries to see what content is available.", + "jellyfinSyncFailedNoLibrariesFound": "No libraries were found", + "jellyfinSyncFailedAutomaticGroupedFolders": "Custom authentication with Automatic Library Grouping not supported", + "jellyfinSyncFailedGenericError": "Something went wrong while syncing libraries", "components.Settings.librariesRemaining": "Libraries Remaining: {count}", "components.Settings.manualscan": "Manual Library Scan", "components.Settings.manualscanDescription": "Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a one-time full manual library scan is recommended!",