New translations strings.yml (Chinese Simplified)

This commit is contained in:
FlyingPikachu 2018-04-25 02:51:46 -04:00
parent 16c976edf0
commit c2bcac1ba2

View File

@ -43,8 +43,6 @@ COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "<command> [玩家] [任务名] - 强制玩
COMMAND_QUESTADMIN_SETSTAGE: "设置阶段" COMMAND_QUESTADMIN_SETSTAGE: "设置阶段"
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [玩家] [任务名] [阶段] - 为玩家设置任务阶段" COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [玩家] [任务名] [阶段] - 为玩家设置任务阶段"
COMMAND_QUESTADMIN_SETSTAGE_USAGE: '用法: /questadmin 设置阶段 [玩家] [任务] [阶段]' COMMAND_QUESTADMIN_SETSTAGE_USAGE: '用法: /questadmin 设置阶段 [玩家] [任务] [阶段]'
COMMAND_QUESTADMIN_PURGE: "清除"
COMMAND_QUESTADMIN_PURGE_HELP: "<command> [玩家] - 清除玩家所有任务记录并将其加入黑名单"
COMMAND_QUESTADMIN_RESET: "重置" COMMAND_QUESTADMIN_RESET: "重置"
COMMAND_QUESTADMIN_RESET_HELP: "<command> [玩家] - 清除玩家所有任务记录" COMMAND_QUESTADMIN_RESET_HELP: "<command> [玩家] - 清除玩家所有任务记录"
COMMAND_QUESTADMIN_REMOVE: "删除" COMMAND_QUESTADMIN_REMOVE: "删除"
@ -108,9 +106,6 @@ questEditorNeedStages: "你的任务没有阶段!"
questEditorSaved: "任务已保存! (你需要重载所有任务来让它显示)" questEditorSaved: "任务已保存! (你需要重载所有任务来让它显示)"
questEditorExited: "尚未保存!是否立刻退出?" questEditorExited: "尚未保存!是否立刻退出?"
questEditorDeleted: "是否确认删除任务?" questEditorDeleted: "是否确认删除任务?"
questEditorNoPermsCreate: "你没有权限创建任务."
questEditorNoPermsEdit: "你没有权限编辑任务."
questEditorNoPermsDelete: "你没有权限删除任务."
stageEditorEditStage: "编辑阶段" stageEditorEditStage: "编辑阶段"
stageEditorNewStage: "添加新阶段" stageEditorNewStage: "添加新阶段"
stageEditorStages: "阶段" stageEditorStages: "阶段"
@ -310,9 +305,6 @@ allListsNotSameSize: "All of your lists are not the same size!"
eventEditorCreate: "Create new Event" eventEditorCreate: "Create new Event"
eventEditorEdit: "Edit an Event" eventEditorEdit: "Edit an Event"
eventEditorDelete: "Delete an Event" eventEditorDelete: "Delete an Event"
eventEditorCreatePermisssions: "You do not have permission to create new Events."
eventEditorEditPermisssions: "You do not have permission to edit Events."
eventEditorDeletePermisssions: "You do not have permission to delete Events."
eventEditorNoneToEdit: "No Events currently exist to be edited!" eventEditorNoneToEdit: "No Events currently exist to be edited!"
eventEditorNoneToDelete: "No Events currently exist to be deleted!" eventEditorNoneToDelete: "No Events currently exist to be deleted!"
eventEditorNotFound: "Event not found!" eventEditorNotFound: "Event not found!"
@ -704,18 +696,11 @@ questNoEquip: "You may not equip Quest items."
questNoDispense: "You may not put Quest items in dispensers." questNoDispense: "You may not put Quest items in dispensers."
questNoEnchant: "You may not enchant Quest items." questNoEnchant: "You may not enchant Quest items."
questNoSmelt: "You may not smelt using Quest items." questNoSmelt: "You may not smelt using Quest items."
questInfoNoPerms: "You do not have permission to view a Quest's information."
questCmdNoPerms: "You do not have access to that command."
pageSelectionNum: "Page selection must be a number." pageSelectionNum: "Page selection must be a number."
pageSelectionPosNum: "Page selection must be a positive number." pageSelectionPosNum: "Page selection must be a positive number."
questListNoPerms: "You do not have permission to view the Quests list."
questTakeNoPerms: "You do not have permission to take Quests via commands."
questTakeDisabled: "Taking Quests via commands has been disabled." questTakeDisabled: "Taking Quests via commands has been disabled."
questQuit: "You have quit <quest>" questQuit: "You have quit <quest>"
questQuitNoPerms: "You do not have permission to quit Quests."
questQuitDisabled: "Quitting Quests has been disabled." questQuitDisabled: "Quitting Quests has been disabled."
questEditorNoPerms: "You do not have permission to use the Quests Editor."
eventEditorNoPerms: "You do not have permission to use the Events Editor."
questsUnknownCommand: "Unknown Quests command. Type /quests for help." questsUnknownCommand: "Unknown Quests command. Type /quests for help."
pageNotExist: "Page does not exist." pageNotExist: "Page does not exist."
pageFooter: "- Page <current> of <all> -" pageFooter: "- Page <current> of <all> -"
@ -729,7 +714,6 @@ questForceFinish: "<player> has forcibly finished their Quest <quest>."
questForcedFinish: "<player> has forced you to finish your Quest <quest>." questForcedFinish: "<player> has forced you to finish your Quest <quest>."
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>." questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>." questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
questPurged: "<player> has been purged and blacklisted."
questReset: "<player> has been reset." questReset: "<player> has been reset."
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests." questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
settingAllQuestPoints: "Setting all players' Quest Points..." settingAllQuestPoints: "Setting all players' Quest Points..."
@ -874,4 +858,4 @@ timerMessage: "%green%Time left to finish the quest/stage:%red% <time> seconds"
timerStart: "%green%You have%red% <time> seconds%green% to finish this quest/stage" timerStart: "%green%You have%red% <time> seconds%green% to finish this quest/stage"
questErrorReadingFile: "Error reading Quests file." questErrorReadingFile: "Error reading Quests file."
questSaveError: "An error occurred while saving." questSaveError: "An error occurred while saving."
questBlacklisted: "You are blacklisted. Contact an admin if this is in error." noPermission: "You do not have permission to do that."