Skip to content

Commit 37afb2d

Browse files
feat(i18n): update italian (#255)
1 parent e2bf287 commit 37afb2d

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

i18n/locales/it.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@
2828
"claim_prompt": "Ottieni il nome di questo pacchetto su npm",
2929
"claim_button": "Ottieni \"{name}\"",
3030
"want_to_claim": "Vuoi ottenere il nome di questo pacchetto?",
31-
"start_typing": "Inizia a scrivere per cercare i pacchetti"
31+
"start_typing": "Inizia a scrivere per cercare i pacchetti",
32+
"exact_match": "esatto",
33+
"suggestion": {
34+
"user": "utente",
35+
"org": "organizzazione",
36+
"view_user_packages": "Vedi pacchetti di questo utente",
37+
"view_org_packages": "Vedi pacchetti di questa organizzazione"
38+
}
3239
},
3340
"nav": {
3441
"popular_packages": "Pacchetti popolari",
@@ -39,6 +46,10 @@
3946
"settings": {
4047
"relative_dates": "Date relative",
4148
"include_types": "Includi {'@'}types durante l'installazione",
49+
"theme": "Tema",
50+
"theme_light": "Chiaro",
51+
"theme_dark": "Scuro",
52+
"theme_system": "Sistema",
4253
"language": "Lingua",
4354
"help_translate": "Aiuta a tradurre npmx",
4455
"accent_colors": "Colori di accento"
@@ -94,14 +105,24 @@
94105
"issues": "issues",
95106
"forks": "fork | forks",
96107
"jsr": "jsr",
97-
"code": "codice"
108+
"code": "codice",
109+
"docs": "documenti",
110+
"fund": "finanzia"
98111
},
99112
"get_started": {
100113
"title": "Inizia",
101114
"pm_label": "Gestore di pacchetti",
102115
"copy_command": "Copia comando di installazione",
103116
"view_types": "Vedi {package}"
104117
},
118+
"create": {
119+
"title": "Crea nuovo progetto",
120+
"copy_command": "Copia crea comando"
121+
},
122+
"run": {
123+
"title": "Esegui",
124+
"locally": "Esegui localmente"
125+
},
105126
"readme": {
106127
"title": "Readme",
107128
"no_readme": "Nessuno README disponibile.",
@@ -113,7 +134,8 @@
113134
"publisher": "Autore",
114135
"updated": "Aggiornato",
115136
"weekly_downloads": "Download settimanali",
116-
"keywords": "Keywords"
137+
"keywords": "Keywords",
138+
"license": "Licenza"
117139
},
118140
"versions": {
119141
"title": "Versioni",

0 commit comments

Comments
 (0)