2025-03-16 18:36:20 +03:00
{
"group" : {
"label" : "Camera Groups" ,
2025-03-16 20:13:34 +03:00
"add" : "Add Camera Group" ,
"edit" : "Edit Camera Group" ,
2025-03-16 18:36:20 +03:00
"delete" : {
"label" : "Delete Camera Group" ,
2025-03-17 15:26:01 +03:00
"confirm" : {
"title" : "Confirm Delete" ,
"desc" : "Are you sure you want to delete the camera group <em>{{name}}</em>?"
}
2025-03-16 18:36:20 +03:00
} ,
"name" : {
"label" : "Name" ,
2025-04-28 21:55:36 +03:00
"placeholder" : "Enter a name…" ,
2025-03-17 15:26:01 +03:00
"errorMessage" : {
2025-03-16 18:36:20 +03:00
"mustLeastCharacters" : "Camera group name must be at least 2 characters." ,
"exists" : "Camera group name already exists." ,
"nameMustNotPeriod" : "Camera group name must not contain a period." ,
"invalid" : "Invalid camera group name."
}
} ,
"cameras" : {
"label" : "Cameras" ,
"desc" : "Select cameras for this group."
} ,
"icon" : "Icon" ,
"success" : "Camera group ({{name}}) has been saved." ,
"camera" : {
"setting" : {
"label" : "Camera Streaming Settings" ,
"title" : "{{cameraName}} Streaming Settings" ,
"desc" : "Change the live streaming options for this camera group's dashboard. <em>These settings are device/browser-specific.</em>" ,
"audioIsAvailable" : "Audio is available for this stream" ,
2025-03-17 15:26:01 +03:00
"audioIsUnavailable" : "Audio is unavailable for this stream" ,
2025-03-16 18:36:20 +03:00
"audio" : {
2025-03-17 15:26:01 +03:00
"tips" : {
"title" : "Audio must be output from your camera and configured in go2rtc for this stream." ,
"document" : "Read the documentation "
}
2025-03-16 18:36:20 +03:00
} ,
2025-05-20 00:45:02 +03:00
"stream" : "Stream" ,
"placeholder" : "Choose a stream" ,
2025-03-16 18:36:20 +03:00
"streamMethod" : {
"label" : "Streaming Method" ,
2025-05-20 00:45:02 +03:00
"placeholder" : "Choose a streaming method" ,
2025-03-16 18:36:20 +03:00
"method" : {
"noStreaming" : {
"label" : "No Streaming" ,
"desc" : "Camera images will only update once per minute and no live streaming will occur."
} ,
"smartStreaming" : {
"label" : "Smart Streaming (recommended)" ,
"desc" : "Smart streaming will update your camera image once per minute when no detectable activity is occurring to conserve bandwidth and resources. When activity is detected, the image seamlessly switches to a live stream."
} ,
"continuousStreaming" : {
"label" : "Continuous Streaming" ,
2025-03-17 15:26:01 +03:00
"desc" : {
"title" : "Camera image will always be a live stream when visible on the dashboard, even if no activity is being detected." ,
"warning" : "Continuous streaming may cause high bandwidth usage and performance issues. Use with caution."
}
2025-03-16 18:36:20 +03:00
}
}
} ,
"compatibilityMode" : {
"label" : "Compatibility mode" ,
"desc" : "Enable this option only if your camera's live stream is displaying color artifacts and has a diagonal line on the right side of the image."
}
}
}
} ,
"debug" : {
"options" : {
"label" : "Settings" ,
"title" : "Options" ,
"showOptions" : "Show Options" ,
"hideOptions" : "Hide Options"
} ,
"boundingBox" : "Bounding Box" ,
"timestamp" : "Timestamp" ,
"zones" : "Zones" ,
"mask" : "Mask" ,
"motion" : "Motion" ,
"regions" : "Regions"
}
}