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
|
|
|
{
|
2026-06-18 01:17:31 +02:00
|
|
|
"title": "Nicht möglich",
|
|
|
|
|
"generic": "Der Server konnte die Aktion nicht ausführen. Bitte erneut versuchen.",
|
|
|
|
|
"server": "Serverfehler",
|
|
|
|
|
"ok": "OK",
|
2026-06-18 23:17:32 +02:00
|
|
|
"offline": {
|
|
|
|
|
"title": "Verbindung verloren",
|
|
|
|
|
"body": "Server nicht erreichbar — er startet möglicherweise gerade neu. Dieser Hinweis verschwindet, sobald die Verbindung wieder steht."
|
|
|
|
|
},
|
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
|
|
|
"boundary": {
|
|
|
|
|
"title": "Etwas ist schiefgelaufen.",
|
|
|
|
|
"subtitle": "Die App ist auf einen unerwarteten Fehler gestoßen.",
|
|
|
|
|
"reload": "Neu laden",
|
|
|
|
|
"notifTitle": "Etwas ist kaputtgegangen",
|
|
|
|
|
"notifMessage": "Unerwarteter Fehler"
|
|
|
|
|
}
|
|
|
|
|
}
|