From 1c00dae8c50ae73a9502a2ddab669f8066def037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 12:54:46 +0000 Subject: [PATCH 1/3] Update CatChen/eslint-suggestion-action action to v4.1.12 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0c8180e24d..9b19c09f58 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -95,6 +95,6 @@ jobs: run: npm ci --no-audit - name: Run eslint - uses: CatChen/eslint-suggestion-action@623ecbafb1dd3f127bc56596b1145e474fc26c6c # v4.1.11 + uses: CatChen/eslint-suggestion-action@1a6ab971cf4e73aaab3645690a8df834b1f09c53 # v4.1.12 with: github-token: ${{ secrets.GITHUB_TOKEN }} From 91d5412014ab956dc54ca6fe6cd6caecff038e53 Mon Sep 17 00:00:00 2001 From: soldier16 Date: Sun, 30 Mar 2025 09:51:20 -0400 Subject: [PATCH 2/3] Translated using Weblate (German) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/ --- src/strings/de.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/strings/de.json b/src/strings/de.json index 6476d0b787..610b0a9cc1 100644 --- a/src/strings/de.json +++ b/src/strings/de.json @@ -2012,5 +2012,7 @@ "MetadataImagesLoadError": "Einstellungen für Metadaten konnten nicht geladen werden", "HeaderPageNotFound": "Seite nicht gefunden", "PageNotFound": "Dies ist nicht die Seite, die Sie suchen.", - "SettingsPageLoadError": "Einstellungsseite konnte nicht geladen werden" + "SettingsPageLoadError": "Einstellungsseite konnte nicht geladen werden", + "StreamCountExceedsLimit": "Die Anzahl der Streams überschreitet das Limit", + "RetryWithGlobalSearch": "Erneuter Versuch mit einer globalen Suche" } From 7d84185d0e423b4f214c5d70ac635603a5220046 Mon Sep 17 00:00:00 2001 From: Bas <44002186+854562@users.noreply.github.com> Date: Sun, 30 Mar 2025 09:21:04 -0400 Subject: [PATCH 3/3] Translated using Weblate (Dutch) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/ --- src/strings/nl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/strings/nl.json b/src/strings/nl.json index 2ab3480cfc..99e97f2aa6 100644 --- a/src/strings/nl.json +++ b/src/strings/nl.json @@ -2012,5 +2012,6 @@ "PageNotFound": "Dit is niet de pagina die je zoekt.", "HeaderPageNotFound": "Pagina niet gevonden", "SettingsPageLoadError": "Laden van instellingenpagina mislukt", - "RetryWithGlobalSearch": "Alles doorzoeken" + "RetryWithGlobalSearch": "Alles doorzoeken", + "StreamCountExceedsLimit": "Het aantal streams overschrijdt de limiet" }