2025-03-16 18:36:20 +03:00
{
2025-03-17 22:50:13 +03:00
"description" : {
"addFace" : "Walk through adding a new face to the Face Library."
} ,
2025-03-18 17:32:15 +03:00
"details" : {
2025-03-19 15:23:44 +03:00
"person" : "Person" ,
2025-03-18 17:32:15 +03:00
"confidence" : "Confidence" ,
"face" : "Face Details" ,
"faceDesc" : "Details for the face and associated object" ,
"timestamp" : "Timestamp"
} ,
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}}"
} ,
"createFaceLibrary" : {
"title" : "Create Face Library" ,
2025-03-17 22:50:13 +03:00
"desc" : "Create a new face library" ,
"nextSteps" : "It is recommended to use the Train tab to select and train images for each person as they are detected. When building a strong foundation it is strongly recommended to only train on images that are straight-on. Ignore images from cameras that recognize faces from an angle."
2025-03-17 15:26:01 +03:00
} ,
"train" : {
"title" : "Train" ,
"aria" : "Select train"
} ,
"selectItem" : "Select {{item}}" ,
"button" : {
"deleteFaceAttempts" : "Delete Face Attempts" ,
"addFace" : "Add Face" ,
"uploadImage" : "Upload Image" ,
"reprocessFace" : "Reprocess Face"
} ,
2025-03-17 22:50:13 +03:00
"readTheDocs" : "Read the documentation to view more details on refining images for the Face Library" ,
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-03-17 15:26:01 +03:00
"deletedFace" : "Successfully deleted face." ,
"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}}" ,
"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
}
}