-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"Congratulation, your port <b>{0}</b> is opened.<br>You are full member of ZeroNet network!": "Congratulazioni, la tua porta (<b>{0}</b>) è aperta.<br>Sei ora pieno membro della rete ZeroNet!", | ||
"Tor mode active, every connection using Onion route.": "Modalità Tor attiva, ogni connessione sta usando la rete Onion.", | ||
"Successfully started Tor onion hidden services.": "Tor onion hidden service avviati con successo.", | ||
"Unable to start hidden services, please check your config.": "Impossibile avviare gli hidden service. Si prega di controllare la propria configurazione!", | ||
"For faster connections open <b>{0}</b> port on your router.": "Per avere connessioni più veloci devi aprire la porta <b>{0}</b> sul tuo router.", | ||
"Your connection is restricted. Please, open <b>{0}</b> port on your router": "La tua connessione è limitata. Dovresti aprire la porta <b>{0}</b> sul tuo router", | ||
"or configure Tor to become full member of ZeroNet network.": "o configurare Tor per diventare pieno membro della rete ZeroNet!", | ||
|
||
"Select account you want to use in this site:": "Seleziona l'account che vuoi utilizzare per questo sito:", | ||
"currently selected": "attualmente selezionato", | ||
"Unique to site": "Unico sul sito", | ||
|
||
"Content signing failed": "Firma contenuti fallita", | ||
"Content publish queued for {0:.0f} seconds.": "Pubblicazione contenuti in coda per {0:.0f} secondi.", | ||
"Content published to {0} peers.": "Contenuti pubblicati su {0} peer.", | ||
"No peers found, but your content is ready to access.": "Nessun peer trovato, ma i tuoi contenuti sono pronti per accederci.", | ||
"Your network connection is restricted. Please, open <b>{0}</b> port": "La tua connessione di rete è limitata. Dovresti di aprire la porta <b>{0}</b> ", | ||
"on your router to make your site accessible for everyone.": "sul tuo router, per poter rendere il tuo sito accessibile a chiunque.", | ||
"Content publish failed.": "Pubblicazione contenuti fallita.", | ||
"This file still in sync, if you write it now, then the previous content may be lost.": "Questo file è ancora in sincronizzazione, se ci scrivi sopra i contenuti precedenti andranno persi.", | ||
"Write content anyway": "Scrivere comunque i contenuti", | ||
"New certificate added:": "Aggiunto nuovo certificato:", | ||
"You current certificate:": "Il tuo attuale certificato: ", | ||
"Change it to {auth_type}/{auth_user_name}@{domain}": "Cambiarlo in {auth_type}/{auth_user_name}@{domain}", | ||
"Certificate changed to: <b>{auth_type}/{auth_user_name}@{domain}</b>.": "Certificato cambianto in: <b>{auth_type}/{auth_user_name}@{domain}</b>.", | ||
"Site cloned": "Sito clonato", | ||
|
||
"You have successfully changed the web interface's language!": "Hai cambiato con successo la lingua sull'interfaccia web!", | ||
"Due to the browser's caching, the full transformation could take some minute.": "Per via della cache del browser, la completa trasformazione potrebbe richiedre alcuni minuti.", | ||
|
||
"Connection with <b>UiServer Websocket</b> was lost. Reconnecting...": "La connessione con <b>UiServer Websocket</b> è andata persa. Riconnessione...", | ||
"Connection with <b>UiServer Websocket</b> recovered.": "Connessione con <b>UiServer Websocket</b> recuperata.", | ||
"UiServer Websocket error, please reload the page.": "Errore UiServer Websocket, si prega di ricaricare la pagina!", | ||
" Connecting...": " Connessione...", | ||
"Site size: <b>": "Dimensione sito: <b>", | ||
"MB</b> is larger than default allowed ": "MB</b> è più grande di quanto è permesso di default ", | ||
"Open site and set size limit to \" + site_info.next_size_limit + \"MB": "Aprire il sito e impostare la dimensione limite a \" + site_info.next_size_limit + \"MB", | ||
" files needs to be downloaded": " file richiesti che siano scaricati", | ||
" downloaded": " scaricati", | ||
" download failed": " scaricamento fallito", | ||
"Peers found: ": "Peer trovati: ", | ||
"No peers found": "Nessun peer trovato", | ||
"Running out of size limit (": "Raggiungimento del limite di spazio (", | ||
"Set limit to \" + site_info.next_size_limit + \"MB": "Imposta il limite a \" + site_info.next_size_limit + \"MB", | ||
"Site size limit changed to {0}MB": "Limite di spazio cambiato a {0}MB", | ||
" New version of this page has just released.<br>Reload to see the modified content.": "E' stata rilasciata una nuova versione di questa pagina<br>Ricaricare per vedere il contenuto modificato!", | ||
"This site requests permission:": "Questo sito richiede permessi:", | ||
"Grant": "Concedere" | ||
|
||
} |