frigate/web/public/locales/en/views/classificationModel.json

43 lines
1.5 KiB
JSON
Raw Normal View History

2025-06-03 18:58:24 +03:00
{
"button": {
2025-06-04 15:14:20 +03:00
"deleteClassificationAttempts": "Delete Classification Images",
"renameCategory": "Rename Category",
2025-06-04 15:34:01 +03:00
"deleteCategory": "Rename Category",
"deleteImages": "Delete Images"
2025-06-04 15:14:20 +03:00
},
"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."
},
2025-06-04 15:34:01 +03:00
"deleteDatasetImages": {
"title": "Delete Dataset Images",
"desc": "Are you sure you want to delete {{count}} images from {{dataset}}? This action cannot be undone and will require re-training the model."
},
"deleteTrainImages": {
"title": "Delete Train Images",
"desc": "Are you sure you want to delete {{count}} images? This action cannot be undone."
},
2025-06-04 15:14:20 +03:00
"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": {
2025-06-04 15:34:01 +03:00
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
2025-06-04 15:14:20 +03:00
},
"train": {
"title": "Train",
"aria": "Select Train"
},
"categories": "Categories"
2025-06-03 18:58:24 +03:00
}