Skip to content

Commit 4afb8c7

Browse files
committed
i18n: Italian translation completed
1 parent 60b6d4b commit 4afb8c7

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

i18n/it.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -50,62 +50,62 @@
5050
"error": "Oh oh!\nSembra che tu non abbia pubblicato con successo il pacchetto\n {{name}}\n. Prova di nuovo!"
5151
},
5252
"version": {
53-
"invalid_semver": "Looks like your package.json has an invalid version!\nUse `npm help semver` to learn more about version numbers\nYour current version number is: {{version}}\n",
54-
"old_version": "Uh oh!\nThe version is still {{version}}\nCheck `npm help version` for a handy util to do this.",
55-
"success": "Great job!\nRun `how-to-npm` for the next exciting challenge!"
53+
"invalid_semver": "Sembra che il tuo package.json abbia una version non valida!\nUsa `npm help semver` per apprendere di piu' sulla numerazione di versione\nIl numero di versione attuale e': {{version}}\n",
54+
"old_version": "Oh oh!\nLa version e' ancora {{version}}\nControlla `npm help version` per una utilita' a portata di mano per farlo.",
55+
"success": "Buon lavoro!\nEsegui `how-to-npm` per la prossima eccitante sfida!"
5656
},
5757
"publish-again": {
58-
"not_republished": "Whoops!\nLooks like you did not publish the package again\nTry running `npm publish` and then verifying again.",
59-
"current_missing": "Hmm... I see that you published more than once, but\nthe current version ({{version}}) is not in the set.\nHere's what I see in there:\n{{{found}}}\nTry publishing again!",
60-
"success": "Wow! You are well on your way to becoming a regular\nTJames \"Substack\" Halidaychuk! There's no stopping you!\nRun `how-to-npm` to go to the next step."
58+
"not_republished": "Hoops!\nSEmbra che tu non abbia pubblicato il pacchetto di nuovo\nProva ad eseguire `npm publish` e quindi verifica di nuovo.",
59+
"current_missing": "Hmm... Vedo che hai pubblicato pie' di una volta, ma\nla versione corrente ({{version}}) non e' stata impostata.\nQuesto e' quello che vedo li':\n{{{found}}}\nProva a pubblicare di nuovo!",
60+
"success": "Wow! Sei sulla buona strada per diventare un normale \nTJames \"Substack\" Halidaychuk! Non c'e' niente che ti fermi!\nEsegui `how-to-npm` per andare al prossimo passo."
6161
},
6262
"dist-tag": {
63-
"success": "Uh oh, looks like you still only have a single dist-tag.\nUse `npm help dist-tag` to learn how to add another one."
63+
"success": "Oh oh, sembra che tu abbia ancora un solo dist-tag.\nUsa `npm help dist-tag` per apprendere come aggiungerne un altro."
6464
},
6565
"dist-tag-removal": {
66-
"too_many": "Uh oh, looks like you have some extra dist-tags there.\nUse `npm help dist-tag` to learn how to remove them.",
67-
"version_mismatch": "Oops! Your \"latest\" tag still points at the most recent\nrelease, {{version}}.\nPoint that somewhere else, and re-run `how-to-npm verify`\n\nUse `npm help dist-tag` to learn more about how to do it."
66+
"too_many": "Oh oh, sembra che tu abbia qualche extra dist-tags qui.\nUsa `npm help dist-tag` per apprendere come rimuoverlo.",
67+
"version_mismatch": "Oops! Il tuo \"ultimo\" tag punta ancora alla release \npiu' recente, {{version}}.\nPunta da un altra parte, e esegui nuovamente `how-to-npm verify`\n\nUsa `npm help dist-tag` per apprendere di piu' su come farlo."
6868
},
6969
"outdated": {
70-
"no_package": "Run `how-to-npm verify PKG` but replace `PKG` with the name\nof the package that is outdated",
71-
"wrong_package": "Nope, it's not {{{pkg}}}. Try again!"
70+
"no_package": "Esegui `how-to-npm verify PKG` ma sostituisci `PKG` con il nome\ndel pacchetto che e' meno recente",
71+
"wrong_package": "No, non e' {{{pkg}}}. Prova di nuovo!"
7272
},
7373
"update": {
74-
"outdated": "Oops! You are still using the outdated version!",
75-
"success": "Awesome! You're up to date!\nRun `how-to-npm` to move on to the next exercise"
74+
"outdated": "Oops! Stai ancora usando la versione meno recente!",
75+
"success": "Eccezionale! Sei aggiornato!\nEsegui `how-to-npm` per andare al prossimo esercizio"
7676
},
7777
"rm": {
78-
"dependencies_left": "Looks like there are some deps still hanging around",
79-
"package_json_left": "You removed the files, but not the entries in package.json"
78+
"dependencies_left": "Sembra che ci sia ancora qualche dipendenza in giro",
79+
"package_json_left": "Hai rimosso i file, ma non le relative registrazioni in package.json"
8080
},
8181
"finale": {
82-
"todo": "It looks like you still have more work to do. Finish\nthe following exercises before you can start this:"
82+
"todo": "Sembra che tu abbia altro lavoro da fare. Finisci\ngli esercizi seguenti prima che tu possa iniziare questo:"
8383
},
8484
"error": {
85-
"not_setup": "Looks like you are not ready for this one yet!\nGo back to the `01 Dev Environment` lesson to set up\nyour working directory.",
86-
"wrong_folder": "Uh oh!\nIt looks like you are in the wrong folder.\nPlease cd into {{cwd}}\nand then try again'"
85+
"not_setup": "Sembra che tu non sia ancora pronto per questo!\nTorna indietro alla lezione `01 Ambiente di Sviluppo` per impostare\nla tua directory di lavoro.",
86+
"wrong_folder": "Oh oh!\nSembra he tu sia nella cartella sbagliata.\ncd in {{cwd}}\ne prova di nuovo"
8787
},
8888
"exercise": {
89-
"00 Install npm": "00 Install npm",
90-
"01 Dev Environment": "01 Dev Environment",
89+
"00 Install npm": "00 Installa npm",
90+
"01 Dev Environment": "01 Ambiente di sviluppo",
9191
"02 Login": "02 Login",
92-
"03 Start A Project": "03 Start A Project",
93-
"04 Install A Module": "04 Install A Module",
94-
"05 Listing Dependencies": "05 Listing Dependencies",
95-
"06 npm Test": "06 npm Test",
96-
"07 Package Niceties": "07 Package Niceties",
97-
"08 Publish": "08 Publish",
98-
"09 Version": "09 Version",
99-
"10 Publish Again": "10 Publish Again",
92+
"03 Start A Project": "03 Inizia un Progetto",
93+
"04 Install A Module": "04 Installa un Modulo",
94+
"05 Listing Dependencies": "05 Lista delle Dipendenze",
95+
"06 npm Test": "06 Test npm",
96+
"07 Package Niceties": "07 Sottigliezze del Pacchetto",
97+
"08 Publish": "08 Pubblica",
98+
"09 Version": "09 Versione",
99+
"10 Publish Again": "10 Pubblica di Nuovo",
100100
"11 Dist Tag": "11 Dist Tag",
101-
"12 Dist Tag Removal": "12 Dist Tag Removal",
102-
"13 Outdated": "13 Outdated",
103-
"14 Update": "14 Update",
101+
"12 Dist Tag Removal": "12 Rimozione dei Dist Tag",
102+
"13 Outdated": "13 Meno Recente",
103+
"14 Update": "14 Aggiorna",
104104
"15 Rm": "15 Rm",
105105
"16 Finale": "16 Finale"
106106
},
107107
"menu": {
108-
"reset-registry": "RESET REGISTRY"
108+
"reset-registry": "RESET DEL REGISTRO"
109109
},
110-
"reset": "Successfully reset registry"
110+
"reset": "Reset del registro terminato con successo"
111111
}

0 commit comments

Comments
 (0)