mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
10 lines
296 B
Lua
10 lines
296 B
Lua
Locales['es'] = {
|
|
['valid_purchase'] = '¿validar esta compra?',
|
|
['yes'] = 'si',
|
|
['no'] = 'no',
|
|
['not_enough_money'] = 'no tienes suficente dinero',
|
|
['press_access'] = 'presiona ~INPUT_CONTEXT~ para acceder al menú',
|
|
['barber_blip'] = 'barbero',
|
|
['you_paid'] = 'has pagado $%s',
|
|
}
|