Skip to content

Commit

Permalink
Merge pull request #994 from PICOTRON3000/weblate-picotorrent-applica…
Browse files Browse the repository at this point in the history
…tion

Translations update from Weblate
  • Loading branch information
vktr committed Oct 23, 2020
2 parents a8189d1 + 158ec02 commit 4433540
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 4 deletions.
88 changes: 86 additions & 2 deletions lang/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"no_update_available": "Nessun aggiornamento disponibile",
"show_on_github": "Mostra su GitHub",
"new_version_available": "È disponibile una nuova versione di PicoTorrent.",
"ignore_update": "Ignora questo aggiornamento.",
"ignore_update": "Ignora questo aggiornamento",
"confirm_remove_description": "Questo rimuoverà tutti i file scaricati da questo torrent.",
"confirm_remove": "Conferma rimozione",
"do_not_ask_again": "Non chiedermelo di nuovo",
Expand Down Expand Up @@ -197,5 +197,89 @@
"dht_disabled": "DHT: disabilitato",
"dl_s_ul_s": "DL: {0}/s, UL: {0}/s",
"amp_details_panel": "&Pannello dettagli",
"options": "Opzioni"
"options": "Opzioni",
"dht_num_nodes": "DHT: {0} nodo(i)",
"picotorrent_v_format": "PicoTorrent v{0}",
"file": "File",
"size_remaining": "Dimensione (rimanente)",
"enable_automatic_crash_reporting": "Abilita invio automatico dei crash report",
"total_download": "Download totale",
"select_directory": "Seleziona cartella",
"how_to_create_torrents": "Come creare un torrent",
"no_such_file_or_directory": "File o cartella non trovati",
"restore_defaults_description": "Verranno rispristinate la maggior parte delle impostazioni ai valori di default. Sei sicuro?",
"queue_position": "#",
"dl": "DL",
"ul": "UL",
"eta": "ETA",
"browse": "...",
"build_info_format": "Branch: {0}\nSHA1: {1}",
"proxy": "Proxy",
"host": "Host",
"password": "Password",
"http": "HTTP",
"i2p": "I2P",
"socks4": "SOCKS4",
"socks5": "SOCKS5",
"client": "Client",
"ip": "IP",
"state_error_details": "Errore: {0} ({1})",
"privacy": "Privacy",
"num_torrents": "{0} torrent",
"downloaded_size": "Scaricato",
"amp_status_bar": "Barra di &Stato",
"amp_filter": "&Filtro",
"pause_on_low_disk_space": "Metti in pausa quando lo spazio su disco è poco",
"pause_on_low_disk_space_alert": "Torrent in pausa (poco spazio su disco)",
"filter_downloading_active": "Download attivi",
"filter_uploading_active": "Upload attivi",
"network_adapter": "Adattatore di rete",
"kb_s": "KB/s",
"add_magnet_link_s_description": "Link Magnet o hash (ono per riga)",
"label": "Etichetta",
"version": "Versione",
"private": "Privato",
"last_download": "Ultimo download",
"last_upload": "Ultimo upload",
"last_activity_just_now": "proprio ora",
"last_activity_unknown": "nulla",
"total_upload": "Upload totale",
"yes": "",
"no": "No",
"edit": "Modifica",
"ok": "Ok",
"updating": "Aggiornamento",
"amp_create_torrent": "&Crea torrent",
"create_torrent": "Crea torrent",
"select_file": "Seleziona file",
"compatibility": "Compatibilità",
"mode": "Modalità",
"mode_v1": "v1",
"mode_v2": "v2",
"mode_hybrid": "v1 + v2 ibrido",
"creator": "Creatore",
"trackers_input_per_line": "Tracker (uno per riga)",
"url_seeds_input_per_line": "URL seed (uno per riga)",
"status_s": "Stato: {0}",
"status_ready": "Pronto",
"status_select_file_or_directory": "Seleziona un file o una cartella",
"status_hashing_piece": "Calcolo hash blocco {0} di {1}",
"status_saving_torrent": "Salvataggio torrent",
"add_to_session": "Aggiungi alla sessione",
"cancel": "Cancella",
"restore_defaults": "Ripristina a default",
"documentation": "Documentazione",
"use_label_color_as_background_in_torrent_list": "Usa il colore dell'etichetta come sfondo nella lista dei torrent",
"labels": "Etichette",
"label_details": "Dettagli etichetta",
"color": "Colore",
"apply_filter": "Applica filtro",
"url": "URL",
"eta_ms_format": "{0}m {1}s",
"eta_s_format": "{0}s",
"per_second_format": "{0}/s",
"eta_hms_format": "{0}h {1}m {2}s",
"torrent": "Torrent",
"amp_file": "&File",
"restart_picotorrent": "Riavvia PicoTorrent"
}
8 changes: 6 additions & 2 deletions lang/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"move": "Verplaatsen",
"remove": "Verwijderen",
"remove_torrent": "Verwijder torrent",
"remove_torrent_and_files": "Verwijder torrent en zijn bestanden",
"remove_torrent_and_files": "Verwijder torrent en bestanden",
"copy_info_hash": "Kopieer info hash",
"open_in_explorer": "Open in Verkenner",
"amp_file": "&Bestand",
Expand Down Expand Up @@ -285,5 +285,9 @@
"add_to_session": "Toevoegen aan sessie",
"status_hashing_piece": "Hashing stuk {0} van {1}",
"i2p": "I2P",
"state_error_details": "Fout: {0} ({1})"
"state_error_details": "Fout: {0} ({1})",
"eta_hms_format": "{0}u {1}m {2}s",
"eta_ms_format": "{0}m {1}s",
"eta_s_format": "{0}s",
"per_second_format": "{0}/s"
}

0 comments on commit 4433540

Please sign in to comment.