mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
Translated using Weblate (Norwegian Bokmål)
Some checks are pending
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / ARM Build (push) Waiting to run
Some checks are pending
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / ARM Build (push) Waiting to run
Currently translated at 100.0% (136 of 136 strings) Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (215 of 215 strings) Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (43 of 43 strings) Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (136 of 136 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: OverTheHillsAndFarAway <prosjektx@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/nb_NO/ Translation: Frigate NVR/common Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-system
This commit is contained in:
parent
5e57dbe070
commit
cd37af4365
@ -262,7 +262,8 @@
|
||||
"show": "Vis {{item}}",
|
||||
"ID": "ID",
|
||||
"none": "Ingen",
|
||||
"all": "Alle"
|
||||
"all": "Alle",
|
||||
"other": "Andre"
|
||||
},
|
||||
"toast": {
|
||||
"copyUrlToClipboard": "Nettadresse kopiert til utklippstavlen.",
|
||||
|
||||
@ -3,7 +3,11 @@
|
||||
"empty": {
|
||||
"alert": "Det er ingen varsler å inspisere",
|
||||
"detection": "Det er ingen deteksjoner å inspisere",
|
||||
"motion": "Ingen bevegelsesdata funnet"
|
||||
"motion": "Ingen bevegelsesdata funnet",
|
||||
"recordingsDisabled": {
|
||||
"title": "Opptak må være aktivert",
|
||||
"description": "Inspeksjonselementer kan kun opprettes for et kamera når opptak er aktivert for det kameraet."
|
||||
}
|
||||
},
|
||||
"timeline": "Tidslinje",
|
||||
"events": {
|
||||
|
||||
@ -158,7 +158,10 @@
|
||||
"title": "Rediger attributter",
|
||||
"desc": "Velg klassifiseringsattributter for denne {{label}}"
|
||||
},
|
||||
"attributes": "Klassifiseringsattributter"
|
||||
"attributes": "Klassifiseringsattributter",
|
||||
"title": {
|
||||
"label": "Tittel"
|
||||
}
|
||||
},
|
||||
"itemMenu": {
|
||||
"viewInHistory": {
|
||||
|
||||
@ -84,7 +84,14 @@
|
||||
"otherProcesses": {
|
||||
"title": "Andre prosesser",
|
||||
"processCpuUsage": "Prosessenes CPU-belastning",
|
||||
"processMemoryUsage": "Prosessenes minnebruk"
|
||||
"processMemoryUsage": "Prosessenes minnebruk",
|
||||
"series": {
|
||||
"go2rtc": "go2rtc",
|
||||
"recording": "opptak",
|
||||
"review_segment": "inspeksjonselementer",
|
||||
"embeddings": "vektorrepresentasjoner",
|
||||
"audio_detector": "lyddetektor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user