🌐(frontend) add missing internationalization for "micro désactivé"

Fix overlooked French text that wasn't properly internationalized in
the microphone status display.
This commit is contained in:
lebaudantoine
2025-06-24 19:26:41 +02:00
committed by aleb_the_flash
parent 27a0128b2a
commit 15aff4db8e
5 changed files with 9 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ export const AudioTab = ({ id }: AudioTabProps) => {
{localParticipant.isMicrophoneEnabled ? (
<ActiveSpeaker isSpeaking={isSpeaking} />
) : (
<span>Micro désactivé</span>
<span>{t('audio.microphone.disabled')}</span>
)}
</>
</RowWrapper>

View File

@@ -9,7 +9,8 @@
"audio": {
"microphone": {
"heading": "Mikrofon",
"label": "Wählen Sie Ihre Audioeingabe"
"label": "Wählen Sie Ihre Audioeingabe",
"disabled": "Mikrofon deaktiviert"
},
"speakers": {
"heading": "Lautsprecher",

View File

@@ -9,7 +9,8 @@
"audio": {
"microphone": {
"heading": "Microphone",
"label": "Select your audio input"
"label": "Select your audio input",
"disabled": "Microphone disabled"
},
"speakers": {
"heading": "Speakers",

View File

@@ -9,7 +9,8 @@
"audio": {
"microphone": {
"heading": "Micro",
"label": "Sélectionner votre entrée audio"
"label": "Sélectionner votre entrée audio",
"disabled": "Micro désactivé"
},
"speakers": {
"heading": "Haut-parleurs",

View File

@@ -9,7 +9,8 @@
"audio": {
"microphone": {
"heading": "Microfoon",
"label": "Selecteer uw audioinvoer"
"label": "Selecteer uw audioinvoer",
"disabled": "Microfoon uitgeschakeld"
},
"speakers": {
"heading": "Luidsprekers",