From dc1ba4f1ed5f9738a6f80201b83fbe81fc06eca4 Mon Sep 17 00:00:00 2001 From: maiconkkl Date: Mon, 6 Jan 2020 22:10:59 -0300 Subject: [PATCH] Correcting and improving translation --- locales/br.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/br.lua b/locales/br.lua index 9f93e8ea..bee997ed 100644 --- a/locales/br.lua +++ b/locales/br.lua @@ -4,7 +4,7 @@ Locales['br'] = { ['received_invoice'] = 'você ~r~recebeu~s~ uma fatura', ['paid_invoice'] = 'você ~g~pagou~s~ uma fatura de ~r~$%s~s~', ['received_payment'] = 'você ~g~recebeu~s~ um pagamento de ~r~$%s~s~', - ['player_not_online'] = 'o jogador não está logado', - ['no_money'] = 'you do not have enough money to pay this bill', - ['target_no_money'] = 'the player ~r~does not~s~ have enough money to pay the bill!', + ['player_not_online'] = 'o jogador não está na cidade', + ['no_money'] = 'você não tem dinheiro suficiente para pagar esta fatura', + ['target_no_money'] = 'o cidadão ~r~não tem~s~ dinheiro suficiente para pagar a conta!', }