0.0.1
This commit is contained in:
18
resources/[esx_addons]/esx_shops/locales/es.lua
Normal file
18
resources/[esx_addons]/esx_shops/locales/es.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user