mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 16:01:36 +00:00
2bb542cba2
Brazilian Portuguese translation. [ATTENTION] The ui_br.html file that is in the html folder must be renamed to ui.html to run the translation.
14 lines
509 B
Lua
14 lines
509 B
Lua
Locales['br'] = {
|
|
|
|
['new_message'] = '~b~Nova mensagem',
|
|
['press_take_call'] = ' - Pressione ~INPUT_CONTEXT~ para aceitar a chamada',
|
|
['taken_call'] = ' recebeu uma chamada',
|
|
['gps_position'] = 'Destino inserido no GPS',
|
|
['message_sent'] = 'mensagem enviada',
|
|
['cannot_add_self'] = 'Você não pode se adicionar',
|
|
['number_in_contacts'] = 'Este número já está na sua lista de contatos',
|
|
['contact_added'] = 'Contato adicionado',
|
|
['number_not_assigned'] = 'Este número não foi atribuído...',
|
|
|
|
}
|