From fe0ad8af9ca8b8fddde5922477a7eedc9d453458 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Tue, 1 Jan 2019 08:51:10 -0500 Subject: [PATCH] New translations strings.yml (Portuguese, Brazilian) --- src/main/resources/lang/pt-BR/strings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/pt-BR/strings.yml b/src/main/resources/lang/pt-BR/strings.yml index 47b789241..f7cf11d08 100644 --- a/src/main/resources/lang/pt-BR/strings.yml +++ b/src/main/resources/lang/pt-BR/strings.yml @@ -230,7 +230,7 @@ stageEditorPasswordPhraseHint: "(This is the text that a player must enter to co stageEditorObjectiveOverridePrompt: "Enter objective display override, , " 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!" @@ -239,7 +239,7 @@ 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!" +stageEditorInvalidNumber: "não é um número!" stageEditorInvalidDye: "is not a valid dye color!" stageEditorInvalidEvent: "is not a valid event name!" stageEditorDuplicateEvent: "Event is already in the list!" @@ -247,7 +247,7 @@ stageEditorInvalidScript: "Denizen script not found!" stageEditorNoCitizens: "Citizens is not installed!" stageEditorNoDenizen: "Denizen is not installed!" stageEditorPositiveAmount: "You must enter a positive number!" -stageEditorNotListofNumbers: "is not a list of numbers!" +stageEditorNotListofNumbers: "não é uma lista de números!" stageEditorNoDelaySet: "You must set a delay first!" stageEditorNoBlockNames: "You must set block names first!" stageEditorNoEnchantments: "You must set enchantments first!" @@ -256,7 +256,7 @@ stageEditorNoDeliveryMessage: "You must set at least one delivery message!" stageEditorNoNPCs: "You must set NPC IDs first!" stageEditorNoMobTypes: "You must set mob types first!" stageEditorNoKillLocations: "You must set kill locations first!" -stageEditorNoBlockSelected: "You must select a block first." +stageEditorNoBlockSelected: "Você precisa selecionar um bloco primeiro." stageEditorNoColors: "You must set colors first!" stageEditorNoLocations: "You must set locations first!" stageEditorNoEnchantmentsSet: "No enchantments set"