diff --git a/main/src/main/resources/lang/pt-BR/strings.yml b/main/src/main/resources/lang/pt-BR/strings.yml index 8637a7ddc..3d79579ea 100644 --- a/main/src/main/resources/lang/pt-BR/strings.yml +++ b/main/src/main/resources/lang/pt-BR/strings.yml @@ -233,9 +233,9 @@ stageEditorShearColorsPrompt: "Digite as cores das ovelhas, , " stageEditorShearAmountsPrompt: "Insira valores de cisalhamento, , " stageEditorEventsPrompt: "Digite um nome de evento, , " stageEditorChatEventsPrompt: "Digite o nome do Evento para adicionar, , " -stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " -stageEditorCommandEventsPrompt: "Enter an event name to add, , " -stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " +stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " +stageEditorCommandEventsPrompt: "Enter an action name to add, , " +stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " stageEditorDelayMessagePrompt: "Enter delay message, , " stageEditorScriptPrompt: "Enter script name, , " stageEditorStartMessagePrompt: "Enter start message, , " @@ -257,7 +257,7 @@ stageEditorInvalidMob: "is not a valid mob name!" stageEditorInvalidItemName: "is not a valid item name!" stageEditorInvalidNumber: "não é um número!" stageEditorInvalidDye: "is not a valid dye color!" -stageEditorInvalidEvent: "is not a valid event name!" +stageEditorInvalidEvent: "is not a valid action name!" stageEditorDuplicateEvent: "O evento já está na lista!" stageEditorInvalidScript: "Denizen script not found!" stageEditorNoCitizens: "Citizens is not installed!" @@ -311,34 +311,34 @@ eventEditorErrorReadingFile: "Erro ao ler arquivo." eventEditorErrorSaving: "Ocorreu um erro ao gravar." eventEditorDeleted: "Quest deletada! Quests e Eventos foram reiniciados." eventEditorSaved: "Quest deletada! Quests e Eventos foram reiniciados." -eventEditorEnterEventName: "Enter an Event name, " -eventEditorDeletePrompt: "Are you sure you want to delete the Event?" +eventEditorEnterEventName: "Enter Action name, " +eventEditorDeletePrompt: "Are you sure you want to delete the Action?" eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?" -eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:' -eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them." -eventEditorEventInUse: "The following Quests use the Event" +eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:' +eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them." +eventEditorEventInUse: "The following Quests use the Action" eventEditorMustModifyQuests: "You must modify these Quests first!" eventEditorListSizeMismatch: "The lists are not the same size!" eventEditorListDuplicates: "List contains duplicates!" eventEditorNotANumberList: "Input was not a list of numbers!" eventEditorInvalidEntry: "Invalid entry" eventEditorGiveItemsTitle: "- Give Items -" -eventEditorEffectsTitle: "- Effects -" -eventEditorStormTitle: "- Event Storm -" -eventEditorThunderTitle: "- Event Thunder -" -eventEditorMobSpawnsTitle: "- Event Mob Spawns -" +eventEditorEffectsTitle: "- Sound Effects -" +eventEditorStormTitle: "- Action Storm -" +eventEditorThunderTitle: "- Action Thunder -" +eventEditorMobSpawnsTitle: "- Action Mob Spawns -" eventEditorMobsTitle: "- Mobs -" eventEditorAddMobTypesTitle: "- Add Mob -" -eventEditorPotionEffectsTitle: "- Event Potion Effects -" -eventEditorPotionTypesTitle: "- Event Potion Types -" +eventEditorPotionEffectsTitle: "- Action Potion Effects -" +eventEditorPotionTypesTitle: "- Action Potion Types -" eventEditorWorldsTitle: "- Worlds -" eventEditorSetName: "Set name" eventEditorPlayer: "Player" eventEditorTimer: "Timer" eventEditorEffect: "Effect" eventEditorWeather: "Weather" -eventEditorSetMessage: "Set message" -eventEditorClearInv: "Clear player inventory" +eventEditorSetMessage: "Send message" +eventEditorClearInv: "Clear inventory" eventEditorFailQuest: "Fail the quest" eventEditorSetExplosions: "Set explosion locations" eventEditorSetLightning: "Set lightning strike locations" @@ -346,18 +346,18 @@ eventEditorSetEffects: "Set effects" eventEditorSetStorm: "Set storm" eventEditorSetThunder: "Set thunder" eventEditorSetMobSpawns: "Set mob spawns" -eventEditorSetPotionEffects: "Set potion effects" -eventEditorSetHunger: "Set player hunger level" -eventEditorSetSaturation: "Set player saturation level" -eventEditorSetHealth: "Set player health level" -eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)" +eventEditorSetPotionEffects: "Apply potion effects" +eventEditorSetHunger: "Set hunger level" +eventEditorSetSaturation: "Set saturation level" +eventEditorSetHealth: "Set health level" +eventEditorEnterTimerSeconds: "Set amount of time before quest fails (in seconds)" eventEditorSetTimer: "Set time to fail quest" eventEditorCancelTimer: "Cancel the quest timer" -eventEditorSetTeleport: "Set player teleport location" -eventEditorSetCommands: "Set commands to execute" -eventEditorItems: "Event Items" +eventEditorSetTeleport: "Teleport to location" +eventEditorSetCommands: "Execute commands" +eventEditorItems: "Action Items" eventEditorSetItems: "Give items" -eventEditorItemsCleared: "Event items cleared." +eventEditorItemsCleared: "Action items cleared." eventEditorAddItem: "Add item" eventEditorSetItemNames: "Set item names" eventEditorSetItemAmounts: "Set item amounts" @@ -595,7 +595,7 @@ questDisplayHelp: "- Exibir tela de ajuda" questNPCListTitle: "- Quests | -" questAdminHelpTitle: "- Questadmin -" questEditorTitle: "- Quest Editor -" -eventEditorTitle: "- Event Editor - " +eventEditorTitle: "- Action Editor - " questCreateTitle: "- Create Quest -" questEditTitle: "- Edit Quest -" questDeleteTitle: "- Delete Quest -" @@ -617,7 +617,7 @@ phatLootsRewardsTitle: "- PhatLoots Rewards -" customRequirementsTitle: "- Custom Requirements -" customRewardsTitle: "- Custom Rewards -" skillListTitle: "- Skill List -" -eventTitle: "- Event -" +eventTitle: "- Action -" completedQuestsTitle: "- Completed Quests -" topQuestersTitle: "- Top Questers -" createItemTitle: "- Create Item -" @@ -814,7 +814,7 @@ timeSecond: "Second" timeSeconds: "Seconds" timeMillisecond: "Millisecond" timeMilliseconds: "Milliseconds" -event: "Event" +event: "Action" delay: "Delay" save: "Save" exit: "Exit"