mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
13 lines
412 B
Lua
13 lines
412 B
Lua
Locales ['br'] = {
|
|
['buy_license'] = 'buy weapon license?',
|
|
['yes'] = '%s',
|
|
['no'] = 'no',
|
|
['buy'] = 'você comprou %s',
|
|
['not_enough_black'] = 'você não tem dinheiro sujo suficiente',
|
|
['not_enough'] = 'você não tem dinheiro suficiente',
|
|
['shop'] = 'comprar',
|
|
['shop_menu'] = 'pressione ~INPUT_CONTEXT~ para comprar armas.',
|
|
['shop_menu_item'] = 'R$%s',
|
|
['map_blip'] = 'loja de Armas',
|
|
}
|