export declare const translations: {
    en: {
        Joining: string;
        Mic: string;
        "No internet connection": string;
        "Re-connecting": string;
        Ringing: string;
        "Screen Share": string;
        "Select a Camera": string;
        "Select a Mic": string;
        "Select Speakers": string;
        Speakers: string;
        Video: string;
        "You are muted. Unmute to speak.": string;
        "Background filters performance is degraded. Consider disabling filters for better performance.": string;
        Live: string;
        "Livestream starts soon": string;
        "Livestream starts at {{ time }}": string;
        "{{ count }} participants joined early_one": string;
        "{{ count }} participants joined early_other": string;
        "You can now speak.": string;
        "Awaiting for an approval to speak.": string;
        "You can no longer speak.": string;
        "You can now share your video.": string;
        "Awaiting for an approval to share your video.": string;
        "You can no longer share your video.": string;
        "Waiting for recording to stop...": string;
        "Waiting for recording to start...": string;
        "Record call": string;
        Reactions: string;
        Statistics: string;
        "You can now share your screen.": string;
        "Awaiting for an approval to share screen.": string;
        "You can no longer share your screen.": string;
        "Share screen": string;
        "Incoming Call...": string;
        "Calling...": string;
        "Mute All": string;
        Invite: string;
        Join: string;
        You: string;
        Me: string;
        Unknown: string;
        "Toggle device menu": string;
        Default: string;
        "Call Recordings": string;
        Refresh: string;
        "Check your browser video permissions": string;
        "Video publishing is disabled by the system": string;
        "You have no permission to share your video": string;
        "You have no permission to share your audio": string;
        "You are presenting your screen": string;
        "Stop Screen Sharing": string;
        Allow: string;
        Revoke: string;
        Dismiss: string;
        "Microphone on": string;
        "Microphone off": string;
        "Microphone is paused by your system": string;
        "Camera on": string;
        "Camera off": string;
        "Camera is paused by your system": string;
        "No camera found": string;
        "Video is disabled": string;
        Pinned: string;
        Unpin: string;
        Pin: string;
        "Pin for everyone": string;
        "Unpin for everyone": string;
        Block: string;
        Kick: string;
        "Turn off video": string;
        "Turn off screen share": string;
        "Mute audio": string;
        "Mute screen share audio": string;
        "Allow audio": string;
        "Allow video": string;
        "Allow screen sharing": string;
        "Disable audio": string;
        "Disable video": string;
        "Disable screen sharing": string;
        Enter: string;
        Leave: string;
        "Leave call": string;
        "End call for all": string;
        "{{ direction }} fullscreen": string;
        "{{ direction }} picture-in-picture": string;
        "Dominant Speaker": string;
        "Poor connection quality": string;
        "Video paused due to insufficient bandwidth": string;
        "Audio is connecting...": string;
        Participants: string;
        Anonymous: string;
        "No participants found": string;
        "Participants ({{ numberOfParticipants }})": string;
        "{{ userName }} is sharing their screen": string;
        "{{ userName }} is requesting to speak": string;
        "{{ userName }} is requesting to share their camera": string;
        "{{ userName }} is requesting to present their screen": string;
        "{{ userName }} is requesting permission: {{ permission }}": string;
        "Applying...": string;
        "Disable blur": string;
        "Blur background": string;
        "Migrating...": string;
        "Reconnecting...": string;
        "You are offline. Check your internet connection.": string;
        "Failed to restore connection. Please try again.": string;
        "Failed to join. Please try again.": string;
        "Set up your call before joining": string;
        "Please grant your browser permission to access your camera and microphone.": string;
        "Start call": string;
        Speaker: string;
        Microphone: string;
        Backstage: string;
        "Go Live": string;
        "Stop Live": string;
        "Enter Backstage": string;
        "Prepare your livestream": string;
        "Ready to go live": string;
        "Stream is ready!": string;
        "Waiting for the livestream to start": string;
        "{{ count }} waiting": string;
        "Join Stream": string;
        "Join automatically when stream starts": string;
        "Display name": string;
        "Permission needed": string;
        "Call ended": string;
        "Rejoin call": string;
        "Left by mistake?": string;
        "Help us improve": string;
        "Leave feedback": string;
        "Failed to rejoin. Please try again.": string;
        "Share your feedback": string;
        "Tell us about your experience...": string;
        "Submit feedback": string;
        "Feedback message": string;
        "How was your call quality?": string;
        "Rate {{ count }} star_one": string;
        "Rate {{ count }} star_other": string;
        "Thank you!": string;
        "Your feedback helps improve call quality.": string;
    };
};
