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.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"feed": "Feed",
|
|
"searchPlaceholder": "Search your subscriptions…",
|
|
"channelManager": "Channel manager",
|
|
"usageStats": "Usage & stats",
|
|
"scope": {
|
|
"label": "Feed source",
|
|
"my": "Mine",
|
|
"myTip": "Only videos from your own subscriptions",
|
|
"all": "Library",
|
|
"allTip": "Every video in the shared catalog"
|
|
},
|
|
"account": {
|
|
"admin": "Admin",
|
|
"feed": "Feed",
|
|
"channels": "Channels",
|
|
"stats": "Stats",
|
|
"settings": "Settings",
|
|
"about": "About",
|
|
"signOut": "Sign out"
|
|
},
|
|
"sync": {
|
|
"yours": "yours",
|
|
"total": "total",
|
|
"countTooltip": "Videos from your subscriptions, against the total in the shared catalog that every user's subscriptions have pulled in.",
|
|
"paused": "paused",
|
|
"syncing": "{{count}} syncing",
|
|
"backfillingHistory": "fetching history",
|
|
"allSynced": "all synced",
|
|
"withoutFullHistory": "{{count}} without full history",
|
|
"fullHistoryTooltip": "Some of your channels only have their recent uploads. Click to open the channel manager (filtered to these) and request their full back-catalog.",
|
|
"pause": "Pause background sync",
|
|
"resume": "Resume background sync"
|
|
},
|
|
"banner": {
|
|
"updated": "Updated to v{{version}} — see what's changed.",
|
|
"releaseNotes": "Release notes",
|
|
"dismiss": "Dismiss"
|
|
}
|
|
}
|