mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
New translations strings.yml (Portuguese)
This commit is contained in:
parent
35e79d0066
commit
2e02d58646
@ -185,7 +185,7 @@ stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageEditorObjectiveOverride: "Objective display override"
|
||||
stageEditorCustom: "Custom objectives"
|
||||
stageEditorCustom: "Objetivos personalizados"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, <clear>, <cancel>"
|
||||
@ -198,19 +198,19 @@ stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), <space>, <cancel
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), <space>, <cancel>"
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), <space>, <cancel>"
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (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"
|
||||
stageEditorEnterBlockDurability: "Introduzir a durabilidade do bloco (números), <space>, <cancel>"
|
||||
stageEditorCatchFishPrompt: "Introduza o número de peixes para apanhar, ou 0 para limpar o objetivo de pesca, ou -1 para cancelar"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, <semicolon>, <cancel>"
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), <space>, <cancel>"
|
||||
stageEditorItemNamesPrompt: "Enter item names, <space>, <cancel>"
|
||||
stageEditorNPCPrompt: "Enter NPC IDs, <space>, <cancel>"
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, <space>, <clear>, <cancel>"
|
||||
stageEditorEnchantTypePrompt: "Introduzir nomes de encantamentos, <semicolon>,<cancel>"
|
||||
stageEditorEnchantAmountsPrompt: "Introduzir quantidade de encantamentos (números), <space>,<cancel>"
|
||||
stageEditorItemNamesPrompt: "Introduzir nomes dos itens, <space>,<cancel>"
|
||||
stageEditorNPCPrompt: "Introduzir IDs do NPC, <space>, <cancel>"
|
||||
stageEditorNPCToTalkToPrompt: "Introduzir IDs do NPC, <space>,<clear>,<cancel>"
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, <semicolon>, <cancel>"
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), <space>, <cancel>"
|
||||
stageEditorMobsPrompt: "Enter mob names, <space>, <cancel>"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts, <space>, <cancel>"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
||||
stageEditorMobLocationPrompt: "Clique no lado direito de um bloco para selecioná-lo, <add>,<cancel>"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks), <space>, <cancel>"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names, <semicolon>, <cancel>"
|
||||
stageEditorReachLocationPrompt: "Clique com o lado direito num bloco para selecioná-lo, <add>, <cancel>"
|
||||
@ -230,28 +230,28 @@ stageEditorScriptPrompt: "Enter script name, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, <clear>, <cancel>"
|
||||
stageEditorPasswordDisplayPrompt: "Enter password display, <cancel>"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordDisplayHint: "(Este texto será mostrado ao jogador como o seu objetivo)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter password phrases, <semicolon>, <cancel>"
|
||||
stageEditorPasswordPhraseHint: "(This is the text that a player must enter to complete the objective)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, <clear>, <cancel>"
|
||||
stageEditorObjectiveOverrideHint: "(This override will display your own text as the objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryAddItem: "Adicionar item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||
stageEditorInvalidMob: "is not a valid mob name!"
|
||||
stageEditorInvalidItemName: "is not a valid item name!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidBlockName: "não é um nome de bloco válido!"
|
||||
stageEditorInvalidEnchantment: "não é um nome de encantamento válido!"
|
||||
stageEditorInvalidNPC: "não é um ID de NPC válido!"
|
||||
stageEditorInvalidMob: "não é um nome válido de um mob!"
|
||||
stageEditorInvalidItemName: "não é um válido nome de item!"
|
||||
stageEditorInvalidNumber: "não é um número!"
|
||||
stageEditorInvalidDye: "não é uma cor de tinta válida!"
|
||||
stageEditorInvalidEvent: "não é um nome de evento válido!"
|
||||
stageEditorDuplicateEvent: "Evento já está na lista!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoCitizens: "Cidadãos não está instalado!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
@ -273,11 +273,11 @@ stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorListNotSameSize: "A lista dos nomes dos blocos e a lista das quantidades não são do mesmo tamanho!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "Todas as suas listas não tem o mesmo tamanho!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
|
Loading…
Reference in New Issue
Block a user