Files
Toju/toju-app/public/i18n/catalog/call.json
Myx ee293d7daf
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
feat: Rename to Toju and add translation
2026-06-05 17:17:29 +02:00

49 lines
1.4 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"
},
"notifications": {
"inProgress": "Call in progress"
},
"errors": {
"noRecipient": "Direct message conversation has no recipient to call.",
"noCurrentUser": "Cannot use calls without a current user."
}
}
}