summaryrefslogtreecommitdiff
path: root/localizations_src
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-12 16:40:49 -0600
committernytpu <alex@nytpu.com>2021-05-12 16:40:49 -0600
commit8415293500db0e5709ea48f9f61c2b1312d7dc3b (patch)
tree7ee6b45d8db8303f65aad1991bd1a2f3053077b3 /localizations_src
parenta6e9de3083c0ac0d951a1f88b43dac78f6a0a9ed (diff)
add Italian translation
Diffstat (limited to 'localizations_src')
-rw-r--r--localizations_src/it-IT/errors.yaml32
-rw-r--r--localizations_src/it-IT/files.yaml15
-rw-r--r--localizations_src/it-IT/help.yaml4
3 files changed, 51 insertions, 0 deletions
diff --git a/localizations_src/it-IT/errors.yaml b/localizations_src/it-IT/errors.yaml
new file mode 100644
index 0000000..40e74e8
--- /dev/null
+++ b/localizations_src/it-IT/errors.yaml
@@ -0,0 +1,32 @@
+## comitium.go
+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.
+no_command: Per favore fornire un comando.
+bad_command: Comando non riconosciuto.
+version: comitium v{{.version}}, commit {{.commit}}
+core_init: 'Errore nell''inizializzazione: {{.error}}'
+no_url_add: Per favore fornire un URL da aggiungere.
+no_url_remove: Per favore fornire un URL da rimuovere.
+url_parse: 'Errore durante il parsing del URL: {{.error}}'
+url_add: 'Errore nell''aggiunta del URL: {{.error}}'
+saving: 'Errore nella scrittura di ''{{.file}}'': {{.error}}'
+
+no_argument: '{{.command}} non prende nessun argomento!'
+
+## core/core.go
+read_file_error: 'Errore durante la lettura di ''{{.file}}'': {{.error}}'
+corrupt_json_error: 'comitium.json è corrotto: {{.error}}'
+
+## fetch/fetch.go
+unsupported_protocol: Protocollo non supportato '{{.scheme}}'
+
+## fetch/gemini.go
+gem_bad_response: Risposta Gemini inaspettata {{.code}} {{.meta}}
+bad_content_type: 'Tipo di contenuto non intelligibile: {{.mime}}'
+bad_feed: Impossibile interpretare {{.meta}} come un feed
+
+## fetch/http.go
+http_bad_repsonse: Risposta HTTP inaspettata {{.status}}
+http_no_extract: 'L''estrazione di feed dalle pagine HTML al momento non è supportata.'
+
+## fetch/gopher.go
+gopher_no_extract: I feed nello stile di Gemini serviti tramite gopher al momento non sono supportati.
diff --git a/localizations_src/it-IT/files.yaml b/localizations_src/it-IT/files.yaml
new file mode 100644
index 0000000..d55abe2
--- /dev/null
+++ b/localizations_src/it-IT/files.yaml
@@ -0,0 +1,15 @@
+## strings used in both feed.gmi & subscriptions.gmi
+generated_on: Generato il {{.date}}
+comitium_footer: aggregato usando comitium v{{.version}}-{{.commit}}
+
+## strings used in feed.gmi
+feed_subscriptions_link: Attualmente ci sono {{.num}} capsule, gopherhole e siti web aggregati.
+# this can be overwritten by header.gmi
+feed_default_header: iscrizioni comitium
+
+## strings used in subscriptions.gmi
+subscriptions_subscribed_feeds: feed seguiti
+subscriptions_feeds_title: feed
+subscriptions_feeds_subtitle: Feed Gemini, Atom, RSS e JSON tutti insieme.
+subscriptions_pages_title: pagine
+subscriptions_pages_subtitle: Pagine seguite per controllarne le modifiche.
diff --git a/localizations_src/it-IT/help.yaml b/localizations_src/it-IT/help.yaml
new file mode 100644
index 0000000..ada7ad3
--- /dev/null
+++ b/localizations_src/it-IT/help.yaml
@@ -0,0 +1,4 @@
+### TODO ###
+# I can't figure out how to be able to translate the help flags and still have
+# them be localized prior to parsing anything, so I'm just leaving them be right
+# now. I'll look into it and update this in the future.