From a11b27bd90a52203f6d97dc5b9e4bb3afe2de910 Mon Sep 17 00:00:00 2001 From: Francesca-Belfiore Date: Sun, 16 Oct 2022 16:28:30 +0200 Subject: [PATCH] Translate the basic strings to Italian --- package.nls.it.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package.nls.it.json diff --git a/package.nls.it.json b/package.nls.it.json new file mode 100644 index 00000000..239126b5 --- /dev/null +++ b/package.nls.it.json @@ -0,0 +1,31 @@ +{ + "vscodePets.spawnPet": "Genera un animale", + "vscodePets.petPanel": "Panello dell'animale", + "vscodePets.selectPet": "Seleziona un animale", + "vscodePets.selectColor": "Seleziona un colore", + "vscodePets.selectPetToRemove": "Selezione l'animale da rimuovere.", + "vscodePets.leaveBlank": "Lascia vuoto per un nome casuale", + "vscodePets.nameYourPet": "Dai un nome al tuo animale", + "vscodePets.cancelledSpawningPet":"Generazione animale annullata", + "vscodePets.spawnPetWithClosedPlayground": "È stata creata un'area giochi per animali. Puoi ora usare il comando \"Spawn Additional Pet\" per aggiungere più animali.", + "vscodePets.removePetsWithClosedPlayground": "È stata creata un'area giochi per animali. Puoi ora usare il comando \"Remove All Pets\" per rimuovere tutti gli animali.", + + "vscodePets.black": "Nero", + "vscodePets.brown": "Marrone", + "vscodePets.green": "Verde", + "vscodePets.yellow": "Giallo", + "vscodePets.gray": "Grigio", + "vscodePets.red": "Rosso", + "vscodePets.white": "Bianco", + + "vscodePets.cat": "Gatto", + "vscodePets.clippy": "Clippy", + "vscodePets.cockatiel": "Calopsitta", + "vscodePets.crab": "Granchio", + "vscodePets.dog": "Cane", + "vscodePets.rocky": "Rocky", + "vscodePets.rubber-duck": "Paperella di Gomma", + "vscodePets.snake": "Serpente", + "vscodePets.totoro": "Totoro", + "vscodePets.zappy": "Zappy" +} \ No newline at end of file