Revert "Early 0.18 work (#22138)" (#22142)

This reverts commit d24b96d3bb.
This commit is contained in:
Nicolas Mowen
2026-02-26 21:27:31 -07:00
committed by GitHub
parent d24b96d3bb
commit 451d6f5c22
107 changed files with 1049 additions and 6765 deletions
@@ -49,10 +49,6 @@
"name": {
"placeholder": "Name the Export"
},
"case": {
"label": "Case",
"placeholder": "Select a case"
},
"select": "Select",
"export": "Export",
"selectOrExport": "Select or Export",
+4 -1
View File
@@ -324,6 +324,9 @@
"enabled": {
"label": "Enable record on all cameras."
},
"sync_recordings": {
"label": "Sync recordings with disk on startup and once a day."
},
"expire_interval": {
"label": "Number of minutes to wait between cleanup runs."
},
@@ -755,4 +758,4 @@
"label": "Keep track of original state of camera."
}
}
}
}
+2 -13
View File
@@ -2,23 +2,12 @@
"label": "Networking configuration",
"properties": {
"ipv6": {
"label": "IPv6 configuration",
"label": "Network configuration",
"properties": {
"enabled": {
"label": "Enable IPv6 for port 5000 and/or 8971"
}
}
},
"listen": {
"label": "Listening ports configuration",
"properties": {
"internal": {
"label": "Internal listening port for Frigate"
},
"external": {
"label": "External listening port for Frigate"
}
}
}
}
}
}
+4 -1
View File
@@ -4,6 +4,9 @@
"enabled": {
"label": "Enable record on all cameras."
},
"sync_recordings": {
"label": "Sync recordings with disk on startup and once a day."
},
"expire_interval": {
"label": "Number of minutes to wait between cleanup runs."
},
@@ -87,4 +90,4 @@
"label": "Keep track of original state of recording."
}
}
}
}
+2 -16
View File
@@ -2,10 +2,6 @@
"documentTitle": "Export - Frigate",
"search": "Search",
"noExports": "No exports found",
"headings": {
"cases": "Cases",
"uncategorizedExports": "Uncategorized Exports"
},
"deleteExport": "Delete Export",
"deleteExport.desc": "Are you sure you want to delete {{exportName}}?",
"editExport": {
@@ -17,21 +13,11 @@
"shareExport": "Share export",
"downloadVideo": "Download video",
"editName": "Edit name",
"deleteExport": "Delete export",
"assignToCase": "Add to case"
"deleteExport": "Delete export"
},
"toast": {
"error": {
"renameExportFailed": "Failed to rename export: {{errorMessage}}",
"assignCaseFailed": "Failed to update case assignment: {{errorMessage}}"
"renameExportFailed": "Failed to rename export: {{errorMessage}}"
}
},
"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"
}
}
-48
View File
@@ -1067,53 +1067,5 @@
"deleteTriggerFailed": "Failed to delete trigger: {{errorMessage}}"
}
}
},
"maintenance": {
"title": "Maintenance",
"sync": {
"title": "Media Sync",
"desc": "Frigate will periodically clean up media on a regular schedule according to your retention configuration. It is normal to see a few orphaned files as Frigate runs. Use this feature to remove orphaned media files from disk that are no longer referenced in the database.",
"started": "Media sync started.",
"alreadyRunning": "A sync job is already running",
"error": "Failed to start sync",
"currentStatus": "Status",
"jobId": "Job ID",
"startTime": "Start Time",
"endTime": "End Time",
"statusLabel": "Status",
"results": "Results",
"errorLabel": "Error",
"mediaTypes": "Media Types",
"allMedia": "All Media",
"dryRun": "Dry Run",
"dryRunEnabled": "No files will be deleted",
"dryRunDisabled": "Files will be deleted",
"force": "Force",
"forceDesc": "Bypass safety threshold and complete sync even if more than 50% of the files would be deleted.",
"running": "Sync Running...",
"start": "Start Sync",
"inProgress": "Sync is in progress. This page is disabled.",
"status": {
"queued": "Queued",
"running": "Running",
"completed": "Completed",
"failed": "Failed",
"notRunning": "Not Running"
},
"resultsFields": {
"filesChecked": "Files Checked",
"orphansFound": "Orphans Found",
"orphansDeleted": "Orphans Deleted",
"aborted": "Aborted. Deletion would exceed safety threshold.",
"error": "Error",
"totals": "Totals"
},
"event_snapshots": "Tracked Object Snapshots",
"event_thumbnails": "Tracked Object Thumbnails",
"review_thumbnails": "Review Thumbnails",
"previews": "Previews",
"exports": "Exports",
"recordings": "Recordings"
}
}
}
-13
View File
@@ -51,7 +51,6 @@
"gpuMemory": "GPU Memory",
"gpuEncoder": "GPU Encoder",
"gpuDecoder": "GPU Decoder",
"gpuTemperature": "GPU Temperature",
"gpuInfo": {
"vainfoOutput": {
"title": "Vainfo Output",
@@ -78,7 +77,6 @@
},
"npuUsage": "NPU Usage",
"npuMemory": "NPU Memory",
"npuTemperature": "NPU Temperature",
"intelGpuWarning": {
"title": "Intel GPU Stats Warning",
"message": "GPU stats unavailable",
@@ -160,17 +158,6 @@
"cameraDetectionsPerSecond": "{{camName}} detections per second",
"cameraSkippedDetectionsPerSecond": "{{camName}} skipped detections per second"
},
"connectionQuality": {
"title": "Connection Quality",
"excellent": "Excellent",
"fair": "Fair",
"poor": "Poor",
"unusable": "Unusable",
"fps": "FPS",
"expectedFps": "Expected FPS",
"reconnectsLastHour": "Reconnects (last hour)",
"stallsLastHour": "Stalls (last hour)"
},
"toast": {
"success": {
"copyToClipboard": "Copied probe data to clipboard."