mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-03-11 13:11:50 +01:00
New translations quest-list.yml (Chinese Simplified)
This commit is contained in:
parent
927648796c
commit
43faddcbe5
@ -1,5 +1,5 @@
|
||||
#GUI display name
|
||||
name: Quests
|
||||
name: 任务
|
||||
#Number of slots in your inventory. Must be
|
||||
#between 9 and 54 and must be a multiple of 9.
|
||||
slots: 45
|
||||
@ -31,46 +31,46 @@ items:
|
||||
#When quest is locked
|
||||
locked:
|
||||
item: PAPER
|
||||
name: '&c- Unavailable -'
|
||||
name: '&c- 不可用 -'
|
||||
#When there is no quest to display
|
||||
no-quest:
|
||||
item: GRAY_STAINED_GLASS_PANE
|
||||
name: '&a'
|
||||
level-requirement:
|
||||
main:
|
||||
hit: '&a ✔ Requires Level {level}'
|
||||
not-hit: '&c ✖ Requires Level {level}'
|
||||
hit: '&a ✔ 所需等级 {level}'
|
||||
not-hit: '&c ✖ 所需等级 {level}'
|
||||
profession:
|
||||
hit: '&a ✔ Requires {profession} Level {level}'
|
||||
not-hit: '&c ✖ Requires {profession} Level {level}'
|
||||
hit: '&a ✔ 所需工作 {profession} 等级{level}'
|
||||
not-hit: '&c ✖ 所需工作 {profession} 等级{level}'
|
||||
#Date format used in the {date} placeholder
|
||||
date-format: 'MMM d yyyy'
|
||||
date-format: 'yyyy MMM d'
|
||||
item: BOOK
|
||||
name: '&a{name}'
|
||||
lore:
|
||||
- '{lore}'
|
||||
- ''
|
||||
- '{started}&8Quest Started!'
|
||||
- '{started}&7► Progression: &e{progress}%'
|
||||
- '{started}&8任务已开始!'
|
||||
- '{started}&7► 进度: &e{progress}%'
|
||||
- '{started}&7► &o{objective}'
|
||||
- '{started}'
|
||||
- '{level_req}&7Level Requirements ({current_level_req}/{total_level_req}):'
|
||||
- '{level_req}&7等级需求 ({current_level_req}/{total_level_req}):'
|
||||
- '{level_req}{level_requirements}'
|
||||
- '{level_req}'
|
||||
- '{completed}&8You''ve completed this quest on the {date}.'
|
||||
- '{completed_cannot_redo}&8You can''t do this quest twice.'
|
||||
- '{completed_delay}&8You can start the quest in {delay}.'
|
||||
- '{completed_can_redo}&8You can start this quest.'
|
||||
- '{completed}&8你在 {date} 完成了此任务.'
|
||||
- '{completed_cannot_redo}&8你不能执行这个任务两次.'
|
||||
- '{completed_delay}&8你可以在 {delay} 后开始这个任务.'
|
||||
- '{completed_can_redo}&8你可以开始这个任务.'
|
||||
- '{completed}'
|
||||
- '{started}&c► Right click to cancel.'
|
||||
- '{!started}&e► Left click to start.'
|
||||
- '{started}&c► 右键点击以取消.'
|
||||
- '{!started}&e► 左键点击以开始.'
|
||||
next:
|
||||
slots:
|
||||
- 26
|
||||
function: next
|
||||
item: PLAYER_HEAD
|
||||
texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTliZjMyOTJlMTI2YTEwNWI1NGViYTcxM2FhMWIxNTJkNTQxYTFkODkzODgyOWM1NjM2NGQxNzhlZDIyYmYifX19
|
||||
name: '&aNext'
|
||||
name: '&a下一页'
|
||||
lore: { }
|
||||
previous:
|
||||
slots:
|
||||
@ -78,5 +78,5 @@ items:
|
||||
function: previous
|
||||
item: PLAYER_HEAD
|
||||
texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ2OWUwNmU1ZGFkZmQ4NGU1ZjNkMWMyMTA2M2YyNTUzYjJmYTk0NWVlMWQ0ZDcxNTJmZGM1NDI1YmMxMmE5In19fQ==
|
||||
name: '&aPrevious'
|
||||
name: '&a上一页'
|
||||
lore: { }
|
||||
|
Loading…
Reference in New Issue
Block a user