mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
5ce1295fbd
added spanish language Multi-language
11 lines
308 B
Lua
11 lines
308 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 ',
|
|
}
|