mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
Translated using Weblate (Hungarian)
Currently translated at 20.4% (25 of 122 strings) Translated using Weblate (Hungarian) Currently translated at 88.9% (121 of 136 strings) Translated using Weblate (Hungarian) Currently translated at 85.4% (428 of 501 strings) Translated using Weblate (Hungarian) Currently translated at 93.9% (202 of 215 strings) Translated using Weblate (Hungarian) Currently translated at 68.3% (93 of 136 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Peter Bartfai <pbartfai@stardust.hu> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/hu/ Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-system
This commit is contained in:
parent
fa35dd9cc9
commit
678750a962
@ -425,5 +425,6 @@
|
|||||||
"crack": "Törés",
|
"crack": "Törés",
|
||||||
"chink": "Csörömpölés",
|
"chink": "Csörömpölés",
|
||||||
"shatter": "Összetörés",
|
"shatter": "Összetörés",
|
||||||
"field_recording": "Helyszíni felvétel"
|
"field_recording": "Helyszíni felvétel",
|
||||||
|
"noise": "Zaj"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -72,7 +72,9 @@
|
|||||||
"24hour": "MMM d, HH:mm",
|
"24hour": "MMM d, HH:mm",
|
||||||
"12hour": "MMM d, h:mm aaa"
|
"12hour": "MMM d, h:mm aaa"
|
||||||
},
|
},
|
||||||
"formattedTimestampMonthDay": "MMM d"
|
"formattedTimestampMonthDay": "MMM d",
|
||||||
|
"inProgress": "Folyamatban",
|
||||||
|
"invalidStartTime": "Érvénytelen kezdeti idő"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"darkMode": {
|
"darkMode": {
|
||||||
@ -269,7 +271,8 @@
|
|||||||
"next": "Következő"
|
"next": "Következő"
|
||||||
},
|
},
|
||||||
"label": {
|
"label": {
|
||||||
"back": "Vissza"
|
"back": "Vissza",
|
||||||
|
"all": "Mind"
|
||||||
},
|
},
|
||||||
"readTheDocumentation": "Olvassa el a dokumentációt",
|
"readTheDocumentation": "Olvassa el a dokumentációt",
|
||||||
"information": {
|
"information": {
|
||||||
|
|||||||
@ -43,5 +43,8 @@
|
|||||||
"noNewImages": "Nincsenek új képek a betanításhoz. Először osztályozzon több képet az adathalmazban.",
|
"noNewImages": "Nincsenek új képek a betanításhoz. Először osztályozzon több képet az adathalmazban.",
|
||||||
"noChanges": "Az adathalmazban nem történt változás az utolsó betanítás óta.",
|
"noChanges": "Az adathalmazban nem történt változás az utolsó betanítás óta.",
|
||||||
"modelNotReady": "A modell nem áll készen a betanításra"
|
"modelNotReady": "A modell nem áll készen a betanításra"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"objects": "Objektumok"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -222,5 +222,19 @@
|
|||||||
},
|
},
|
||||||
"concerns": {
|
"concerns": {
|
||||||
"label": "Aggodalmak"
|
"label": "Aggodalmak"
|
||||||
|
},
|
||||||
|
"trackingDetails": {
|
||||||
|
"lifecycleItemDesc": {
|
||||||
|
"active": "{{label}} aktív lett",
|
||||||
|
"attribute": {
|
||||||
|
"other": "{{label}} felismerve mint {{attribute}}"
|
||||||
|
},
|
||||||
|
"external": "{{label}} érzékelve",
|
||||||
|
"header": {
|
||||||
|
"zones": "Zónák",
|
||||||
|
"ratio": "Arány",
|
||||||
|
"area": "Terület"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -121,12 +121,19 @@
|
|||||||
"gpuEncoder": "GPU Enkóder",
|
"gpuEncoder": "GPU Enkóder",
|
||||||
"gpuDecoder": "GPU Dekóder",
|
"gpuDecoder": "GPU Dekóder",
|
||||||
"npuUsage": "NPU Kihasználtság",
|
"npuUsage": "NPU Kihasználtság",
|
||||||
"npuMemory": "NPU Memória"
|
"npuMemory": "NPU Memória",
|
||||||
|
"intelGpuWarning": {
|
||||||
|
"message": "GPU statisztika nem érhető el"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"otherProcesses": {
|
"otherProcesses": {
|
||||||
"processMemoryUsage": "Folyamat Memória Kihasználtság",
|
"processMemoryUsage": "Folyamat Memória Kihasználtság",
|
||||||
"title": "Egyéb Folyamatok",
|
"title": "Egyéb Folyamatok",
|
||||||
"processCpuUsage": "Folyamat CPU Kihasználtság"
|
"processCpuUsage": "Folyamat CPU Kihasználtság",
|
||||||
|
"series": {
|
||||||
|
"go2rtc": "go2rtc",
|
||||||
|
"recording": "felvétel"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user