From e0b1ff661df5b2dcb21521cc18287ff285334ad5 Mon Sep 17 00:00:00 2001 From: Jougito - Kheros Date: Sun, 19 Jul 2020 12:55:26 +0200 Subject: [PATCH] Finished Spanish translation (#44) --- locales/es.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/locales/es.lua b/locales/es.lua index 8351147b..3e7c28d4 100644 --- a/locales/es.lua +++ b/locales/es.lua @@ -1,12 +1,12 @@ Locales['es'] = { - ['invoices'] = 'facturas', - ['invoices_item'] = '€%s', - ['received_invoice'] = 'has ~r~recibido~s~ una multa', - ['paid_invoice'] = 'has ~g~pagado~s~ una multa de ~r~€%s~s~', - ['no_invoices'] = 'you do not have any bills to pay at this moment', - ['received_payment'] = 'has ~g~recibido~s~ un pago de ~g~€%s~s~', - ['player_not_online'] = 'el jugador no está conectado', - ['no_money'] = 'you do not have enough money to pay this bill', - ['target_no_money'] = 'the player ~r~does not~s~ have enough money to pay the bill!', - ['keymap_showbills'] = 'open bills menu', + ['invoices'] = 'Facturas', + ['invoices_item'] = '%s$', + ['received_invoice'] = 'Has ~r~recibido~s~ una multa', + ['paid_invoice'] = 'Has ~g~pagado~s~ una multa de ~r~%s$~s~', + ['no_invoices'] = 'No tienes ninguna factura para pagar en este momento', + ['received_payment'] = 'Has ~g~recibido~s~ un pago de ~g~%s$~s~', + ['player_not_online'] = 'El jugador no está conectado', + ['no_money'] = 'No tienes suficiente dinero para pagar la factura', + ['target_no_money'] = '¡El jugador ~r~no tiene~s~ suficiente dinero para pagar la factura!', + ['keymap_showbills'] = 'Abrir menú de facturas', }