2025-03-16 18:36:20 +03:00
{
2025-03-17 22:50:13 +03:00
"description" : {
2025-04-03 20:34:19 +03:00
"addFace" : "Walk through adding a new collection to the Face Library." ,
"placeholder" : "Enter a name for this collection"
2025-03-17 22:50:13 +03:00
} ,
2025-03-18 17:32:15 +03:00
"details" : {
2025-03-19 15:23:44 +03:00
"person" : "Person" ,
2025-05-02 21:46:30 +03:00
"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." ,
2025-03-18 17:32:15 +03:00
"face" : "Face Details" ,
2025-05-09 16:36:44 +03:00
"faceDesc" : "Details of the tracked object that generated this face" ,
"timestamp" : "Timestamp" ,
"unknown" : "Unknown"
2025-03-18 17:32:15 +03:00
} ,
2025-03-17 15:26:01 +03:00
"documentTitle" : "Face Library - Frigate" ,
"uploadFaceImage" : {
"title" : "Upload Face Image" ,
"desc" : "Upload an image to scan for faces and include for {{pageToggle}}"
} ,
2025-05-09 16:36:44 +03:00
"collections" : "Collections" ,
2025-03-17 15:26:01 +03:00
"createFaceLibrary" : {
2025-04-03 20:34:19 +03:00
"title" : "Create Collection" ,
"desc" : "Create a new collection" ,
2025-03-28 21:52:12 +03:00
"new" : "Create New Face" ,
2025-04-03 20:34:19 +03:00
"nextSteps" : "To build a strong foundation:<li>Use the Train 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>"
2025-03-17 15:26:01 +03:00
} ,
2025-04-15 21:09:47 +03:00
"steps" : {
"faceName" : "Enter Face Name" ,
"uploadFace" : "Upload Face Image" ,
2025-05-09 16:36:44 +03:00
"nextSteps" : "Next Steps" ,
"description" : {
"uploadFace" : "Upload an image of {{name}} that shows their face from a front-facing angle. The image does not need to be cropped to just their face."
}
2025-04-15 21:09:47 +03:00
} ,
2025-03-17 15:26:01 +03:00
"train" : {
"title" : "Train" ,
2025-05-08 01:31:24 +03:00
"aria" : "Select train" ,
"empty" : "There are no recent face recognition attempts"
2025-03-17 15:26:01 +03:00
} ,
"selectItem" : "Select {{item}}" ,
2025-04-03 17:17:29 +03:00
"selectFace" : "Select Face" ,
"deleteFaceLibrary" : {
"title" : "Delete Name" ,
2025-04-03 20:34:19 +03:00
"desc" : "Are you sure you want to delete the collection {{name}}? This will permanently delete all associated faces."
2025-04-03 17:17:29 +03:00
} ,
2025-05-09 16:36:44 +03:00
"deleteFaceAttempts" : {
"title" : "Delete Faces" ,
"desc_one" : "Are you sure you want to delete {{count}} face? This action cannot be undone." ,
"desc_other" : "Are you sure you want to delete {{count}} faces? This action cannot be undone."
} ,
2025-04-24 02:27:46 +03:00
"renameFace" : {
"title" : "Rename Face" ,
"desc" : "Enter a new name for {{name}}"
} ,
2025-03-17 15:26:01 +03:00
"button" : {
2025-05-09 16:36:44 +03:00
"deleteFaceAttempts" : "Delete Faces" ,
2025-03-17 15:26:01 +03:00
"addFace" : "Add Face" ,
2025-04-24 02:27:46 +03:00
"renameFace" : "Rename Face" ,
"deleteFace" : "Delete Face" ,
2025-03-17 15:26:01 +03:00
"uploadImage" : "Upload Image" ,
"reprocessFace" : "Reprocess Face"
} ,
2025-04-03 20:34:19 +03:00
"imageEntry" : {
"validation" : {
"selectImage" : "Please select an image file."
} ,
2025-04-28 21:55:36 +03:00
"dropActive" : "Drop the image here…" ,
2025-04-03 20:34:19 +03:00
"dropInstructions" : "Drag and drop an image here, or click to select" ,
"maxSize" : "Max size: {{size}}MB"
} ,
2025-05-11 21:03:53 +03:00
"nofaces" : "No faces available" ,
2025-05-15 05:54:15 +03:00
"pixels" : "{{area}}px" ,
2025-04-03 20:34:19 +03:00
"readTheDocs" : "Read the documentation" ,
2025-03-17 15:26:01 +03:00
"trainFaceAs" : "Train Face as:" ,
2025-03-18 00:57:46 +03:00
"trainFace" : "Train Face" ,
2025-03-17 15:26:01 +03:00
"toast" : {
"success" : {
"uploadedImage" : "Successfully uploaded image." ,
2025-03-17 22:50:13 +03:00
"addFaceLibrary" : "{{name}} has successfully been added to the Face Library!" ,
2025-04-03 17:17:29 +03:00
"deletedFace_one" : "Successfully deleted {{count}} face." ,
"deletedFace_other" : "Successfully deleted {{count}} faces." ,
2025-04-29 01:43:03 +03:00
"deletedName_zero" : "Empty collection deleted successfully." ,
2025-04-03 17:17:29 +03:00
"deletedName_one" : "{{count}} face has been successfully deleted." ,
"deletedName_other" : "{{count}} faces have been successfully deleted." ,
2025-04-24 02:27:46 +03:00
"renamedFace" : "Successfully renamed face to {{name}}" ,
2025-03-17 15:26:01 +03:00
"trainedFace" : "Successfully trained face." ,
"updatedFaceScore" : "Successfully updated face score."
2025-03-16 18:36:20 +03:00
} ,
2025-03-17 15:26:01 +03:00
"error" : {
"uploadingImageFailed" : "Failed to upload image: {{errorMessage}}" ,
"addFaceLibraryFailed" : "Failed to set face name: {{errorMessage}}" ,
"deleteFaceFailed" : "Failed to delete: {{errorMessage}}" ,
2025-04-03 17:17:29 +03:00
"deleteNameFailed" : "Failed to delete name: {{errorMessage}}" ,
2025-04-24 02:27:46 +03:00
"renameFaceFailed" : "Failed to rename face: {{errorMessage}}" ,
2025-03-17 15:26:01 +03:00
"trainFailed" : "Failed to train: {{errorMessage}}" ,
"updateFaceScoreFailed" : "Failed to update face score: {{errorMessage}}"
2025-03-16 18:36:20 +03:00
}
2025-03-17 15:26:01 +03:00
}
}