mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
10 lines
451 B
Lua
10 lines
451 B
Lua
Locales['br'] = {
|
|
['invoices'] = 'faturas',
|
|
['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!',
|
|
}
|