From 8c0ddd4a49f33361ea808f34fdb002152480b524 Mon Sep 17 00:00:00 2001 From: Taner <11832079-Tanerx@users.noreply.gitlab.com> Date: Sun, 10 Sep 2023 11:04:09 +0000 Subject: [PATCH] New translations class-confirm-default.yml (Chinese Traditional) --- .../class-confirm/class-confirm-default.yml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/class-confirm/class-confirm-default.yml diff --git a/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/class-confirm/class-confirm-default.yml b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/class-confirm/class-confirm-default.yml new file mode 100644 index 00000000..6ca88cf0 --- /dev/null +++ b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/class-confirm/class-confirm-default.yml @@ -0,0 +1,35 @@ +#GUI display name, used by default +name: '確認: {class}' +#Number of slots in your inventory. Must be +#between 9 and 54 and must be a multiple of 9. +slots: 27 +items: + yes: + slots: + - 12 + function: 'yes' + #Displayed when the player had already selected this class + #before (only if class slots are enabled in the config). + unlocked: + item: GREEN_TERRACOTTA + name: '&a選擇 {class}' + lore: + - '' + - '&7角色等級: &e{level}' + - '&7進度: &e{exp} / {next_level}' + - '&8[&e{progress}&8] &e{percent}%' + - '' + - '&7技能點數: &6{skill_points}' + - '&7已解鎖技能: &6{unlocked_skills}&7/&6{class_skills}' + #Displayed when the class is being chosen for the first time. + locked: + item: GREEN_TERRACOTTA + name: '&a選擇 {class}' + lore: { } + back: + slots: + - 14 + item: RED_TERRACOTTA + function: back + name: '&a返回' + lore: { }