🌐(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 ? ( {localParticipant.isMicrophoneEnabled ? (
<ActiveSpeaker isSpeaking={isSpeaking} /> <ActiveSpeaker isSpeaking={isSpeaking} />
) : ( ) : (
<span>Micro désactivé</span> <span>{t('audio.microphone.disabled')}</span>
)} )}
</> </>
</RowWrapper> </RowWrapper>

View File

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

View File

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

View File

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

View File

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