feat(i18n): translate remaining components (HU/EN/DE)
Feed, VideoCard, Sidebar, PlayerModal, Channels, Stats, SettingsPanel,
OnboardingWizard, NotificationCenter, Toaster, ErrorBoundary and the relativeTime
helper are now fully translated in Hungarian, English and German, each with its own
locale area file (auto-loaded). Key parity verified across all three languages.
2026-06-15 00:47:04 +02:00
|
|
|
{
|
|
|
|
|
"title": "Benachrichtigungen",
|
|
|
|
|
"clearAll": "Alle löschen",
|
|
|
|
|
"clear": "Löschen",
|
|
|
|
|
"empty": "Noch keine Benachrichtigungen.",
|
|
|
|
|
"actionNeeded": "Aktion erforderlich",
|
|
|
|
|
"dismiss": "Schließen",
|
|
|
|
|
"findInFeed": "Im Feed finden",
|
|
|
|
|
"unhide": "Einblenden",
|
|
|
|
|
"unwatch": "Nicht angesehen",
|
2026-06-19 02:16:50 +02:00
|
|
|
"openInManager": "Kanalverwaltung",
|
|
|
|
|
"openOnYouTube": "Auf YouTube öffnen",
|
feat(i18n): translate remaining components (HU/EN/DE)
Feed, VideoCard, Sidebar, PlayerModal, Channels, Stats, SettingsPanel,
OnboardingWizard, NotificationCenter, Toaster, ErrorBoundary and the relativeTime
helper are now fully translated in Hungarian, English and German, each with its own
locale area file (auto-loaded). Key parity verified across all three languages.
2026-06-15 00:47:04 +02:00
|
|
|
"unhidden": "Eingeblendet „{{title}}”",
|
|
|
|
|
"unwatched": "Als nicht angesehen markiert „{{title}}”",
|
|
|
|
|
"time": {
|
|
|
|
|
"justNow": "gerade eben",
|
|
|
|
|
"minutes": "vor {{count}} Min.",
|
|
|
|
|
"hours": "vor {{count}} Std.",
|
|
|
|
|
"days": "vor {{count}} T."
|
|
|
|
|
}
|
|
|
|
|
}
|