Topic and language chips now show live channel counts for the current filter context instead of the static global count, and chips that match nothing are hidden (selected chips stay so they can be cleared). Selecting a channel (or any filter) drops the now-irrelevant chips and updates the rest. Extract a shared filterParams() so the feed and facets queries see identical filters; the facets query is keyed on filters so it refetches as they change. Trilingual empty-state string when a category has no matching tags.
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
||
"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",
|
||
"reshuffle": "Újrakeverés",
|
||
"noMatchingTags": "Nincs ide illő címke",
|
||
"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"
|
||
}
|
||
}
|