mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
84 lines
3.1 KiB
JSON
84 lines
3.1 KiB
JSON
{
|
|
"trackedObjectDetails": "Tracked Object Details",
|
|
"type": {
|
|
"details": "details",
|
|
"snapshot": "snapshot",
|
|
"video": "video",
|
|
"object_lifecycle": "object lifecycle"
|
|
},
|
|
"details": {
|
|
"item": {
|
|
"title": "Review Item Details",
|
|
"desc": "Review item details",
|
|
"button": {
|
|
"share": "Share this review item",
|
|
"viewInExplore": "View in Explore"
|
|
},
|
|
"tips": {
|
|
"mismatch_one": "{{count}} unavailable object was detected and included in this review item. Those objects either did not qualify as an alert or detection or have already been cleaned up/deleted.",
|
|
"mismatch_other": "{{count}} unavailable objects were detected and included in this review item. Those objects either did not qualify as an alert or detection or have already been cleaned up/deleted.",
|
|
"hasMissingObjects": "Adjust your configuration if you want Frigate to save tracked objects for the following labels: <em>{{objects}}</em>"
|
|
}
|
|
},
|
|
"label": "Label",
|
|
"editSubLable": "Edit sub label",
|
|
"editSubLable.desc": "Enter a new sub label for this {{label}}",
|
|
"editSubLable.desc.noLabel": "Enter a new sub label for this tracked object",
|
|
"topScore": "Top Score",
|
|
"topScore.info": "The top score is the highest median score for the tracked object, so this may differ from the score shown on the search result thumbnail.",
|
|
"estimatedSpeed": "Estimated Speed",
|
|
"objects": "Objects",
|
|
"camera": "Camera",
|
|
"zones": "Zones",
|
|
"timestamp": "Timestamp",
|
|
"button": {
|
|
"findSimilar": "Find Similar"
|
|
},
|
|
"description": {
|
|
"label": "Description",
|
|
"placeholder": "Description of the tracked object",
|
|
"aiTips": "Frigate will not request a description from your Generative AI provider until the tracked object's lifecycle has ended."
|
|
},
|
|
"button.regenerate": "Regenerate",
|
|
"regenerateFromSnapshot": "Regenerate from Snapshot",
|
|
"regenerateFromThumbnails": "Regenerate from Thumbnails",
|
|
"tips": {
|
|
"descriptionSaved": "Successfully saved description",
|
|
"saveDescriptionFailed": "Failed to update the description: {{errorMessage}}"
|
|
}
|
|
},
|
|
"itemMenu": {
|
|
"downloadVideo": {
|
|
"label": "Download video",
|
|
"aria": "Download video"
|
|
},
|
|
"downloadSnapshot": {
|
|
"label": "Download snapshot",
|
|
"aria": "Download snapshot"
|
|
},
|
|
"viewObjectLifecycle": {
|
|
"label": "View object lifecycle",
|
|
"aria": "Show the object lifecycle"
|
|
},
|
|
"findSimilar": {
|
|
"label": "Find similar",
|
|
"aria": "Find similar tracked objects"
|
|
},
|
|
"submitToPlus": {
|
|
"label": "Submit to Frigate+",
|
|
"aria": "Submit to Frigate Plus"
|
|
},
|
|
"viewInHistory": {
|
|
"label": "View in History",
|
|
"aria": "View in History"
|
|
}
|
|
},
|
|
"dialog": {
|
|
"confirmDelete": {
|
|
"title": "Confirm Delete",
|
|
"desc": "Deleting this tracked object removes the snapshot, any saved embeddings, and any associated object lifecycle entries. Recorded footage of this tracked object in History view will <em>NOT</em> be deleted.<br /><br />Are you sure you want to proceed?"
|
|
}
|
|
},
|
|
"noTrackedObjects": "No Tracked Objects Found"
|
|
}
|