i18n changes

This commit is contained in:
Josh Hawkins 2025-05-26 07:25:12 -05:00
parent 216fc46410
commit 101e791694
2 changed files with 13 additions and 2 deletions

View File

@ -103,12 +103,14 @@
"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.",
"updatedSublabel": "Successfully updated sub label.",
"updatedLPR": "Successfully updated license plate."
"updatedLPR": "Successfully updated license plate.",
"audioTranscription": "Successfully requested audio transcription."
},
"error": {
"regenerate": "Failed to call {{provider}} for a new description: {{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",
"aria": "Find similar tracked objects"
},
"audioTranscription": {
"label": "Transcribe",
"aria": "Request audio transcription"
},
"submitToPlus": {
"label": "Submit to Frigate+",
"aria": "Submit to Frigate Plus"

View File

@ -69,6 +69,10 @@
"enable": "Enable Audio Detect",
"disable": "Disable Audio Detect"
},
"transcription": {
"enable": "Enable Live Audio Transcription",
"disable": "Disable Live Audio Transcription"
},
"autotracking": {
"enable": "Enable Autotracking",
"disable": "Disable Autotracking"
@ -135,6 +139,7 @@
"recording": "Recording",
"snapshots": "Snapshots",
"audioDetection": "Audio Detection",
"transcription": "Audio Transcription",
"autotracking": "Autotracking"
},
"history": {