mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-02 03:27:41 +03:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"button": {
|
|
"deleteClassificationAttempts": "Delete Classification Images",
|
|
"renameCategory": "Rename Category",
|
|
"deleteCategory": "Rename Category",
|
|
"deleteImages": "Delete Images"
|
|
},
|
|
"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."
|
|
},
|
|
"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."
|
|
},
|
|
"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": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
|
|
},
|
|
"train": {
|
|
"title": "Train",
|
|
"aria": "Select Train"
|
|
},
|
|
"categories": "Categories"
|
|
}
|