From a00cbdb71a41a98f48f891bf709542123bb26a74 Mon Sep 17 00:00:00 2001 From: Neubulae <24774842+Neubulae@users.noreply.github.com> Date: Wed, 11 Aug 2021 22:49:24 +0800 Subject: [PATCH] Create zh_cn.json --- .../data/universal_graves/lang/zh_cn.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/data/universal_graves/lang/zh_cn.json diff --git a/src/main/resources/data/universal_graves/lang/zh_cn.json b/src/main/resources/data/universal_graves/lang/zh_cn.json new file mode 100644 index 0000000..7dd2d70 --- /dev/null +++ b/src/main/resources/data/universal_graves/lang/zh_cn.json @@ -0,0 +1,17 @@ +{ + "text.graves.grave_of": "Grave of %s", + "text.graves.items_xp": "Items: %s XP: %s", + "text.graves.protected_time": "Protected for %s", + "text.graves.break_time": "Breaks in %s", + "text.graves.not_protected": "Not protected!", + "text.graves.players_grave": "%s's grave", + "text.graves.gui_title": "Your graves", + "text.graves.no_longer_protected": "Your grave at %s (%s) containing %s item(s) is no longer protected!", + "text.graves.expired": "Your grave at %s (%s) containing %s item(s) expired!", + "text.graves.somebody_broke": "Your grave at %s (%s) containing %s item(s) has been broken!", + "text.graves.created_at": "Created grave at %s (%s)", + "text.graves.creation_failed": "Couldn't create grave! Your items were dropped at %s (%s)", + "text.graves.creation_failed_pvp": "Grave wasn't created, because player killed you! Your items were dropped at %s (%s)", + "text.graves.creation_failed_claim": "Grave wasn't created, because you were in a claim! Your items were dropped at %s (%s)" + +}