2025-03-16 23:36:20 +08:00
{
"restart" : {
"title" : "Are you sure you want to restart Frigate?" ,
2026-02-12 14:42:08 -06:00
"description" : "This will briefly stop Frigate while it restarts." ,
2025-03-16 23:36:20 +08:00
"button" : "Restart" ,
"restarting" : {
"title" : "Frigate is Restarting" ,
"content" : "This page will reload in {{countdown}} seconds." ,
"button" : "Force Reload Now"
}
},
"explore" : {
"plus" : {
"submitToPlus" : {
"label" : "Submit To Frigate+" ,
"desc" : "Objects in locations you want to avoid are not false positives. Submitting them as false positives will confuse the model."
},
"review" : {
2025-04-17 08:34:24 -05:00
"question" : {
2025-03-17 07:26:01 -05:00
"label" : "Confirm this label for Frigate Plus" ,
2025-04-17 08:34:24 -05:00
"ask_a" : "Is this object a <code>{{label}}</code>?" ,
"ask_an" : "Is this object an <code>{{label}}</code>?" ,
"ask_full" : "Is this object a <code>{{untranslatedLabel}}</code> ({{translatedLabel}})?"
2025-03-17 07:26:01 -05:00
},
"state" : {
"submitted" : "Submitted"
}
2025-03-16 23:36:20 +08:00
}
},
"video" : {
"viewInHistory" : "View in History"
}
},
"export" : {
"time" : {
"fromTimeline" : "Select from Timeline" ,
"lastHour_one" : "Last Hour" ,
"lastHour_other" : "Last {{count}} Hours" ,
"custom" : "Custom" ,
2025-03-17 07:26:01 -05:00
"start" : {
"title" : "Start Time" ,
"label" : "Select Start Time"
},
"end" : {
"title" : "End Time" ,
"label" : "Select End Time"
}
2025-03-16 23:36:20 +08:00
},
"name" : {
"placeholder" : "Name the Export"
},
2026-01-03 08:03:33 -07:00
"case" : {
"label" : "Case" ,
"placeholder" : "Select a case"
},
2025-03-16 23:36:20 +08:00
"select" : "Select" ,
"export" : "Export" ,
"selectOrExport" : "Select or Export" ,
"toast" : {
2025-10-26 12:11:48 -06:00
"success" : "Successfully started export. View the file in the exports page." ,
2025-11-25 07:34:20 -06:00
"view" : "View" ,
2025-03-16 23:36:20 +08:00
"error" : {
"failed" : "Failed to start export: {{error}}" ,
"endTimeMustAfterStartTime" : "End time must be after start time" ,
"noVaildTimeSelected" : "No valid time range selected"
}
},
"fromTimeline" : {
"saveExport" : "Save Export" ,
"previewExport" : "Preview Export"
}
},
"streaming" : {
"label" : "Stream" ,
"restreaming" : {
2025-03-17 07:26:01 -05:00
"disabled" : "Restreaming is not enabled for this camera." ,
"desc" : {
2025-08-22 17:19:00 -05:00
"title" : "Set up go2rtc for additional live view options and audio for this camera."
2025-03-17 07:26:01 -05:00
}
2025-03-16 23:36:20 +08:00
},
"showStats" : {
"label" : "Show stream stats" ,
"desc" : "Enable this option to show stream statistics as an overlay on the camera feed."
},
"debugView" : "Debug View"
},
"search" : {
"saveSearch" : {
"label" : "Save Search" ,
"desc" : "Provide a name for this saved search." ,
"placeholder" : "Enter a name for your search" ,
"overwrite" : "{{searchName}} already exists. Saving will overwrite the existing value." ,
"success" : "Search ({{searchName}}) has been saved." ,
2025-03-17 07:26:01 -05:00
"button" : {
"save" : {
"label" : "Save this search"
}
}
2025-03-16 23:36:20 +08:00
}
},
"recording" : {
"confirmDelete" : {
"title" : "Confirm Delete" ,
2025-03-17 07:26:01 -05:00
"desc" : {
"selected" : "Are you sure you want to delete all recorded video associated with this review item?<br /><br />Hold the <em>Shift</em> key to bypass this dialog in the future."
2025-05-11 13:03:53 -05:00
},
"toast" : {
"success" : "Video footage associated with the selected review items has been deleted successfully." ,
"error" : "Failed to delete: {{error}}"
2025-03-17 07:26:01 -05:00
}
2025-03-16 23:36:20 +08:00
},
"button" : {
"export" : "Export" ,
"markAsReviewed" : "Mark as reviewed" ,
2025-10-12 08:10:56 -05:00
"markAsUnreviewed" : "Mark as unreviewed" ,
2025-03-16 23:36:20 +08:00
"deleteNow" : "Delete Now"
}
2025-07-07 09:03:57 -05:00
},
"imagePicker" : {
"selectImage" : "Select a tracked object's thumbnail" ,
2025-10-27 14:58:31 -05:00
"unknownLabel" : "Saved Trigger Image" ,
2025-07-07 09:03:57 -05:00
"search" : {
"placeholder" : "Search by label or sub label..."
},
"noImages" : "No thumbnails found for this camera"
2025-03-16 23:36:20 +08:00
}
}