Files
meet/src/frontend/src/locales/de/notifications.json
lebaudantoine f596aae1e8 ♻️(frontend) generalize transcript notification for all recording types
Convert transcript-specific toast notification into a flexible component
that works with any recording type. Create extensible design that can
accommodate screen recordings and future recording formats. Implementation
is functional though not perfect, with room for future enhancement.
2025-04-11 11:38:21 +02:00

34 lines
477 B
JSON

{
"defaultName": "",
"joined": {
"description": ""
},
"raised": {
"description": "",
"cta": ""
},
"muted": "",
"openChat": "",
"lowerHand": {
"auto": "",
"dismiss": ""
},
"reaction": {
"description": ""
},
"waitingParticipants": {
"one": "",
"several": "",
"open": "",
"accept": ""
},
"transcript": {
"started": "",
"stopped": ""
},
"screenRecording": {
"started": "",
"stopped": ""
}
}