forked from tonybaloney/vscode-pets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.ja.json
31 lines (29 loc) · 1.32 KB
/
package.nls.ja.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": "スポーンペット",
"vscodePets.petPanel": "ペットパネル",
"vscodePets.selectPet": "ペットを選択",
"vscodePets.selectColor": "色を選択",
"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": "黒",
"vscodePets.brown": "茶色",
"vscodePets.green": "緑",
"vscodePets.yellow": "黄色",
"vscodePets.gray": "灰色",
"vscodePets.red": "赤",
"vscodePets.white": "白",
"vscodePets.cat": "猫",
"vscodePets.clippy": "クリッピー",
"vscodePets.cockatiel": "オカメインコ",
"vscodePets.crab": "カニ",
"vscodePets.dog": "犬",
"vscodePets.rocky": "石",
"vscodePets.rubber-duck": "ゴム製のアヒル",
"vscodePets.snake": "蛇",
"vscodePets.totoro": "トトロ",
"vscodePets.zappy": "ザッピー"
}