From 4e5d099326a78173e1aa6e90ba93a56a9a0bd4a8 Mon Sep 17 00:00:00 2001 From: Aemande <807761983@qq.com> Date: Wed, 8 Apr 2020 13:01:52 +0800 Subject: [PATCH] Create zh_cn.json --- .../assets/pocketstorage/lang/zh_cn.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/main/resources/assets/pocketstorage/lang/zh_cn.json diff --git a/src/main/resources/assets/pocketstorage/lang/zh_cn.json b/src/main/resources/assets/pocketstorage/lang/zh_cn.json new file mode 100644 index 0000000..25ca214 --- /dev/null +++ b/src/main/resources/assets/pocketstorage/lang/zh_cn.json @@ -0,0 +1,28 @@ +{ + "item.pocketstorage.psu_1": "口袋存储单元 等级:1", + "item.pocketstorage.psu_1.info": "§7可容纳§6%d§7种不同的物品或方块,每种物品最多存储§6%d§7个。", + "item.pocketstorage.psu_1.info2": "§7自动将与单元内相同的物品吸收到存储单元中", + "item.pocketstorage.psu_1.info3": "§7如果吸收的物品超过存储上限,则会被销毁。", + + "item.pocketstorage.psu_2": "口袋存储单元 等级:2", + "item.pocketstorage.psu_2.info": "§7可容纳§6%d§7种不同的物品或方块,每种物品最多存储§6%d§7个。", + "item.pocketstorage.psu_2.info2": "§7自动将与单元内相同的物品吸收到存储单元中", + "item.pocketstorage.psu_2.info3": "§7如果吸收的物品超过存储上限,则会被销毁。", + + "item.pocketstorage.psu_3": "口袋存储单元 等级:3", + "item.pocketstorage.psu_3.info": "§7可容纳§6%d§7种不同的物品或方块,每种物品最多存储§6%d§7个。", + "item.pocketstorage.psu_3.info2": "§7自动将与单元内相同的物品吸收到存储单元中", + "item.pocketstorage.psu_3.info3": "§7如果吸收的物品超过存储上限,则会被销毁。", + + "item.pocketstorage.psu_4": "口袋存储单元 等级:4", + "item.pocketstorage.psu_4.info": "§7可容纳§6%d§7种不同的物品或方块,每种物品最多存储§6%d§7个。", + "item.pocketstorage.psu_4.info2": "§7自动将与单元内相同的物品吸收到存储单元中", + "item.pocketstorage.psu_4.info3": "§7如果吸收的物品超过存储上限,则会被销毁。", + + "pocketstorage.nodataitems": "口袋存储单元内仅允许存储简单的物品(无data数据)", + "pocketstorage.empty": "< >", + "pocketstorage.shift": "§7按住<§6§oShift§7>键获取更多信息。", + "pocketstorage.count": "§f数量统计 %d", + "pocketstorage.deposit": "§6§o潜行右键§7存储容器,将物品存储到存储容器", + "pocketstorage.withdraw": "§6§o潜行左键§7存储容器,从存储容器中取出与单元中物品相似的物品" +}