mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-25 09:38:22 +03:00
Some checks are pending
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* mobile button spacing * prevent console warning about div being descendant of p * ensure consistent spacing * add missing i18n keys * i18n fixes - add missing translations - fix dot notation keys * use plain string * add missing key * add i18next-cli commands for extraction and status also add false positives removal for several keys * add i18n key check step to PR workflow * formatting
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"documentTitle": "Export - Frigate",
|
|
"search": "Search",
|
|
"noExports": "No exports found",
|
|
"headings": {
|
|
"cases": "Cases",
|
|
"uncategorizedExports": "Uncategorized Exports"
|
|
},
|
|
"deleteExport": {
|
|
"label": "Delete Export",
|
|
"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",
|
|
"assignToCase": "Add to case"
|
|
},
|
|
"toast": {
|
|
"error": {
|
|
"renameExportFailed": "Failed to rename export: {{errorMessage}}",
|
|
"assignCaseFailed": "Failed to update case assignment: {{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"
|
|
}
|
|
}
|