|
@@ -11,6 +11,15 @@
|
11
|
11
|
"defaultNickname": "ex. Jane Pink",
|
12
|
12
|
"defaultLink": "e.g. __url__",
|
13
|
13
|
"calling": "Calling __name__ ...",
|
|
14
|
+ "userMedia": {
|
|
15
|
+ "react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
|
|
16
|
+ "chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
|
|
17
|
+ "firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Share Selected Device</i> button",
|
|
18
|
+ "operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
|
|
19
|
+ "iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
|
|
20
|
+ "safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
|
|
21
|
+ "nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
|
|
22
|
+ },
|
14
|
23
|
"keyboardShortcuts": {
|
15
|
24
|
"keyboardShortcuts": "Keyboard shortcuts:",
|
16
|
25
|
"raiseHand": "Raise your hand.",
|
|
@@ -245,11 +254,11 @@
|
245
|
254
|
"cameraErrorPresent": "There was an error connecting to your camera.",
|
246
|
255
|
"cameraUnsupportedResolutionError": "Your camera does not support required video resolution.",
|
247
|
256
|
"cameraUnknownError": "Cannot use camera for a unknown reason.",
|
248
|
|
- "cameraPermissionDeniedError": "You have not granted permission to use your camera.",
|
|
257
|
+ "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.",
|
249
|
258
|
"cameraNotFoundError": "Requested camera was not found.",
|
250
|
259
|
"cameraConstraintFailedError": "Yor camera does not satisfy some of required constraints.",
|
251
|
260
|
"micUnknownError": "Cannot use microphone for a unknown reason.",
|
252
|
|
- "micPermissionDeniedError": "You have not granted permission to use your microphone.",
|
|
261
|
+ "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.",
|
253
|
262
|
"micNotFoundError": "Requested microphone was not found.",
|
254
|
263
|
"micConstraintFailedError": "Yor microphone does not satisfy some of required constraints."
|
255
|
264
|
},
|