|
@@ -25,18 +25,18 @@
|
25
|
25
|
"nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
|
26
|
26
|
},
|
27
|
27
|
"keyboardShortcuts": {
|
28
|
|
- "keyboardShortcuts": "Keyboard shortcuts:",
|
29
|
|
- "raiseHand": "Raise your hand.",
|
30
|
|
- "pushToTalk": "Push to talk.",
|
31
|
|
- "toggleScreensharing": "Switch between camera and screensharing.",
|
32
|
|
- "toggleFilmstrip": "Show or hide the videos.",
|
33
|
|
- "toggleShortcuts": "Show or hide this help menu.",
|
34
|
|
- "focusLocal": "Focus on the local video.",
|
35
|
|
- "focusRemote": "Focus on one of the remote videos.",
|
36
|
|
- "toggleChat": "Open or close the chat panel.",
|
37
|
|
- "mute": "Mute or unmute the microphone.",
|
38
|
|
- "fullScreen": "Enter or exit full screen mode.",
|
39
|
|
- "videoMute": "Stop or start the local video."
|
|
28
|
+ "keyboardShortcuts": "Keyboard shortcuts",
|
|
29
|
+ "raiseHand": "Raise or lower your hand",
|
|
30
|
+ "pushToTalk": "Push to talk",
|
|
31
|
+ "toggleScreensharing": "Switch between camera and screen sharing",
|
|
32
|
+ "toggleFilmstrip": "Show or hide the videos",
|
|
33
|
+ "toggleShortcuts": "Show or hide this help menu",
|
|
34
|
+ "focusLocal": "Focus on your video",
|
|
35
|
+ "focusRemote": "Focus on another caller's video",
|
|
36
|
+ "toggleChat": "Open or close the chat",
|
|
37
|
+ "mute": "Mute or unmute your microphone",
|
|
38
|
+ "fullScreen": "Enter or exit full screen",
|
|
39
|
+ "videoMute": "Start or stop your camera"
|
40
|
40
|
},
|
41
|
41
|
"welcomepage":{
|
42
|
42
|
"go": "GO",
|
|
@@ -77,30 +77,30 @@
|
77
|
77
|
},
|
78
|
78
|
"toolbar": {
|
79
|
79
|
"mute": "Mute / Unmute",
|
80
|
|
- "videomute": "Start / stop camera",
|
|
80
|
+ "videomute": "Start / Stop camera",
|
81
|
81
|
"authenticate": "Authenticate",
|
82
|
|
- "lock": "Lock / unlock room",
|
83
|
|
- "invite": "Invite others",
|
84
|
|
- "chat": "Open / close chat",
|
85
|
|
- "etherpad": "Shared document",
|
|
82
|
+ "lock": "Lock / Unlock room",
|
|
83
|
+ "invite": "Share the link",
|
|
84
|
+ "chat": "Open / Close chat",
|
|
85
|
+ "etherpad": "Open / Close shared document",
|
86
|
86
|
"sharedvideo": "Share a YouTube video",
|
87
|
|
- "sharescreen": "Share screen",
|
88
|
|
- "fullscreen": "Enter / Exit Full Screen",
|
|
87
|
+ "sharescreen": "Start / Stop screen sharing",
|
|
88
|
+ "fullscreen": "View / Exit full screen",
|
89
|
89
|
"sip": "Call SIP number",
|
90
|
90
|
"Settings": "Settings",
|
91
|
|
- "hangup": "Hang Up",
|
|
91
|
+ "hangup": "Leave",
|
92
|
92
|
"login": "Login",
|
93
|
93
|
"logout": "Logout",
|
94
|
|
- "dialpad": "Show dialpad",
|
|
94
|
+ "dialpad": "Open / Close dialpad",
|
95
|
95
|
"sharedVideoMutedPopup": "Your shared video has been muted so<br/>that you can talk to the other participants.",
|
96
|
96
|
"micMutedPopup": "Your microphone has been muted so that you<br/>would fully enjoy your shared video.",
|
97
|
97
|
"talkWhileMutedPopup": "Trying to speak? You are muted.",
|
98
|
98
|
"unableToUnmutePopup": "You cannot un-mute while the shared video is on.",
|
99
|
99
|
"cameraDisabled": "Camera is not available",
|
100
|
100
|
"micDisabled": "Microphone is not available",
|
101
|
|
- "filmstrip": "Show / hide videos",
|
|
101
|
+ "filmstrip": "Show / Hide videos",
|
102
|
102
|
"profile": "Edit your profile",
|
103
|
|
- "raiseHand": "Raise hand to speak"
|
|
103
|
+ "raiseHand": "Raise / Lower your hand"
|
104
|
104
|
},
|
105
|
105
|
"bottomtoolbar": {
|
106
|
106
|
"chat": "Open / close chat",
|
|
@@ -357,7 +357,7 @@
|
357
|
357
|
"on": "Recording",
|
358
|
358
|
"off": "Recording stopped",
|
359
|
359
|
"failedToStart": "Recording failed to start",
|
360
|
|
- "buttonTooltip": "Start / stop recording",
|
|
360
|
+ "buttonTooltip": "Start / Stop recording",
|
361
|
361
|
"error": "Recording failed. Please try again.",
|
362
|
362
|
"unavailable": "The recording service is currently unavailable. Please try again later."
|
363
|
363
|
},
|
|
@@ -368,7 +368,7 @@
|
368
|
368
|
"off": "Live Streaming Stopped",
|
369
|
369
|
"unavailable": "The live streaming service is currently unavailable. Please try again later.",
|
370
|
370
|
"failedToStart": "Live streaming failed to start",
|
371
|
|
- "buttonTooltip": "Start / stop live stream",
|
|
371
|
+ "buttonTooltip": "Start / Stop live stream",
|
372
|
372
|
"streamIdRequired": "Please fill in the stream id in order to launch the live streaming.",
|
373
|
373
|
"error": "Live streaming failed. Please try again.",
|
374
|
374
|
"busy": "All recorders are currently busy. Please try again later."
|