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
This commit is contained in:
CherryozZ
2022-01-14 01:25:39 +01:00
committed by GitHub
parent 281385e2cb
commit 97fc8bb059
+4 -4
View File
@@ -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 = {},