mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
14 lines
487 B
Lua
14 lines
487 B
Lua
Locales ['br'] = {
|
|
['buy_license'] = 'buy weapon license?',
|
|
['yes'] = '%s',
|
|
['no'] = 'no',
|
|
['buy'] = 'você comprou ~y~%s~s~ for ~r~R$%s~s~',
|
|
['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!',
|
|
['shop'] = 'comprar',
|
|
['shop_menu'] = 'pressione ~INPUT_CONTEXT~ para comprar armas.',
|
|
['shop_menu_item'] = 'R$%s',
|
|
['map_blip'] = 'loja de Armas',
|
|
}
|