2025-03-09 14:44:42 +03:00
{
"documentTitle" : "Live - Frigate" ,
"documentTitle.withCamera" : "{{camera}} - Live - Frigate" ,
2025-03-11 08:07:54 +03:00
"lowBandwidthMode" : "Low-bandwidth Mode" ,
2025-03-09 14:44:42 +03:00
"twoWayTalk" : {
"enable" : "Enable Two Way Talk" ,
"disable" : "Disable Two Way Talk"
} ,
"cameraAudio" : {
"enable" : "Enable Camera Audio" ,
"disable" : "Disable Camera Audio"
} ,
"ptz" : {
"move" : {
2025-03-13 12:12:51 +03:00
"clickMove" : {
"label" : "Click in the frame to center the camera" ,
"enable" : "Enable click to move" ,
"disable" : "Disable click to move"
} ,
2025-03-09 14:44:42 +03:00
"left" : {
"label" : "Move PTZ camera to the left"
} ,
"up" : {
"label" : "Move PTZ camera up"
} ,
"down" : {
"label" : "Move PTZ camera down"
} ,
"right" : {
"label" : "Move PTZ camera to the right"
}
} ,
"zoom" : {
"in" : {
"label" : "Zoom PTZ camera in"
} ,
"out" : {
"label" : "Zoom PTZ camera out"
}
} ,
"frame" : {
"center" : {
"label" : "Click in the frame to center the PTZ camera"
}
2025-03-13 12:12:51 +03:00
} ,
"presets" : "PTZ camera presets"
2025-03-09 14:44:42 +03:00
} ,
2025-03-10 18:45:43 +03:00
"camera" : {
"enable" : "Enable Camera" ,
"disable" : "Disable Camera"
} ,
2025-03-11 08:07:54 +03:00
"muteCameras" : {
"enable" : "Mute All Cameras" ,
"disable" : "Unmute All Cameras"
} ,
2025-03-09 14:44:42 +03:00
"detect" : {
"enable" : "Enable Detect" ,
"disable" : "Disable Detect"
} ,
"recording" : {
"enable" : "Enable Recording" ,
"disable" : "Disable Recording"
} ,
"snapshots" : {
"enable" : "Enable Snapshots" ,
"disable" : "Disable Snapshots"
} ,
"audioDetect" : {
"enable" : "Enable Audio Detect" ,
"disable" : "Disable Audio Detect"
} ,
"autotracking" : {
"enable" : "Enable Autotracking" ,
"disable" : "Disable Autotracking"
} ,
2025-03-11 08:07:54 +03:00
"streamStats" : {
"enable" : "Show Stream Stats" ,
"disable" : "Hide Stream Stats"
} ,
2025-03-09 14:44:42 +03:00
"manualRecording" : {
2025-03-12 19:15:48 +03:00
"title" : "On-Demand Recording" ,
"tips" : "Start a manual event based on this camera's recording retention settings." ,
"playInBackground" : {
"label" : "Play in background" ,
"desc" : "Enable this option to continue streaming when the player is hidden."
} ,
"showStats" : {
"label" : "Show Stats" ,
"desc" : "Enable this option to show stream statistics as an overlay on the camera feed."
} ,
"debugView" : "Debug View" ,
2025-03-09 14:44:42 +03:00
"start" : "Start on-demand recording" ,
"started" : "Started manual on-demand recording." ,
"failedToStart" : "Failed to start manual on-demand recording." ,
"recordDisabledTips" : "Since recording is disabled or restricted in the config for this camera, only a snapshot will be saved." ,
"end" : "End on-demand recording" ,
"ended" : "Ended manual on-demand recording." ,
"failedToEnd" : "Failed to end manual on-demand recording."
2025-03-11 08:07:54 +03:00
} ,
"streamingSettings" : "Streaming Settings" ,
"notifications" : "Notifications" ,
"audio" : "Audio" ,
"suspend:" : {
"forTime" : "Suspend for: "
2025-03-12 19:15:48 +03:00
} ,
"stream" : {
"title" : "Stream" ,
"audio" : {
"tips" : "Audio must be output from your camera and configured in go2rtc for this stream." ,
"tips.documentation" : "Read the documentation " ,
"available" : "Audio is available for this stream" ,
"unavailable" : "Audio is not available for this stream"
} ,
"twoWayTalk" : {
"tips" : "Your device must suppport the feature and WebRTC must be configured for two-way talk." ,
"tips.documentation" : "Read the documentation " ,
"available" : "Two-way talk is available for this stream" ,
"unavailable" : "Two-way talk is unavailable for this stream"
} ,
"lowBandwidth" : {
"tips" : "Live view is in low-bandwidth mode due to buffering or stream errors." ,
"resetStream" : "Reset stream"
} ,
"playInBackground" : {
"label" : "Play in background" ,
"tips" : "Enable this option to continue streaming when the player is hidden."
2025-03-13 12:12:51 +03:00
}
2025-03-12 19:15:48 +03:00
} ,
"cameraSettings" : {
"title" : "{{camera}} Settings" ,
"cameraEnabled" : "Camera Enabled" ,
"objectDetection" : "Object Detection" ,
"recording" : "Recording" ,
"snapshots" : "Snapshots" ,
"audioDetection" : "Audio Detection" ,
"autotracking" : "Autotracking"
2025-03-13 12:12:51 +03:00
} ,
"history" : {
"label" : "Show historical footage"
} ,
"effectiveRetainMode" : {
"modes" : {
"all" : "All" ,
"motion" : "Motion" ,
"active_objects" : "Active Objects"
} ,
"notAllTips" : "Your {{source}} recording retention configuration is set to <code>mode: {{effectiveRetainMode}}</code>, so this on-demand recording will only keep segments with {{effectiveRetainModeName}}."
2025-03-09 14:44:42 +03:00
}
}