File: po.it.js

package info (click to toggle)
cockpit 239-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,268 kB
  • sloc: javascript: 245,474; ansic: 72,273; python: 23,634; xml: 6,155; sh: 2,919; makefile: 923; sed: 5
file content (710 lines) | stat: -rw-r--r-- 17,127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
cockpit.locale({
 "": {'plural-forms':function(n) {
var nplurals, plural;
nplurals=2; plural=n != 1;
return plural;
},
  "language": "it",
  "x-generator": "Weblate 4.4.2"
 },
 "$0 documentation": [
  null,
  "Documentazione $0"
 ],
 "$0 exited with code $1": [
  null,
  "$0 terminato con codice $1"
 ],
 "$0 failed": [
  null,
  "$0 fallito"
 ],
 "$0 killed with signal $1": [
  null,
  "$0 terminato con codice $1"
 ],
 "A compatible version of Cockpit is not installed on {{#strong}}{{host}}{{/strong}}.": [
  null,
  "Una versione compatibile di Cockpit non è installata su {{#strong}}{{host}}{{/strong}}."
 ],
 "A new SSH key at ${key} will be created for ${luser} on ${lhost} and it will be added to the ${afile} file of ${ruser} on ${rhost}.": [
  null,
  "Una nuova chiave SSH in ${key} verrà creata per ${luser} su ${lhost} e sarà aggiunta al file ${afile} di ${ruser} su ${rhost}."
 ],
 "About Web Console": [
  null,
  "Informazioni su Web Console"
 ],
 "Accept key and connect": [
  null,
  "Accetta la chiave e connetti"
 ],
 "Active pages": [
  null,
  "Pagine attive"
 ],
 "Add": [
  null,
  "Aggiungi"
 ],
 "Add key": [
  null,
  "Aggiungi chiave"
 ],
 "Add new host": [
  null,
  "Aggiungi un nuovo host"
 ],
 "Administrative access": [
  null,
  "Accesso amministrativo"
 ],
 "Apps": [
  null,
  "Applicazioni"
 ],
 "Authenticate": [
  null,
  "Autenticare"
 ],
 "Authentication": [
  null,
  "Autenticazione"
 ],
 "Authentication failed": [
  null,
  "Autenticazione fallita"
 ],
 "Authorize SSH key.": [
  null,
  "Autorizza la chiave SSH."
 ],
 "Automatic login": [
  null,
  "Accesso automatico"
 ],
 "By changing the password of the SSH key ${key} to the login password of ${luser} on ${lhost}, the key will be automatically made available and you can log in to ${rhost} without password in the future.": [
  null,
  "Cambiando la password della chiave SSH ${key} con la password di accesso di ${luser} su ${lhost}, la chiave sarà automaticamente resa disponibile e potrai in futuro accedere a ${rhost} senza password."
 ],
 "Can be a hostname, IP address, alias name, or ssh:// URI": [
  null,
  "Può essere un hostname, un indirizzo IP, un alias, o un URI ssh://"
 ],
 "Cancel": [
  null,
  "Annulla"
 ],
 "Cannot connect to an unknown host": [
  null,
  "Impossibile connettersi a un host sconosciuto"
 ],
 "Cannot forward login credentials": [
  null,
  "Impossibile inoltrare le credenziali di accesso"
 ],
 "Change password": [
  null,
  "Cambia password"
 ],
 "Change the password of ${key}.": [
  null,
  "Cambia la password di ${key}."
 ],
 "Clear search": [
  null,
  "Cancella Ricerca"
 ],
 "Close": [
  null,
  "Chiudi"
 ],
 "Close selected pages": [
  null,
  "Chiudere le pagine selezionate"
 ],
 "Cockpit could not contact the given host.": [
  null,
  "Cockpit non ha potuto contattare l'host inserito."
 ],
 "Cockpit had an unexpected internal error.": [
  null,
  "Cockpit ha generato un inaspettato errore interno"
 ],
 "Cockpit is an interactive Linux server admin interface.": [
  null,
  "Cockpit è un'interfaccia amministrativa interattiva per server Linux."
 ],
 "Cockpit is not compatible with the software on the system.": [
  null,
  "Cockpit non è compatibile con il software del sistema."
 ],
 "Cockpit is not installed": [
  null,
  "Cockpit non è installato"
 ],
 "Cockpit is not installed on the system.": [
  null,
  "Cockpit non è installato sul sistema."
 ],
 "Color": [
  null,
  "Colore"
 ],
 "Comment": [
  null,
  "Commento"
 ],
 "Confirm": [
  null,
  "Conferma"
 ],
 "Confirm key password": [
  null,
  "Conferma la password chiave"
 ],
 "Confirm new key password": [
  null,
  "Conferma la nuova password chiave"
 ],
 "Connecting simultaneously to more than {{ limit }} machines is unsupported.": [
  null,
  "Il collegamento simultaneo di più di {{ limit }} macchine non è supportato."
 ],
 "Connecting to the machine": [
  null,
  "Collegamento alla macchina"
 ],
 "Connection error": [
  null,
  "Errore di connessione"
 ],
 "Connection failed": [
  null,
  "Connessione fallita"
 ],
 "Connection has timed out.": [
  null,
  "Il collegamento è scaduto."
 ],
 "Contains:": [
  null,
  "Contiene:"
 ],
 "Continue session": [
  null,
  "Continua la sessione"
 ],
 "Could not contact {{host}}": [
  null,
  "Impossibile contattare {{host}}"
 ],
 "Create": [
  null,
  "Crea"
 ],
 "Create a new SSH key and authorize it.": [
  null,
  "Crea una nuova chiave SSH e autorizzala."
 ],
 "Ctrl-Shift-J": [
  null,
  "Ctrl-Shift-J"
 ],
 "Details": [
  null,
  "Dettagli"
 ],
 "Disconnected": [
  null,
  "Disconnesso"
 ],
 "Display language": [
  null,
  "Lingua di visualizzazione"
 ],
 "Edit": [
  null,
  "Modifica"
 ],
 "Edit host": [
  null,
  "Modifica host"
 ],
 "Edit hosts": [
  null,
  "Modifica host"
 ],
 "Error message": [
  null,
  "Messaggio di errore"
 ],
 "Failed to add machine: $0": [
  null,
  "Impossibile aggiungere la macchina: $0"
 ],
 "Failed to change password": [
  null,
  "Impossibile cambiare la password"
 ],
 "Failed to edit machine: $0": [
  null,
  "Impossibile modificare la macchina: $0"
 ],
 "Fingerprint": [
  null,
  "Impronta digitale"
 ],
 "GNU LGPL version 2.1": [
  null,
  "GNU LGPL versione 2.1"
 ],
 "Help": [
  null,
  "Aiuto"
 ],
 "Host": [
  null,
  "Host"
 ],
 "Host key is incorrect": [
  null,
  "La chiave host non è corretta"
 ],
 "Hosts": [
  null,
  "Host"
 ],
 "If the fingerprint matches, click \"Accept key and connect\". Otherwise, do not connect and contact your administrator.": [
  null,
  "Se l'impronta digitale coincide, clicca \"Accetta la chiave e connetti\". Altrimenti, non connettere e contatta l'amministratore."
 ],
 "In order to allow log in to ${rhost} as ${ruser} without password in the future, use the login password of ${luser} on ${lhost} as the key password, or leave the key password blank.": [
  null,
  "Per consentire l'accesso a ${rhost} come ${ruser} senza password in futuro, utilizza la password di accesso di ${luser} su ${lhost} come password della chiave, o lascia vuota la password della chiave."
 ],
 "Internal error": [
  null,
  "Errore interno"
 ],
 "Invalid file permissions": [
  null,
  "Autorizzazioni file non valide"
 ],
 "Is sshd running on a different port?": [
  null,
  "sshd è in esecuzione su una porta diversa?"
 ],
 "Kerberos based SSO": [
  null,
  "SSO basato su Kerberos"
 ],
 "Key password": [
  null,
  "Password della chiave"
 ],
 "Learn more": [
  null,
  "Per saperne di più"
 ],
 "Licensed under:": [
  null,
  "Concesso in licenza:"
 ],
 "Limit access": [
  null,
  "Limitare l'accesso"
 ],
 "Limited access": [
  null,
  "Accesso limitato"
 ],
 "Limited access mode restricts administrative privileges. Some parts of the web console will have reduced functionality.": [
  null,
  "La modalità di accesso limitato limita i privilegi di amministratore. Alcune parti della Web Console avranno funzionalità ridotte."
 ],
 "Log in": [
  null,
  "Accedi"
 ],
 "Log in to {{host}}": [
  null,
  "Accedi a {{host}}"
 ],
 "Log out": [
  null,
  "Esci"
 ],
 "Login failed": [
  null,
  "Login fallito"
 ],
 "Messages related to the failure might be found in the journal:": [
  null,
  "I messaggi relativi all'errore potrebbero essere trovati nel registro:"
 ],
 "Method": [
  null,
  "Metodo"
 ],
 "New host": [
  null,
  "Nuovo host"
 ],
 "New key password": [
  null,
  "Nuova password della chiave"
 ],
 "New password": [
  null,
  "Nuova password"
 ],
 "New password was not accepted": [
  null,
  "La nuova password non è stata accettata"
 ],
 "No results found": [
  null,
  "nessun risultato trovato"
 ],
 "No such file or directory": [
  null,
  "Nessun file o directory"
 ],
 "Not a valid private key": [
  null,
  "Chiave privata invalida"
 ],
 "Not connected to host": [
  null,
  "Non connesso all'host"
 ],
 "Not permitted to perform this action.": [
  null,
  "Non è consentito eseguire questa azione."
 ],
 "Ok": [
  null,
  "Ok"
 ],
 "Old password": [
  null,
  "Vecchia password"
 ],
 "Old password not accepted": [
  null,
  "Vecchia password non accettata"
 ],
 "Ooops!": [
  null,
  "Ooops!"
 ],
 "Page name": [
  null,
  "Nome pagina"
 ],
 "Password": [
  null,
  "Password"
 ],
 "Password not accepted": [
  null,
  "Password non accettata"
 ],
 "Path to file": [
  null,
  "Percorso del file"
 ],
 "Please authenticate to gain administrative access": [
  null,
  "Autenticarsi per ottenere l'accesso amministrativo"
 ],
 "Port": [
  null,
  "Porta"
 ],
 "Project website": [
  null,
  "Sito web del progetto"
 ],
 "Prompting via ssh-add timed out": [
  null,
  "Richiesta tramite ssh-add scaduta"
 ],
 "Prompting via ssh-keygen timed out": [
  null,
  "Richiesta tramite ssh-keygen scaduta"
 ],
 "Public key": [
  null,
  "Chiave pubblica"
 ],
 "Reconnect": [
  null,
  "Ricollego"
 ],
 "SSH key": [
  null,
  "Chiave SSH"
 ],
 "SSH keys": [
  null,
  "Chiavi SSH"
 ],
 "Safari users need to import and trust the certificate of the self-signing CA:": [
  null,
  "Gli utenti di Safari devono importare e fidarsi del certificato della CA autofirmata:"
 ],
 "Search": [
  null,
  "Ricerca"
 ],
 "Select": [
  null,
  "Seleziona"
 ],
 "Server has closed the connection.": [
  null,
  "Il server ha chiuso la connessione."
 ],
 "Session is about to expire": [
  null,
  "La sessione sta per scadere"
 ],
 "Set": [
  null,
  "Imposta"
 ],
 "Skip main navigation": [
  null,
  "Salta la navigazione principale"
 ],
 "Skip to content": [
  null,
  "Salta al contenuto"
 ],
 "Something went wrong": [
  null,
  "Qualcosa non ha funzionato"
 ],
 "Stop editing hosts": [
  null,
  "Interrompi la modifica degli host"
 ],
 "Switch to limited access": [
  null,
  "Passa ad accesso limitato"
 ],
 "System": [
  null,
  "Sistema"
 ],
 "The IP address or hostname cannot contain whitespace.": [
  null,
  "L'indirizzo IP o il nome host non possono contenere spazi."
 ],
 "The SSH key ${key} of ${luser} on ${lhost} will be added to the ${afile} file of ${ruser} on ${rhost}.": [
  null,
  "La chiave SSH ${key} di ${luser} su ${lhost} verrà aggiunta al file ${afile} di ${ruser} su ${rhost}."
 ],
 "The SSH key for logging in to {{#strong}}{{full_address}}{{/strong}} is protected. You can log in with either your login password or by providing the password of the key at {{#strong}}{{key}}{{/strong}}.": [
  null,
  "La chiave SSH per accedere a {{#strong}} {{full_address}} {{/strong}} è protetta. Puoi accedere con la tua password di accesso o fornendo la password della chiave a {{#strong}} {{key}} {{/strong}}."
 ],
 "The SSH key {{#strong}}{{key}}{{/strong}} will be made available for the remainder of the session and will be available for login to other hosts as well.": [
  null,
  "La chiave SSH {{#strong}} {{key}} {{/strong}} sarà resa disponibile per il resto della sessione e sarà disponibile anche per l'accesso ad altri host."
 ],
 "The key password can not be empty": [
  null,
  "La password della chiave non può essere vuota"
 ],
 "The key passwords do not match": [
  null,
  "Le password della chiave non corrispondono"
 ],
 "The new key password can not be empty": [
  null,
  "La nuova password della chiave non può essere vuota"
 ],
 "The new key passwords do not match": [
  null,
  "Le nuove password della chiave non corrispondono"
 ],
 "The passwords do not match.": [
  null,
  "Le password non corrispondono."
 ],
 "The resulting fingerprint is fine to share via public methods, including email.": [
  null,
  "L'impronta digitale risultante è idonea per la condivisione pubblica, email inclusa."
 ],
 "The server refused to authenticate using any supported methods.": [
  null,
  "Il server ha rifiutato di autenticarsi utilizzando qualsiasi metodo supportato."
 ],
 "There are currently no active pages": [
  null,
  "Attualmente non ci sono pagine attive"
 ],
 "There was an unexpected error while connecting to the machine.": [
  null,
  "Si è verificato un errore imprevisto durante la connessione alla macchina."
 ],
 "This didn't work, please try again": [
  null,
  "Non ha funzionato, per favore riprova"
 ],
 "This machine has already been added.": [
  null,
  "Questa macchina è già stata aggiunta."
 ],
 "This will allow you to log in without password in the future.": [
  null,
  "Ciò ti consentirà di accedere senza password in futuro."
 ],
 "Tip: Make your key password match your login password to automatically authenticate against other systems.": [
  null,
  "Suggerimento: fai in modo che la password della tua chiave corrisponda alla password di accesso per l'autenticazione automatica in altri sistemi."
 ],
 "To ensure that your connection is not intercepted by a malicious third-party, please verify the host key fingerprint:": [
  null,
  "Per assicurare che la connessione non sia intercettata da un soggetto terzo malelvolo, verifica l'impronta digitale dell'host:"
 ],
 "To verify a fingerprint, run the following on {{host}} while physically sitting at the machine or through a trusted network:": [
  null,
  "Per verificare un'impronta digitale, esegui su {{host}} mentre sei fisicamente di fronte alla macchina o attraverso una rete fidata:"
 ],
 "Toggle session settings": [
  null,
  "Attiva/disattiva le impostazioni di sessione"
 ],
 "Too much data": [
  null,
  "Troppi dati"
 ],
 "Tools": [
  null,
  "Strumenti"
 ],
 "Type": [
  null,
  "Tipo"
 ],
 "Unable to contact the given host $0. Make sure it has ssh running on port $1, or specify another port in the address.": [
  null,
  "Impossibile contattare l'host specificato $0. Assicurati che ssh sia in esecuzione sulla porta $1 o specifica un'altra porta nell'indirizzo."
 ],
 "Unable to contact {{#strong}}{{host}}{{/strong}}.": [
  null,
  "Impossibile contattare {{#strong}} {{host}} {{/strong}}."
 ],
 "Unable to log in to {{#strong}}{{full_address}}{{/strong}} using SSH key authentication. Please provide the password. You may want to set up your SSH keys for automatic login.": [
  null,
  "Impossibile accedere a {{#strong}}{{full_address}}{{/strong}} utilizzando l'autenticazione con chiave SSH. Si prega di fornire la password. Potresti voler configurare le tue chiavi SSH per l'accesso automatico."
 ],
 "Unable to log in to {{#strong}}{{full_address}}{{/strong}}. The host does not accept password login or any of your SSH keys.": [
  null,
  "Impossibile accedere a {{#strong}}{{full_address}}{{/strong}}. L'host non accetta password di accesso o nessuna delle tue chiavi SSH."
 ],
 "Unable to log in to {{#strong}}{{host}}{{/strong}}. For more authentication options and troubleshooting support please upgrade cockpit-ws to a newer version.": [
  null,
  "Impossibile accedere a {{#strong}}{{host}}{{/strong}}. Per ulteriori opzioni di autenticazione e supporto per la risoluzione dei problemi, aggiorna cockpit-ws a una versione più recente."
 ],
 "Unable to log in to {{#strong}}{{host}}{{/strong}}. To connect to this host you will need to enable one of the following authentication methods in the sshd config on {{#strong}}{{host}}{{/strong}}:": [
  null,
  "Impossibile accedere a {{#strong}}{{host}}{{/strong}}. Per connetterti a questo host dovrai abilitare uno dei seguenti metodi di autenticazione nella configurazione sshd su {{#strong}}{{host}}{{/strong}}:"
 ],
 "Unexpected error": [
  null,
  "Errore imprevisto"
 ],
 "Unlock key": [
  null,
  "Sblocca la chiave"
 ],
 "Untrusted host": [
  null,
  "Host non fidato"
 ],
 "Update": [
  null,
  "Aggiorna"
 ],
 "Use the following keys to authenticate against other systems": [
  null,
  "Utilizza i seguenti tasti per autenticarsi in altri sistemi"
 ],
 "User name": [
  null,
  "Nome utente"
 ],
 "Version": [
  null,
  "Versione"
 ],
 "Web Console": [
  null,
  "Web Console"
 ],
 "When empty, connect with the current user": [
  null,
  "Se vuoti, connetti con l'utente corrente"
 ],
 "You are connecting to {{host}} for the first time.": [
  null,
  "Collegamento a {{host}} per la prima volta"
 ],
 "You can not gain administrative access.": [
  null,
  "Non è possibile ottenere l'accesso amministrativo."
 ],
 "You have been logged out due to inactivity.": [
  null,
  "Sei stato disconnesso per inattività."
 ],
 "You may want to change the password of the key for automatic login.": [
  null,
  "Potrebbe essere necessario modificare la password della chiave per l'accesso automatico."
 ],
 "You now have administrative access.": [
  null,
  "Ora hai accesso amministrativo."
 ],
 "You will be logged out in $0 seconds.": [
  null,
  "Verrai disconnesso tra $0 secondi."
 ],
 "Your browser will remember your access level across sessions.": [
  null,
  "Il tuo browser ricorderà il tuo livello di accesso tra le sessioni."
 ],
 "Your session has been terminated.": [
  null,
  "La tua sessione e' terminata."
 ],
 "Your session has expired. Please log in again.": [
  null,
  "La sessione è scaduta. Effettua di nuovo il login."
 ],
 "active": [
  null,
  "attivo"
 ],
 "in most browsers": [
  null,
  "nella maggior parte dei browser"
 ],
 "show less": [
  null,
  "mostra meno"
 ],
 "show more": [
  null,
  "mostra di più"
 ],
 "{{host}} key changed": [
  null,
  "chiave {{host}} modificata"
 ]
});