mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-21 15:47:09 +00:00
217b19e42a
Localized video conference controls to match the selected language. Previously, controls were always in English, causing confusion for French users. A full refactor of the controls is planned soon.
36 lines
543 B
JSON
36 lines
543 B
JSON
{
|
|
"feedback": {
|
|
"body": "",
|
|
"heading": ""
|
|
},
|
|
"join": {
|
|
"camlabel": "",
|
|
"heading": "",
|
|
"joinLabel": "",
|
|
"micLabel": "",
|
|
"userLabel": ""
|
|
},
|
|
"leaveRoomPrompt": "",
|
|
"shareDialog": {
|
|
"copied": "",
|
|
"copy": "",
|
|
"heading": "",
|
|
"inputLabel": ""
|
|
},
|
|
"error": {
|
|
"createRoom": {
|
|
"heading": "",
|
|
"body": ""
|
|
}
|
|
},
|
|
"controls": {
|
|
"microphone": "",
|
|
"camera": "",
|
|
"shareScreen": "",
|
|
"stopScreenShare": "",
|
|
"chat": "",
|
|
"settings": "",
|
|
"leave": ""
|
|
}
|
|
}
|