diff --git a/frontend/src/i18n/locales/es/common.json b/frontend/src/i18n/locales/es/common.json index 50e6266..a471d7b 100644 --- a/frontend/src/i18n/locales/es/common.json +++ b/frontend/src/i18n/locales/es/common.json @@ -6,7 +6,7 @@ "donate": { "info": "Gracias por usar Crab Fit. Si te gusta, considera hacer una donación.", "button": "Donar", - "title": "Cada cantidad cuenta :)" + "title": "Cada donación cuenta :)" }, "options": { "name": "Opciones", @@ -18,7 +18,7 @@ } }, "timeFormat": { - "label": "Formato de tiempo", + "label": "Formato horario", "options": { "12h": "12h", "24h": "24h" @@ -27,7 +27,7 @@ "theme": { "label": "Tema", "options": { - "System": "Sistema", + "System": "Automático", "Light": "Claro", "Dark": "Oscuro" } diff --git a/frontend/src/i18n/locales/es/event.json b/frontend/src/i18n/locales/es/event.json index 90d69a5..038576b 100644 --- a/frontend/src/i18n/locales/es/event.json +++ b/frontend/src/i18n/locales/es/event.json @@ -43,7 +43,7 @@ "tabs": { "you": "Tu disponibilidad", "you_tooltip": "Inicie sesión para establecer su disponibilidad", - "group": "Disponibilidad grupal" + "group": "Disponibilidad del grupo" }, "group": { diff --git a/frontend/src/i18n/locales/es/help.json b/frontend/src/i18n/locales/es/help.json index 4d0f1c7..1bcd264 100644 --- a/frontend/src/i18n/locales/es/help.json +++ b/frontend/src/i18n/locales/es/help.json @@ -1,21 +1,21 @@ { - "name": "How to Crab Fit", + "name": "Como usar Crab Fit", "p1": "Crab Fit is a tool that helps you when planning events with friends or coworkers. You just create an event, enter your availability, send it out, and see when everyone is free!", "p2": "See below for detailed steps of how to Crab Fit your event.", - "s1": "Step 1", + "s1": "Paso 1", "p3": "Use the form at <1>crab.fit to make a new event. You only need to put in the rough time period for when your event occurs here, not your availability.", "p4": "For example, we'll use \"Jenny's Birthday Lunch\". Jenny wants her birthday lunch to happen on the same week as her birthday, the 15th of April, but she knows that not all of her friends are available on the 15th. She also doesn't want to do it on the weekend.", "p5": "Jenny also knows that since it's a lunch event, it can't start before 11am or go any later than 5pm.", - "s2": "Step 2", + "s2": "Paso 2", "p6": "Enter your availability for the event you just created.", "p7": "In our example, Jenny now puts in her availability for her birthday lunch. She is free all week, except after 3pm on Tuesday and Wednesday, and before 1pm on Friday.", - "s3": "Step 3", + "s3": "Paso 3", "p8": "Send the link to everyone you want to come.", "p9": "After Jenny has sent the link to her friends and waited for them to also fill out their availabilities, she can now easily see them all on the heatmap below and choose the darkest area for a time that suits everyone!", diff --git a/frontend/src/i18n/locales/es/home.json b/frontend/src/i18n/locales/es/home.json index accab6c..a8a856a 100644 --- a/frontend/src/i18n/locales/es/home.json +++ b/frontend/src/i18n/locales/es/home.json @@ -47,7 +47,7 @@ "content": { "p1": "Crab Fit te ayuda a adaptar tu evento a los horarios de todos. Simplemente cree un evento arriba y envíe el enlace a todos los participantes. Los resultados se actualizan en vivo y podrá ver un mapa de calor de cuándo todos están libres.<1/><2>Obtenga más información sobre cómo Crab Fit.", "p3": "Creado por <1>Ben Grant, Crab Fit es la solución moderna para sus debates de planificación de eventos grupales.", - "p4": "El código de Crab Fit es de código abierto, si encuentra algún problema o desea contribuir, puede visitar el <1>repositorio. Al utilizar Crab Fit, acepta la <3>política de privacidad.", + "p4": "Crab Fit es de código abierto, si encuentra algún problema o desea contribuir, puede visitar el <1>repositorio. Al utilizar Crab Fit, acepta la <3>política de privacidad.", "p6": "Para proteger su privacidad, los eventos se eliminan después de 3 meses de inactividad y todas las contraseñas tienen un cifrado seguro.", "p5": "Considere hacer una donación a continuación si lo ayudó para que pueda ser gratuito para todos. 🦀" },