From 5aa370905bf58d022f36650fac065c645bd8e58d Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Tue, 27 Feb 2018 12:51:01 -0500 Subject: [PATCH] New translations strings.yml (Portuguese) --- src/main/resources/lang/pt-PT/strings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/lang/pt-PT/strings.yml b/src/main/resources/lang/pt-PT/strings.yml index b40f4495e..513516ecd 100644 --- a/src/main/resources/lang/pt-PT/strings.yml +++ b/src/main/resources/lang/pt-PT/strings.yml @@ -255,7 +255,7 @@ 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!" -stageEditorNotGreaterThanZero: "is not greater than 0!" +stageEditorNotGreaterThanZero: "não é maior que 0!" stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!" stageEditorNoDelaySet: "You must set a delay first!" stageEditorNoBlockNames: "You must set block names first!" @@ -305,11 +305,11 @@ stageEditorCompleteMessageCleared: "Complete message cleared." stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?" stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot" stageEditorDeleteSucces: "Stage deleted successfully." -stageEditorEnchantments: "Enchantments" +stageEditorEnchantments: "Encantamentos" stageEditorNPCNote: 'Note: You may specify the name of the NPC with ' -stageEditorOptional: "Optional" -stageEditorColors: "Sheep Colors" -allListsNotSameSize: "All of your lists are not the same size!" +stageEditorOptional: "Opcional" +stageEditorColors: "Cores da ovelha" +allListsNotSameSize: "Todas as suas listas têm tamanhos diferentes!" eventEditorCreate: "Create new Event" eventEditorEdit: "Edit an Event" eventEditorDelete: "Delete an Event"