|
@@ -6,7 +6,14 @@
|
6
|
6
|
"passwordSetRemotely": "",
|
7
|
7
|
"connectionsettings": "",
|
8
|
8
|
"poweredby": "",
|
9
|
|
- "feedback": "",
|
|
9
|
+ "feedback": {
|
|
10
|
+ "average": "",
|
|
11
|
+ "bad": "",
|
|
12
|
+ "good": "",
|
|
13
|
+ "rateExperience": "",
|
|
14
|
+ "veryBad": "",
|
|
15
|
+ "veryGood": ""
|
|
16
|
+ },
|
10
|
17
|
"inviteUrlDefaultMsg": "",
|
11
|
18
|
"me": "",
|
12
|
19
|
"speaker": "",
|
|
@@ -14,6 +21,10 @@
|
14
|
21
|
"defaultNickname": "",
|
15
|
22
|
"defaultLink": "",
|
16
|
23
|
"callingName": "",
|
|
24
|
+ "audioOnly": {
|
|
25
|
+ "audioOnly": "",
|
|
26
|
+ "featureToggleDisabled": ""
|
|
27
|
+ },
|
17
|
28
|
"userMedia": {
|
18
|
29
|
"react-nativeGrantPermissions": "",
|
19
|
30
|
"chromeGrantPermissions": "",
|
|
@@ -22,7 +33,8 @@
|
22
|
33
|
"operaGrantPermissions": "",
|
23
|
34
|
"iexplorerGrantPermissions": "",
|
24
|
35
|
"safariGrantPermissions": "",
|
25
|
|
- "nwjsGrantPermissions": ""
|
|
36
|
+ "nwjsGrantPermissions": "",
|
|
37
|
+ "edgeGrantPermissions": ""
|
26
|
38
|
},
|
27
|
39
|
"keyboardShortcuts": {
|
28
|
40
|
"keyboardShortcuts": "",
|
|
@@ -36,44 +48,50 @@
|
36
|
48
|
"toggleChat": "",
|
37
|
49
|
"mute": "",
|
38
|
50
|
"fullScreen": "",
|
39
|
|
- "videoMute": ""
|
|
51
|
+ "videoMute": "",
|
|
52
|
+ "showSpeakerStats": ""
|
40
|
53
|
},
|
41
|
54
|
"welcomepage": {
|
42
|
|
- "go": "",
|
43
|
|
- "roomname": "",
|
44
|
55
|
"disable": "",
|
45
|
56
|
"feature1": {
|
46
|
|
- "title": "",
|
47
|
|
- "content": ""
|
|
57
|
+ "content": "",
|
|
58
|
+ "title": ""
|
48
|
59
|
},
|
49
|
60
|
"feature2": {
|
50
|
|
- "title": "",
|
51
|
|
- "content": ""
|
|
61
|
+ "content": "",
|
|
62
|
+ "title": ""
|
52
|
63
|
},
|
53
|
64
|
"feature3": {
|
54
|
|
- "title": "",
|
55
|
|
- "content": ""
|
|
65
|
+ "content": "",
|
|
66
|
+ "title": ""
|
56
|
67
|
},
|
57
|
68
|
"feature4": {
|
58
|
|
- "title": "",
|
59
|
|
- "content": ""
|
|
69
|
+ "content": "",
|
|
70
|
+ "title": ""
|
60
|
71
|
},
|
61
|
72
|
"feature5": {
|
62
|
|
- "title": "",
|
63
|
|
- "content": ""
|
|
73
|
+ "content": "",
|
|
74
|
+ "title": ""
|
64
|
75
|
},
|
65
|
76
|
"feature6": {
|
66
|
|
- "title": "",
|
67
|
|
- "content": ""
|
|
77
|
+ "content": "",
|
|
78
|
+ "title": ""
|
68
|
79
|
},
|
69
|
80
|
"feature7": {
|
70
|
|
- "title": "",
|
71
|
|
- "content": ""
|
|
81
|
+ "content": "",
|
|
82
|
+ "title": ""
|
72
|
83
|
},
|
73
|
84
|
"feature8": {
|
74
|
|
- "title": "",
|
75
|
|
- "content": ""
|
76
|
|
- }
|
|
85
|
+ "content": "",
|
|
86
|
+ "title": ""
|
|
87
|
+ },
|
|
88
|
+ "go": "",
|
|
89
|
+ "join": "",
|
|
90
|
+ "privacy": "",
|
|
91
|
+ "roomname": "",
|
|
92
|
+ "roomnamePlaceHolder": "",
|
|
93
|
+ "sendFeedback": "",
|
|
94
|
+ "terms": ""
|
77
|
95
|
},
|
78
|
96
|
"startupoverlay": {
|
79
|
97
|
"policyText": "",
|
|
@@ -81,9 +99,12 @@
|
81
|
99
|
},
|
82
|
100
|
"suspendedoverlay": {
|
83
|
101
|
"title": "",
|
|
102
|
+ "text": "",
|
84
|
103
|
"rejoinKeyTitle": ""
|
85
|
104
|
},
|
86
|
105
|
"toolbar": {
|
|
106
|
+ "addPeople": "",
|
|
107
|
+ "audioonly": "",
|
87
|
108
|
"mute": "",
|
88
|
109
|
"videomute": "",
|
89
|
110
|
"authenticate": "",
|
|
@@ -110,6 +131,13 @@
|
110
|
131
|
"profile": "",
|
111
|
132
|
"raiseHand": ""
|
112
|
133
|
},
|
|
134
|
+ "unsupportedBrowser": {
|
|
135
|
+ "appInstalled": "",
|
|
136
|
+ "appNotInstalled": "",
|
|
137
|
+ "downloadApp": "",
|
|
138
|
+ "joinConversation": "",
|
|
139
|
+ "startConference": ""
|
|
140
|
+ },
|
113
|
141
|
"bottomtoolbar": {
|
114
|
142
|
"chat": "",
|
115
|
143
|
"filmstrip": "",
|
|
@@ -133,12 +161,10 @@
|
133
|
161
|
"selectAudioOutput": "",
|
134
|
162
|
"followMe": "",
|
135
|
163
|
"noDevice": "",
|
136
|
|
- "noPermission": "",
|
137
|
164
|
"cameraAndMic": "",
|
138
|
165
|
"moderator": "",
|
139
|
166
|
"password": "",
|
140
|
|
- "audioVideo": "",
|
141
|
|
- "setPasswordLabel": ""
|
|
167
|
+ "audioVideo": ""
|
142
|
168
|
},
|
143
|
169
|
"profile": {
|
144
|
170
|
"title": "",
|
|
@@ -162,6 +188,7 @@
|
162
|
188
|
"bitrate": "",
|
163
|
189
|
"packetloss": "",
|
164
|
190
|
"resolution": "",
|
|
191
|
+ "framerate": "",
|
165
|
192
|
"less": "",
|
166
|
193
|
"more": "",
|
167
|
194
|
"address": "",
|
|
@@ -174,8 +201,10 @@
|
174
|
201
|
"remoteaddress": "",
|
175
|
202
|
"remoteaddress_plural": "",
|
176
|
203
|
"transport": "",
|
|
204
|
+ "transport_plural": "",
|
177
|
205
|
"bandwidth": "",
|
178
|
|
- "na": ""
|
|
206
|
+ "na": "",
|
|
207
|
+ "turn": ""
|
179
|
208
|
},
|
180
|
209
|
"notify": {
|
181
|
210
|
"disconnected": "",
|
|
@@ -193,6 +222,7 @@
|
193
|
222
|
},
|
194
|
223
|
"dialog": {
|
195
|
224
|
"add": "",
|
|
225
|
+ "allow": "",
|
196
|
226
|
"kickMessage": "",
|
197
|
227
|
"popupError": "",
|
198
|
228
|
"passwordErrorTitle": "",
|
|
@@ -204,8 +234,6 @@
|
204
|
234
|
"connecting": "",
|
205
|
235
|
"copy": "",
|
206
|
236
|
"error": "",
|
207
|
|
- "roomLocked": "",
|
208
|
|
- "addPassword": "",
|
209
|
237
|
"createPassword": "",
|
210
|
238
|
"detectext": "",
|
211
|
239
|
"failtoinstall": "",
|
|
@@ -214,8 +242,7 @@
|
214
|
242
|
"conferenceReloadMsg": "",
|
215
|
243
|
"conferenceDisconnectTitle": "",
|
216
|
244
|
"conferenceDisconnectMsg": "",
|
217
|
|
- "reconnectNow": "",
|
218
|
|
- "conferenceReloadTimeLeft": "",
|
|
245
|
+ "rejoinNow": "",
|
219
|
246
|
"maxUsersLimitReached": "",
|
220
|
247
|
"lockTitle": "",
|
221
|
248
|
"lockMessage": "",
|
|
@@ -255,8 +282,6 @@
|
255
|
282
|
"Save": "",
|
256
|
283
|
"recording": "",
|
257
|
284
|
"recordingToken": "",
|
258
|
|
- "Dial": "",
|
259
|
|
- "sipMsg": "",
|
260
|
285
|
"passwordCheck": "",
|
261
|
286
|
"passwordMsg": "",
|
262
|
287
|
"shareLink": "",
|
|
@@ -279,7 +304,6 @@
|
279
|
304
|
"enterDisplayName": "",
|
280
|
305
|
"extensionRequired": "",
|
281
|
306
|
"firefoxExtensionPrompt": "",
|
282
|
|
- "rateExperience": "",
|
283
|
307
|
"feedbackHelp": "",
|
284
|
308
|
"feedbackQuestion": "",
|
285
|
309
|
"thankYou": "",
|
|
@@ -311,14 +335,23 @@
|
311
|
335
|
"goToStore": "",
|
312
|
336
|
"externalInstallationTitle": "",
|
313
|
337
|
"externalInstallationMsg": "",
|
|
338
|
+ "inlineInstallationMsg": "",
|
|
339
|
+ "inlineInstallExtension": "",
|
314
|
340
|
"muteParticipantTitle": "",
|
315
|
341
|
"muteParticipantBody": "",
|
316
|
342
|
"muteParticipantButton": "",
|
317
|
343
|
"remoteControlTitle": "",
|
|
344
|
+ "remoteControlRequestMessage": "",
|
|
345
|
+ "remoteControlShareScreenWarning": "",
|
318
|
346
|
"remoteControlDeniedMessage": "",
|
319
|
347
|
"remoteControlAllowedMessage": "",
|
320
|
348
|
"remoteControlErrorMessage": "",
|
321
|
|
- "remoteControlStopMessage": ""
|
|
349
|
+ "startRemoteControlErrorMessage": "",
|
|
350
|
+ "remoteControlStopMessage": "",
|
|
351
|
+ "close": "",
|
|
352
|
+ "shareYourScreen": "",
|
|
353
|
+ "yourEntireScreen": "",
|
|
354
|
+ "applicationWindow": ""
|
322
|
355
|
},
|
323
|
356
|
"email": {
|
324
|
357
|
"sharedKey": "",
|
|
@@ -358,5 +391,70 @@
|
358
|
391
|
"streamIdHelp": "",
|
359
|
392
|
"error": "",
|
360
|
393
|
"busy": ""
|
|
394
|
+ },
|
|
395
|
+ "speakerStats": {
|
|
396
|
+ "hours": "",
|
|
397
|
+ "minutes": "",
|
|
398
|
+ "name": "",
|
|
399
|
+ "seconds": "",
|
|
400
|
+ "speakerStats": "",
|
|
401
|
+ "speakerTime": ""
|
|
402
|
+ },
|
|
403
|
+ "deviceSelection": {
|
|
404
|
+ "deviceSettings": "",
|
|
405
|
+ "noPermission": "",
|
|
406
|
+ "previewUnavailable": "",
|
|
407
|
+ "selectADevice": "",
|
|
408
|
+ "testAudio": ""
|
|
409
|
+ },
|
|
410
|
+ "invite": {
|
|
411
|
+ "addPassword": "",
|
|
412
|
+ "callNumber": "",
|
|
413
|
+ "enterID": "",
|
|
414
|
+ "howToDialIn": "",
|
|
415
|
+ "hidePassword": "",
|
|
416
|
+ "inviteTo": "",
|
|
417
|
+ "invitedYouTo": "",
|
|
418
|
+ "locked": "",
|
|
419
|
+ "showPassword": "",
|
|
420
|
+ "unlocked": ""
|
|
421
|
+ },
|
|
422
|
+ "videoStatus": {
|
|
423
|
+ "callQuality": "",
|
|
424
|
+ "changeVideoTip": "",
|
|
425
|
+ "hd": "",
|
|
426
|
+ "highDefinition": "",
|
|
427
|
+ "ld": "",
|
|
428
|
+ "lowDefinition": "",
|
|
429
|
+ "p2pEnabled": "",
|
|
430
|
+ "p2pVideoQualityDescription": "",
|
|
431
|
+ "recHighDefinitionOnly": "",
|
|
432
|
+ "sd": "",
|
|
433
|
+ "standardDefinition": "",
|
|
434
|
+ "qualityButtonTip": ""
|
|
435
|
+ },
|
|
436
|
+ "dialOut": {
|
|
437
|
+ "dial": "",
|
|
438
|
+ "dialOut": "",
|
|
439
|
+ "statusMessage": "",
|
|
440
|
+ "enterPhone": "",
|
|
441
|
+ "phoneNotAllowed": ""
|
|
442
|
+ },
|
|
443
|
+ "addPeople": {
|
|
444
|
+ "add": "",
|
|
445
|
+ "noResults": "",
|
|
446
|
+ "searchPlaceholder": "",
|
|
447
|
+ "title": "",
|
|
448
|
+ "failedToAdd": ""
|
|
449
|
+ },
|
|
450
|
+ "inlineDialogFailure": {
|
|
451
|
+ "msg": "",
|
|
452
|
+ "retry": "",
|
|
453
|
+ "support": "",
|
|
454
|
+ "supportMsg": ""
|
|
455
|
+ },
|
|
456
|
+ "deviceError": {
|
|
457
|
+ "cameraPermission": "",
|
|
458
|
+ "microphonePermission": ""
|
361
|
459
|
}
|
362
|
460
|
}
|