|
@@ -21,10 +21,11 @@
|
21
|
21
|
"bluetooth": "Bluetooth",
|
22
|
22
|
"headphones": "Auriculars",
|
23
|
23
|
"phone": "Telèfon",
|
24
|
|
- "speaker": "Altaveu"
|
|
24
|
+ "speaker": "Altaveu",
|
|
25
|
+ "none": ""
|
25
|
26
|
},
|
26
|
27
|
"audioOnly": {
|
27
|
|
- "audioOnly": "Només l'àudio"
|
|
28
|
+ "audioOnly": ""
|
28
|
29
|
},
|
29
|
30
|
"calendarSync": {
|
30
|
31
|
"addMeetingURL": "Afegeix un enllaç de reunió",
|
|
@@ -46,12 +47,17 @@
|
46
|
47
|
},
|
47
|
48
|
"chat": {
|
48
|
49
|
"error": "",
|
|
50
|
+ "fieldPlaceHolder": "",
|
49
|
51
|
"messagebox": "",
|
|
52
|
+ "messageTo": "",
|
|
53
|
+ "noMessagesMessage": "",
|
50
|
54
|
"nickname": {
|
51
|
55
|
"popover": "Trieu un sobrenom",
|
52
|
56
|
"title": "Introduïu un sobrenom per a usar el xat"
|
53
|
57
|
},
|
54
|
|
- "title": "Xat"
|
|
58
|
+ "privateNotice": "",
|
|
59
|
+ "title": "Xat",
|
|
60
|
+ "you": ""
|
55
|
61
|
},
|
56
|
62
|
"connectingOverlay": {
|
57
|
63
|
"joiningRoom": ""
|
|
@@ -96,8 +102,7 @@
|
96
|
102
|
"resolution": "Resolució:",
|
97
|
103
|
"status": "Connexió:",
|
98
|
104
|
"transport": "Transport:",
|
99
|
|
- "transport_plural": "Transports:",
|
100
|
|
- "turn": " (torn)"
|
|
105
|
+ "transport_plural": "Transports:"
|
101
|
106
|
},
|
102
|
107
|
"dateUtils": {
|
103
|
108
|
"earlier": "",
|
|
@@ -115,6 +120,7 @@
|
115
|
120
|
"tryAgainButton": "Torna-ho a intentar en l'escriptori"
|
116
|
121
|
},
|
117
|
122
|
"defaultLink": "p. ex. {{url}}",
|
|
123
|
+ "defaultNickname": "p. ex. Pere Cullera",
|
118
|
124
|
"deviceError": {
|
119
|
125
|
"cameraError": "No s'ha pogut accedir a la càmera",
|
120
|
126
|
"cameraPermission": "",
|
|
@@ -178,7 +184,7 @@
|
178
|
184
|
"kickParticipantDialog": "",
|
179
|
185
|
"kickParticipantTitle": "",
|
180
|
186
|
"kickTitle": "",
|
181
|
|
- "liveStreaming": "",
|
|
187
|
+ "liveStreaming": "Transmissió en directe",
|
182
|
188
|
"liveStreamingDisabledForGuestTooltip": "",
|
183
|
189
|
"liveStreamingDisabledTooltip": "",
|
184
|
190
|
"lockMessage": "No s'ha pogut blocar la conferència.",
|
|
@@ -195,7 +201,7 @@
|
195
|
201
|
"micPermissionDeniedError": "",
|
196
|
202
|
"micUnknownError": "",
|
197
|
203
|
"muteParticipantBody": "",
|
198
|
|
- "muteParticipantButton": "",
|
|
204
|
+ "muteParticipantButton": "Silenciat",
|
199
|
205
|
"muteParticipantDialog": "",
|
200
|
206
|
"muteParticipantTitle": "",
|
201
|
207
|
"Ok": "D'acord",
|
|
@@ -228,6 +234,10 @@
|
228
|
234
|
"screenSharingFirefoxPermissionDeniedError": "",
|
229
|
235
|
"screenSharingFirefoxPermissionDeniedTitle": "",
|
230
|
236
|
"screenSharingPermissionDeniedError": "",
|
|
237
|
+ "sendPrivateMessage": "",
|
|
238
|
+ "sendPrivateMessageCancel": "",
|
|
239
|
+ "sendPrivateMessageOk": "",
|
|
240
|
+ "sendPrivateMessageTitle": "",
|
231
|
241
|
"serviceUnavailable": "El servei no és disponible",
|
232
|
242
|
"sessTerminated": "La trucada ha finalitzat",
|
233
|
243
|
"Share": "Comparteix",
|
|
@@ -258,10 +268,12 @@
|
258
|
268
|
"Yes": "Sí",
|
259
|
269
|
"yourEntireScreen": ""
|
260
|
270
|
},
|
261
|
|
- "\u0005dialog": {},
|
262
|
271
|
"dialOut": {
|
263
|
272
|
"statusMessage": ""
|
264
|
273
|
},
|
|
274
|
+ "documentSharing": {
|
|
275
|
+ "title": ""
|
|
276
|
+ },
|
265
|
277
|
"feedback": {
|
266
|
278
|
"average": "",
|
267
|
279
|
"bad": "",
|
|
@@ -308,7 +320,6 @@
|
308
|
320
|
"tooltip": "",
|
309
|
321
|
"label": ""
|
310
|
322
|
},
|
311
|
|
- "\u0005info": {},
|
312
|
323
|
"inviteDialog": {
|
313
|
324
|
"alertText": "",
|
314
|
325
|
"header": "Convida",
|
|
@@ -337,9 +348,9 @@
|
337
|
348
|
"toggleFilmstrip": "",
|
338
|
349
|
"toggleScreensharing": "",
|
339
|
350
|
"toggleShortcuts": "",
|
340
|
|
- "videoMute": ""
|
|
351
|
+ "videoMute": "",
|
|
352
|
+ "videoQuality": "Gestiona la qualitat de la trucada"
|
341
|
353
|
},
|
342
|
|
- "\u0005keyboardShortcuts": {},
|
343
|
354
|
"liveStreaming": {
|
344
|
355
|
"busy": "",
|
345
|
356
|
"busyTitle": "",
|
|
@@ -357,7 +368,9 @@
|
357
|
368
|
"getStreamKeyManually": "",
|
358
|
369
|
"invalidStreamKey": "",
|
359
|
370
|
"off": "",
|
|
371
|
+ "offBy": "",
|
360
|
372
|
"on": "Transmissió en directe",
|
|
373
|
+ "onBy": "",
|
361
|
374
|
"pending": "",
|
362
|
375
|
"serviceName": "",
|
363
|
376
|
"signedInAs": "",
|
|
@@ -368,7 +381,6 @@
|
368
|
381
|
"streamIdHelp": "Què és això?",
|
369
|
382
|
"unavailableTitle": ""
|
370
|
383
|
},
|
371
|
|
- "\u0005liveStreaming": {},
|
372
|
384
|
"localRecording": {
|
373
|
385
|
"clientState": {
|
374
|
386
|
"off": "Inactiu",
|
|
@@ -398,7 +410,6 @@
|
398
|
410
|
"stop": "Inicia l'enregistrament",
|
399
|
411
|
"yes": "Sí"
|
400
|
412
|
},
|
401
|
|
- "\u0005localRecording": {},
|
402
|
413
|
"lockRoomPassword": "Contrasenya",
|
403
|
414
|
"lockRoomPasswordUppercase": "Contrasenya",
|
404
|
415
|
"me": "",
|
|
@@ -426,7 +437,7 @@
|
426
|
437
|
"somebody": "Algú",
|
427
|
438
|
"startSilentTitle": "",
|
428
|
439
|
"startSilentDescription": "",
|
429
|
|
- "suboptimalExperienceDescription": "",
|
|
440
|
+ "suboptimalBrowserWarning": "",
|
430
|
441
|
"suboptimalExperienceTitle": "",
|
431
|
442
|
"unmute": "",
|
432
|
443
|
"newDeviceCameraTitle": "",
|
|
@@ -456,6 +467,7 @@
|
456
|
467
|
"setEmailLabel": "",
|
457
|
468
|
"title": ""
|
458
|
469
|
},
|
|
470
|
+ "raisedHand": "Vull parlar",
|
459
|
471
|
"recording": {
|
460
|
472
|
"authDropboxText": "Puja a Dropbox",
|
461
|
473
|
"availableSpace": "",
|
|
@@ -471,7 +483,9 @@
|
471
|
483
|
"live": "",
|
472
|
484
|
"loggedIn": "",
|
473
|
485
|
"off": "",
|
|
486
|
+ "offBy": "",
|
474
|
487
|
"on": "Enregistrament",
|
|
488
|
+ "onBy": "",
|
475
|
489
|
"pending": "S'està preparant per a enregistrar la reunió...",
|
476
|
490
|
"rec": "ENREG",
|
477
|
491
|
"serviceDescription": "",
|
|
@@ -507,20 +521,21 @@
|
507
|
521
|
"startVideoMuted": "",
|
508
|
522
|
"title": "Configuració"
|
509
|
523
|
},
|
510
|
|
- "\u0005settings": {
|
511
|
|
- "calendar": {}
|
512
|
|
- },
|
513
|
524
|
"settingsView": {
|
|
525
|
+ "advanced": "",
|
514
|
526
|
"alertOk": "D'acord",
|
515
|
527
|
"alertTitle": "",
|
516
|
528
|
"alertURLText": "L'URL introduït no és vàlid",
|
517
|
529
|
"buildInfoSection": "",
|
518
|
530
|
"conferenceSection": "Conferència",
|
|
531
|
+ "disableCallIntegration": "",
|
|
532
|
+ "disableP2P": "",
|
519
|
533
|
"displayName": "Nom visible",
|
520
|
534
|
"email": "Adreça electrònica",
|
521
|
535
|
"header": "Configuració",
|
522
|
536
|
"profileSection": "",
|
523
|
537
|
"serverURL": "URL del servidor",
|
|
538
|
+ "showAdvanced": "",
|
524
|
539
|
"startWithAudioMuted": "Inicia amb l'àudio silenciat",
|
525
|
540
|
"startWithVideoMuted": "Inicia amb el vídeo silenciat",
|
526
|
541
|
"version": ""
|
|
@@ -538,7 +553,6 @@
|
538
|
553
|
"speakerStats": "Estadístiques de l'interlocutor",
|
539
|
554
|
"speakerTime": ""
|
540
|
555
|
},
|
541
|
|
- "\u0005speakerStats": {},
|
542
|
556
|
"startupoverlay": {
|
543
|
557
|
"policyText": "",
|
544
|
558
|
"title": ""
|
|
@@ -552,13 +566,15 @@
|
552
|
566
|
"accessibilityLabel": {
|
553
|
567
|
"audioOnly": "Canvia només l'àudio",
|
554
|
568
|
"audioRoute": "Seleccioneu l'aparell de so",
|
555
|
|
- "callQuality": "",
|
|
569
|
+ "callQuality": "Gestiona la qualitat de la trucada",
|
556
|
570
|
"cc": "Canvia l'estat dels subtítols",
|
557
|
571
|
"chat": "Canvia l'estat de la finestra de xats",
|
558
|
572
|
"document": "Canvia el document compartit",
|
|
573
|
+ "download": "",
|
559
|
574
|
"feedback": "Deixa comentaris",
|
560
|
575
|
"fullScreen": "Activa o desactiva la pantalla completa",
|
561
|
576
|
"hangup": "Abandona la trucada",
|
|
577
|
+ "help": "",
|
562
|
578
|
"invite": "Convida-hi persones",
|
563
|
579
|
"kick": "Silencia el participant",
|
564
|
580
|
"localRecording": "Activa o desactiva les controls d'enregistrament local",
|
|
@@ -567,6 +583,7 @@
|
567
|
583
|
"moreActionsMenu": "Menú d'accions addicionals",
|
568
|
584
|
"mute": "Activa o desactiva el silenci de l'àudio",
|
569
|
585
|
"pip": "",
|
|
586
|
+ "privateMessage": "",
|
570
|
587
|
"profile": "Edita el perfil",
|
571
|
588
|
"raiseHand": "Aixeca o abaixa la mà",
|
572
|
589
|
"recording": "Activa o desactiva l'enregistrament",
|
|
@@ -584,8 +601,8 @@
|
584
|
601
|
"videoblur": ""
|
585
|
602
|
},
|
586
|
603
|
"addPeople": "Afegeix persones a la trucada",
|
587
|
|
- "audioOnlyOff": "Desactiva el mode de només àudio",
|
588
|
|
- "audioOnlyOn": "Activa el mode de només àudio",
|
|
604
|
+ "audioOnlyOff": "",
|
|
605
|
+ "audioOnlyOn": "",
|
589
|
606
|
"audioRoute": "Seleccioneu l'aparell de so",
|
590
|
607
|
"authenticate": "Autentica",
|
591
|
608
|
"callQuality": "Gestiona la qualitat de la trucada",
|
|
@@ -593,20 +610,26 @@
|
593
|
610
|
"closeChat": "Tanca el xat",
|
594
|
611
|
"documentClose": "Tanca el document compartit",
|
595
|
612
|
"documentOpen": "Obre el document compartit",
|
|
613
|
+ "download": "",
|
596
|
614
|
"enterFullScreen": "Mostra en pantalla completa",
|
597
|
615
|
"enterTileView": "",
|
598
|
616
|
"exitFullScreen": "Surt de la pantalla completa",
|
599
|
617
|
"exitTileView": "",
|
600
|
618
|
"feedback": "Deixa comentaris",
|
601
|
619
|
"hangup": "Surt",
|
|
620
|
+ "help": "",
|
602
|
621
|
"invite": "Convida-hi persones",
|
603
|
622
|
"login": "",
|
604
|
623
|
"logout": "Tanca la sessió",
|
605
|
624
|
"lowerYourHand": "",
|
606
|
625
|
"moreActions": "Accions addionals",
|
607
|
626
|
"mute": "",
|
|
627
|
+ "noAudioSignalTitle": "",
|
|
628
|
+ "noAudioSignalDesc": "",
|
|
629
|
+ "noAudioSignalDescSuggestion": "",
|
608
|
630
|
"openChat": "Obre el xat",
|
609
|
631
|
"pip": "",
|
|
632
|
+ "privateMessage": "",
|
610
|
633
|
"profile": "Edita el perfil",
|
611
|
634
|
"raiseHand": "Aixeca o abaixa la mà",
|
612
|
635
|
"raiseYourHand": "Aixeca la mà",
|
|
@@ -627,9 +650,6 @@
|
627
|
650
|
"startvideoblur": "",
|
628
|
651
|
"stopvideoblur": ""
|
629
|
652
|
},
|
630
|
|
- "\u0005toolbar": {
|
631
|
|
- "accessibilityLabel": {}
|
632
|
|
- },
|
633
|
653
|
"transcribing": {
|
634
|
654
|
"ccButtonTooltip": "Inicia o atura els subtítols",
|
635
|
655
|
"error": "La transcripció ha fallat. Torneu-ho a intentar més tard.",
|
|
@@ -642,7 +662,6 @@
|
642
|
662
|
"stop": "",
|
643
|
663
|
"tr": "TR"
|
644
|
664
|
},
|
645
|
|
- "\u0005transcribing": {},
|
646
|
665
|
"userMedia": {
|
647
|
666
|
"androidGrantPermissions": "",
|
648
|
667
|
"chromeGrantPermissions": "",
|
|
@@ -670,10 +689,12 @@
|
670
|
689
|
"audioOnlyExpanded": "",
|
671
|
690
|
"callQuality": "",
|
672
|
691
|
"hd": "HD",
|
|
692
|
+ "hdTooltip": "",
|
673
|
693
|
"highDefinition": "Alta definició",
|
674
|
694
|
"labelTooiltipNoVideo": "No hi ha vídeo",
|
675
|
695
|
"labelTooltipAudioOnly": "",
|
676
|
696
|
"ld": "LD",
|
|
697
|
+ "ldTooltip": "",
|
677
|
698
|
"lowDefinition": "Baixa definició",
|
678
|
699
|
"onlyAudioAvailable": "Només hi ha disponible l'àudio",
|
679
|
700
|
"onlyAudioSupported": "",
|
|
@@ -681,6 +702,7 @@
|
681
|
702
|
"p2pVideoQualityDescription": "",
|
682
|
703
|
"recHighDefinitionOnly": "",
|
683
|
704
|
"sd": "",
|
|
705
|
+ "sdTooltip": "",
|
684
|
706
|
"standardDefinition": ""
|
685
|
707
|
},
|
686
|
708
|
"videothumbnail": {
|
|
@@ -694,7 +716,6 @@
|
694
|
716
|
"show": "",
|
695
|
717
|
"videomute": ""
|
696
|
718
|
},
|
697
|
|
- "\u0005videothumbnail": {},
|
698
|
719
|
"welcomepage": {
|
699
|
720
|
"accessibilityLabel": {
|
700
|
721
|
"join": "Toqueu per a unir-vos-hi",
|
|
@@ -709,7 +730,9 @@
|
709
|
730
|
"connectCalendarButton": "",
|
710
|
731
|
"connectCalendarText": "",
|
711
|
732
|
"enterRoomTitle": "Inicia una reunió nova",
|
|
733
|
+ "roomNameAllowedChars": "",
|
712
|
734
|
"go": "",
|
|
735
|
+ "goSmall": "",
|
713
|
736
|
"join": "",
|
714
|
737
|
"info": "",
|
715
|
738
|
"privacy": "Privadesa",
|