mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Create es.lua
added spanish language Multi-language
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 ',
|
||||
}
|
||||
Reference in New Issue
Block a user