mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 19:47:46 +00:00
18 lines
392 B
JavaScript
18 lines
392 B
JavaScript
export const screen = {
|
|
conference: {
|
|
main: 'Conference',
|
|
chat: 'Chat',
|
|
chatandpolls: {
|
|
main: 'Chat and Polls',
|
|
tab: {
|
|
chat: 'Chat',
|
|
polls: 'Polls'
|
|
}
|
|
},
|
|
participants: 'Participants',
|
|
invite: 'Invite',
|
|
sharedDocument: 'Shared document'
|
|
},
|
|
lobby: 'Lobby'
|
|
};
|