Create es.lua

Added Spanish language
This commit is contained in:
o0Coro0o
2017-09-11 21:52:01 +02:00
committed by GitHub
parent ece50433a5
commit 5680af3c23
+8
View File
@@ -0,0 +1,8 @@
Locales['es'] = {
['invalid_amount'] = '~r~cantidad no válida',
['deposit_money'] = 'has depositado ~g~€',
['withdraw_money'] = 'has retirado ~g~€',
['press_e_atm'] = 'Presiona ~INPUT_PICKUP~ para depositar o retirar ~g~cash~s~.',
['transf_money_ok'] = 'Transferencia correctamente ~g~€',
['transf_money_error'] = '~r~ Error en la transferencia'
}