Skip to content

Commit

Permalink
修复 @cfpa-bot 输出的 pamhc2trees 翻译键不匹配的问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-kaishixiaxue authored Oct 18, 2023
1 parent 378da31 commit 032044f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"block.pamhc2trees.pampawpaw": "Pawpaw Fruit",
"block.pamhc2trees.pamsoursop": "Soursop Fruit",
"block.pamhc2trees.pamacorn": "Acorn Fruit",
"block.pamhc2trees.pammesquite": "Mesquite Fruit",
"block.pamhc2trees.pampinyon": "Pinyon Fruit",
"block.pamhc2trees.pamrubber": "Rubber Fruit",
"block.pamhc2trees.pameucalyptus": "Eucalyptus Fruit",
"block.pamhc2trees.pamalmond": "Almond Fruit",
"block.pamhc2trees.pamapricot": "Apricot Fruit",
"block.pamhc2trees.pambanana": "Banana Fruit",
Expand Down Expand Up @@ -72,10 +68,6 @@
"block.pamhc2trees.pawpaw_sapling": "Pawpaw Sapling",
"block.pamhc2trees.soursop_sapling": "Soursop Sapling",
"block.pamhc2trees.acorn_sapling": "Acorn Sapling",
"block.pamhc2trees.mesquite_sapling": "Mesquite Sapling",
"block.pamhc2trees.pinyon_sapling": "Pinyon Sapling",
"block.pamhc2trees.rubber_sapling": "Rubber Sapling",
"block.pamhc2trees.eucalyptus_sapling": "Eucalyptus Sapling",
"block.pamhc2trees.almond_sapling": "Almond Sapling",
"block.pamhc2trees.apricot_sapling": "Apricot Sapling",
"block.pamhc2trees.banana_sapling": "Banana Sapling",
Expand Down Expand Up @@ -125,10 +117,6 @@
"item.pamhc2trees.pawpawitem": "Pawpaw",
"item.pamhc2trees.soursopitem": "Soursop",
"item.pamhc2trees.acornitem": "Acorn",
"item.pamhc2trees.mesquiteitem": "Mesquite",
"item.pamhc2trees.pinyonitem": "Pinyon",
"item.pamhc2trees.latexitem": "Latex",
"item.pamhc2trees.eucalyptusitem": "Eucalyptus",
"item.pamhc2trees.almonditem": "Almond",
"item.pamhc2trees.apricotitem": "Apricot",
"item.pamhc2trees.bananaitem": "Banana",
Expand Down Expand Up @@ -168,6 +156,5 @@
"item.pamhc2trees.roastedpecanitem": "Roasted Pecan",
"item.pamhc2trees.roastedpistachioitem": "Roasted Pistachio",
"item.pamhc2trees.roastedpinenutitem": "Roasted Pinenuts",
"item.pamhc2trees.roastedacornitem": "Roasted Acorn",
"item.pamhc2trees.roastedpinyonitem": "Roasted Pinyon"
"item.pamhc2trees.roastedacornitem": "Roasted Acorn"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"block.pamhc2trees.pampawpaw": "巴婆果",
"block.pamhc2trees.pamsoursop": "刺果番荔枝",
"block.pamhc2trees.pamacorn": "橡子",
"block.pamhc2trees.pammesquite": "牧豆",
"block.pamhc2trees.pampinyon": "果松子",
"block.pamhc2trees.pamrubber": "橡胶木",
"block.pamhc2trees.pameucalyptus": "桉叶",
"block.pamhc2trees.pamalmond": "杏仁",
"block.pamhc2trees.pamapricot": "",
"block.pamhc2trees.pambanana": "香蕉",
Expand Down Expand Up @@ -72,10 +68,6 @@
"block.pamhc2trees.pawpaw_sapling": "巴婆果树苗",
"block.pamhc2trees.soursop_sapling": "刺果番荔枝树苗",
"block.pamhc2trees.acorn_sapling": "橡子树苗",
"block.pamhc2trees.mesquite_sapling": "牧豆树苗",
"block.pamhc2trees.pinyon_sapling": "果松树苗",
"block.pamhc2trees.rubber_sapling": "橡胶树苗",
"block.pamhc2trees.eucalyptus_sapling": "桉树树苗",
"block.pamhc2trees.almond_sapling": "杏仁树苗",
"block.pamhc2trees.apricot_sapling": "杏树树苗",
"block.pamhc2trees.banana_sapling": "香蕉树苗",
Expand Down Expand Up @@ -125,10 +117,6 @@
"item.pamhc2trees.pawpawitem": "巴婆果",
"item.pamhc2trees.soursopitem": "刺果番荔枝",
"item.pamhc2trees.acornitem": "橡子",
"item.pamhc2trees.mesquiteitem": "牧豆",
"item.pamhc2trees.pinyonitem": "果松子",
"item.pamhc2trees.latexitem": "胶乳",
"item.pamhc2trees.eucalyptusitem": "桉叶",
"item.pamhc2trees.almonditem": "杏仁",
"item.pamhc2trees.apricotitem": "",
"item.pamhc2trees.bananaitem": "香蕉",
Expand Down Expand Up @@ -168,6 +156,5 @@
"item.pamhc2trees.roastedpecanitem": "烤碧根果",
"item.pamhc2trees.roastedpistachioitem": "烤开心果",
"item.pamhc2trees.roastedpinenutitem": "烤松子",
"item.pamhc2trees.roastedacornitem": "烤橡子",
"item.pamhc2trees.roastedpinyonitem": "烤果松子"
"item.pamhc2trees.roastedacornitem": "烤橡子"
}

0 comments on commit 032044f

Please sign in to comment.