feat: add stats display for reading_status_match and reading_status_push jobs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 11:31:53 +01:00
parent ca4b7541af
commit b7bc1ec9d4
3 changed files with 46 additions and 2 deletions

View File

@@ -285,6 +285,9 @@ const en: Record<TranslationKey, string> = {
"jobRow.metadataProcessed": "{{count}} series processed",
"jobRow.metadataRefreshed": "{{count}} series refreshed",
"jobRow.metadataLinks": "{{count}} links analyzed",
"jobRow.seriesTotal": "{{count}} series total",
"jobRow.seriesLinked": "{{count}} series linked",
"jobRow.seriesPushed": "{{count}} series pushed",
"jobRow.errors": "{{count}} errors",
"jobRow.view": "View",
"jobRow.replay": "Replay",

View File

@@ -283,6 +283,9 @@ const fr = {
"jobRow.metadataProcessed": "{{count}} séries traitées",
"jobRow.metadataRefreshed": "{{count}} séries rafraîchies",
"jobRow.metadataLinks": "{{count}} liens analysés",
"jobRow.seriesTotal": "{{count}} séries au total",
"jobRow.seriesLinked": "{{count}} séries liées",
"jobRow.seriesPushed": "{{count}} séries synchronisées",
"jobRow.errors": "{{count}} erreurs",
"jobRow.view": "Voir",
"jobRow.replay": "Rejouer",