mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 03:01:41 +00:00
da69a6327f
Added Spanish Language Multi-Language
10 lines
233 B
Lua
10 lines
233 B
Lua
Locales['es'] = {
|
|
|
|
['shop'] = 'Tienda',
|
|
['shops'] = 'Tiendas',
|
|
['press_menu'] = 'Presiona ~INPUT_CONTEXT~ para acceder a la tienda.',
|
|
['bought'] = 'Has comprado ~b~1 ',
|
|
['not_enough'] = 'No tienes ~r~suficiente ~s~ dinero.',
|
|
|
|
}
|