Create es.lua

added spanish language Multi-language
This commit is contained in:
Coro Veneno
2017-09-12 22:12:52 +02:00
committed by GitHub
parent 5b551f04cf
commit 5ce1295fbd
+10
View File
@@ -0,0 +1,10 @@
Locales['es'] = {
['valid_purchase'] = '¿validar esta compra?',
['yes'] = 'Si',
['no'] = 'No',
['not_enough_money'] = 'No tienes suficente dinero',
['press_access'] = 'Presiona ~INPUT_CONTEXT~ para acceder al menú',
['barber_blip'] = 'Barbero',
['you_paid'] = 'Has pagado ',
}