frigate/web/public/locales/en/views/classificationModel.json
2025-06-04 06:14:20 -06:00

34 lines
1.1 KiB
JSON

{
"button": {
"deleteClassificationAttempts": "Delete Classification Images",
"renameCategory": "Rename Category",
"deleteCategory": "Rename Category"
},
"toast": {
"success": {
"deletedCategory": "Deleted Category",
"deletedImage": "Deleted Images"
},
"error": {
"deleteImageFailed": "Failed to delete: {{errorMessage}}",
"deleteCategoryFailed": "Failed to delete category: {{errorMessage}}"
}
},
"deleteCategory": {
"title": "Delete Category",
"desc": "Are you sure you want to delete the category {{name}}? This will permanently delete all associated images and require re-training the model."
},
"renameCategory": {
"title": "Rename Category",
"desc": "Enter a new name for {{name}}. You will be required to retrain the model for the name change to take affect."
},
"description": {
"invalidName": " \"invalidName\": \"Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens.\""
},
"train": {
"title": "Train",
"aria": "Select Train"
},
"categories": "Categories"
}