mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +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
* add blurred icon button component * apply component to explore, face, and classification views * apply to exports and fix bug where play button was unclickable
24 lines
612 B
JSON
24 lines
612 B
JSON
{
|
|
"documentTitle": "Export - Frigate",
|
|
"search": "Search",
|
|
"noExports": "No exports found",
|
|
"deleteExport": "Delete Export",
|
|
"deleteExport.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"
|
|
},
|
|
"toast": {
|
|
"error": {
|
|
"renameExportFailed": "Failed to rename export: {{errorMessage}}"
|
|
}
|
|
}
|
|
}
|