mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
New translations quest-list.yml (Chinese Traditional)
This commit is contained in:
parent
817d807a72
commit
e6f50e5549
@ -0,0 +1,82 @@
|
||||
#GUI display name
|
||||
name: 任務
|
||||
#Number of slots in your inventory. Must be
|
||||
#between 9 and 54 and must be a multiple of 9.
|
||||
slots: 45
|
||||
items:
|
||||
skill:
|
||||
slots:
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
- 19
|
||||
- 20
|
||||
- 21
|
||||
- 22
|
||||
- 23
|
||||
- 24
|
||||
- 25
|
||||
- 28
|
||||
- 29
|
||||
- 30
|
||||
- 31
|
||||
- 32
|
||||
- 33
|
||||
- 34
|
||||
function: quest
|
||||
#When quest is locked
|
||||
locked:
|
||||
item: PAPER
|
||||
name: '&c- 不可用 -'
|
||||
#When there is no quest to display
|
||||
no-quest:
|
||||
item: GRAY_STAINED_GLASS_PANE
|
||||
name: '&a'
|
||||
level-requirement:
|
||||
main:
|
||||
hit: '&a ✔ 等級需求 {level}'
|
||||
not-hit: '&c ✖ 等級需求 {level}'
|
||||
profession:
|
||||
hit: '&a ✔ 所需工作 {profession} 等級 {level}'
|
||||
not-hit: '&c ✖ 所需工作 {profession} 等級 {level}'
|
||||
#Date format used in the {date} placeholder
|
||||
date-format: 'yyyy MMM d'
|
||||
item: BOOK
|
||||
name: '&a{name}'
|
||||
lore:
|
||||
- '{lore}'
|
||||
- ''
|
||||
- '{started}&8任務已開始!'
|
||||
- '{started}&7► 進度: &e{progress}%'
|
||||
- '{started}&7► &o{objective}'
|
||||
- '{started}'
|
||||
- '{level_req}&7等級需求 ({current_level_req}/{total_level_req}):'
|
||||
- '{level_req}{level_requirements}'
|
||||
- '{level_req}'
|
||||
- '{completed}&8你在 {date} 完成了此任務.'
|
||||
- '{completed_cannot_redo}&8你不能執行這個任務兩次.'
|
||||
- '{completed_delay}&8你可以在 {delay} 後開始這個任務.'
|
||||
- '{completed_can_redo}&8你可以開始這個任務.'
|
||||
- '{completed}'
|
||||
- '{started}&c► 右鍵點擊取消.'
|
||||
- '{!started}&e► 左鍵點擊開始.'
|
||||
next:
|
||||
slots:
|
||||
- 26
|
||||
function: next
|
||||
item: PLAYER_HEAD
|
||||
texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTliZjMyOTJlMTI2YTEwNWI1NGViYTcxM2FhMWIxNTJkNTQxYTFkODkzODgyOWM1NjM2NGQxNzhlZDIyYmYifX19
|
||||
name: '&a下一頁'
|
||||
lore: { }
|
||||
previous:
|
||||
slots:
|
||||
- 18
|
||||
function: previous
|
||||
item: PLAYER_HEAD
|
||||
texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ2OWUwNmU1ZGFkZmQ4NGU1ZjNkMWMyMTA2M2YyNTUzYjJmYTk0NWVlMWQ0ZDcxNTJmZGM1NDI1YmMxMmE5In19fQ==
|
||||
name: '&a上一頁'
|
||||
lore: { }
|
Loading…
Reference in New Issue
Block a user