Skip to content

Commit

Permalink
Merge pull request #233 from oleksis/oleksis/issue224
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 11, 2022
2 parents cea3deb + d4baa20 commit e97c9db
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.nls.fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"vscodePets.spawnPet": "Générer un animal",
"vscodePets.petPanel": "Panneau pour animaux",
"vscodePets.selectPet": "Sélectionnez un animal",
"vscodePets.selectColor": "Sélectionnez une couleur",
"vscodePets.selectPetToRemove": "Sélectionnez l'animal à supprimer.",
"vscodePets.leaveBlank": "Laisser vide pour un nom aléatoire",
"vscodePets.nameYourPet": "Nommez votre animal",
"vscodePets.cancelledSpawningPet":"Générer un animal a été annulé",
"vscodePets.spawnPetWithClosedPlayground": "Une place de jeux pour animaux a été créée. Vous pouvez désormais utiliser la Commande \"Spawn Additional Pet\" pour ajouter d'autres animaux.",
"vscodePets.removePetsWithClosedPlayground": "Une place de jeux pour animaux a été créée. Vous pouvez désormais utiliser la Commande \"Remove All Pets\" pour supprimer tous les animaux.",

"vscodePets.black": "Noir",
"vscodePets.brown": "Brun",
"vscodePets.green": "Vert",
"vscodePets.yellow": "Jaune",
"vscodePets.gray": "Gris",
"vscodePets.red": "Rouge",
"vscodePets.white": "Blanc",

"vscodePets.cat": "Chat",
"vscodePets.clippy": "Clippy",
"vscodePets.cockatiel": "Calopsitte",
"vscodePets.crab": "Crabe",
"vscodePets.dog": "Chien",
"vscodePets.rocky": "Rocky",
"vscodePets.rubber-duck": "Canard en Caoutchouc",
"vscodePets.snake": "Serpent",
"vscodePets.totoro": "Totoro",
"vscodePets.zappy": "Zappy"
}

0 comments on commit e97c9db

Please sign in to comment.