mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-21 03:09:02 +03:00
Fix recording roots UI usage and filesystem labels
This commit is contained in:
@@ -128,15 +128,15 @@
|
||||
"storage": {
|
||||
"title": "Storage",
|
||||
"overview": "Overview",
|
||||
"recordings": {
|
||||
"title": "Recordings",
|
||||
"tips": "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk.",
|
||||
"earliestRecording": "Earliest recording available:",
|
||||
"roots": "Recording Roots",
|
||||
"nonDefault": "Non-default root",
|
||||
"rootSummary": "Disk used: {{used}} MiB • Free: {{free}} MiB • Usage: {{usage_percent}}%",
|
||||
"rootCameras": "Cameras: {{cameras}}"
|
||||
},
|
||||
"recordings": {
|
||||
"title": "Recordings",
|
||||
"tips": "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk.",
|
||||
"earliestRecording": "Earliest recording available:",
|
||||
"roots": "Recording Roots",
|
||||
"rootSummary": "Disk used: {{used}} MiB \u2022 Free: {{free}} MiB \u2022 Usage: {{usage_percent}}%",
|
||||
"rootCameras": "Cameras: {{cameras}}",
|
||||
"recordingsTracked": "Frigate recordings tracked: {{recordings_size}} MiB"
|
||||
},
|
||||
"shm": {
|
||||
"title": "SHM (shared memory) allocation",
|
||||
"warning": "The current SHM size of {{total}}MB is too small. Increase it to at least {{min_shm}}MB."
|
||||
|
||||
Reference in New Issue
Block a user