mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-31 12:24:55 +03:00
i18n
This commit is contained in:
parent
79fedee1d1
commit
4277834757
@ -638,6 +638,11 @@
|
|||||||
"point_one": "{{count}} point",
|
"point_one": "{{count}} point",
|
||||||
"point_other": "{{count}} points",
|
"point_other": "{{count}} points",
|
||||||
"clickDrawPolygon": "Click to draw a polygon on the image.",
|
"clickDrawPolygon": "Click to draw a polygon on the image.",
|
||||||
|
"name": {
|
||||||
|
"title": "Name",
|
||||||
|
"description": "An optional friendly name for this motion mask.",
|
||||||
|
"placeholder": "Enter a name..."
|
||||||
|
},
|
||||||
"polygonAreaTooLarge": {
|
"polygonAreaTooLarge": {
|
||||||
"title": "The motion mask is covering {{polygonArea}}% of the camera frame. Large motion masks are not recommended.",
|
"title": "The motion mask is covering {{polygonArea}}% of the camera frame. Large motion masks are not recommended.",
|
||||||
"tips": "Motion masks do not prevent objects from being detected. You should use a required zone instead."
|
"tips": "Motion masks do not prevent objects from being detected. You should use a required zone instead."
|
||||||
@ -662,6 +667,11 @@
|
|||||||
"point_one": "{{count}} point",
|
"point_one": "{{count}} point",
|
||||||
"point_other": "{{count}} points",
|
"point_other": "{{count}} points",
|
||||||
"clickDrawPolygon": "Click to draw a polygon on the image.",
|
"clickDrawPolygon": "Click to draw a polygon on the image.",
|
||||||
|
"name": {
|
||||||
|
"title": "Name",
|
||||||
|
"description": "An optional friendly name for this object mask.",
|
||||||
|
"placeholder": "Enter a name..."
|
||||||
|
},
|
||||||
"objects": {
|
"objects": {
|
||||||
"title": "Objects",
|
"title": "Objects",
|
||||||
"desc": "The object type that applies to this object mask.",
|
"desc": "The object type that applies to this object mask.",
|
||||||
@ -673,6 +683,12 @@
|
|||||||
"noName": "Object Mask has been saved."
|
"noName": "Object Mask has been saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"masks": {
|
||||||
|
"enabled": {
|
||||||
|
"title": "Enabled",
|
||||||
|
"description": "Whether this mask is active. Disabled masks are ignored at runtime."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"motionDetectionTuner": {
|
"motionDetectionTuner": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user