mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 21:01:49 +00:00
27 lines
949 B
Lua
27 lines
949 B
Lua
Locales['br'] = {
|
|
['properties'] = 'propriedades',
|
|
['clients'] = 'clientes',
|
|
['realtor'] = 'corretor de imóveis',
|
|
['amount_withdraw'] = 'quantidade de retirada',
|
|
['invalid_amount'] = 'quantidade inválida',
|
|
['press_to_access'] = 'pressione ~INPUT_CONTEXT~ para abrir o menu',
|
|
['amount'] = 'quantidade',
|
|
['no_play_near'] = 'nenhum jogador nas proximidades',
|
|
['realtors'] = 'agente Imobiliário',
|
|
['boss_action'] = 'boss Actions',
|
|
|
|
-- Property menu
|
|
['property_name'] = 'propriedade',
|
|
['property_actions'] = 'actions',
|
|
['property_actionbuttons'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
|
|
|
|
-- Customer menu
|
|
['customer_client'] = 'clientes',
|
|
['customer_property'] = 'propriedade',
|
|
['customer_agreement'] = 'agreement',
|
|
['customer_actions'] = 'actions',
|
|
['customer_contractbuttons'] = '{{Revoke contract|revoke}} {{GPS|gps}}',
|
|
['customer_rent'] = 'alugar',
|
|
['customer_sell'] = 'vender',
|
|
}
|