Skip to content

Commit f8e1a6d

Browse files
authored
Updates in IT (#2043)
# Latest from Crowdin - Updates in Italian
1 parent a2a0f34 commit f8e1a6d

2 files changed

Lines changed: 31 additions & 20 deletions

File tree

config/_default/languages.it.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1-
title = "Let's Encrypt - Certificati SSL/TLS gratuiti"
1+
title = "Let's Encrypt"
22
contentDir = "content/it"
3-
#The namge of the language, it that language (not in English if it's not English)
43
languageName = "Italiano"
5-
#The language code. Usually two lower-case letters. It that language is spoken in more than one country, the country-code can be added, uppercase. To check it: https://r12a.github.io/app-subtags/?check=pt-BR
64
languageCode = "it-IT"
7-
# Weight used for sorting.
8-
# 10 for English
9-
# Other languages from 100 to 999, alphabetical order using languageCode.
105
weight = 375
6+
117
[params]
12-
#if colon ":" must be prefixed with a space : " " (example in [fr])
138
beforeColon = ""
149
description = """
15-
Let's Encrypt è un'autorità di certificazione gratuita, automatica
16-
ed open source messa a disposizione dall'organizzazione non-profit <a href="/proxy/www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
10+
Let's Encrypt è un'autorità di certificazione gratuita, automatica
11+
ed open source messa a disposizione dall'organizzazione non-profit <a href="/proxy/www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>. Leggi tutto sul nostro lavoro non-profit di quest'anno nel nostro <a href="/proxy/www.abetterinternet.org/annual-reports/">Rapporto annuale 2024</a>.
1712
"""
18-
# PayPal image url from https://www.paypal.com/donate/buttons/unhosted
1913
paypalDonateImage = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
20-
# A country where PayPal has support for the language must be chosen. Click a Donate button and modify the GET parameters "country.x" and "locale.x" to find what is supported.
2114
paypalCountry = "IT"
22-
# Number format : <negative>|<decimal>|<grouping>
23-
# Ex. for -1 2345.67 -> "-|.| "
24-
# Doc: https://gohugo.io/functions/numfmt/
2515
numberFormat = "-|.|,"
2616
viewInThatLanguage = "Visualizza in italiano"

config/_default/menu.it.toml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,60 @@
22
name = "Ottenere Aiuto"
33
weight = 20
44
url = "https://community.letsencrypt.org/"
5+
56
[[main]]
67
name = "Blog"
78
weight = 25
89
url = "/blog/"
10+
911
[[main]]
10-
name = "Donare"
12+
name = "Dona"
1113
weight = 30
1214
identifier = "donate"
15+
16+
[[main]]
17+
name = "Diventa un sostenitore"
18+
weight = 40
19+
identifier = "become-a-sponsor"
20+
parent = "donate"
21+
url = "https://www.abetterinternet.org/sponsor/"
22+
23+
[[main]]
24+
name = "Sponsor e finanziatori attuali"
25+
weight = 40
26+
identifier = "sponsors"
27+
parent = "donate"
28+
url = "https://www.abetterinternet.org/sponsors/"
29+
1330
[[main]]
1431
name = "Chi Siamo"
1532
weight = 40
1633
identifier = "about"
34+
1735
[[main]]
1836
name = "Internet Security Research Group (ISRG)"
1937
weight = 200
2038
identifier = "isrg"
2139
parent = "about"
2240
url = "https://www.abetterinternet.org/about/"
41+
2342
[[main]]
2443
name = "Stato del Servizio"
2544
weight = 60
2645
identifier = "status"
2746
parent = "about"
2847
url = "https://letsencrypt.status.io/"
48+
2949
[[main]]
3050
name = "Carriere"
3151
weight = 110
3252
identifier = "careers"
3353
parent = "about"
3454
url = "https://www.abetterinternet.org/careers/"
55+
3556
[[main]]
36-
name = "Diventa un sostenitore"
37-
weight = 40
38-
identifier = "become-a-sponsor"
39-
parent = "donate"
40-
url = "https://www.abetterinternet.org/sponsor/"
57+
name = "Resoconti annuali"
58+
weight = 140
59+
identifier = "annual-reports"
60+
parent = "about"
61+
url = "https://www.abetterinternet.org/annual-reports/"

0 commit comments

Comments
 (0)