mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-27 02:28:22 +03:00
Remove unused translation keys
This commit is contained in:
parent
0a569fa3c0
commit
b35be40933
@ -61,8 +61,7 @@
|
|||||||
"steps": {
|
"steps": {
|
||||||
"nameAndDefine": "Name & Define",
|
"nameAndDefine": "Name & Define",
|
||||||
"stateArea": "State Area",
|
"stateArea": "State Area",
|
||||||
"chooseExamples": "Choose Examples",
|
"chooseExamples": "Choose Examples"
|
||||||
"train": "Train"
|
|
||||||
},
|
},
|
||||||
"step1": {
|
"step1": {
|
||||||
"description": "Create a new state or object classification model.",
|
"description": "Create a new state or object classification model.",
|
||||||
@ -99,9 +98,6 @@
|
|||||||
"step3": {
|
"step3": {
|
||||||
"selectImagesPrompt": "Select all images with: {{className}}",
|
"selectImagesPrompt": "Select all images with: {{className}}",
|
||||||
"selectImagesDescription": "Click on images to select them. Click Continue when you're done with this class.",
|
"selectImagesDescription": "Click on images to select them. Click Continue when you're done with this class.",
|
||||||
"allImagesClassified": "All images classified!",
|
|
||||||
"readyToContinue": "Click Continue to finish and start training.",
|
|
||||||
"description": "Classify the example images below. These samples will be used to train your model.",
|
|
||||||
"generating": {
|
"generating": {
|
||||||
"title": "Generating Sample Images",
|
"title": "Generating Sample Images",
|
||||||
"description": "We're pulling representative images from your recordings. This may take a moment..."
|
"description": "We're pulling representative images from your recordings. This may take a moment..."
|
||||||
@ -111,8 +107,6 @@
|
|||||||
"description": "Your model is being trained in the background. You can close this wizard and the training will continue."
|
"description": "Your model is being trained in the background. You can close this wizard and the training will continue."
|
||||||
},
|
},
|
||||||
"retryGenerate": "Retry Generation",
|
"retryGenerate": "Retry Generation",
|
||||||
"selectClass": "Select class...",
|
|
||||||
"none": "None",
|
|
||||||
"noImages": "No sample images generated",
|
"noImages": "No sample images generated",
|
||||||
"classifying": "Classifying & Training...",
|
"classifying": "Classifying & Training...",
|
||||||
"trainingStarted": "Training started successfully",
|
"trainingStarted": "Training started successfully",
|
||||||
|
|||||||
@ -5,10 +5,6 @@
|
|||||||
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
|
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
|
||||||
},
|
},
|
||||||
"details": {
|
"details": {
|
||||||
"subLabelScore": "Sub Label Score",
|
|
||||||
"scoreInfo": "The sub label score is the weighted score for all of the recognized face confidences, so this may differ from the score shown on the snapshot.",
|
|
||||||
"face": "Face Details",
|
|
||||||
"faceDesc": "Details of the tracked object that generated this face",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
@ -19,8 +15,6 @@
|
|||||||
},
|
},
|
||||||
"collections": "Collections",
|
"collections": "Collections",
|
||||||
"createFaceLibrary": {
|
"createFaceLibrary": {
|
||||||
"title": "Create Collection",
|
|
||||||
"desc": "Create a new collection",
|
|
||||||
"new": "Create New Face",
|
"new": "Create New Face",
|
||||||
"nextSteps": "To build a strong foundation:<li>Use the Recent Recognitions tab to select and train on images for each detected person.</li><li>Focus on straight-on images for best results; avoid training images that capture faces at an angle.</li></ul>"
|
"nextSteps": "To build a strong foundation:<li>Use the Recent Recognitions tab to select and train on images for each detected person.</li><li>Focus on straight-on images for best results; avoid training images that capture faces at an angle.</li></ul>"
|
||||||
},
|
},
|
||||||
@ -37,8 +31,6 @@
|
|||||||
"aria": "Select recent recognitions",
|
"aria": "Select recent recognitions",
|
||||||
"empty": "There are no recent face recognition attempts"
|
"empty": "There are no recent face recognition attempts"
|
||||||
},
|
},
|
||||||
"selectItem": "Select {{item}}",
|
|
||||||
"selectFace": "Select Face",
|
|
||||||
"deleteFaceLibrary": {
|
"deleteFaceLibrary": {
|
||||||
"title": "Delete Name",
|
"title": "Delete Name",
|
||||||
"desc": "Are you sure you want to delete the collection {{name}}? This will permanently delete all associated faces."
|
"desc": "Are you sure you want to delete the collection {{name}}? This will permanently delete all associated faces."
|
||||||
@ -69,7 +61,6 @@
|
|||||||
"maxSize": "Max size: {{size}}MB"
|
"maxSize": "Max size: {{size}}MB"
|
||||||
},
|
},
|
||||||
"nofaces": "No faces available",
|
"nofaces": "No faces available",
|
||||||
"pixels": "{{area}}px",
|
|
||||||
"trainFaceAs": "Train Face as:",
|
"trainFaceAs": "Train Face as:",
|
||||||
"trainFace": "Train Face",
|
"trainFace": "Train Face",
|
||||||
"toast": {
|
"toast": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user