diff --git a/docs/src/content/i18n/en.json b/docs/src/content/i18n/en.json index 3b498f2..6b66941 100644 --- a/docs/src/content/i18n/en.json +++ b/docs/src/content/i18n/en.json @@ -4,14 +4,14 @@ "buttons.star": "Give a star", "buttons.sponsor": "Sponsor", "challenge.footer.note": "Note", - "challenge.footer.running": "Démarre le projet en exécutant:", - "challenge.footer.start": "Le titre de ta PR doit commencer par", - "challenge.footer.reminder": "Rappel", - "challenge.footer.communityAnswers": "Solution de la communauté", - "challenge.footer.authorAnswer": "Solution de l'auteur", + "challenge.footer.running": "Start the project by executing:", + "challenge.footer.start": "The title of your PR must begin with", + "challenge.footer.reminder": "Reminder", + "challenge.footer.communityAnswers": "Community solutions", + "challenge.footer.authorAnswer": "Author's solution", "challenge.footer.blogPost": "Article", - "challenge.footer.gettingStarted.title": "Pour faire ce challenge, commencer par lire: ", - "challenge.footer.gettingStarted.link": "Comment Démarrer", + "challenge.footer.gettingStarted.title": "To complete this challenge, start by reading: ", + "challenge.footer.gettingStarted.link": "Getting started", "subscription.button": "Subscribe", "subscription.email": "username@gmail.com", "subscription.note.title": "Notes", diff --git a/docs/src/content/i18n/es.json b/docs/src/content/i18n/es.json index d0a157a..82d6d4e 100644 --- a/docs/src/content/i18n/es.json +++ b/docs/src/content/i18n/es.json @@ -40,20 +40,20 @@ "running": "Inicia el proyecto ejecutando el siguiente comando:", "start": "El título de tu PR debe iniciar con", "reminder": "¡No lo olvides!", - "communityAnswers": "Respuestas de la Comunidad", - "authorAnswer": "Respuesta del Autor del Reto", - "blogPost": "Blog Post", + "communityAnswers": "Respuestas de la comunidad", + "authorAnswer": "Respuesta del autor", + "blogPost": "Artículo", "challenge.footer.note": "Nota", "challenge.footer.running": "Inicia el proyecto ejecutando el siguiente comando:", "challenge.footer.start": "El título de tu PR debe iniciar con", "challenge.footer.reminder": "¡No lo olvides!", - "challenge.footer.communityAnswers": "Respuestas de la Comunidad", - "challenge.footer.authorAnswer": "Respuesta del Autor del Reto", - "challenge.footer.blogPost": "Blog Post", + "challenge.footer.communityAnswers": "Respuestas de la comunidad", + "challenge.footer.authorAnswer": "Respuesta del autor", + "challenge.footer.blogPost": "Artículo", "challenge.footer.gettingStarted.title": "Para realizar este desafío, comienza por leer: ", "challenge.footer.gettingStarted.link": "Inicio", - "subscription.button": "Subscribe", - "subscription.email": "username@gmail.com", - "subscription.note.title": "Notes", - "subscription.note.description": "This email will only be used for sending new challenges updates" + "subscription.button": "Suscríbete", + "subscription.email": "usuario@gmail.com", + "subscription.note.title": "Notas", + "subscription.note.description": "Este correo se utilizará para informar acerca de nuevos retos" }