mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
New translations class-confirm-default.yml (Chinese Simplified)
This commit is contained in:
parent
1c4bafcc3b
commit
1ce6379d18
@ -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: { }
|
Loading…
Reference in New Issue
Block a user