Files
2026-07-07 21:08:52 +02:00

19 lines
705 B
Lua

Locales['es'] = {
['shop'] = 'tienda',
['shops'] = 'tiendas',
['press_menu'] = 'pulsa [%s] para comprar en la tienda.',
['shop_item'] = '%s€',
['bought'] = 'has comprado %sx %s por ~r~%s€',
['not_enough'] = 'no tienes ~r~suficiente dinero: %s',
['player_cannot_hold'] = 'no tienes espacio libre en tu inventario...',
['shop_confirm'] = '¿Comprar %sx %s por $%s?',
['no'] = 'no',
['yes'] = 'si',
['amount'] = 'Amount', --not translated
['amount_placeholder'] = 'Amount you want to buy', --not translated
['confirm'] = 'Confirm', --not translated
['purchase'] = 'Purchase', --not translated
['bread'] = 'Bread', --not translated
['water'] = 'Water', --not translated
}