mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 22:02:27 +00:00
13 lines
458 B
Lua
13 lines
458 B
Lua
Locales['es'] = {
|
|
['shop'] = 'tienda',
|
|
['shops'] = 'tiendas',
|
|
['press_menu'] = 'pulsa ~INPUT_CONTEXT~ para comprar en la tienda.',
|
|
['shop_item'] = '%s€',
|
|
['bought'] = 'has comprado ~y~%sx~s~ ~b~%s~s~ por ~r~%s€~s~',
|
|
['not_enough'] = 'no tienes ~r~suficiente ~s~ dinero: %s',
|
|
['player_cannot_hold'] = 'no tienes ~y~espacio libre~s~ en tu inventario...',
|
|
['shop_confirm'] = '¿Comprar %sx %s por $%s?',
|
|
['no'] = 'no',
|
|
['yes'] = 'si',
|
|
}
|