mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 03:57:42 +03:00
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* backend * frontend + i18n * tests + api spec * tweak backend to use Job infrastructure for exports * frontend tweaks and Job infrastructure * tests * tweaks - add ability to remove from case - change location of counts in case card * add stale export reaper on startup * fix toaster close button color * improve add dialog * formatting * hide max_concurrent from camera config export settings * remove border * refactor batch endpoint for multiple review items * frontend * tests and fastapi spec * fix deletion of in-progress exports in a case * tweaks - hide cases when filtering cameras that have no exports from those cameras - remove description from case card - use textarea instead of input for case description in add new case dialog * add auth exceptions for exports * add e2e test for deleting cases with exports * refactor delete and case endpoints allow bulk deleting and reassigning * frontend - bulk selection like Review - gate admin-only actions - consolidate dialogs - spacing/padding tweaks * i18n and tests * update openapi spec * tweaks - add None to case selection list - allow new case creation from single cam export dialog * fix codeql * fix i18n * remove unused * fix frontend tests
124 lines
4.0 KiB
JSON
124 lines
4.0 KiB
JSON
{
|
|
"documentTitle": "Export - Frigate",
|
|
"search": "Search",
|
|
"noExports": "No exports found",
|
|
"headings": {
|
|
"cases": "Cases",
|
|
"uncategorizedExports": "Uncategorized Exports"
|
|
},
|
|
"deleteExport": {
|
|
"label": "Delete Export",
|
|
"desc": "Are you sure you want to delete {{exportName}}?"
|
|
},
|
|
"editExport": {
|
|
"title": "Rename Export",
|
|
"desc": "Enter a new name for this export.",
|
|
"saveExport": "Save Export"
|
|
},
|
|
"tooltip": {
|
|
"shareExport": "Share export",
|
|
"downloadVideo": "Download video",
|
|
"editName": "Edit name",
|
|
"deleteExport": "Delete export",
|
|
"assignToCase": "Add to case",
|
|
"removeFromCase": "Remove from case"
|
|
},
|
|
"toolbar": {
|
|
"newCase": "New Case",
|
|
"addExport": "Add Export",
|
|
"editCase": "Edit Case",
|
|
"deleteCase": "Delete Case"
|
|
},
|
|
"toast": {
|
|
"error": {
|
|
"renameExportFailed": "Failed to rename export: {{errorMessage}}",
|
|
"assignCaseFailed": "Failed to update case assignment: {{errorMessage}}",
|
|
"caseSaveFailed": "Failed to save case: {{errorMessage}}",
|
|
"caseDeleteFailed": "Failed to delete case: {{errorMessage}}"
|
|
}
|
|
},
|
|
"deleteCase": {
|
|
"label": "Delete Case",
|
|
"desc": "Are you sure you want to delete {{caseName}}?",
|
|
"descKeepExports": "Exports will remain available as uncategorized exports.",
|
|
"descDeleteExports": "All exports in this case will be permanently deleted.",
|
|
"deleteExports": "Also delete exports"
|
|
},
|
|
"caseDialog": {
|
|
"title": "Add to case",
|
|
"description": "Choose an existing case or create a new one.",
|
|
"selectLabel": "Case",
|
|
"newCaseOption": "Create new case",
|
|
"nameLabel": "Case name",
|
|
"descriptionLabel": "Description"
|
|
},
|
|
"caseCard": {
|
|
"emptyCase": "No exports yet"
|
|
},
|
|
"jobCard": {
|
|
"defaultName": "{{camera}} export",
|
|
"queued": "Queued",
|
|
"running": "Running"
|
|
},
|
|
"caseView": {
|
|
"noDescription": "No description",
|
|
"createdAt": "Created {{value}}",
|
|
"exportCount_one": "1 export",
|
|
"exportCount_other": "{{count}} exports",
|
|
"cameraCount_one": "1 camera",
|
|
"cameraCount_other": "{{count}} cameras",
|
|
"showMore": "Show more",
|
|
"showLess": "Show less",
|
|
"emptyTitle": "This case is empty",
|
|
"emptyDescription": "Add existing uncategorized exports to keep the case organized.",
|
|
"emptyDescriptionNoExports": "There are no uncategorized exports available to add yet."
|
|
},
|
|
"caseEditor": {
|
|
"createTitle": "Create Case",
|
|
"editTitle": "Edit Case",
|
|
"namePlaceholder": "Case name",
|
|
"descriptionPlaceholder": "Add notes or context for this case"
|
|
},
|
|
"addExportDialog": {
|
|
"title": "Add Export to {{caseName}}",
|
|
"searchPlaceholder": "Search uncategorized exports",
|
|
"empty": "No uncategorized exports match this search.",
|
|
"addButton_one": "Add 1 Export",
|
|
"addButton_other": "Add {{count}} Exports",
|
|
"adding": "Adding..."
|
|
},
|
|
"selected_one": "{{count}} selected",
|
|
"selected_other": "{{count}} selected",
|
|
"bulkActions": {
|
|
"addToCase": "Add to Case",
|
|
"moveToCase": "Move to Case",
|
|
"removeFromCase": "Remove from Case",
|
|
"delete": "Delete",
|
|
"deleteNow": "Delete Now"
|
|
},
|
|
"bulkDelete": {
|
|
"title": "Delete Exports",
|
|
"desc_one": "Are you sure you want to delete {{count}} export?",
|
|
"desc_other": "Are you sure you want to delete {{count}} exports?"
|
|
},
|
|
"bulkRemoveFromCase": {
|
|
"title": "Remove from Case",
|
|
"desc_one": "Remove {{count}} export from this case?",
|
|
"desc_other": "Remove {{count}} exports from this case?",
|
|
"descKeepExports": "Exports will be moved to uncategorized.",
|
|
"descDeleteExports": "Exports will be permanently deleted.",
|
|
"deleteExports": "Delete exports instead"
|
|
},
|
|
"bulkToast": {
|
|
"success": {
|
|
"delete": "Successfully deleted exports",
|
|
"reassign": "Successfully updated case assignment",
|
|
"remove": "Successfully removed exports from case"
|
|
},
|
|
"error": {
|
|
"deleteFailed": "Failed to delete exports: {{errorMessage}}",
|
|
"reassignFailed": "Failed to update case assignment: {{errorMessage}}"
|
|
}
|
|
}
|
|
}
|