mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-11 03:07:43 +00:00
fb92e5b79f
Implement settings option to enable/disable noise suppression with clear beta indicator. Label will be removed after production battle-testing. Note: Settings styling needs polish, will address in future commits.
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"account": {
|
|
"currentlyLoggedAs": "You are currently logged in as <0>{{user}}</0>",
|
|
"heading": "Account",
|
|
"youAreNotLoggedIn": "You are not logged in.",
|
|
"nameLabel": "Your Name",
|
|
"authentication": "Authentication"
|
|
},
|
|
"audio": {
|
|
"microphone": {
|
|
"heading": "Microphone",
|
|
"label": "Select your audio input",
|
|
"disabled": "Microphone disabled"
|
|
},
|
|
"noiseReduction": {
|
|
"label": "Noise reduction",
|
|
"heading": "Noise reduction",
|
|
"ariaLabel": {
|
|
"enable": "Enable noise reduction",
|
|
"disable": "Disable noise reduction"
|
|
}
|
|
},
|
|
"speakers": {
|
|
"heading": "Speakers",
|
|
"label": "Select your audio output",
|
|
"test": "Test",
|
|
"ongoingTest": "Testing sound…"
|
|
},
|
|
"permissionsRequired": "Permissions required"
|
|
},
|
|
"notifications": {
|
|
"heading": "Sound notifications",
|
|
"label": "sound notifications for",
|
|
"actions": {
|
|
"disable": "Disable",
|
|
"enable": "Enable"
|
|
},
|
|
"items": {
|
|
"participantJoined": "Participant joined",
|
|
"handRaised": "Hand raised",
|
|
"messageReceived": "Message received"
|
|
}
|
|
},
|
|
"dialog": {
|
|
"heading": "Settings"
|
|
},
|
|
"language": {
|
|
"heading": "Language",
|
|
"label": "Language"
|
|
},
|
|
"settingsButtonLabel": "Settings",
|
|
"tabs": {
|
|
"account": "Profile",
|
|
"audio": "Audio",
|
|
"general": "General",
|
|
"notifications": "Notifications"
|
|
}
|
|
}
|