forked from tonybaloney/vscode-pets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
31 lines (29 loc) · 1.27 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"vscodePets.spawnPet": "Spawn Pet",
"vscodePets.petPanel": "Pet Panel",
"vscodePets.selectPet": "Select a pet",
"vscodePets.selectColor": "Select a color",
"vscodePets.selectPetToRemove": "Select the pet to remove.",
"vscodePets.leaveBlank": "Leave blank for a random name",
"vscodePets.nameYourPet": "Name your pet",
"vscodePets.cancelledSpawningPet":"Cancelled Spawning Pet",
"vscodePets.spawnPetWithClosedPlayground": "A Pet Playground has been created. You can now use the \"Spawn Additional Pet\" Command to add more pets.",
"vscodePets.removePetsWithClosedPlayground": "A Pet Playground has been created. You can now use the \"Remove All Pets\" Command to remove all pets.",
"vscodePets.black": "Black",
"vscodePets.brown": "Brown",
"vscodePets.green": "Green",
"vscodePets.yellow": "Yellow",
"vscodePets.gray": "Gray",
"vscodePets.red": "Red",
"vscodePets.white": "White",
"vscodePets.cat": "Cat",
"vscodePets.clippy": "Clippy",
"vscodePets.cockatiel": "Cockatiel",
"vscodePets.crab": "Crab",
"vscodePets.dog": "Dog",
"vscodePets.rocky": "Rocky",
"vscodePets.rubber-duck": "Rubber Duck",
"vscodePets.snake": "Snake",
"vscodePets.totoro": "Totoro",
"vscodePets.zappy": "Zappy"
}