mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
Improved Portuguese locale (#59)
* Correcting and improving translation * Update br.lua
This commit is contained in:
+4
-4
@@ -1,11 +1,11 @@
|
||||
Locales ['br'] = {
|
||||
['buy_license'] = 'buy weapon license?',
|
||||
['buy_license'] = 'comprar licença de porte de arma?',
|
||||
['yes'] = '%s',
|
||||
['no'] = 'no',
|
||||
['weapon_bought'] = 'purchased for %s EUR',
|
||||
['no'] = 'não',
|
||||
['weapon_bought'] = 'comprado por %s R$',
|
||||
['not_enough_black'] = 'você não tem dinheiro sujo suficiente',
|
||||
['not_enough'] = 'você não tem dinheiro suficiente',
|
||||
['already_owned'] = 'you already own this weapon!',
|
||||
['already_owned'] = 'você já possui esta arma!',
|
||||
['shop_menu_title'] = 'comprar',
|
||||
['shop_menu_prompt'] = 'pressione ~INPUT_CONTEXT~ para comprar armas.',
|
||||
['shop_menu_item'] = 'R$%s',
|
||||
|
||||
Reference in New Issue
Block a user