generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate-URL: https://hosted.weblate.org/projects/ns8/crowdsec/en/ Translate-URL: https://hosted.weblate.org/projects/ns8/crowdsec/it/ Translation: NS8/crowdsec Co-authored-by: Davide Principi <davide.principi@nethesis.it> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
- Loading branch information
1 parent
3d7791d
commit 3933c26
Showing
2 changed files
with
113 additions
and
108 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
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 |
---|---|---|
@@ -1,108 +1,113 @@ | ||
{ | ||
"error": { | ||
"validation_error": "Errore di validazione", | ||
"network_error": "Errore di rete", | ||
"error": "Errore", | ||
"404": "Risorsa non trovata", | ||
"cannot_retrieve_installed_modules": "Impossibile elencare moduli installati", | ||
"cannot_retrieve_module_info": "Impossibile recuperare info modulo", | ||
"network_timeout": "Timeout di rete", | ||
"generic_error": "Qualcosa è andato storto", | ||
"401": "Autenticazione non valida", | ||
"403": "Operazione non autorizzata" | ||
}, | ||
"common": { | ||
"required": "Obbligatorio", | ||
"work_in_progress": "In lavorazione", | ||
"processing": "In elaborazione…" | ||
}, | ||
"status": { | ||
"title": "Stato", | ||
"services": "Servizio | Servizi", | ||
"node": "Nodo", | ||
"name": "Nome", | ||
"size": "Dimensione", | ||
"created": "Creato", | ||
"no_services": "Nessun servizio", | ||
"no_images": "Nessuna immagine", | ||
"no_volumes": "Nessun volume", | ||
"app_instance": "Istanza app", | ||
"app_images": "Immagine app|Immagini app", | ||
"app_volumes": "Volume app|Volumi app", | ||
"installation_node": "Nodo", | ||
"mount": "Percorso di mount" | ||
}, | ||
"settings": { | ||
"save": "Salva", | ||
"title": "Impostazioni", | ||
"whitelist_placeholder": "Una voce per linea", | ||
"enabled": "Abilitato", | ||
"disable_online_api_tips": "La central API è utilizzata per ottenere le liste di blocco e consultare le metriche su app.crowdsec.net", | ||
"enable_online_api": "Abilita la central API", | ||
"dyn_bantime_tips": "La durata del ban è calcolata come (number of attempts + 1) * 4) minuti", | ||
"advanced": "Avanzate", | ||
"helo_host": "HELO host", | ||
"bad_email_address": "Bad email address", | ||
"dyn_bantime": "Durata ban dinamica", | ||
"configure_instance": "Configura {instance}", | ||
"disabled": "Disabilitato", | ||
"whitelists_tips": "No ban will occur for members of this list", | ||
"enroll_instance": "Registra questa istanza di CrowdSec", | ||
"enroll_instance_placeholder": "xxxxxxxxxxxxxxxxxxx", | ||
"receiver_emails": "Destinatari delle notifiche email", | ||
"minutes": "Minuti", | ||
"bantime": "Durata ban", | ||
"smarthost_is_disabled": "Email notifications are disabled", | ||
"bad_IP_or_hostname": "Bad CIDR, IP or FQDN", | ||
"helo_host_placeholder": "sub.domain.com", | ||
"smarthosts_is_needed_to_send_notifications": "To receive mail notifications from Crowdsec, change the cluster's email settings", | ||
"open_app_crowdsec": "Vai al sito web di CrowdSec", | ||
"ban_local_network": "Consentire ban sulla rete locale", | ||
"enroll_instance_must_be_real_token": "Il token deve essere ottenuto sul sito web app.crowdsec.net", | ||
"whitelists": "Consenti l'elenco di CIDR, IP e nomi di dominio pienamente qualificati", | ||
"helo_host_must_be_relevant_for_smtp": "This might be needed to properly receive email notifications. If your antispam system adds score due to default 'localhost' Helo name, you can set a specific Helo FQDN here", | ||
"required": "Required", | ||
"ban_local_network_tips": "Per default nessun ban avviene sulla classe IP privata", | ||
"token_not_valid": "The token provided is not valid", | ||
"enable_smarthosts_for_notifications": "Go to cluster Settings", | ||
"receiver_emails_list": "Inserire un indirizzo email per riga", | ||
"processing": "Processing..." | ||
}, | ||
"action": { | ||
"configure-module": "Configura modulo", | ||
"get-configuration": "Visualizza configurazione", | ||
"get-module-info": "Visualizza info modulo", | ||
"get-status": "Visualizza stato", | ||
"get-name": "Get name", | ||
"list-banned-ip": "List banned IP", | ||
"unban-ip": "Unban IP address", | ||
"unban_ip_status": "List banned IP addresses", | ||
"list-backup-repositories": "List backup repositories", | ||
"list-installed-modules": "List installed modules", | ||
"list-backups": "List backups" | ||
}, | ||
"about": { | ||
"title": "Informazioni" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Impossibile eseguire task {action}" | ||
}, | ||
"unban": { | ||
"no_bans": "No active bans", | ||
"delete_all": "Unban all", | ||
"title": "Banned IP", | ||
"col_value": "IP address", | ||
"col_scenario": "Reason", | ||
"unban_tooltip": "IP addresses that failed multiple login attempts are listed here. You can unban them if needed", | ||
"confirm_unban_ip_message": "Unban IP address?", | ||
"unban_ip": "Unban IP", | ||
"delete_bans": "Unban all", | ||
"col_duration": "Ban time", | ||
"release_all_ip": "Unban all IP addresses", | ||
"delete": "Unban", | ||
"col_created_at": "Banned", | ||
"reload_bans": "Refresh", | ||
"search_bans": "Search", | ||
"confirm_delete_all_bans_message": "Unban all IP addresses?" | ||
} | ||
"error": { | ||
"validation_error": "Errore di validazione", | ||
"network_error": "Errore di rete", | ||
"error": "Errore", | ||
"404": "Risorsa non trovata", | ||
"cannot_retrieve_installed_modules": "Impossibile elencare moduli installati", | ||
"cannot_retrieve_module_info": "Impossibile recuperare info modulo", | ||
"network_timeout": "Timeout di rete", | ||
"generic_error": "Qualcosa è andato storto", | ||
"401": "Autenticazione non valida", | ||
"403": "Operazione non autorizzata" | ||
}, | ||
"common": { | ||
"required": "Obbligatorio", | ||
"work_in_progress": "In lavorazione", | ||
"processing": "In elaborazione…" | ||
}, | ||
"status": { | ||
"title": "Stato", | ||
"services": "Servizio | Servizi", | ||
"node": "Nodo", | ||
"name": "Nome", | ||
"size": "Dimensione", | ||
"created": "Creato", | ||
"no_services": "Nessun servizio", | ||
"no_images": "Nessuna immagine", | ||
"no_volumes": "Nessun volume", | ||
"app_instance": "Istanza app", | ||
"app_images": "Immagine app|Immagini app", | ||
"app_volumes": "Volume app|Volumi app", | ||
"installation_node": "Nodo", | ||
"mount": "Percorso di mount" | ||
}, | ||
"settings": { | ||
"save": "Salva", | ||
"title": "Impostazioni", | ||
"whitelist_placeholder": "Una voce per linea", | ||
"enabled": "Abilitato", | ||
"disable_online_api_tips": "La central API è utilizzata per ottenere le liste di blocco e consultare le metriche su app.crowdsec.net", | ||
"enable_online_api": "Abilita la central API", | ||
"dyn_bantime_tips": "La durata del ban è calcolata come (number of attempts + 1) * 4) minuti", | ||
"advanced": "Avanzate", | ||
"helo_host": "HELO host", | ||
"bad_email_address": "Bad email address", | ||
"dyn_bantime": "Durata ban dinamica", | ||
"configure_instance": "Configura {instance}", | ||
"disabled": "Disabilitato", | ||
"whitelists_tips": "No ban will occur for members of this list", | ||
"enroll_instance": "Registra questa istanza di CrowdSec", | ||
"enroll_instance_placeholder": "xxxxxxxxxxxxxxxxxxx", | ||
"receiver_emails": "Destinatari delle notifiche email", | ||
"minutes": "Minuti", | ||
"bantime": "Durata ban", | ||
"smarthost_is_disabled": "Email notifications are disabled", | ||
"bad_IP_or_hostname": "Bad CIDR, IP or FQDN", | ||
"helo_host_placeholder": "sub.domain.com", | ||
"smarthosts_is_needed_to_send_notifications": "To receive mail notifications from Crowdsec, change the cluster's email settings", | ||
"open_app_crowdsec": "Vai al sito web di CrowdSec", | ||
"ban_local_network": "Consentire ban sulla rete locale", | ||
"enroll_instance_must_be_real_token": "Il token deve essere ottenuto sul sito web app.crowdsec.net", | ||
"whitelists": "Consenti l'elenco di CIDR, IP e nomi di dominio pienamente qualificati", | ||
"helo_host_must_be_relevant_for_smtp": "This might be needed to properly receive email notifications. If your antispam system adds score due to default 'localhost' Helo name, you can set a specific Helo FQDN here", | ||
"required": "Required", | ||
"ban_local_network_tips": "Per default nessun ban avviene sulla classe IP privata", | ||
"token_not_valid": "The token provided is not valid", | ||
"enable_smarthosts_for_notifications": "Go to cluster Settings", | ||
"receiver_emails_list": "Inserire un indirizzo email per riga", | ||
"processing": "Processing...", | ||
"receiver_emails_format": "Invalid email address: {value}", | ||
"whitelists_format": "Invalid CIDR, IP or FQDN: {value}", | ||
"receiver_emails_string_lte": "Invalid email address: {value}", | ||
"whitelists_string_lte": "Invalid CIDR, IP or FQDN: {value}", | ||
"whitelists_pattern": "Invalid CIDR, IP or FQDN: {value}" | ||
}, | ||
"action": { | ||
"configure-module": "Configura modulo", | ||
"get-configuration": "Visualizza configurazione", | ||
"get-module-info": "Visualizza info modulo", | ||
"get-status": "Visualizza stato", | ||
"get-name": "Visualizza nome", | ||
"list-banned-ip": "List banned IP", | ||
"unban-ip": "Unban IP address", | ||
"unban_ip_status": "List banned IP addresses", | ||
"list-backup-repositories": "Elenca repository di backup", | ||
"list-installed-modules": "Elenca moduli installati", | ||
"list-backups": "Elenca backup" | ||
}, | ||
"about": { | ||
"title": "Informazioni" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Impossibile eseguire task {action}" | ||
}, | ||
"unban": { | ||
"no_bans": "No active bans", | ||
"delete_all": "Unban all", | ||
"title": "Banned IP", | ||
"col_value": "IP address", | ||
"col_scenario": "Reason", | ||
"unban_tooltip": "IP addresses that failed multiple login attempts are listed here. You can unban them if needed", | ||
"confirm_unban_ip_message": "Unban IP address?", | ||
"unban_ip": "Unban IP", | ||
"delete_bans": "Unban all", | ||
"col_duration": "Ban time", | ||
"release_all_ip": "Unban all IP addresses", | ||
"delete": "Unban", | ||
"col_created_at": "Banned", | ||
"reload_bans": "Refresh", | ||
"search_bans": "Search", | ||
"confirm_delete_all_bans_message": "Unban all IP addresses?" | ||
} | ||
} |