mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
i18n changes
This commit is contained in:
parent
216fc46410
commit
101e791694
@ -103,12 +103,14 @@
|
|||||||
"success": {
|
"success": {
|
||||||
"regenerate": "A new description has been requested from {{provider}}. Depending on the speed of your provider, the new description may take some time to regenerate.",
|
"regenerate": "A new description has been requested from {{provider}}. Depending on the speed of your provider, the new description may take some time to regenerate.",
|
||||||
"updatedSublabel": "Successfully updated sub label.",
|
"updatedSublabel": "Successfully updated sub label.",
|
||||||
"updatedLPR": "Successfully updated license plate."
|
"updatedLPR": "Successfully updated license plate.",
|
||||||
|
"audioTranscription": "Successfully requested audio transcription."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"regenerate": "Failed to call {{provider}} for a new description: {{errorMessage}}",
|
"regenerate": "Failed to call {{provider}} for a new description: {{errorMessage}}",
|
||||||
"updatedSublabelFailed": "Failed to update sub label: {{errorMessage}}",
|
"updatedSublabelFailed": "Failed to update sub label: {{errorMessage}}",
|
||||||
"updatedLPRFailed": "Failed to update license plate: {{errorMessage}}"
|
"updatedLPRFailed": "Failed to update license plate: {{errorMessage}}",
|
||||||
|
"audioTranscription": "Failed to request audio transcription: {{errorMessage}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -173,6 +175,10 @@
|
|||||||
"label": "Find similar",
|
"label": "Find similar",
|
||||||
"aria": "Find similar tracked objects"
|
"aria": "Find similar tracked objects"
|
||||||
},
|
},
|
||||||
|
"audioTranscription": {
|
||||||
|
"label": "Transcribe",
|
||||||
|
"aria": "Request audio transcription"
|
||||||
|
},
|
||||||
"submitToPlus": {
|
"submitToPlus": {
|
||||||
"label": "Submit to Frigate+",
|
"label": "Submit to Frigate+",
|
||||||
"aria": "Submit to Frigate Plus"
|
"aria": "Submit to Frigate Plus"
|
||||||
|
|||||||
@ -69,6 +69,10 @@
|
|||||||
"enable": "Enable Audio Detect",
|
"enable": "Enable Audio Detect",
|
||||||
"disable": "Disable Audio Detect"
|
"disable": "Disable Audio Detect"
|
||||||
},
|
},
|
||||||
|
"transcription": {
|
||||||
|
"enable": "Enable Live Audio Transcription",
|
||||||
|
"disable": "Disable Live Audio Transcription"
|
||||||
|
},
|
||||||
"autotracking": {
|
"autotracking": {
|
||||||
"enable": "Enable Autotracking",
|
"enable": "Enable Autotracking",
|
||||||
"disable": "Disable Autotracking"
|
"disable": "Disable Autotracking"
|
||||||
@ -135,6 +139,7 @@
|
|||||||
"recording": "Recording",
|
"recording": "Recording",
|
||||||
"snapshots": "Snapshots",
|
"snapshots": "Snapshots",
|
||||||
"audioDetection": "Audio Detection",
|
"audioDetection": "Audio Detection",
|
||||||
|
"transcription": "Audio Transcription",
|
||||||
"autotracking": "Autotracking"
|
"autotracking": "Autotracking"
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user