mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Update es.lua
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
Locales['es'] = {
|
||||
['shop'] = 'tienda',
|
||||
['shops'] = 'tiendas',
|
||||
['press_menu'] = 'presiona ~INPUT_CONTEXT~ para acceder a la tienda.',
|
||||
['shop_item'] = '$%s',
|
||||
['bought'] = 'you just bought ~y~%sx~s~ ~b~%s~s~ for ~r~$%s~s~',
|
||||
['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'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
||||
['shop_confirm'] = 'buy %sx %s for $%s?',
|
||||
['player_cannot_hold'] = 'no tienes ~y~espacio libre~s~ en tu inventario...',
|
||||
['shop_confirm'] = '¿Comprar %sx %s por $%s?',
|
||||
['no'] = 'no',
|
||||
['yes'] = 'yes',
|
||||
['yes'] = 'si',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user