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.
This commit is contained in:
parent
b38ae92d8d
commit
9c61bd898d
45 changed files with 1522 additions and 355 deletions
65
frontend/src/i18n/locales/hu/sidebar.json
Normal file
65
frontend/src/i18n/locales/hu/sidebar.json
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"filters": "Szűrők",
|
||||
"activeCount": "{{count}} aktív",
|
||||
"clearAll": "Összes törlése",
|
||||
"resetDefaults": "Visszaállítás alapértelmezettre",
|
||||
"customize": "Oldalsáv testreszabása",
|
||||
"done": "Kész",
|
||||
"editHint": "Húzd az átrendezéshez · szem a megjelenítéshez/elrejtéshez",
|
||||
"channel": "Csatorna",
|
||||
"loading": "Betöltés…",
|
||||
"thisChannel": "Ez a csatorna",
|
||||
"channelCount": "{{count}} csatorna",
|
||||
"channelCount_other": "{{count}} csatorna",
|
||||
"dragToReorder": "Húzd az átrendezéshez",
|
||||
"showWidget": "Modul megjelenítése",
|
||||
"hideWidget": "Modul elrejtése",
|
||||
"expand": "Kibontás",
|
||||
"collapse": "Összecsukás",
|
||||
"any": "Bármelyik",
|
||||
"all": "Összes",
|
||||
"tagModeTooltip": "Bármelyik vagy az összes kijelölt címke illeszkedjen",
|
||||
"custom": "Egyéni",
|
||||
"from": "Ettől",
|
||||
"to": "Eddig",
|
||||
"clearDates": "dátumok törlése",
|
||||
"widget": {
|
||||
"show": "Megjelenítés",
|
||||
"sort": "Rendezés",
|
||||
"date": "Feltöltés dátuma",
|
||||
"content": "Tartalomtípus",
|
||||
"language": "Nyelv",
|
||||
"topic": "Téma"
|
||||
},
|
||||
"show": {
|
||||
"unwatched": "Nem nézett",
|
||||
"in_progress": "Megkezdett",
|
||||
"all": "Összes",
|
||||
"watched": "Megnézett",
|
||||
"saved": "Mentett",
|
||||
"hidden": "Rejtett"
|
||||
},
|
||||
"sort": {
|
||||
"newest": "Legújabb",
|
||||
"oldest": "Legrégebbi",
|
||||
"views": "Legnézettebb",
|
||||
"duration_desc": "Leghosszabb",
|
||||
"duration_asc": "Legrövidebb",
|
||||
"title": "Név (A–Z)",
|
||||
"subscribers": "Csatorna feliratkozói",
|
||||
"priority": "Csatorna prioritás",
|
||||
"shuffle": "Lepj meg"
|
||||
},
|
||||
"content": {
|
||||
"normal": "Normál",
|
||||
"shorts": "Shorts",
|
||||
"live": "Élő / Hamarosan"
|
||||
},
|
||||
"datePreset": {
|
||||
"24h": "24 óra",
|
||||
"1week": "1 hét",
|
||||
"1month": "1 hónap",
|
||||
"6months": "6 hónap",
|
||||
"1year": "1 év"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue