Skip to content

Commit

Permalink
Merge pull request #14 from fourztL/patch-2
Browse files Browse the repository at this point in the history
Update es.lua
  • Loading branch information
itsHyper authored Sep 18, 2022
2 parents 081bd92 + 828ae16 commit cec8bb1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion locales/es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,26 @@ local Translations = {
bought_boost = "Boost Comprado",
rewardboost = "Boost Finalizado",
},


command = {
command_desc = "Dar contrato a un jugador",
command_name_ID = "ID",
command_help_ID = "ID Jugador",
command_name_tier = "Tier",
command_help_tier = "D/C/B/A/A+/S/S+",
command_name_vehicle = "Vehículo",
command_help_vehicle = "Nombre del vehículo",
incorrect_type = "Tipo incorrecto",
incorrect_vehicle = "Vehículo incorrecto",
incorrect_tier = "Tier incorrecto",
created = "Boost creado",
player_offline = "Jugador no conectado.",
not_inqueue = "Jugador que no está en la cola!",
incorrect_format = "ID Formato incorrecto (debe ser un número)",
missingarg = "Has olvidado un argumento!",
command_tier_desc = "Elige boosting Tier de los jugadores",
},

laptop = {
boosting = {
success = "Has iniciado un boost!",
Expand Down

0 comments on commit cec8bb1

Please sign in to comment.