mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-18 15:18:34 +01:00
New translations strings.yml (Korean)
This commit is contained in:
parent
76ef246778
commit
80104bb5b2
@ -70,7 +70,7 @@ questEditorEnterQuestName: "Enter Quest name (<cancel>)"
|
|||||||
questEditorEditEnterQuestName: "Enter Quest name to edit (<cancel>)"
|
questEditorEditEnterQuestName: "Enter Quest name to edit (<cancel>)"
|
||||||
questEditorEnterAskMessage: "Enter ask message (<cancel>)"
|
questEditorEnterAskMessage: "Enter ask message (<cancel>)"
|
||||||
questEditorEnterFinishMessage: "Enter finish message (<cancel>)"
|
questEditorEnterFinishMessage: "Enter finish message (<cancel>)"
|
||||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||||
questEditorEnterInitialEvent: "Enter an Event name, <clear>, <cancel>"
|
questEditorEnterInitialEvent: "Enter an Event name, <clear>, <cancel>"
|
||||||
questRequiredNoneSet: "Required, none set"
|
questRequiredNoneSet: "Required, none set"
|
||||||
@ -193,8 +193,8 @@ stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), <space>, <cancel>"
|
|||||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), <space>, <cancel>"
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), <space>, <cancel>"
|
||||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), <space>, <cancel>"
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), <space>, <cancel>"
|
||||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), <space>, <cancel>"
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), <space>, <cancel>"
|
||||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, <clear>, <cancel>"
|
||||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, <clear>, <cancel>"
|
||||||
stageEditorEnchantTypePrompt: "Enter enchantment names, <semicolon>, <cancel>"
|
stageEditorEnchantTypePrompt: "Enter enchantment names, <semicolon>, <cancel>"
|
||||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), <space>, <cancel>"
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), <space>, <cancel>"
|
||||||
stageEditorItemNamesPrompt: "Enter item names, <space>, <cancel>"
|
stageEditorItemNamesPrompt: "Enter item names, <space>, <cancel>"
|
||||||
@ -247,8 +247,7 @@ stageEditorInvalidScript: "Denizen script not found!"
|
|||||||
stageEditorNoCitizens: "Citizens is not installed!"
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
stageEditorNoDenizen: "Denizen is not installed!"
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
stageEditorNoNumber: "Input was not a number!"
|
stageEditorNotListofNumbers: "is not a list of numbers!"
|
||||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
|
||||||
stageEditorNoDelaySet: "You must set a delay first!"
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
stageEditorNoBlockNames: "You must set block names first!"
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
@ -423,8 +422,6 @@ eventEditorNoDurationsSet: "(No durations set)"
|
|||||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
eventEditorPotionsCleared: "Potion effects cleared."
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to cancel)"
|
|
||||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
|
||||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, <add>, <clear>, <cancel>"
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, <add>, <clear>, <cancel>"
|
||||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, <add>, <clear>, <cancel>"
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, <add>, <clear>, <cancel>"
|
||||||
eventEditorSelectBlockFirst: "You must select a block first."
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
@ -436,9 +433,9 @@ eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <c
|
|||||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
|
||||||
eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), <space>, <cancel>"
|
eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), <space>, <cancel>"
|
||||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
|
||||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear"
|
eventEditorSetHungerPrompt: "Enter hunger level, <clear>"
|
||||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear"
|
eventEditorSetSaturationPrompt: "Enter saturation level, <clear>"
|
||||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to clear"
|
eventEditorSetHealthPrompt: "Enter health level, <clear>"
|
||||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, <done>, <clear>, <cancel>"
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, <done>, <clear>, <cancel>"
|
||||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||||
@ -456,8 +453,8 @@ reqSetSkills: "Set skills"
|
|||||||
reqSetSkillAmounts: "Set skill amounts"
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
reqHeroesSetPrimary: "Set Primary Class"
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
reqHeroesSetSecondary: "Set Secondary Class"
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||||
reqQuestListTitle: "- Quests Available -"
|
reqQuestListTitle: "- Quests Available -"
|
||||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||||
@ -499,10 +496,8 @@ plnStart: "Set start date"
|
|||||||
plnEnd: "Set end date"
|
plnEnd: "Set end date"
|
||||||
plnRepeat: "Set repeat cycle"
|
plnRepeat: "Set repeat cycle"
|
||||||
plnCooldown: "Set player cooldown"
|
plnCooldown: "Set player cooldown"
|
||||||
plnStartPrompt: "Enter amount of time (in seconds), 0 to clear the start date or -1 to cancel"
|
plnRepeatPrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||||
plnEndPrompt: "Enter amount of time (in seconds), 0 to clear the end date or -1 to cancel"
|
plnCooldownPrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||||
plnRepeatPrompt: "Enter amount of time (in seconds), 0 to clear the repeat or -1 to cancel"
|
|
||||||
plnCooldownPrompt: "Enter amount of time (in seconds), 0 to clear the cooldown or -1 to cancel"
|
|
||||||
plnTooEarly: "<quest> will be active in <time>."
|
plnTooEarly: "<quest> will be active in <time>."
|
||||||
plnTooLate: "<quest> was last active <time> ago."
|
plnTooLate: "<quest> was last active <time> ago."
|
||||||
rewSetMoney: "Set money reward"
|
rewSetMoney: "Set money reward"
|
||||||
@ -517,12 +512,12 @@ rewSetPhat: "Set PhatLoot rewards"
|
|||||||
rewSetCustom: "Set custom rewards"
|
rewSetCustom: "Set custom rewards"
|
||||||
rewSetHeroesClasses: "Set classes"
|
rewSetHeroesClasses: "Set classes"
|
||||||
rewSetHeroesAmounts: "Set experience amounts"
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
rewMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||||
rewCommandPrompt: "Enter command rewards, <semicolon>, <clear>, <cancel>"
|
rewCommandPrompt: "Enter command rewards, <semicolon>, <clear>, <cancel>"
|
||||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||||
rewMcMMOPrompt: "Enter mcMMO skills, <space>, <cancel>"
|
rewMcMMOPrompt: "Enter mcMMO skills, <space>, <cancel>"
|
||||||
rewMcMMOPromptHint: "Note: Typing 'All' will give levels to all skills."
|
rewMcMMOPromptHint: "Note: Typing 'All' will give levels to all skills."
|
||||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||||
|
Loading…
Reference in New Issue
Block a user