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-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" : {
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
} ,
"train" : {
"title" : "Train" ,
"aria" : "Select train"
} ,
"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-03-17 15:26:01 +03:00
"button" : {
"deleteFaceAttempts" : "Delete Face Attempts" ,
"addFace" : "Add Face" ,
"uploadImage" : "Upload Image" ,
"reprocessFace" : "Reprocess Face"
} ,
2025-04-03 20:34:19 +03:00
"imageEntry" : {
"validation" : {
"selectImage" : "Please select an image file."
} ,
"dropActive" : "Drop the image here..." ,
"dropInstructions" : "Drag and drop an image here, or click to select" ,
"maxSize" : "Max size: {{size}}MB"
} ,
"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." ,
"deletedName_zero" : "Empty collection deleted successfully." ,
"deletedName_one" : "{{count}} face has been successfully deleted." ,
"deletedName_other" : "{{count}} faces have been successfully deleted." ,
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-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
}
}