Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Apr 29, 2016
2 parents afe0afb + 6c5e853 commit b46c012
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion default/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"NO_PLAYERS_FOR_KICK": "<yellow>There are no players to kick!",
"KICKED_ALL": "Kicked {0} players!",
"INVALID_COORDS": "<yellow>Invalid coordinates ({0}, {1}, {2})!",
"KIT_NOT_EXIST": "<yellow>Kit '{0}' does not exist. Use /kits to see available kits.",
"KIT_NOT_EXIST": "<yellow>Kit '{0}' does not exist. Use /kits to see available kits.",
"KIT_GIVEN_SENDER": "<cyan>Kit '{0}' given to {1}!",
"KIT_GIVEN_SENDER_ALL": "<cyan>Kit '{0}' given to everyone!",
"KIT_GIVEN_RECEIVER": "<cyan>You received kit '{0}'!",
Expand Down
58 changes: 29 additions & 29 deletions default/lang_pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,33 +202,33 @@
"TPA_DENIED_SENDER": "Você recusou o pedido de tpa de '{0}'.",
"TPA_CANCELLED": "Você cancelou seu pedido de tpa",
"TPA_CANNOT_TELEPORT": "Não foi possível teleportar '{0}' pois ele está em um veículo.",
"PVP_DISABLED": "Pvp disabled!",
"PVP_ENABLED": "Pvp enabled!",
"BLACKLISTED_ITEM": "You can't spawn '{0}' because is blacklisted.",
"BLACKLISTED_VEHICLE": "You can't spawn '{0}' because is blacklisted.",
"DEATH_BLEEDING": "{0} has bleed to death!",
"DEATH_BONES": "{0} has fractured to death!",
"DEATH_FREEZING": "{0} has froze to death!",
"DEATH_BURNING": "{0} has burned to death!",
"DEATH_FOOD": "{0} has starved to death!",
"DEATH_WATER": "{0} has dehydrated to death!",
"DEATH_GUN": "{0} has been shot in the {1} by {2}!",
"DEATH_MELEE": "{0} has chopped in the {1} by {2}!",
"DEATH_ZOMBIE": "{0} has mauled by a zombie!",
"DEATH_ANIMAL": "{0} has mauled by a animal!",
"DEATH_SUICIDE": "{0} has killed himself!",
"DEATH_KILL": "{0} was killed.",
"DEATH_INFECTION": "{0} has infected to death!",
"DEATH_PUNCH": "{0} has punched in the {1} by {2}!",
"DEATH_BREATH": "{0} has suffocated to death!",
"DEATH_ROADKILL": "{0} ran over {1}",
"DEATH_VEHICLE": "{0} has blown up by a vehicle!",
"DEATH_GRENADE": "{0} has blown up by a grenade!",
"DEATH_SHRED": "{0} has shredded to bits!",
"DEATH_LANDMINE": "{0} has blown up by a landmine!",
"DEATH_ARENA": "{0} has killed by arena!",
"LIMB_HEAD": "head",
"LIMB_LEG": "leg",
"LIMB_TORSO": "torso",
"LIMB_ARM": "arm"
"PVP_DISABLED": "Pvp desabilitado!",
"PVP_ENABLED": "Pvp habilitado!",
"BLACKLISTED_ITEM": "Você não pode spawnar '{0}' pois este item está bloqueado.",
"BLACKLISTED_VEHICLE": "Você não pode spawnar '{0}' pois este veículo está bloqueado.",
"DEATH_BLEEDING": "{0} sangrou até a morte!",
"DEATH_BONES": "{0} quebrou os ossos e morreu!",
"DEATH_FREEZING": "{0} morreu congelado!",
"DEATH_BURNING": "{0} morreu queimado!",
"DEATH_FOOD": "{0} morreu de fome!",
"DEATH_WATER": "{0} morreu de sede!",
"DEATH_GUN": "{0} foi baleado na(o) {1} por {2}!",
"DEATH_MELEE": "{0} foi esfaqueado na(o) {1} por {2}!",
"DEATH_ZOMBIE": "{0} foi morto por um zumbi!",
"DEATH_ANIMAL": "{0} for morto por um animal!",
"DEATH_SUICIDE": "{0} se matou!",
"DEATH_KILL": "{0} morreu.",
"DEATH_INFECTION": "{0} morreu de infecção!",
"DEATH_PUNCH": "{0} foi esmurrado na {1} por {2}!",
"DEATH_BREATH": "{0} morreu sufocado!",
"DEATH_ROADKILL": "{0} atropelou {1}",
"DEATH_VEHICLE": "{0} foi explodido por um veículo!",
"DEATH_GRENADE": "{0} foi explodido por uma granada!",
"DEATH_SHRED": "{0} foi despedaçado por espinhos!",
"DEATH_LANDMINE": "{0} foi explodido por uma mina!",
"DEATH_ARENA": "{0} foi morto pela arena!",
"LIMB_HEAD": "cabeça",
"LIMB_LEG": "perna",
"LIMB_TORSO": "peito",
"LIMB_ARM": "braço"
}
4 changes: 2 additions & 2 deletions src/Api/Events/CommandEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Essentials.Api.Events
public class CommandEvent
{
/// <summary>
/// Command that will be executed.
/// Command that was/will be executed.
/// </summary>
public ICommand Command { get; set; }

Expand All @@ -48,4 +48,4 @@ public CommandEvent( ICommand command, ICommandArgs args, ICommandSource src )
Source = src;
}
}
}
}

0 comments on commit b46c012

Please sign in to comment.