mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Create es.lua
Added Spanish language Multi-language
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Locales['es'] = {
|
||||
|
||||
['valid_this_purchase'] = '¿Validar esta compra?',
|
||||
['yes'] = 'Si',
|
||||
['no'] = 'No',
|
||||
['name_outfit'] = 'Nombre del traje ?',
|
||||
['not_enough_money'] = 'No tienes suficiente dinero',
|
||||
['press_menu'] = 'Presiona ~INPUT_CONTEXT~ para acceder al menú',
|
||||
['clothes'] = 'Ropa',
|
||||
['you_paid'] = 'Has pagado €',
|
||||
['save_in_dressing'] = '¿Quieres darle un nombre a tu vestuario?',
|
||||
}
|
||||
Reference in New Issue
Block a user