From 0afc1350b145f0737a193455c16b60cd12eb73f4 Mon Sep 17 00:00:00 2001 From: J Date: Thu, 29 Jun 2023 09:51:35 -0300 Subject: [PATCH] Update es.json Hi! the spanish translation wasn't right. I just fixed it with the names from wikipedia. --- dist/transl/es.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/transl/es.json b/dist/transl/es.json index 4f2ccbb..a49eefa 100644 --- a/dist/transl/es.json +++ b/dist/transl/es.json @@ -19,17 +19,17 @@ }, "cwcTerms": { - "Feels Like" : "Parece que", + "Feels Like" : "Sensación", "new_moon": "Luna nueva", "new": "Luna nueva", - "waxing_crescent": "Media luna de cera", - "first_quarter": "Primer trimestre", - "waxing_gibbous": "Encerado Gibbous", - "full": "Completo", - "full_moon": "Completo", - "waning_gibbous": "Waning Gibbous", - "third_quarter": "Tercer cuarto", - "last_quarter": "Último cuarto", - "waning_crescent": "Waning Crescent" + "waxing_crescent": "Cresciente", + "first_quarter": "Cuarto Cresciente", + "waxing_gibbous": "Creciente Gibosa", + "full": "LLena", + "full_moon": "LLena", + "waning_gibbous": "Menguante gibosa", + "third_quarter": "Cuarto Menguante", + "last_quarter": "Cuarto Menguante", + "waning_crescent": "Menguante" } -} \ No newline at end of file +}