mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
c418c94619
- 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
22 lines
1.2 KiB
Lua
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',
|
|
}
|