|
@@ -1,17 +1,19 @@
|
1
|
1
|
{
|
2
|
|
- "contactlist": "LISTA CONTATTI",
|
|
2
|
+ "contactlist": "",
|
|
3
|
+ "addParticipants": "",
|
|
4
|
+ "roomLocked": "",
|
|
5
|
+ "roomUnlocked": "",
|
|
6
|
+ "passwordSetRemotely": "",
|
3
|
7
|
"connectionsettings": "Impostazioni Connessione",
|
4
|
8
|
"poweredby": "powered by",
|
5
|
|
- "downloadlogs": "Scarica logs",
|
6
|
9
|
"feedback": "",
|
7
|
|
- "roomUrlDefaultMsg": "La tua conferenza sta per essere creata...",
|
8
|
|
- "participant": "Partecipante",
|
|
10
|
+ "inviteUrlDefaultMsg": "La tua conferenza sta per essere creata...",
|
9
|
11
|
"me": "io",
|
10
|
12
|
"speaker": "Relatore",
|
11
|
13
|
"raisedHand": "",
|
12
|
14
|
"defaultNickname": "",
|
13
|
15
|
"defaultLink": "es. __url__",
|
14
|
|
- "calling": "",
|
|
16
|
+ "callingName": "",
|
15
|
17
|
"userMedia": {
|
16
|
18
|
"react-nativeGrantPermissions": "",
|
17
|
19
|
"chromeGrantPermissions": "",
|
|
@@ -33,6 +35,7 @@
|
33
|
35
|
"focusRemote": "",
|
34
|
36
|
"toggleChat": "",
|
35
|
37
|
"mute": "",
|
|
38
|
+ "fullScreen": "",
|
36
|
39
|
"videoMute": ""
|
37
|
40
|
},
|
38
|
41
|
"welcomepage": {
|
|
@@ -72,33 +75,45 @@
|
72
|
75
|
"content": "Impara come i tuoi utenti lo utilizzano con la facile integrazione con PiWik, Google Analytics, e altri sistemi di statistica e monitor dell'utilizzo."
|
73
|
76
|
}
|
74
|
77
|
},
|
|
78
|
+ "startupoverlay": {
|
|
79
|
+ "policyText": "",
|
|
80
|
+ "title": ""
|
|
81
|
+ },
|
|
82
|
+ "suspendedoverlay": {
|
|
83
|
+ "title": "",
|
|
84
|
+ "rejoinKeyTitle": ""
|
|
85
|
+ },
|
75
|
86
|
"toolbar": {
|
76
|
87
|
"mute": "Microfono Attiva / Disattiva",
|
77
|
|
- "videomute": "Abilita / Disabilita video",
|
|
88
|
+ "videomute": "",
|
78
|
89
|
"authenticate": "Autenticazione",
|
79
|
|
- "lock": "Blocca / Sblocca Stanza",
|
80
|
|
- "invite": "Invita altri",
|
81
|
|
- "chat": "Apri / Chiudi chat",
|
82
|
|
- "etherpad": "Documento condiviso",
|
|
90
|
+ "lock": "",
|
|
91
|
+ "invite": "",
|
|
92
|
+ "chat": "",
|
|
93
|
+ "etherpad": "",
|
83
|
94
|
"sharedvideo": "",
|
84
|
|
- "sharescreen": "Condividi schermo",
|
85
|
|
- "fullscreen": "Entra / Esci da schermo intero",
|
|
95
|
+ "sharescreen": "",
|
|
96
|
+ "fullscreen": "",
|
86
|
97
|
"sip": "Chiama numero SIP",
|
87
|
98
|
"Settings": "Impostazioni",
|
88
|
|
- "hangup": "Termina",
|
|
99
|
+ "hangup": "",
|
89
|
100
|
"login": "Login",
|
90
|
101
|
"logout": "Logout",
|
91
|
|
- "dialpad": "Mostra il tastierino",
|
|
102
|
+ "dialpad": "",
|
92
|
103
|
"sharedVideoMutedPopup": "",
|
93
|
104
|
"micMutedPopup": "",
|
|
105
|
+ "talkWhileMutedPopup": "",
|
94
|
106
|
"unableToUnmutePopup": "",
|
95
|
107
|
"cameraDisabled": "",
|
96
|
|
- "micDisabled": ""
|
|
108
|
+ "micDisabled": "",
|
|
109
|
+ "filmstrip": "",
|
|
110
|
+ "profile": "",
|
|
111
|
+ "raiseHand": ""
|
97
|
112
|
},
|
98
|
113
|
"bottomtoolbar": {
|
99
|
114
|
"chat": "Apri / Chiudi chat",
|
100
|
|
- "filmstrip": "Mostra / Nascondi miniature",
|
101
|
|
- "contactlist": "Apri / Chiudi la lista contatti"
|
|
115
|
+ "filmstrip": "",
|
|
116
|
+ "contactlist": ""
|
102
|
117
|
},
|
103
|
118
|
"chat": {
|
104
|
119
|
"nickname": {
|
|
@@ -108,7 +123,7 @@
|
108
|
123
|
"messagebox": "Inserisci testo..."
|
109
|
124
|
},
|
110
|
125
|
"settings": {
|
111
|
|
- "title": "IMPOSTAZIONI",
|
|
126
|
+ "title": "Impostazioni",
|
112
|
127
|
"update": "Aggiorna",
|
113
|
128
|
"name": "Nome",
|
114
|
129
|
"startAudioMuted": "",
|
|
@@ -119,12 +134,22 @@
|
119
|
134
|
"followMe": "",
|
120
|
135
|
"noDevice": "",
|
121
|
136
|
"noPermission": "",
|
122
|
|
- "avatarUrl": ""
|
|
137
|
+ "cameraAndMic": "",
|
|
138
|
+ "moderator": "",
|
|
139
|
+ "password": "",
|
|
140
|
+ "audioVideo": "",
|
|
141
|
+ "setPasswordLabel": ""
|
|
142
|
+ },
|
|
143
|
+ "profile": {
|
|
144
|
+ "title": "",
|
|
145
|
+ "setDisplayNameLabel": "",
|
|
146
|
+ "setEmailLabel": "",
|
|
147
|
+ "setEmailInput": ""
|
123
|
148
|
},
|
124
|
149
|
"videothumbnail": {
|
125
|
150
|
"editnickname": "Clicca per modificare il tuo<br/>nome visualizzato",
|
126
|
151
|
"moderator": "Il proprietario<br/>della conferenza",
|
127
|
|
- "videomute": "Il partecipante ha<br/>fermato il video.",
|
|
152
|
+ "videomute": "",
|
128
|
153
|
"mute": "Il partecipante è in muto",
|
129
|
154
|
"kick": "Espelli",
|
130
|
155
|
"muted": "Audio disattivato",
|
|
@@ -132,6 +157,7 @@
|
132
|
157
|
"flip": ""
|
133
|
158
|
},
|
134
|
159
|
"connectionindicator": {
|
|
160
|
+ "header": "",
|
135
|
161
|
"bitrate": "Bitrate:",
|
136
|
162
|
"packetloss": "Perdita pacchetti:",
|
137
|
163
|
"resolution": "Risoluzione:",
|
|
@@ -165,43 +191,59 @@
|
165
|
191
|
"raisedHand": ""
|
166
|
192
|
},
|
167
|
193
|
"dialog": {
|
|
194
|
+ "add": "",
|
168
|
195
|
"kickMessage": "Accidenti! Sei stato espulso dalla conferenza !",
|
169
|
196
|
"popupError": "",
|
|
197
|
+ "passwordErrorTitle": "",
|
170
|
198
|
"passwordError": "",
|
171
|
199
|
"passwordError2": "",
|
172
|
200
|
"connectError": "Oops! Qualcosa è andato storto e non ti puoi collegare alla conferenza.",
|
173
|
201
|
"connectErrorWithMsg": "Oops! Qualcosa è andato storto e non ti puoi collegare alla conferenza: __msg__",
|
|
202
|
+ "incorrectPassword": "",
|
174
|
203
|
"connecting": "Connessione",
|
|
204
|
+ "copy": "",
|
175
|
205
|
"error": "Errore",
|
|
206
|
+ "roomLocked": "",
|
|
207
|
+ "addPassword": "",
|
|
208
|
+ "createPassword": "",
|
176
|
209
|
"detectext": "Errore durante il rilevamento dell'estensione per il desktopsharing.",
|
177
|
210
|
"failtoinstall": "Impossibile installare l'estensione per il desktop sharing",
|
178
|
211
|
"failedpermissions": "Impossibile ottenere i permessi per usare il microfono e/o il video locale.",
|
179
|
|
- "bridgeUnavailable": "Il Videobridge non è al momento disponibile. Si prega di riprovare più tardi!",
|
180
|
|
- "jicofoUnavailable": "",
|
|
212
|
+ "conferenceReloadTitle": "",
|
|
213
|
+ "conferenceReloadMsg": "",
|
|
214
|
+ "conferenceDisconnectTitle": "",
|
|
215
|
+ "conferenceDisconnectMsg": "",
|
|
216
|
+ "reconnectNow": "",
|
|
217
|
+ "conferenceReloadTimeLeft": "",
|
181
|
218
|
"maxUsersLimitReached": "",
|
182
|
219
|
"lockTitle": "Blocco fallito",
|
183
|
|
- "lockMessage": "",
|
|
220
|
+ "lockMessage": "Impossibile bloccare la conferenza.",
|
184
|
221
|
"warning": "Attenzione",
|
185
|
222
|
"passwordNotSupported": "Le password sulla stanza non sono al momento supportate.",
|
186
|
|
- "sorry": "Spiacente",
|
187
|
|
- "internalError": "Errore interno dell'applicazione [setRemoteDescription]",
|
|
223
|
+ "internalErrorTitle": "",
|
|
224
|
+ "internalError": "",
|
188
|
225
|
"unableToSwitch": "Impossibile cambiare lo stream video.",
|
189
|
226
|
"SLDFailure": "Oops! Qualcosa è andato storto e non è possibile silenziare il microfono! (Errore SLD)",
|
190
|
227
|
"SRDFailure": "Oops! Qualcosa è andato storto e non è possibile fermare il video! (Errore SRD)",
|
191
|
228
|
"oops": "Oops!",
|
|
229
|
+ "currentPassword": "",
|
|
230
|
+ "passwordLabel": "",
|
192
|
231
|
"defaultError": "C'è stato qualche tipo di errore",
|
193
|
232
|
"passwordRequired": "Richiesta password ",
|
194
|
233
|
"Ok": "Ok",
|
|
234
|
+ "done": "",
|
195
|
235
|
"Remove": "Rimuovi",
|
|
236
|
+ "removePassword": "",
|
196
|
237
|
"shareVideoTitle": "",
|
197
|
|
- "shareVideoLinkError": "",
|
|
238
|
+ "shareVideoLinkError": "Fornire un link Prezi esatto.",
|
198
|
239
|
"removeSharedVideoTitle": "",
|
199
|
|
- "removeSharedVideoMsg": "",
|
|
240
|
+ "removeSharedVideoMsg": "Sei sicuro di voler rimuovere il tuo Prezi?",
|
200
|
241
|
"alreadySharedVideoMsg": "",
|
201
|
242
|
"WaitingForHost": "In attesa dell'organizzatore ...",
|
202
|
243
|
"WaitForHostMsg": "La conferenza <b>__room__ </b> non è ancora iniziata. Se sei l'organizzatore sei pregato di autenticarti, altrimenti ti preghiamo di attendere l'arrivo dell'organizzatore.",
|
203
|
244
|
"IamHost": "Sono l'organizzatore",
|
204
|
245
|
"Cancel": "Annulla",
|
|
246
|
+ "Submit": "",
|
205
|
247
|
"retry": "Riprova",
|
206
|
248
|
"logoutTitle": "Logout",
|
207
|
249
|
"logoutQuestion": "Vuoi disconnetterti e interrompere la conferenza ?",
|
|
@@ -216,25 +258,28 @@
|
216
|
258
|
"sipMsg": "Inserire numero SIP",
|
217
|
259
|
"passwordCheck": "Confermi la rimozione della password?",
|
218
|
260
|
"passwordMsg": "Imposta una password per bloccare la stanza",
|
219
|
|
- "Invite": "Invita",
|
220
|
|
- "shareLink": "Condividi questo link con tutte le persone che vuoi invitare",
|
|
261
|
+ "shareLink": "",
|
221
|
262
|
"settings1": "Configura la tua conferenza",
|
222
|
263
|
"settings2": "Partecipanti connessi in muto",
|
223
|
264
|
"settings3": "Richiedi nicknames<br/><br/>Imposta una password per bloccare la tua stanza:",
|
224
|
|
- "yourPassword": "la tua password",
|
|
265
|
+ "yourPassword": "",
|
225
|
266
|
"Back": "Indietro",
|
226
|
267
|
"serviceUnavailable": "Servizio non disponibile",
|
227
|
268
|
"gracefulShutdown": "Il nostro servizio è al momento spento per manutenzione. Si prega di riprovare più tardi.",
|
228
|
269
|
"Yes": "Sì",
|
229
|
270
|
"reservationError": "Errore di sistema in prenotazione",
|
230
|
271
|
"reservationErrorMsg": "Codice di errore: __code__, messaggio: __msg__",
|
231
|
|
- "password": "password",
|
|
272
|
+ "password": "",
|
232
|
273
|
"userPassword": "password utente",
|
233
|
274
|
"token": "token",
|
|
275
|
+ "tokenAuthFailedTitle": "",
|
234
|
276
|
"tokenAuthFailed": "",
|
235
|
277
|
"displayNameRequired": "",
|
|
278
|
+ "enterDisplayName": "Per favore, inserisci il tuo nome utente:",
|
236
|
279
|
"extensionRequired": "",
|
237
|
280
|
"firefoxExtensionPrompt": "",
|
|
281
|
+ "rateExperience": "",
|
|
282
|
+ "feedbackHelp": "",
|
238
|
283
|
"feedbackQuestion": "",
|
239
|
284
|
"thankYou": "",
|
240
|
285
|
"sorryFeedback": "",
|
|
@@ -246,6 +291,7 @@
|
246
|
291
|
"stopLiveStreaming": "",
|
247
|
292
|
"stopRecording": "",
|
248
|
293
|
"doNotShowWarningAgain": "",
|
|
294
|
+ "doNotShowMessageAgain": "",
|
249
|
295
|
"permissionDenied": "",
|
250
|
296
|
"screenSharingPermissionDeniedError": "",
|
251
|
297
|
"micErrorPresent": "",
|
|
@@ -258,8 +304,17 @@
|
258
|
304
|
"micUnknownError": "",
|
259
|
305
|
"micPermissionDeniedError": "",
|
260
|
306
|
"micNotFoundError": "",
|
261
|
|
- "micConstraintFailedError": ""
|
|
307
|
+ "micConstraintFailedError": "",
|
|
308
|
+ "micNotSendingData": "",
|
|
309
|
+ "cameraNotSendingData": "",
|
|
310
|
+ "goToStore": "",
|
|
311
|
+ "externalInstallationTitle": "",
|
|
312
|
+ "externalInstallationMsg": "",
|
|
313
|
+ "muteParticipantTitle": "",
|
|
314
|
+ "muteParticipantBody": "",
|
|
315
|
+ "muteParticipantButton": "Disattiva audio"
|
262
|
316
|
},
|
|
317
|
+ "\u0005dialog": {},
|
263
|
318
|
"email": {
|
264
|
319
|
"sharedKey": "",
|
265
|
320
|
"subject": "Invito su __appName__ (__conferenceName__)",
|