mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 15:01:32 +00:00
13 lines
622 B
Lua
13 lines
622 B
Lua
Locales['br'] = {
|
|
['invoices'] = 'faturas',
|
|
['invoices_item'] = '$%s',
|
|
['received_invoice'] = 'você ~r~recebeu~s~ uma fatura',
|
|
['paid_invoice'] = 'você ~g~pagou~s~ uma fatura de ~r~$%s~s~',
|
|
['no_invoices'] = 'you do not have any bills to pay at this moment',
|
|
['received_payment'] = 'você ~g~recebeu~s~ um pagamento de ~r~$%s~s~',
|
|
['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!',
|
|
['keymap_showbills'] = 'open bills menu',
|
|
}
|