2025-03-16 18:36:20 +03:00
{
"restart" : {
"title" : "Are you sure you want to restart Frigate?" ,
"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 16:34:24 +03:00
"question" : {
2025-03-17 15:26:01 +03:00
"label" : "Confirm this label for Frigate Plus" ,
2025-04-17 16:34:24 +03: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 15:26:01 +03:00
} ,
"state" : {
"submitted" : "Submitted"
}
2025-03-16 18:36:20 +03: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 15:26:01 +03:00
"start" : {
"title" : "Start Time" ,
"label" : "Select Start Time"
} ,
"end" : {
"title" : "End Time" ,
"label" : "Select End Time"
}
2025-03-16 18:36:20 +03:00
} ,
"name" : {
"placeholder" : "Name the Export"
} ,
"select" : "Select" ,
"export" : "Export" ,
"selectOrExport" : "Select or Export" ,
"toast" : {
2025-10-26 21:11:48 +03:00
"success" : "Successfully started export. View the file in the exports page." ,
2025-11-25 16:34:20 +03:00
"view" : "View" ,
2025-03-16 18:36:20 +03: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 15:26:01 +03:00
"disabled" : "Restreaming is not enabled for this camera." ,
"desc" : {
2025-08-23 01:19:00 +03:00
"title" : "Set up go2rtc for additional live view options and audio for this camera."
2025-03-17 15:26:01 +03:00
}
2025-03-16 18:36:20 +03: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 15:26:01 +03:00
"button" : {
"save" : {
"label" : "Save this search"
}
}
2025-03-16 18:36:20 +03:00
}
} ,
"recording" : {
"confirmDelete" : {
"title" : "Confirm Delete" ,
2025-03-17 15:26:01 +03: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 21:03:53 +03:00
} ,
"toast" : {
"success" : "Video footage associated with the selected review items has been deleted successfully." ,
"error" : "Failed to delete: {{error}}"
2025-03-17 15:26:01 +03:00
}
2025-03-16 18:36:20 +03:00
} ,
"button" : {
"export" : "Export" ,
"markAsReviewed" : "Mark as reviewed" ,
2025-10-12 16:10:56 +03:00
"markAsUnreviewed" : "Mark as unreviewed" ,
2025-03-16 18:36:20 +03:00
"deleteNow" : "Delete Now"
}
2025-07-07 17:03:57 +03:00
} ,
"imagePicker" : {
"selectImage" : "Select a tracked object's thumbnail" ,
2025-10-27 22:58:31 +03:00
"unknownLabel" : "Saved Trigger Image" ,
2025-07-07 17:03:57 +03:00
"search" : {
"placeholder" : "Search by label or sub label..."
} ,
"noImages" : "No thumbnails found for this camera"
2025-03-16 18:36:20 +03:00
}
}