Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
--任务语言包
|
|
TaskLang = TaskLang or {
|
|
TASK_STR0="找npc对话",
|
|
-- TASK_STR1="去{0}找{1}购买{2}{logo}",
|
|
TASK_STR1="击败怪物",
|
|
TASK_STR2="完成副本",
|
|
TASK_STR4="兑换物品",
|
|
TASK_STR6="收集物品(打怪)",
|
|
TASK_STR7="找{0}对话",
|
|
TASK_STR8="找{0}对话",
|
|
TASK_STR9="找{0}对话",
|
|
TASK_STR10="装备某物品",
|
|
TASK_STR11="购买某物品",
|
|
TASK_STR12="使用某物品",
|
|
TASK_STR13="技能学习",
|
|
TASK_STR14="加入社团",
|
|
TASK_STR15="加入社团",
|
|
TASK_STR16="探索场景",
|
|
TASK_STR17="指定场景使用物品",
|
|
|
|
|
|
TASK_STR81="已经触发过了",
|
|
TASK_STR82="接受任务失败,{0}",
|
|
TASK_STR84="完成任务失败,{0}",
|
|
}
|