Files
Toju/toju-app/public/i18n/catalog/call.json

50 lines
1.5 KiB
JSON

{
"call": {
"joinCall": "Join call",
"leaveCall": "Leave call",
"mute": "Mute",
"unmute": "Unmute",
"deafen": "Deafen",
"undeafen": "Undeafen",
"useEarpiece": "Use earpiece",
"useSpeakerphone": "Use speakerphone",
"turnCameraOn": "Turn camera on",
"turnCameraOff": "Turn camera off",
"shareScreen": "Share screen",
"stopSharingScreen": "Stop sharing screen",
"incoming": {
"badge": "Incoming call",
"callerCalling": "{{name}} is calling",
"someone": "Someone",
"decline": "Decline",
"answer": "Answer",
"directCall": "Direct call",
"groupCall": "{{count}} person call"
},
"private": {
"title": "Private Call",
"participants": "{{count}} participants",
"notFound": "Call not found",
"minimize": "Minimize call",
"addUserAria": "Add user to call",
"addUser": "Add user",
"addUserButton": "Add user",
"showAllStreams": "Show all streams",
"allStreams": "All streams",
"noActiveCall": "No active call for this route.",
"resizeChat": "Resize chat",
"yourCamera": "Your camera",
"yourScreen": "Your screen",
"waiting": "Waiting",
"voiceOnOtherDevice": "Active on another device"
},
"notifications": {
"inProgress": "Call in progress"
},
"errors": {
"noRecipient": "Direct message conversation has no recipient to call.",
"noCurrentUser": "Cannot use calls without a current user."
}
}
}