From f09b86aa87d84af1ddee07390a04dd8543cff8a6 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:14:31 +0500 Subject: [PATCH] fix: replaced unknown job with jellyfin in jobsandcache and added translations for it Replaced unknown job with jellyfin library full scan and jellyfin recently added and added locales to reflect it --- src/components/Settings/SettingsJobsCache/index.tsx | 2 ++ src/i18n/locale/ca.json | 2 ++ src/i18n/locale/de.json | 2 ++ src/i18n/locale/el.json | 2 ++ src/i18n/locale/en.json | 2 ++ src/i18n/locale/es.json | 2 ++ src/i18n/locale/fr.json | 2 ++ src/i18n/locale/hu.json | 2 ++ src/i18n/locale/it.json | 2 ++ src/i18n/locale/nb_NO.json | 2 ++ src/i18n/locale/nl.json | 2 ++ src/i18n/locale/pt_BR.json | 2 ++ src/i18n/locale/pt_PT.json | 2 ++ src/i18n/locale/sv.json | 2 ++ src/i18n/locale/zh_Hant.json | 2 ++ 15 files changed, 30 insertions(+) diff --git a/src/components/Settings/SettingsJobsCache/index.tsx b/src/components/Settings/SettingsJobsCache/index.tsx index 015747aff..35e445cba 100644 --- a/src/components/Settings/SettingsJobsCache/index.tsx +++ b/src/components/Settings/SettingsJobsCache/index.tsx @@ -51,6 +51,8 @@ const messages: { [messageName: string]: MessageDescriptor } = defineMessages({ unknownJob: 'Unknown Job', 'plex-recently-added-scan': 'Plex Recently Added Scan', 'plex-full-scan': 'Plex Full Library Scan', + 'jellyfin-recently-added-sync': 'Jellyfin Recently Added Scan', + 'jellyfin-full-sync': 'Jellyfin Full Library Scan', 'radarr-scan': 'Radarr Scan', 'sonarr-scan': 'Sonarr Scan', 'download-sync': 'Download Sync', diff --git a/src/i18n/locale/ca.json b/src/i18n/locale/ca.json index 05c903afa..736f8e969 100644 --- a/src/i18n/locale/ca.json +++ b/src/i18n/locale/ca.json @@ -574,6 +574,8 @@ "components.Settings.SettingsLogs.copiedLogMessage": "S'ha copiat el missatge de registre al porta-retalls.", "components.Settings.SettingsJobsCache.runnow": "Executa-ho ara", "components.Settings.SettingsJobsCache.plex-full-scan": "Exploració completa de la biblioteca plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Exploració completa de la biblioteca Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Exploració d'elements de Jellyfin afegits recentment", "components.Settings.SettingsJobsCache.nextexecution": "Pròxima execució", "components.Settings.SettingsJobsCache.jobstarted": "S'ha iniciat {jobname}.", "components.Settings.SettingsJobsCache.jobcancelled": "{jobname} s'ha cancel·lat.", diff --git a/src/i18n/locale/de.json b/src/i18n/locale/de.json index 182590ae0..a459c8b08 100644 --- a/src/i18n/locale/de.json +++ b/src/i18n/locale/de.json @@ -566,6 +566,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Radarr Scan", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Scan der zuletzt hinzugefügten Plex Medien", "components.Settings.SettingsJobsCache.plex-full-scan": "Vollständiger Plex Bibliotheken Scan", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Vollständiger Jellyfin Bibliotheken Scan", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Scan der zuletzt hinzugefügten Jellyfin Medien", "components.Settings.Notifications.validationUrl": "Du musst eine gültige URL angeben", "components.Settings.Notifications.botAvatarUrl": "Bot Avatar URL", "components.RequestList.RequestItem.requested": "Angefragt", diff --git a/src/i18n/locale/el.json b/src/i18n/locale/el.json index d7e4d3c84..acbc9d5a4 100644 --- a/src/i18n/locale/el.json +++ b/src/i18n/locale/el.json @@ -376,6 +376,8 @@ "components.Settings.SettingsJobsCache.process": "Διεργασία", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Σάρωση Plex για μέσα που προστέθηκαν πρόσφατα", "components.Settings.SettingsJobsCache.plex-full-scan": "Σάρωση πλήρους βιβλιοθήκης Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Σάρωση πλήρους βιβλιοθήκης Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Σάρωση Jellyfin για μέσα που προστέθηκαν πρόσφατα", "components.Settings.SettingsJobsCache.nextexecution": "Επόμενη εκτέλεση", "components.Settings.SettingsJobsCache.jobtype": "Είδος", "components.Settings.SettingsJobsCache.jobstarted": "{jobname} ξεκίνησε.", diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 6bcb39323..5fe79373b 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -610,6 +610,8 @@ "components.Settings.SettingsJobsCache.nextexecution": "Next Execution", "components.Settings.SettingsJobsCache.plex-full-scan": "Plex Full Library Scan", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Plex Recently Added Scan", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Jellyfin Full Library Scan", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Jellyfin Recently Added Scan", "components.Settings.SettingsJobsCache.process": "Process", "components.Settings.SettingsJobsCache.radarr-scan": "Radarr Scan", "components.Settings.SettingsJobsCache.runnow": "Run Now", diff --git a/src/i18n/locale/es.json b/src/i18n/locale/es.json index 753daab0c..cbe540fcd 100644 --- a/src/i18n/locale/es.json +++ b/src/i18n/locale/es.json @@ -421,6 +421,8 @@ "components.Settings.SettingsJobsCache.process": "Procesamiento", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Escaneo de Recien Añadidos de Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Escaneo Completo de la Biblioteca de Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Escaneo Completo de la Biblioteca de Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Escaneo de Recien Añadidos de Jellyfin", "components.Settings.SettingsJobsCache.nextexecution": "Próxima Ejecución", "components.Settings.SettingsJobsCache.jobtype": "Tipo", "components.Settings.SettingsJobsCache.jobstarted": "{jobname} comenzada.", diff --git a/src/i18n/locale/fr.json b/src/i18n/locale/fr.json index d3b7a98be..4dcd2543b 100644 --- a/src/i18n/locale/fr.json +++ b/src/i18n/locale/fr.json @@ -573,6 +573,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Scan de Radarr", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Scan des ajouts récents aux bibliothèques Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Scan complet des bibliothèques Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Scan complet des bibliothèques Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Scan des ajouts récents aux bibliothèques Jellyfin", "components.Settings.Notifications.validationUrl": "Vous devez fournir un URL valide", "components.Settings.Notifications.botAvatarUrl": "L'URL de l'avatar de votre Bot", "components.Settings.SettingsUsers.userSettingsDescription": "Configurer les paramètres généraux et par défaut de l'utilisateur.", diff --git a/src/i18n/locale/hu.json b/src/i18n/locale/hu.json index aeda29526..79373f513 100644 --- a/src/i18n/locale/hu.json +++ b/src/i18n/locale/hu.json @@ -454,6 +454,8 @@ "components.Settings.SettingsJobsCache.process": "Folyamat", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Plex \"nemrégiben hozzáadott\" beolvasása", "components.Settings.SettingsJobsCache.plex-full-scan": "Plex összes könyvtárának beolvasása", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Jellyfin összes könyvtárának beolvasása", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Jellyfin \"nemrégiben hozzáadott\" beolvasása", "components.Settings.SettingsJobsCache.nextexecution": "Következő végrehajtás", "components.Settings.SettingsJobsCache.jobtype": "Típus", "components.Settings.SettingsJobsCache.jobstarted": "{jobname} elindult.", diff --git a/src/i18n/locale/it.json b/src/i18n/locale/it.json index e739ce4ac..1c8ea601e 100644 --- a/src/i18n/locale/it.json +++ b/src/i18n/locale/it.json @@ -566,6 +566,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Scansione Radarr", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Scansione aggiunti di recente su Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Scansione completa della libreria di Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Scansione completa della libreria di Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Scansione aggiunti di recente su Jellyfin", "components.Settings.Notifications.validationUrl": "È necessario fornire un URL valido", "components.Settings.Notifications.botAvatarUrl": "URL avatar bot", "components.RequestList.RequestItem.requested": "Richiesto", diff --git a/src/i18n/locale/nb_NO.json b/src/i18n/locale/nb_NO.json index 0bdd06ea7..56e821068 100644 --- a/src/i18n/locale/nb_NO.json +++ b/src/i18n/locale/nb_NO.json @@ -485,6 +485,8 @@ "components.Settings.SettingsJobsCache.process": "Prosess", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Sjekk for nye titler i Plex-biblioteket", "components.Settings.SettingsJobsCache.plex-full-scan": "Full Skanning av Plex-biblioteket", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Full Jellyfin-bibliotekskann", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Nylig lagt til i Jellyfin", "components.Settings.SettingsJobsCache.nextexecution": "Kjøres igjen", "components.Settings.SettingsJobsCache.jobtype": "Type", "components.Settings.SettingsJobsCache.jobstarted": "{jobname} startet.", diff --git a/src/i18n/locale/nl.json b/src/i18n/locale/nl.json index 982bf7a5a..a011baa73 100644 --- a/src/i18n/locale/nl.json +++ b/src/i18n/locale/nl.json @@ -566,6 +566,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Radarr-scan", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Plex recent toegevoegde scan", "components.Settings.SettingsJobsCache.plex-full-scan": "Plex volledige bibliotheekscan", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "volledige bibliotheekscan Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Jellyfin recent toegevoegde scan", "components.Settings.Notifications.validationUrl": "Je moet een geldige URL opgeven", "components.Settings.Notifications.botAvatarUrl": "URL bot-avatar", "components.RequestList.RequestItem.requested": "Aangevraagd", diff --git a/src/i18n/locale/pt_BR.json b/src/i18n/locale/pt_BR.json index eb6b698d1..edbea94e0 100644 --- a/src/i18n/locale/pt_BR.json +++ b/src/i18n/locale/pt_BR.json @@ -575,6 +575,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Escanemento do Radarr", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Recentemente Adicionado ao Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Escaneamento de Todas Bibliotecas do Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Escaneamento de Todas Bibliotecas do Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Recentemente Adicionado ao Jellyfin", "components.UserProfile.norequests": "Nenhuma solicitação.", "components.UserProfile.UserSettings.unauthorizedDescription": "Você não tem permissão para modificar as configurações desse usuários.", "components.UserProfile.UserSettings.UserPermissions.unauthorizedDescription": "Você não pode modificar suas próprias permissões.", diff --git a/src/i18n/locale/pt_PT.json b/src/i18n/locale/pt_PT.json index 9ae007bd7..9baec1fd9 100644 --- a/src/i18n/locale/pt_PT.json +++ b/src/i18n/locale/pt_PT.json @@ -566,6 +566,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Sincronizar Radarr", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Sincronizar Adicionado Recentemente do Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Sincronização Completa da Biblioteca Plex", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Sincronização Completa da Biblioteca Jellyfin", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Sincronizar Adicionado Recentemente do Jellyfin", "components.RequestList.RequestItem.requested": "Pedido", "components.RequestList.RequestItem.modifieduserdate": "{date} por {user}", "components.RequestList.RequestItem.modified": "Modificado", diff --git a/src/i18n/locale/sv.json b/src/i18n/locale/sv.json index dee3a458c..1b47b0dc9 100644 --- a/src/i18n/locale/sv.json +++ b/src/i18n/locale/sv.json @@ -546,6 +546,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Radarr-skanning", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Skanning av det senast tillagda i Plex", "components.Settings.SettingsJobsCache.plex-full-scan": "Full Plex-biblioteksskanning", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Full Jellyfin-biblioteksskanning", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Skanning av det senast tillagda i Jellyfin", "components.Settings.SettingsJobsCache.download-sync-reset": "Hämta synkroniseringsåterställning", "components.Settings.SettingsJobsCache.download-sync": "Ladda ner synkronisering", "components.Settings.SettingsAbout.preferredmethod": "Föredraget", diff --git a/src/i18n/locale/zh_Hant.json b/src/i18n/locale/zh_Hant.json index 164f3010b..9872982c8 100644 --- a/src/i18n/locale/zh_Hant.json +++ b/src/i18n/locale/zh_Hant.json @@ -573,6 +573,8 @@ "components.Settings.SettingsJobsCache.radarr-scan": "Radarr 掃描", "components.Settings.SettingsJobsCache.plex-recently-added-scan": "Plex 最新新增掃描", "components.Settings.SettingsJobsCache.plex-full-scan": "Plex 媒體庫掃描", + "components.Settings.SettingsJobsCache.jellyfin-full-scan": "Jellyfin 媒體庫掃描", + "components.Settings.SettingsJobsCache.jelly-recently-added-scan": "Jellyfin 最新添加掃描", "components.Discover.DiscoverTvLanguage.languageSeries": "{language}電視節目", "components.Discover.DiscoverMovieLanguage.languageMovies": "{language}電影", "components.UserProfile.ProfileHeader.userid": "使用者 ID:{userid}",