mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 14:33:24 +00:00
200e2d3c2f
Add an open feedback form step, to allow people giving us some feedbacks on what's wrong with our product.
151 lines
2.5 KiB
JSON
151 lines
2.5 KiB
JSON
{
|
|
"feedback": {
|
|
"heading": "",
|
|
"home": "",
|
|
"back": ""
|
|
},
|
|
"join": {
|
|
"videoinput": {
|
|
"choose": "",
|
|
"disable": "",
|
|
"enable": "",
|
|
"label": "",
|
|
"placeholder": ""
|
|
},
|
|
"audioinput": {
|
|
"choose": "",
|
|
"disable": "",
|
|
"enable": "",
|
|
"label": ""
|
|
},
|
|
"heading": "",
|
|
"joinLabel": "",
|
|
"joinMeeting": "",
|
|
"toggleOff": "",
|
|
"toggleOn": "",
|
|
"usernameHint": "",
|
|
"usernameLabel": ""
|
|
},
|
|
"leaveRoomPrompt": "",
|
|
"shareDialog": {
|
|
"copy": "",
|
|
"copied": "",
|
|
"heading": "",
|
|
"description": "",
|
|
"permissions": ""
|
|
},
|
|
"error": {
|
|
"createRoom": {
|
|
"heading": "",
|
|
"body": ""
|
|
}
|
|
},
|
|
"controls": {
|
|
"microphone": "",
|
|
"camera": "",
|
|
"shareScreen": "",
|
|
"stopScreenShare": "",
|
|
"chat": {
|
|
"open": "",
|
|
"closed": "",
|
|
"input": {
|
|
"textArea": {
|
|
"label": "",
|
|
"placeholder": ""
|
|
},
|
|
"button": {
|
|
"label": ""
|
|
}
|
|
}
|
|
},
|
|
"hand": {
|
|
"raise": "",
|
|
"lower": ""
|
|
},
|
|
"screenShare": {
|
|
"start": "",
|
|
"stop": ""
|
|
},
|
|
"leave": "",
|
|
"participants": {
|
|
"open": "",
|
|
"closed": ""
|
|
}
|
|
},
|
|
"options": {
|
|
"buttonLabel": "",
|
|
"items": {
|
|
"feedbacks": "",
|
|
"support": "",
|
|
"settings": "",
|
|
"username": "",
|
|
"effects": ""
|
|
}
|
|
},
|
|
"effects": {
|
|
"activateCamera": "",
|
|
"notAvailable": "",
|
|
"heading": "",
|
|
"blur": {
|
|
"light": "",
|
|
"normal": "",
|
|
"apply": "",
|
|
"clear": ""
|
|
},
|
|
"experimental": ""
|
|
},
|
|
"sidePanel": {
|
|
"heading": {
|
|
"participants": "",
|
|
"effects": "",
|
|
"chat": ""
|
|
},
|
|
"content": {
|
|
"participants": "",
|
|
"effects": "",
|
|
"chat": ""
|
|
},
|
|
"closeButton": ""
|
|
},
|
|
"chat": {
|
|
"disclaimer": ""
|
|
},
|
|
"rating": {
|
|
"submit": "",
|
|
"question": "",
|
|
"levels": {
|
|
"min": "",
|
|
"max": ""
|
|
}
|
|
},
|
|
"openFeedback": {
|
|
"question": "",
|
|
"placeholder": "",
|
|
"submit": "",
|
|
"skip": ""
|
|
},
|
|
"confirmationMessage": {
|
|
"heading": "",
|
|
"body": ""
|
|
},
|
|
"participants": {
|
|
"subheading": "",
|
|
"contributors": "",
|
|
"collapsable": {
|
|
"open": "",
|
|
"close": ""
|
|
},
|
|
"you": "",
|
|
"muteYourself": "",
|
|
"muteParticipant": "",
|
|
"muteParticipantAlert": {
|
|
"description": "",
|
|
"confirm": "",
|
|
"cancel": ""
|
|
},
|
|
"raisedHands": "",
|
|
"lowerParticipantHand": "",
|
|
"lowerParticipantsHand": ""
|
|
}
|
|
}
|