The header status only considered recent-sync pending, so it read "all synced" while the scheduler was still backfilling full history — directly contradicting the adjacent "N without full history" notice. Add an active "fetching history" state (spinner) shown when recent sync is done but deep backfill is still pending, so "all synced" appears only when nothing is pending at all. The admin pause button now also shows during deep backfill (it's pausable work). Trilingual.
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"feed": "Feed",
|
|
"searchPlaceholder": "Deine Abos durchsuchen…",
|
|
"channelManager": "Kanalverwaltung",
|
|
"usageStats": "Nutzung & Statistik",
|
|
"scope": {
|
|
"label": "Feed-Quelle",
|
|
"my": "Meine",
|
|
"myTip": "Nur Videos aus deinen eigenen Abos",
|
|
"all": "Bibliothek",
|
|
"allTip": "Alle Videos im gemeinsamen Katalog"
|
|
},
|
|
"account": {
|
|
"admin": "Admin",
|
|
"feed": "Feed",
|
|
"channels": "Kanäle",
|
|
"stats": "Statistik",
|
|
"settings": "Einstellungen",
|
|
"about": "Über",
|
|
"signOut": "Abmelden"
|
|
},
|
|
"sync": {
|
|
"yours": "deine",
|
|
"total": "gesamt",
|
|
"countTooltip": "Videos aus deinen Abos im Vergleich zur Gesamtzahl im gemeinsamen Katalog, den die Abos aller Nutzer gefüllt haben.",
|
|
"paused": "pausiert",
|
|
"syncing": "{{count}} werden synchronisiert",
|
|
"backfillingHistory": "Verlauf wird geladen",
|
|
"allSynced": "alles synchronisiert",
|
|
"withoutFullHistory": "{{count}} ohne vollständigen Verlauf",
|
|
"fullHistoryTooltip": "Einige deiner Kanäle haben nur ihre neuesten Uploads. Klicke, um die Kanalverwaltung (auf diese gefiltert) zu öffnen und ihren vollständigen Katalog anzufordern.",
|
|
"pause": "Hintergrund-Synchronisierung pausieren",
|
|
"resume": "Hintergrund-Synchronisierung fortsetzen"
|
|
},
|
|
"banner": {
|
|
"updated": "Aktualisiert auf v{{version}} — sieh, was sich geändert hat.",
|
|
"releaseNotes": "Versionshinweise",
|
|
"dismiss": "Schließen"
|
|
}
|
|
}
|