jiti-meet/lang/main.json

409 lines
20 KiB
JSON
Raw Normal View History

{
"contactlist": "Participants (__pcount__)",
"addParticipants": "Share the link",
"roomLocked": "Callers must enter a password",
"roomUnlocked": "Anyone with the link can join",
"passwordSetRemotely": "set by another participant",
"connectionsettings": "Connection Settings",
"poweredby": "powered by",
2015-11-05 17:27:26 +00:00
"feedback": "Give us your feedback",
"inviteUrlDefaultMsg": "Your conference is currently being created...",
2015-03-09 15:50:13 +00:00
"me": "me",
"speaker": "Speaker",
2016-06-20 21:13:17 +00:00
"raisedHand": "Would like to speak",
2016-04-19 21:06:16 +00:00
"defaultNickname": "ex. Jane Pink",
"defaultLink": "e.g. __url__",
"callingName": "__name__",
"userMedia": {
"react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
"chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
"androidGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
"firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Share Selected Device</i></b> button",
"operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
"iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
"safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
"nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
},
"keyboardShortcuts": {
2016-10-31 21:00:11 +00:00
"keyboardShortcuts": "Keyboard shortcuts",
"raiseHand": "Raise or lower your hand",
"pushToTalk": "Push to talk",
"toggleScreensharing": "Switch between camera and screen sharing",
"toggleFilmstrip": "Show or hide the videos",
"toggleShortcuts": "Show or hide this help menu",
"focusLocal": "Focus on your video",
"focusRemote": "Focus on another caller's video",
"toggleChat": "Open or close the chat",
"mute": "Mute or unmute your microphone",
"fullScreen": "Enter or exit full screen",
"videoMute": "Start or stop your camera"
},
"welcomepage":{
2016-03-15 21:16:50 +00:00
"disable": "Don't show this page again",
"feature1": {
2017-03-01 02:55:12 +00:00
"content": "No downloads required. __app__ works directly within your browser. Simply share your conference URL with others to get started.",
"title": "Simple to use"
},
"feature2": {
2017-03-01 02:55:12 +00:00
"content": "Multi-party video conferences work with as little as 128Kbps. Screen-sharing and audio-only conferences are possible with far less.",
"title": "Low bandwidth"
},
"feature3": {
2017-03-01 02:55:12 +00:00
"content": "__app__ is licensed under the Apache License. You are free to download, use, modify, and share it as per this license.",
"title": "Open source"
},
"feature4": {
2017-03-01 02:55:12 +00:00
"content": "There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.",
"title": "Unlimited users"
},
"feature5": {
2017-03-01 02:55:12 +00:00
"content": "It's easy to share your screen with others. __app__ is ideal for on-line presentations, lectures, and tech support sessions.",
"title": "Screen sharing"
},
"feature6": {
2017-03-01 02:55:12 +00:00
"content": "Need some privacy? __app__ conference rooms can be secured with a password in order to exclude unwanted guests and prevent interruptions.",
"title": "Secure rooms"
},
"feature7": {
2017-03-01 02:55:12 +00:00
"content": "__app__ features Etherpad, a real-time collaborative text editor that's great for meeting minutes, writing articles, and more.",
"title": "Shared notes"
},
"feature8": {
2017-03-01 02:55:12 +00:00
"content": "Learn about your users through easy integration with Piwik, Google Analytics, and other usage monitoring and statistics systems.",
"title": "Usage statistics"
},
2017-03-01 02:55:12 +00:00
"go": "GO",
"join": "JOIN",
"privacy": "Privacy",
2017-03-01 02:55:12 +00:00
"roomname": "Enter room name",
"roomnamePlaceHolder": "room name",
"sendFeedback": "Send feedback",
"terms": "Terms"
},
2016-10-31 17:02:32 +00:00
"startupoverlay": {
"policyText": " ",
2016-11-01 09:30:01 +00:00
"title": "__app__ needs to use your microphone and camera."
2016-10-31 17:02:32 +00:00
},
2016-11-09 22:32:09 +00:00
"suspendedoverlay": {
"title": "Your video call was interrupted, because this computer went to sleep.",
"rejoinKeyTitle": "Rejoin"
},
"toolbar": {
"mute": "Mute / Unmute",
2016-10-31 21:00:11 +00:00
"videomute": "Start / Stop camera",
"authenticate": "Authenticate",
2016-10-31 21:00:11 +00:00
"lock": "Lock / Unlock room",
"invite": "Share the link",
"chat": "Open / Close chat",
"etherpad": "Open / Close shared document",
2016-03-31 16:43:37 +00:00
"sharedvideo": "Share a YouTube video",
2016-10-31 21:00:11 +00:00
"sharescreen": "Start / Stop screen sharing",
"fullscreen": "View / Exit full screen",
"sip": "Call SIP number",
"Settings": "Settings",
2016-10-31 21:00:11 +00:00
"hangup": "Leave",
"login": "Login",
"logout": "Logout",
2016-10-31 21:00:11 +00:00
"dialpad": "Open / Close dialpad",
"sharedVideoMutedPopup": "Your shared video has been muted so<br/>that you can talk to the other participants.",
"micMutedPopup": "Your microphone has been muted so that you<br/>would fully enjoy your shared video.",
2016-09-09 01:41:41 +00:00
"talkWhileMutedPopup": "Trying to speak? You are muted.",
"unableToUnmutePopup": "You cannot un-mute while the shared video is on.",
"cameraDisabled": "Camera is not available",
2016-09-12 04:36:15 +00:00
"micDisabled": "Microphone is not available",
2016-10-31 21:00:11 +00:00
"filmstrip": "Show / Hide videos",
2016-10-22 04:39:32 +00:00
"profile": "Edit your profile",
2016-10-31 21:00:11 +00:00
"raiseHand": "Raise / Lower your hand"
},
2017-03-01 02:55:12 +00:00
"unsupportedBrowser": {
"appInstalled": "or if you already have it<br /><strong>then</strong>",
"appNotInstalled": "You need <strong>__app__</strong> to join a conversation on your mobile",
"downloadApp": "Download the App",
2017-03-01 02:55:12 +00:00
"joinConversation": "Join the conversation",
"startConference": "Start a conference"
},
"bottomtoolbar": {
"chat": "Open / close chat",
"filmstrip": "Show / hide videos",
2016-10-25 16:27:27 +00:00
"contactlist": "View and invite participants"
},
"chat":{
"nickname": {
"title": "Enter a nickname in the box below",
"popover": "Choose a nickname"
},
"messagebox": "Enter text..."
},
"settings":
{
"title": "Settings",
"update": "Update",
2015-05-19 15:03:01 +00:00
"name": "Name",
2016-09-11 21:54:32 +00:00
"startAudioMuted": "Everyone starts muted",
"startVideoMuted": "Everyone starts hidden",
"selectCamera": "Camera",
"selectMic": "Microphone",
"selectAudioOutput": "Audio output",
2016-09-11 21:54:32 +00:00
"followMe": "Everyone follows me",
"noDevice": "None",
2016-09-11 21:54:32 +00:00
"noPermission": "Permission to use device is not granted",
"cameraAndMic": "Camera and microphone",
"moderator": "MODERATOR",
"password": "SET PASSWORD",
"audioVideo": "AUDIO AND VIDEO",
2016-09-11 21:54:32 +00:00
"setPasswordLabel": "Lock your room with a password."
},
"profile": {
2016-10-17 22:12:14 +00:00
"title": "Profile",
2016-09-11 21:54:32 +00:00
"setDisplayNameLabel": "Set your display name",
2016-10-22 04:39:32 +00:00
"setEmailLabel": "Set your gravatar email",
"setEmailInput": "Enter e-mail"
},
"videothumbnail":
{
"editnickname": "Click to edit your<br/>display name",
"moderator": "The owner of<br/>this conference",
"videomute": "Participant has<br/>stopped the camera",
"mute": "Participant is muted",
"kick": "Kick out",
"muted": "Muted",
"domute": "Mute",
"flip": "Flip",
"remoteControl": "Remote control"
},
"connectionindicator":
{
2016-10-13 13:15:20 +00:00
"header": "Connection data",
"bitrate": "Bitrate:",
2015-03-04 09:27:44 +00:00
"packetloss": "Packet loss:",
"resolution": "Resolution:",
2017-03-13 20:39:40 +00:00
"framerate": "Frame rate:",
"less": "Show less",
"more": "Show more",
"address": "Address:",
2015-02-27 17:58:05 +00:00
"remoteport_plural": "Remote ports:",
"localport_plural": "Local ports:",
"remoteport": "Remote port:",
"localport": "Local port:",
2015-03-04 09:27:44 +00:00
"localaddress": "Local address:",
"localaddress_plural": "Local addresses:",
"remoteaddress": "Remote address:",
"remoteaddress_plural": "Remote addresses:",
"transport": "Transport:",
"transport_plural": "Transports:",
"bandwidth": "Estimated bandwidth:",
"na": "Come back here for connection information once the conference starts"
},
"notify": {
"disconnected": "disconnected",
"moderator": "Moderator rights granted!",
"connected": "connected",
"somebody": "Somebody",
"me": "Me",
"focus": "Conference focus",
"focusFail": "__component__ not available - retry in __ms__ sec",
"grantedTo": "Moderator rights granted to __to__!",
2017-03-17 21:43:43 +00:00
"grantedToUnknown": "Moderator rights granted to $t(notify.somebody)!",
"muted": "You have started the conversation muted.",
2016-06-20 21:13:17 +00:00
"mutedTitle": "You're muted!",
"raisedHand": "Would like to speak."
},
"dialog": {
"add": "Add",
"kickMessage": "Ouch! You have been kicked out of the meet!",
"popupError": "Your browser is blocking popup windows from this site. Please enable popups in your browser's security settings and try again.",
"passwordErrorTitle": "Password Error",
"passwordError": "This conversation is currently protected by a password. Only the owner of the conference can set a password.",
"passwordError2": "This conversation isn't currently protected by a password. Only the owner of the conference can set a password.",
"connectError": "Oops! Something went wrong and we couldn't connect to the conference.",
"connectErrorWithMsg": "Oops! Something went wrong and we couldn't connect to the conference: __msg__",
2016-10-21 14:57:13 +00:00
"incorrectPassword": "Password is incorrect",
"connecting": "Connecting",
"copy": "Copy",
"error": "Error",
2016-10-18 13:53:28 +00:00
"roomLocked": "This call is locked. New callers must have the link and enter the password to join",
"addPassword": "Add a password",
"createPassword": "Create password",
"detectext": "Error when trying to detect desktopsharing extension.",
"failtoinstall": "Failed to install desktop sharing extension",
"failedpermissions": "Failed to obtain permissions to use the local microphone and/or camera.",
"conferenceReloadTitle": "Unfortunately, something went wrong",
"conferenceReloadMsg": "We're trying to fix this",
2016-12-06 05:38:09 +00:00
"conferenceDisconnectTitle": "You have been disconnected. You may want to check your network connection.",
"conferenceDisconnectMsg": "Reconnecting in...",
"reconnectNow": "Reconnect now",
2016-10-12 20:11:14 +00:00
"conferenceReloadTimeLeft": "__seconds__ sec.",
"maxUsersLimitReached": "The limit for maximum number of participants in the conference has been reached. The conference is full. Please try again later!",
"lockTitle": "Lock failed",
"lockMessage": "Failed to lock the conference.",
"warning": "Warning",
"passwordNotSupported": "Room passwords are currently not supported.",
"internalErrorTitle": "Internal error",
"internalError": "Oups! Something went wrong. The following error occurred: [setRemoteDescription]",
"unableToSwitch": "Unable to switch video stream.",
"SLDFailure": "Oops! Something went wrong and we failed to mute! (SLD Failure)",
"SRDFailure": "Oops! Something went wrong and we failed to stop video! (SRD Failure)",
"oops": "Oops!",
"currentPassword": "The current password is",
"passwordLabel": "Password",
"defaultError": "There was some kind of error",
"passwordRequired": "Password required",
"Ok": "Ok",
2016-10-18 13:53:28 +00:00
"done": "Done",
"Remove": "Remove",
"removePassword": "Remove password",
"shareVideoTitle": "Share a video",
"shareVideoLinkError": "Please provide a correct youtube link.",
"removeSharedVideoTitle": "Remove shared video",
"removeSharedVideoMsg": "Are you sure you would like to remove your shared video?",
"alreadySharedVideoMsg": "Another participant is already sharing video. This conference allows only one shared video at a time.",
"WaitingForHost": "Waiting for the host ...",
"WaitForHostMsg": "The conference <b>__room__ </b> has not yet started. If you are the host then please authenticate. Otherwise, please wait for the host to arrive.",
"IamHost": "I am the host",
"Cancel": "Cancel",
"Submit": "Submit",
"retry": "Retry",
2015-02-23 14:59:36 +00:00
"logoutTitle" : "Logout",
2015-03-04 09:27:44 +00:00
"logoutQuestion" : "Are you sure you want to logout and stop the conference?",
"sessTerminated": "Session Terminated",
"hungUp": "You hung up",
"joinAgain": "Join again",
"Share": "Share",
"Save": "Save",
2016-03-29 17:13:54 +00:00
"recording": "Recording",
"recordingToken": "Enter recording token",
"Dial": "Dial",
"sipMsg": "Enter SIP number",
"passwordCheck": "Are you sure you would like to remove your password?",
"passwordMsg": "Set a password to lock your room",
2016-10-18 13:53:28 +00:00
"shareLink": "Share the link to the call",
"settings1": "Configure your conference",
"settings2": "Participants join muted",
"settings3": "Require nicknames<br/><br/>Set a password to lock your room:",
2016-09-11 21:54:32 +00:00
"yourPassword": "Enter new password",
"Back": "Back",
"serviceUnavailable": "Service unavailable",
"gracefulShutdown": "Our service is currently down for maintenance. Please try again later.",
"Yes": "Yes",
"reservationError": "Reservation system error",
"reservationErrorMsg": "Error code: __code__, message: __msg__",
2016-09-11 21:54:32 +00:00
"password": "Enter password",
"userPassword": "user password",
"token": "token",
"tokenAuthFailedTitle": "Authentication problem",
"tokenAuthFailed": "Sorry, you're not allowed to join this call.",
2016-10-17 14:29:41 +00:00
"displayNameRequired": "Display name is required",
"enterDisplayName": "Please enter your display name",
"extensionRequired": "Extension required:",
2015-11-05 17:27:26 +00:00
"firefoxExtensionPrompt": "You need to install a Firefox extension in order to use screen sharing. Please try again after you <a href='__url__'>get it from here</a>!",
2016-09-13 16:15:07 +00:00
"rateExperience": "Please rate your meeting experience.",
"feedbackHelp": "Your feedback will help us to improve our video experience.",
"feedbackQuestion": "Tell us about your call!",
2015-11-05 17:27:26 +00:00
"thankYou": "Thank you for using __appName__!",
2016-03-29 17:13:54 +00:00
"sorryFeedback": "We're sorry to hear that. Would you like to tell us more?",
"liveStreaming": "Live Streaming",
"streamKey": "Stream name/key",
"startLiveStreaming": "Start live streaming",
"stopStreamingWarning": "Are you sure you would like to stop the live streaming?",
"stopRecordingWarning": "Are you sure you would like to stop the recording?",
"stopLiveStreaming": "Stop live streaming",
2016-05-26 08:53:02 +00:00
"stopRecording": "Stop recording",
"doNotShowWarningAgain": "Don't show this warning again",
"doNotShowMessageAgain": "Don't show this message again",
2016-05-26 08:53:02 +00:00
"permissionDenied": "Permission Denied",
"screenSharingPermissionDeniedError": "You have not granted permission to share your screen.",
2016-05-27 15:49:26 +00:00
"micErrorPresent": "There was an error connecting to your microphone.",
"cameraErrorPresent": "There was an error connecting to your camera.",
2016-05-26 08:53:02 +00:00
"cameraUnsupportedResolutionError": "Your camera does not support required video resolution.",
"cameraUnknownError": "Cannot use camera for a unknown reason.",
"cameraPermissionDeniedError": "You have not granted permission to use your camera. You can still join the conference but others won't see you. Use the camera button in the address bar to fix this.",
"cameraNotFoundError": "Camera was not found.",
2016-05-26 08:53:02 +00:00
"cameraConstraintFailedError": "Yor camera does not satisfy some of required constraints.",
"micUnknownError": "Cannot use microphone for a unknown reason.",
"micPermissionDeniedError": "You have not granted permission to use your microphone. You can still join the conference but others won't hear you. Use the camera button in the address bar to fix this.",
"micNotFoundError": "Microphone was not found.",
"micConstraintFailedError": "Yor microphone does not satisfy some of required constraints.",
"micNotSendingData": "We are unable to access your microphone. Please select another device from the settings menu or try to restart the application.",
"cameraNotSendingData": "We are unable to access your camera. Please check if another application is using this device, select another device from the settings menu or try to restart the application.",
"goToStore": "Go to the webstore",
"externalInstallationTitle": "Extension required",
"externalInstallationMsg": "You need to install our desktop sharing extension.",
"muteParticipantTitle": "Mute this participant?",
"muteParticipantBody": "You won't be able to unmute them, but they can unmute themselves at any time.",
"muteParticipantButton": "Mute",
"remoteControlTitle": "Remote Control",
"remoteControlDeniedMessage": "__user__ rejected your remote control request!",
"remoteControlAllowedMessage": "__user__ accepted your remote control request!",
"remoteControlErrorMessage": "An error occurred while trying to request remote control permissions from __user__!",
"remoteControlStopMessage": "The remote control session ended!"
2015-03-09 15:50:13 +00:00
},
"email":
{
"sharedKey": [
"This conference is password-protected. Please use the following pin when joining:",
"",
"",
"__sharedKey__",
"",
""],
2015-03-09 15:50:13 +00:00
"subject": "Invitation to a __appName__ (__conferenceName__)",
"body": [
"Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.",
"",
"",
"Please click on the following link in order to join the conference.",
"",
"",
"__roomUrl__",
"",
"",
"__sharedKeyText__",
" Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.",
"",
"",
"Talk to you in a sec!"
],
"and": "and"
},
"connection":
{
"ERROR": "Error",
"CONNECTING": "Connecting",
2015-08-03 15:58:22 +00:00
"RECONNECTING": "A network problem occurred. Reconnecting...",
"CONNFAIL": "Connection failed",
"AUTHENTICATING": "Authenticating",
"AUTHFAIL": "Authentication failed",
"CONNECTED": "Connected",
"DISCONNECTED": "Disconnected",
"DISCONNECTING": "Disconnecting",
"ATTACHED": "Attached",
"FETCH_SESSION_ID": "Obtaining session-id...",
"GOT_SESSION_ID": "Obtaining session-id... Done",
"GET_SESSION_ID_ERROR": "Get session-id error: __code__",
"USER_CONNECTION_INTERRUPTED": "__displayName__ is having connectivity issues..."
},
"recording":
{
2016-03-29 17:13:54 +00:00
"pending": "Recording waiting for a participant to join...",
"on": "Recording",
"off": "Recording stopped",
"failedToStart": "Recording failed to start",
2016-10-31 21:00:11 +00:00
"buttonTooltip": "Start / Stop recording",
2016-06-02 16:30:45 +00:00
"error": "Recording failed. Please try again.",
"unavailable": "The recording service is currently unavailable. Please try again later."
2016-03-29 17:13:54 +00:00
},
"liveStreaming":
{
"pending": "Starting Live Stream...",
"on": "Live Streaming",
"off": "Live Streaming Stopped",
"unavailable": "The live streaming service is currently unavailable. Please try again later.",
"failedToStart": "Live streaming failed to start",
2016-10-31 21:00:11 +00:00
"buttonTooltip": "Start / Stop live stream",
2016-05-05 16:14:27 +00:00
"streamIdRequired": "Please fill in the stream id in order to launch the live streaming.",
"streamIdHelp": "Where do I find this?",
2016-06-02 16:30:45 +00:00
"error": "Live streaming failed. Please try again.",
"busy": "All recorders are currently busy. Please try again later."
}
}