From 092c7280ae9ac2172c97b965bdeb76ea4473d8f0 Mon Sep 17 00:00:00 2001 From: Leandro Jossue Ramirez Vezga <101231796+LJossue@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:41:03 -0700 Subject: [PATCH] Agregar palabras Palabras Cascar y Jopo agregadas. --- src/data.json | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/data.json b/src/data.json index bc576ae..2b35b1e 100644 --- a/src/data.json +++ b/src/data.json @@ -303,7 +303,7 @@ ] }, { - "text": "bolita", + "text": "Bolita", "meaning": "Hace referencia a los juegos de azar y apuestas", "synonyms": [ "chance" @@ -515,6 +515,23 @@ "link": "https://github.com/jvalenciae" } ] + }, + { + "text": "Cascar", + "meaning": "Pegarle a una persona.", + "synonyms": [ + "Pegar", + "Golpear"], + "examples": [ + "'Lo voy a cascar si no se comporta.'", + "'Ayer se cascaron a Wilmer y no sabemos quién fue.'" + ], + "authors": [ + { + "name": "Leandro Ramírez", + "link": "https://github.com/LJossue" + } + ] }, { "text": "Chance", @@ -1013,6 +1030,23 @@ } ] }, + { + "text": "Jopo", + "meaning": "Nalga, Trasero. / Aburrido, malo.", + "synonyms": [ + "Culo" + ], + "examples": [ + "Le dieron un golpe en el jopo", + "¡Esa fiesta está jopo, yo mejor no voy!" + ], + "authors": [ + { + "name": "Leandro Ramírez", + "link": "https://github.com/LJossue" + } + ] + }, { "text": "Lambón", "meaning": "Persona que acusa, delata o adula a alguien.", @@ -1542,4 +1576,4 @@ } ] } -] \ No newline at end of file +]