From 97fc8bb0599acc838eefb7f15344cd61293ae311 Mon Sep 17 00:00:00 2001 From: CherryozZ <81585398+CherryozZ@users.noreply.github.com> Date: Fri, 14 Jan 2022 01:25:39 +0100 Subject: [PATCH] Update es.lua the latest pr on the missing_args2 locale said that all the args were filled out (lol) and had gramatical issues on some others --- locale/es.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/es.lua b/locale/es.lua index c50d919..9986991 100644 --- a/locale/es.lua +++ b/locale/es.lua @@ -1,12 +1,12 @@ local Translations = { error = { - not_online = 'El jugador no esta conectado!', + not_online = 'El jugador no está conectado!', wrong_format = 'Formato incorrecto!', - missing_args = 'No todos los argumentos estan presente! (x, y, z)', - missing_args2 = 'Todos los argumentos estan presente!', + missing_args = 'No todos los argumentos estan presentes! (x, y, z)', + missing_args2 = 'Todos los argumentos deben estar presentes!', no_access = 'No tienes acceso a este comando!', company_too_poor = 'Tu empresa está en bancarrota. No hay dinero suficiente.', - item_not_exist = 'El objeto no existe en el systema.', + item_not_exist = 'El objeto no existe en el sistema.', too_heavy = 'Tienes el inventario muy lleno.' }, success = {},