mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
63 lines
2.7 KiB
Lua
63 lines
2.7 KiB
Lua
Locales['br'] = {
|
|
-- Cloakroom
|
|
['cloakroom'] = 'Vestiário',
|
|
['ems_clothes_civil'] = 'Roupa Normal',
|
|
['ems_clothes_ems'] = 'Entrar como Socorrista',
|
|
-- Vehicles
|
|
['veh_menu'] = 'véhicule',
|
|
['veh_spawn'] = 'Aperte ~INPUT_CONTEXT~ para pegar veiculo',
|
|
['store_veh'] = 'Aperte ~INPUT_CONTEXT~ para guardar Veiculo ',
|
|
['ambulance'] = 'Ambulancia',
|
|
['helicopter'] = 'Helicoptero',
|
|
-- Action Menu
|
|
['hospital'] = 'Hôspital',
|
|
['revive_inprogress'] = 'Reanimação em andamento',
|
|
['revive_complete'] = 'você ressuscitou ~y~%s~s~',
|
|
['revive_complete_award'] = 'você ressuscitou ~y~%s~s~, ~g~$%s~s~',
|
|
['heal_inprogress'] = 'you are healing!',
|
|
['heal_complete'] = 'you have healed ~y~%s~s~',
|
|
['no_players'] = 'Nenhum jogador nas proximidades',
|
|
['no_vehicles'] = 'Sem veículos nas proximidades',
|
|
['player_not_unconscious'] = 'Não está inconsciente',
|
|
['player_not_conscious'] = 'that player is not conscious!',
|
|
-- Boss Menu
|
|
['boss_actions'] = 'Menu Administração',
|
|
-- Misc
|
|
['invalid_amount'] = '~r~Quantidade inválida',
|
|
['open_menu'] = 'Aperte ~INPUT_CONTEXT~ para abrir o menu',
|
|
['deposit_amount'] = 'Quantidade inválida para deposito',
|
|
['money_withdraw'] = 'Quantidade a ser retirada',
|
|
['fast_travel'] = 'Aperte ~INPUT_CONTEXT~ para mover-se rapidamente.',
|
|
['open_pharmacy'] = 'Aperte ~INPUT_CONTEXT~ para abrir a farmácia.',
|
|
['pharmacy_menu_title'] = 'Farmácia',
|
|
['pharmacy_take'] = 'Tomar',
|
|
['medikit'] = 'Seringa',
|
|
['bandage'] = 'Vendagem',
|
|
['max_item'] = 'você já carrega o suficiente sobre você.',
|
|
-- F6 Menu
|
|
['ems_menu'] = 'Interação com cidadão',
|
|
['ems_menu_title'] = 'Ambulância - Interação com cidadão',
|
|
['ems_menu_revive'] = 'Reanimar',
|
|
['ems_menu_putincar'] = 'Colocar no veiculo',
|
|
['ems_menu_small'] = 'Curar pequenas feridas',
|
|
['ems_menu_big'] = 'Tratando lesões graves',
|
|
-- Phone
|
|
['alert_ambulance'] = 'Alerta Socorro',
|
|
-- Death
|
|
['please_wait'] = 'you will bleed out in ~b~%s minutes %s seconds~s~\n',
|
|
['press_respawn'] = 'press [~b~E~w~] to respawn.',
|
|
['respawn_now_fine'] = 'respawn now for ~g~$%s ~w~[Press ~b~E~w~]',
|
|
['respawn_fine'] = 'you paid ~r~$%s~s~ to respawn.',
|
|
['distress_send'] = 'press [~b~G~s~] to send distress signal',
|
|
['distress_sent'] = 'distress signal has been sent to available units!',
|
|
['distress_message'] = 'medical attention required: unconscious citizen!',
|
|
-- Revive
|
|
['revive_help'] = 'reviver um jogador',
|
|
-- Item
|
|
['used_medikit'] = 'você usou 1x Seringa',
|
|
['used_bandage'] = 'você usou 1x Vendagem',
|
|
['not_enough_medikit'] = 'Você não tem ~b~Seringa~w~.',
|
|
['not_enough_bandage'] = 'Você não tem ~b~Vendagem~w~.',
|
|
['healed'] = 'Você foi tratado.',
|
|
}
|