Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pt-br.lua #58

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions locale/pt-br.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
local Translations = {
error = {
fingerprints = 'Você deixou uma impressão digital no vidro',
minimum_police = 'Mínimo de %{value} policiais necessários',
wrong_weapon = 'Sua arma não é forte o suficiente..',
to_much = 'Você tem muito no seu bolso'
},
success = {},
info = {
progressbar = 'Quebrando a vitrine',
},
general = {
target_label = 'Quebre a vitrine',
drawtextui_grab = '[E] Quebre a vitrine',
drawtextui_broken = 'Vitrine quebrada'
}
}

Lang = Lang ou Locale:new({
phrases = Translations,
warnOnMissing = true
})
Loading