From 06153fed77f266f8b781ae049f9e1d909e5c8fbd Mon Sep 17 00:00:00 2001 From: Ed3n18 <65429070+Ed3n18@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:59:30 +0200 Subject: [PATCH] Updated es.lua --- locales/es.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/es.lua b/locales/es.lua index 3ed1b51..8701fef 100644 --- a/locales/es.lua +++ b/locales/es.lua @@ -6,7 +6,7 @@ local Translations = { not_correct_type = 'No puedes guardar este tipo de vehículo aquí', not_enough = 'No hay suficiente dinero', no_garage = 'Ninguno', - vehicle_occupied = 'No puedes guardar este vehículo ya que no está vacío', + vehicle_occupied = 'No hay espacio disponible para sacar el vehículo', vehicle_not_tracked = 'No se pudo rastrear el vehículo', no_spawn = 'Área demasiado concurrida' }, @@ -36,4 +36,4 @@ if GetConvar('qb_locale', 'en') == 'es' then warnOnMissing = true, fallbackLang = Lang, }) -end \ No newline at end of file +end