mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
112 lines
4.4 KiB
JSON
112 lines
4.4 KiB
JSON
{
|
|
"exploreIsUnavailable": {
|
|
"title": "Explore is Unavailable",
|
|
"embeddingsReindexing": {
|
|
"context": "Explore can be used after tracked object embeddings have finished reindexing.",
|
|
"startingUp": "Starting up...",
|
|
"estimatedTime": "Estimated time remaining:",
|
|
"finishingShortly": "Finishing shortly",
|
|
"step": {
|
|
"thumbnailsEmbedded": "Thumbnails embedded: ",
|
|
"descriptionsEmbedded": "Descriptions embedded: ",
|
|
"trackedObjectsProcessed": "Tracked objects processed: "
|
|
}
|
|
},
|
|
"downloadingModels": {
|
|
"context": "Frigate is downloading the necessary embeddings models to support the Semantic Search feature. This may take several minutes depending on the speed of your network connection.",
|
|
"setup": {
|
|
"visionModel": "Vision model",
|
|
"visionModelFeatureExtractor": "Vision model feature extractor",
|
|
"textModel": "Text model",
|
|
"textTokenizer": "Text tokenizer"
|
|
},
|
|
"tips": {
|
|
"context": "You may want to reindex the embeddings of your tracked objects once the models are downloaded.",
|
|
"documentation": "Read the documentation"
|
|
},
|
|
"error": "An error has occurred. Check Frigate logs."
|
|
}
|
|
},
|
|
"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"
|
|
}
|