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": { "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"

View File

@ -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": {