Skip to content

Commit

Permalink
New Locale es.lua
Browse files Browse the repository at this point in the history
Upload of the new locale with traslations in spanish.^^
  • Loading branch information
thezarpxs authored Jun 1, 2022
1 parent 036b540 commit 26a3eca
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions es.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
local Translations = {
error = {
["invalid_job"] = "No creo que trabaje aquí...",
["invalid_items"] = "¡No tienes el item correcto!",
["no_items"] = "No tienes ningun item",
},
progress = {
["pick_grapes"] = "Recogiendo uvas..",
["process_grapes"] = "Procesando uvas.. ..",
},
task = {
["start_task"] = "[E] Para empezar",
["load_ingrediants"] = "[E] Cargar Ingredientes",
["wine_process"] = "[E] Comenzar la elaboracion del vino",
["get_wine"] = "[E] Obtener Vino",
["make_grape_juice"] = "[E] Hacer zumo de uva (Mosto)",
["countdown"] = "Tiempo restante %{time}s",
['cancel_task'] = "Has cancelado la tarea"
},
text = {
["start_shift"] = "¡Has comenzado tu turno en el viñedo!",
["end_shift"] = "¡Has finalizado tu turno en el viñedo!",
["valid_zone"] = "Zona Valida!",
["invalid_zone"] = "Zona NO Valida!",
["zone_entered"] = "%{zone} Entrando en zona",
["zone_exited"] = "%{zone} Saliendo de zona",
}
}
Lang = Locale:new({phrases = Translations, warnOnMissing = true})

0 comments on commit 26a3eca

Please sign in to comment.