Main/resources/[tools]/okokBanking/locales/es.lua
2025-06-07 08:51:21 +02:00

221 lines
No EOL
4.9 KiB
Lua

Locales['es'] = {
-- PIN RELATED LOCALES
['no_pin'] = {
title = 'BANKING',
text = 'Diríjase primero a un banco para establecer un código PIN',
time = 5000,
type = 'error'
},
['pin_changed'] = {
title = 'BANKING',
text = 'El PIN se ha cambiado con éxito a ${s1}',
time = 5000,
type = 'success'
},
['pin_no_money'] = {
title = 'BANKING',
text = 'Es necesario tener ${s1}€ para cambiar su PIN',
time = 5000,
type = 'error'
},
['pin_digits'] = {
title = 'BANKING',
text = 'Su PIN debe tener 4 dígitos',
time = 5000,
type = 'error'
},
['pin_only_numbers'] = {
title = 'BANKING',
text = 'Sólo se pueden utilizar números',
time = 5000,
type = 'error'
},
-- IBAN RELATED LOCALES
['iban_not_exist'] = {
title = 'BANKING',
text = 'Este IBAN no existe',
time = 5000,
type = 'error'
},
['iban_in_use'] = {
title = 'BANKING',
text = 'Este IBAN ya está en uso',
time = 5000,
type = 'error'
},
['iban_only_numbers'] = {
title = 'BANKING',
text = 'Sólo puede utilizar números en su IBAN',
time = 5000,
type = 'error'
},
['iban_changed'] = {
title = 'BANKING',
text = 'El IBAN ha sido cambiado con éxito a ${s1}',
time = 5000,
type = 'success'
},
['iban_no_money'] = {
title = 'BANKING',
text = 'Es necesario tener ${s1}€ para cambiar su IBAN',
time = 5000,
type = 'error'
},
-- WITHDRAWN / DEPOSITED / TRANSFERRED / RECEIVED
['deposited'] = {
title = 'BANKING',
text = 'Has depositado ${s1}€',
time = 5000,
type = 'success'
},
['withdrawn'] = {
title = 'BANKING',
text = 'Has retirado ${s1}€',
time = 5000,
type = 'success'
},
['received_from'] = {
title = 'BANKING',
text = 'Has recibido ${s1}€ de ${s2}',
time = 5000,
type = 'success'
},
['transferred_to'] = {
title = 'BANKING',
text = 'Has transferido ${s1}€ a ${s2}',
time = 5000,
type = 'success'
},
['deposited_to'] = {
title = 'BANKING',
text = 'Has depositado ${s1}€ a ${s2}',
time = 5000,
type = 'success'
},
['someone_withdrawing'] = {
title = 'BANKING',
text = 'Alguien ya se está retirando dinero',
time = 5000,
type = 'error'
},
['you_have_withdrawn'] = {
title = 'BANKING',
text = 'Has retirado ${s1}€ de ${s2}',
time = 5000,
type = 'success'
},
-- GENERAL LOCALES
['no_creditcard'] = {
title = 'BANKING',
text = 'No puedes acceder al cajero automático sin una tarjeta de crédito',
time = 5000,
type = 'error'
},
['invalid_amount'] = {
title = 'BANKING',
text = 'Cantidad no válida',
time = 5000,
type = 'error'
},
['invalid_input'] = {
title = 'BANKING',
text = 'Entrada no válida',
time = 5000,
type = 'error'
},
['no_money_pocket'] = {
title = 'BANKING',
text = 'No tienes tanto dinero encima',
time = 5000,
type = 'error'
},
['no_money_bank'] = {
title = 'BANKING',
text = 'No tienes tanto dinero en el banco',
time = 5000,
type = 'error'
},
['not_send_yourself'] = {
title = 'BANKING',
text = 'No puedes enviarte dinero a ti mismo',
time = 5000,
type = 'error'
},
['society_no_money'] = {
title = 'BANKING',
text = 'Su sociedad no tiene tanto dinero en el banco',
time = 5000,
type = 'error'
},
['not_use_bank'] = {
title = 'BANKING',
text = 'No puedes acceder al banco en este momento',
time = 5000,
type = 'error'
},
['bought_cc'] = {
title = 'BANKING',
text = 'Has comprado una tarjeta de crédito por ${s1}€',
time = 5000,
type = 'success'
},
-- TEXTUI LOCALES
['open_banking'] = {
text = '[E] Acceder al banco',
color = 'darkblue',
side = 'left'
},
['open_atm'] = {
text = '[E] Acceder al ATM',
color = 'darkblue',
side = 'left'
},
-- QB-TARGET LOCALES
['open_banking_target'] = {
text = 'Acceder al banco',
},
['open_atm_target'] = {
text = 'Acceder al ATM',
},
}