diff --git a/locales/br.lua b/locales/br.lua new file mode 100644 index 00000000..5bcb5db2 --- /dev/null +++ b/locales/br.lua @@ -0,0 +1,9 @@ +Locales['br'] = { + + ['invoices'] = 'Faturas', + ['received_invoice'] = 'Você ~r~recebeu~s~ uma fatura', + ['paid_invoice'] = 'Você ~g~pagou~s~ uma fatura de ~r~$', + ['received_payment'] = 'Você ~g~recebeu~s~ um pagamento de ~r~$', + ['player_not_logged'] = 'O jogador não está logado', + +}