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
|
|
|
{
|
|
|
|
|
"loading": "Wird geladen…",
|
|
|
|
|
"backToOriginal": "Zurück zum ursprünglichen Video",
|
|
|
|
|
"back": "Zurück",
|
2026-06-15 16:11:37 +02:00
|
|
|
"previous": "Vorheriges",
|
|
|
|
|
"next": "Nächstes",
|
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
|
|
|
"close": "Schließen",
|
|
|
|
|
"closeEsc": "Schließen (Esc)",
|
|
|
|
|
"description": "Beschreibung",
|
|
|
|
|
"noDescription": "Keine Beschreibung.",
|
|
|
|
|
"channel": "Kanal",
|
|
|
|
|
"views": "{{formattedCount}} Aufrufe",
|
|
|
|
|
"stream": "Stream",
|
|
|
|
|
"watched": "Angesehen",
|
|
|
|
|
"markWatched": "Als angesehen markieren",
|
|
|
|
|
"watchedUnmark": "Angesehen — zum Aufheben klicken",
|
|
|
|
|
"jumpToTime": "Zu dieser Stelle springen",
|
|
|
|
|
"playInApp": "Im integrierten Player abspielen"
|
|
|
|
|
}
|