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