From a58350f0ce4960b90032b9bf4122c66f15e3b754 Mon Sep 17 00:00:00 2001 From: Samekichi Date: Tue, 11 Aug 2020 21:13:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'src/main/resources/assets?= =?UTF-8?q?/modupdater/lang/zh=5Fcn.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/assets/modupdater/lang/zh_cn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/assets/modupdater/lang/zh_cn.json diff --git a/src/main/resources/assets/modupdater/lang/zh_cn.json b/src/main/resources/assets/modupdater/lang/zh_cn.json new file mode 100644 index 0000000..cfce582 --- /dev/null +++ b/src/main/resources/assets/modupdater/lang/zh_cn.json @@ -0,0 +1,10 @@ +{ + "gui.modupdater.title": "可用的模组更新", + "gui.modupdater.download": "下载", + "gui.modupdater.refresh": "刷新", + "gui.modupdater.loading": "加载中...", + "commands.modupdater.not_loaded": "模组更新加载时无法进行其它操作", + "commands.modupdater.refresh_start": "刷新模组更新列表中", + "commands.modupdater.hover": "点击下载", + "commands.modupdater.list_title": "可用的模组更新:" +} \ No newline at end of file