add Italian translation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by go-localize; DO NOT EDIT.
|
||||
// This file was generated by robots at
|
||||
// 2021-05-12 12:51:18.836789452 -0600 MDT m=+0.005105757
|
||||
// 2021-05-12 16:40:11.262748016 -0600 MDT m=+0.001520368
|
||||
|
||||
package localizations
|
||||
|
||||
@@ -70,6 +70,35 @@ var localizations = map[string]string{
|
||||
"fr-FR.files.subscriptions_pages_subtitle": "Ces pages sont surveillées pour tout changement.",
|
||||
"fr-FR.files.subscriptions_pages_title": "pages",
|
||||
"fr-FR.files.subscriptions_subscribed_feeds": "Abonnements",
|
||||
"it-IT.errors.bad_command": "Comando non riconosciuto.",
|
||||
"it-IT.errors.bad_content_type": "Tipo di contenuto non intelligibile: {{.mime}}",
|
||||
"it-IT.errors.bad_feed": "Impossibile interpretare {{.meta}} come un feed",
|
||||
"it-IT.errors.core_init": "Errore nell'inizializzazione: {{.error}}",
|
||||
"it-IT.errors.corrupt_json_error": "comitium.json è corrotto: {{.error}}",
|
||||
"it-IT.errors.gem_bad_response": "Risposta Gemini inaspettata {{.code}} {{.meta}}",
|
||||
"it-IT.errors.gopher_no_extract": "I feed nello stile di Gemini serviti tramite gopher al momento non sono supportati.",
|
||||
"it-IT.errors.http_bad_repsonse": "Risposta HTTP inaspettata {{.status}}",
|
||||
"it-IT.errors.http_no_extract": "L'estrazione di feed dalle pagine HTML al momento non è supportata.",
|
||||
"it-IT.errors.no_argument": "{{.command}} non prende nessun argomento!",
|
||||
"it-IT.errors.no_command": "Per favore fornire un comando.",
|
||||
"it-IT.errors.no_data_dir": "Errore durante la ricerca di una directory adatta! È stata scelta la directory attuale come ripiego. Vedere \"comitium help\" oppure la manpage comitium(1) per maggiori informazioni.",
|
||||
"it-IT.errors.no_url_add": "Per favore fornire un URL da aggiungere.",
|
||||
"it-IT.errors.no_url_remove": "Per favore fornire un URL da rimuovere.",
|
||||
"it-IT.errors.read_file_error": "Errore durante la lettura di '{{.file}}': {{.error}}",
|
||||
"it-IT.errors.saving": "Errore nella scrittura di '{{.file}}': {{.error}}",
|
||||
"it-IT.errors.unsupported_protocol": "Protocollo non supportato '{{.scheme}}'",
|
||||
"it-IT.errors.url_add": "Errore nell'aggiunta del URL: {{.error}}",
|
||||
"it-IT.errors.url_parse": "Errore durante il parsing del URL: {{.error}}",
|
||||
"it-IT.errors.version": "comitium v{{.version}}, commit {{.commit}}",
|
||||
"it-IT.files.comitium_footer": "aggregato usando comitium v{{.version}}-{{.commit}}",
|
||||
"it-IT.files.feed_default_header": "iscrizioni comitium",
|
||||
"it-IT.files.feed_subscriptions_link": "Attualmente ci sono {{.num}} capsule, gopherhole e siti web aggregati.",
|
||||
"it-IT.files.generated_on": "Generato il {{.date}}",
|
||||
"it-IT.files.subscriptions_feeds_subtitle": "Feed Gemini, Atom, RSS e JSON tutti insieme.",
|
||||
"it-IT.files.subscriptions_feeds_title": "feed",
|
||||
"it-IT.files.subscriptions_pages_subtitle": "Pagine seguite per controllarne le modifiche.",
|
||||
"it-IT.files.subscriptions_pages_title": "pagine",
|
||||
"it-IT.files.subscriptions_subscribed_feeds": "feed seguiti",
|
||||
}
|
||||
|
||||
type Replacements map[string]interface{}
|
||||
|
||||
Reference in New Issue
Block a user