From c40c58b75bbb2709affca4ad2f78d05866687041 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 16 Apr 2020 02:27:31 -0400 Subject: [PATCH] New translations strings.yml (Portuguese) --- main/src/main/resources/lang/pt-PT/strings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/src/main/resources/lang/pt-PT/strings.yml b/main/src/main/resources/lang/pt-PT/strings.yml index 3dded8125..75af48d2f 100644 --- a/main/src/main/resources/lang/pt-PT/strings.yml +++ b/main/src/main/resources/lang/pt-PT/strings.yml @@ -92,7 +92,7 @@ questCurrentItem: "Item atual:" questGUICleared: "Quest GUI Item Display limpa." questDeleted: "Quest eliminada! Eventos e Quests foram recarregados." questEditorNameExists: "Uma Quest com esse nome já existe!" -questEditorBeingEdited: "Alguém está a criar/editar uma Quest com esse nome!" +questEditorBeingEdited: "Something with that name is already being modified!" questEditorInvalidQuestName: "O nome não pode conter pontos ou vírgulas!" questEditorInvalidEventName: "não é um nome válido!" questEditorInvalidNPC: "Nenhum NPC, com esse id, existe!" @@ -272,7 +272,6 @@ eventEditorNoneToEdit: "No actions currently exist to be edited!" eventEditorNoneToDelete: "No actions currently exist to be deleted!" eventEditorNotFound: "Action not found!" eventEditorExists: "Action already exists!" -eventEditorSomeone: "Someone is already creating or editing an action with that name!" eventEditorErrorSaving: "An error occurred while saving." eventEditorDeleted: "Action deleted. Quest and action data reloaded." eventEditorSaved: "Action saved. Quest and action data reloaded."