mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 14:17:59 +00:00
✨(frontend) chose transcription’s language in settings
Add a key feature allowing users to choose the language of their transcription via a setting. The default value is set to French, the most commonly used language across our user base. Users can still select English or “Automatic,” which re-enables automatic language detection if no default is configured on the microservice.
This commit is contained in:
committed by
aleb_the_flash
parent
19f8c96e9d
commit
049a9079c4
@@ -68,6 +68,17 @@
|
||||
},
|
||||
"permissionsRequired": "Berechtigungen erforderlich"
|
||||
},
|
||||
"transcription": {
|
||||
"heading": "Transkription",
|
||||
"language": {
|
||||
"label": "Besprechungssprache",
|
||||
"options": {
|
||||
"french": "Französisch (fr)",
|
||||
"english": "Englisch (en)",
|
||||
"auto": "Automatisch"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"heading": "Tonbenachrichtigungen",
|
||||
"label": "Tonbenachrichtigungen für",
|
||||
@@ -100,6 +111,7 @@
|
||||
"audio": "Audio",
|
||||
"video": "Video",
|
||||
"general": "Allgemein",
|
||||
"notifications": "Benachrichtigungen"
|
||||
"notifications": "Benachrichtigungen",
|
||||
"transcription": "Transkription"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user