From 24af28bd8618349977c98da741e953d95bf0773a Mon Sep 17 00:00:00 2001 From: WuzgXY <62000315+WuzgXY-GitHub@users.noreply.github.com> Date: Sun, 9 Aug 2020 10:09:47 +0800 Subject: [PATCH] CHS Translation --- src/main/resources/assets/craftingstation/lang/zh_cn.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/assets/craftingstation/lang/zh_cn.json diff --git a/src/main/resources/assets/craftingstation/lang/zh_cn.json b/src/main/resources/assets/craftingstation/lang/zh_cn.json new file mode 100644 index 0000000..e5990a2 --- /dev/null +++ b/src/main/resources/assets/craftingstation/lang/zh_cn.json @@ -0,0 +1,6 @@ +{ + "block.craftingstation.crafting_station": "工作站", + "block.craftingstation.crafting_station_slab": "工作站台阶", + "title.crafting_station": "工作站", + "text.crafting_station.error": "发现错误的配方%s,请查看日志以获取详细信息" +}