Files
esx_core/locales/br.lua
T
Romain Lanz c418c94619 chore(coding-style): update
- Adding the .editorconfig file
- Ensure there's a trailing comma
- Ensure there's a space before parameter when declaring a function
- Ensure there's no empty line before block declaration
- Ensure 2 spaces is used to indentate
2017-09-14 10:58:18 +02:00

22 lines
1.2 KiB
Lua

Locales['br'] = {
['actions'] = 'Ações',
['amount'] = 'Quantidade',
['balance'] = 'Saldo',
['bank'] = 'Banco',
['bill_amount'] = 'Montante de dinheiro',
['billing'] = 'Faturamento',
['customer'] = 'Cliente',
['customers'] = 'Clientes',
['deposit'] = 'Depositar',
['deposit_amount'] = 'Quantidade para depositar',
['deposit_society_money'] = 'Depositar dinheiro da sociedade',
['invalid_amount'] = 'Quantidade inválida',
['no_player_nearby'] = 'Nenhum jogador nas proximidades',
['press_input_context_to_open_menu'] = 'Pressione ~INPUT_CONTEXT~ para abrir o menu',
['property'] = 'Propriedade',
['wash_money'] = 'Lavagem de dinheiro',
['withdraw'] = 'Sacar',
['withdraw_amount'] = 'Quantidade para sacar',
['withdraw_society_money'] = 'Sacar dinheiro da sociedade',
}