New translations strings.yml (Portuguese)

This commit is contained in:
FlyingPikachu 2018-03-22 19:33:12 -04:00
parent d87a4d6549
commit 1ce465f0a9

View File

@ -442,7 +442,7 @@ eventEditorSetMobAmountsPrompt: "Enter mob amount, <cancel>"
eventEditorSetMobNamePrompt: "Enter the name for this mob, <cancel>" eventEditorSetMobNamePrompt: "Enter the name for this mob, <cancel>"
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>" eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>" eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), <space>, <cancel>" eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds), <space>, <cancel>"
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>" eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear" eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear"
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear" eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear"
@ -738,7 +738,8 @@ giveQuestPoints: "Gave <number> Quest Points from <player>."
questPointsGiven: "<player> gave you <number> Quest Points." questPointsGiven: "<player> gave you <number> Quest Points."
enableNPCGUI: "<npc> will now provide a GUI Quest Display." enableNPCGUI: "<npc> will now provide a GUI Quest Display."
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display." disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
invalidMinimum: "Input must be at least <number>!\ninvalidRange: \"Input must be between <least> and <greatest>!" invalidMinimum: "Input must be at least <number>!"
invalidRange: "Input must be between <least> and <greatest>!"
invalidOption: "Opção inválida!" invalidOption: "Opção inválida!"
invalidNumber: "Número inválido." invalidNumber: "Número inválido."
invalidStageNum: "Invalid stage number for Quest <quest>" invalidStageNum: "Invalid stage number for Quest <quest>"