diff --git a/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/friend-list.yml b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/friend-list.yml new file mode 100644 index 00000000..1669589d --- /dev/null +++ b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/friend-list.yml @@ -0,0 +1,58 @@ +#GUI display name +name: 好友 +#Number of slots in your inventory. Must be +#between 9 and 54 and must be a multiple of 9. +slots: 54 +items: + friend: + slots: + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + function: friend + #No friend + item: GRAY_STAINED_GLASS_PANE + name: '&c沒有好友' + lore: { } + #Online friend + online: + item: PLAYER_HEAD + name: '&a[Online] &f{name}' + lore: + - '&7等級 {level} {class}' + - '&7上線時間: {online_since}' + - '' + - '&c右鍵移除' + #Offline friend + offline: + item: PLAYER_HEAD + name: '&c[Offline] &f{name}' + lore: + - '&7最後上線時間: {last_seen} 前' + - '' + - '&c右鍵移除' + request: + slots: + - 49 + function: request + item: WRITABLE_BOOK + name: '&a新的好友邀請' + lore: { }