Skip to content

Commit

Permalink
Merge pull request #24 from DanielCoelh0/patch-1
Browse files Browse the repository at this point in the history
Update pt.lua
  • Loading branch information
GhzGarage authored Apr 7, 2022
2 parents f8cf12b + c71eef9 commit d1c1bde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locales/pt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ local Translations = {
["make_grape_juice"] = "[E] Fazer Sumo De Uva",
["countdown"] = "Tempo Restante %{time}s",
['cancel_task'] = "Cancelaste a tarefa"
},
text = {
["start_shift"] = "O teu turno nas vinhas começou!",
["end_shift"] = "O teu turno nas vinhas terminou!",
["valid_zone"] = "Zona Válida!",
["invalid_zone"] = "Zona Inválida!",
["zone_entered"] = "Entraste Na Zona %{zone}",
["zone_exited"] = "Saíste Da Zona %{zone}",
}
}
Lang = Locale:new({phrases = Translations, warnOnMissing = true})

0 comments on commit d1c1bde

Please sign in to comment.