2023-02-17 15:22:17 +01:00

132 lines
4.3 KiB
JSON

{
"ADMIN": {
"LOGIN": "Login",
"SECRET": "Secret",
"SECRET_REQURED": "Secret is required",
"DASHBOARD": "Dashboard",
"NO_RECORDINGS": "There are no recordings",
"SEARCH": "Search a recording",
"DATE": "Date",
"DURATION": "Duration",
"SIZE": "Size",
"STATUS": "Status",
"NAME": "Name",
"SESSION": "Session",
"OUTPUT": "Output mode",
"POWERED_BY": "Powered by"
},
"PREJOIN": {
"NICKNAME_SECTION": "Set your nickname",
"NICKNAME": "Nickname",
"DEVICE_SECTION": "Choose your devices",
"VIDEO_DEVICE": "Video device",
"AUDIO_DEVICE": "Audio device",
"NO_VIDEO_DEVICE": "Video device not found",
"NO_AUDIO_DEVICE": "Audio device not found",
"JOIN": "Join session",
"PREPARING": "Preparing session..."
},
"TOOLBAR": {
"MUTE_AUDIO": "Mute your audio",
"UNMUTE_AUDIO": "Unmute your audio",
"MUTE_VIDEO": "Mute your video",
"UNMUTE_VIDEO": "Unmute your video",
"ENABLE_SCREEN": "Enable screen share",
"DISABLE_SCREEN": "Disable screen share",
"MORE_OPTIONS": "More options",
"FULLSCREEN": "Fullscreen",
"EXIT_FULLSCREEN": "Exit fullscreen",
"ENABLE_CAPTIONS": "Enable captions",
"DISABLE_CAPTIONS": "Disable captions",
"BACKGROUND": "Background effects",
"START_RECORDING": "Start recording",
"STOP_RECORDING": "Stop recording",
"SETTINGS": "Settings",
"LEAVE": "Leave the session",
"PARTICIPANTS": "Participants",
"CHAT": "Chat",
"ACTIVITIES": "Activities"
},
"STREAM": {
"SETTINGS": "Settings",
"MUTE_SOUND": "Mute sound",
"UNMUTE_SOUND": "Unmute sound",
"ZOOM_IN": "Zoom in",
"ZOOM_OUT": "Zoom out",
"REPLACE_SCREEN": "Replace screen"
},
"PANEL": {
"CLOSE": "Close",
"SEE_MORE": "See more",
"PRO_FEATURE": "This feature is part of OpenVidu PRO tier",
"PAID_FEATURE": "This feature is part of OpenVidu commercial service. Please contact us through commercial@openvidu.io for more information.",
"CHAT": {
"TITLE": "Chat",
"YOU": "You",
"SUBTITLE": "Messages will be removed at the end of the session",
"PLACEHOLDER": "Send a message...",
"SEND": "Send"
},
"PARTICIPANTS": {
"TITLE": "Participants",
"CAMERA": "CAMERA",
"SCREEN": "SCREEN"
},
"SETTINGS": {
"TITLE": "Settings",
"GENERAL": "General",
"VIDEO": "Video",
"AUDIO": "Audio",
"LANGUAGE": "Language",
"CAPTIONS": "Captions",
"CAPTIONS_LANG_TEXT": "Select the language that the participants of the session will use. The captions will appear in that language."
},
"BACKGROUND": {
"TITLE": "Background effects",
"BLURRED_SECTION": "No effects and blurred background",
"NO_EFFECTS": "No background effect",
"BLURRED_EFFECT": "Blurred background",
"IMAGES_SECTION": "Background images"
},
"RECORDING": {
"TITLE": "Recording",
"SUBTITLE": "Record your meeting for posterity",
"CONTENT_TITLE": "Record your video call",
"CONTENT_SUBTITLE": "When recording has finished you will be able to download it with ease",
"STARTING": "Starting recording",
"STOPPING": "Stopping recording",
"PLAY": "Play",
"DELETE": "Delete",
"CANCEL": "Cancel",
"RESTORE": "Restore",
"DELETE_QUESTION": "Are you sure you want to delete the recording?",
"DOWNLOAD": "Download",
"RECORDINGS": "RECORDINGS",
"NO_MODERATOR": "Only the MODERATOR can start the recording"
},
"STREAMING": {
"TITLE": "Streaming",
"SUBTITLE": "Stream your meeting to your audience",
"CONTENT_SUBTITLE": "OpenVidu need the url of the streaming platform.",
"START": "Start streaming",
"STOP": "End streaming",
"URL": "Insert your streaming url",
"CANCEL": "Cancel",
"REQUIRED_URL": "The streaming url is required",
"NO_MODERATOR": "Only the MODERATOR can start the streaming"
}
},
"ERRORS": {
"SESSION": "There was an error connecting to the session",
"CONNECTION": "Connection lost",
"RECONNECT": "Oops! Trying to reconnect to the session...",
"TOGGLE_CAMERA": "There was an error toggling camera",
"TOGGLE_MICROPHONE": "There was an error toggling microhpone",
"SCREEN_SHARING": "Error sharing screen",
"SCREEN_SUPPORT": "Your browser does not support screen sharing",
"MEDIA_ACCESS": "Access to media devices was not allowed.",
"DEVICE_NOT_FOUND": "No video or audio devices have been found. Please, connect at least one.",
"SST_CONNECTION": "Connection lost. Reconnecting to the speech to text service ..."
}
}