fix: lang

This commit is contained in:
thomas
2024-01-31 14:41:04 +01:00
parent bb07207972
commit 96c2156237
12 changed files with 195 additions and 184 deletions

View File

@@ -47,10 +47,8 @@ const i18n = defineCollection({
'challenge.footer.communityAnswers': z.string(),
'challenge.footer.authorAnswer': z.string(),
'challenge.footer.blogPost': z.string(),
'challenge.footer.gettingStarted': z.object({
title: z.string(),
link: z.string(),
}),
'challenge.footer.gettingStarted.title': z.string(),
'challenge.footer.gettingStarted.link': z.string(),
})
.partial(),
}),

View File

@@ -1,20 +0,0 @@
{
"page.title.challenge": "Challenge",
"author.createdBy": "Créé par",
"buttons.star": "Donne une étoile",
"buttons.sponsor": "Sponsorise",
"challenge.footer": {
"note": "Note",
"running": "Start the project by running:",
"start": "Your PR title must start with",
"reminder": "Reminder",
"communityAnswers": "Community Answers",
"authorAnswer": "Author Answer",
"blogPost": "Blog Post",
"gettingStarted": {
"title": "To do this challenge, start by reading: ",
"link": "Getting Started"
}
}
}

View File

@@ -3,18 +3,13 @@
"author.createdBy": "Created by",
"buttons.star": "Give a star",
"buttons.sponsor": "Sponsor",
"challenge.footer": {
"note": "Note",
"running": "Démarre le projet en exécutant:",
"start": "Le titre de ta PR doit commencer par",
"reminder": "Rappel",
"communityAnswers": "Solution de la communauté",
"authorAnswer": "Solution de l'auteur",
"blogPost": "Article",
"gettingStarted": {
"title": "Pour faire ce challenge, commencer par lire: ",
"link": "Comment Démarrer"
}
}
"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.blogPost": "Article",
"challenge.footer.gettingStarted.title": "Pour faire ce challenge, commencer par lire: ",
"challenge.footer.gettingStarted.link": "Comment Démarrer"
}

View File

@@ -19,11 +19,9 @@
"page.previousLink": "Anterior",
"page.nextLink": "Siguiente",
"404.text": "Página no encontrada. Por favor revisa la URL o intenta utilizando la barra de búsqueda.",
"expressiveCode.copyButtonCopied": "Copiado!",
"expressiveCode.copyButtonTooltip": "Copiar al portapapeles",
"expressiveCode.terminalWindowFallbackTitle": "Ventana de terminal",
"pagefind.clear_search": "Borrar",
"pagefind.load_more": "Cargar más resultados",
"pagefind.search_label": "Buscar en este sitio",
@@ -34,12 +32,10 @@
"pagefind.alt_search": "Sin resultados para tu búsqueda de [SEARCH_TERM]. Te estamos mostrando resultados para [DIFFERENT_TERM]",
"pagefind.search_suggestion": "Sin resultados para tu búsqueda de [SEARCH_TERM]. Intenta alguna de las siguientes búsquedas:",
"pagefind.searching": "Buscando [SEARCH_TERM]...",
"page.title.challenge": "Reto",
"author.createdBy": "Creado por",
"buttons.star": "Danos una estrella",
"buttons.sponsor": "Patrocínanos",
"note": "Nota",
"running": "Inicia el proyecto ejecutando el siguiente comando:",
"start": "El título de tu PR debe iniciar con",
@@ -47,18 +43,13 @@
"communityAnswers": "Respuestas de la Comunidad",
"authorAnswer": "Respuesta del Autor del Reto",
"blogPost": "Blog Post",
"challenge.footer": {
"note": "Nota",
"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",
"gettingStarted": {
"title": "Para realizar este desafío, comienza por leer: ",
"link": "Inicio"
}
}
"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.gettingStarted.title": "Para realizar este desafío, comienza por leer: ",
"challenge.footer.gettingStarted.link": "Inicio"
}

View File

@@ -0,0 +1,15 @@
{
"page.title.challenge": "Challenge",
"author.createdBy": "Créé par",
"buttons.star": "Donne une étoile",
"buttons.sponsor": "Sponsorise",
"challenge.footer.note": "Note",
"challenge.footer.running": "Start the project by running:",
"challenge.footer.start": "Your PR title must start with",
"challenge.footer.reminder": "Reminder",
"challenge.footer.communityAnswers": "Community Answers",
"challenge.footer.authorAnswer": "Author Answer",
"challenge.footer.blogPost": "Blog Post",
"challenge.footer.gettingStarted.title": "To do this challenge, start by reading: ",
"challenge.footer.gettingStarted.link": "Getting Started"
}

View File

@@ -3,20 +3,14 @@
"author.createdBy": "Criado por",
"buttons.star": "Dar uma estrela",
"buttons.sponsor": "Patrocinar",
"404.text": "Página não encontrada. Verifique a URL ou tente usar a barra de busca.",
"challenge.footer": {
"note": "Nota",
"running": "Rode o projeto executando o comando:",
"start": "O título do seu PR deve começar com",
"reminder": "Não esqueça",
"communityAnswers": "Solução da Comunidade",
"authorAnswer": "Solução do Autor do Desafio",
"blogPost": "Artigo",
"gettingStarted": {
"title": "Para realizar este desafio, comece lendo: ",
"link": "Começando"
}
}
"challenge.footer.note": "Nota",
"challenge.footer.running": "Rode o projeto executando o comando:",
"challenge.footer.start": "O título do seu PR deve começar com",
"challenge.footer.reminder": "Não esqueça",
"challenge.footer.communityAnswers": "Solução da Comunidade",
"challenge.footer.authorAnswer": "Solução do Autor do Desafio",
"challenge.footer.blogPost": "Artigo",
"challenge.footer.gettingStarted.title": "Para realizar este desafio, comece lendo: ",
"challenge.footer.gettingStarted.link": "Começando"
}

View File

@@ -3,20 +3,14 @@
"author.createdBy": "Создано",
"buttons.star": "Дать звезду",
"buttons.sponsor": "Спонсор",
"404.text": "Страница не найдена. Проверьте URL-адрес или воспользуйтесь строкой поиска.",
"challenge.footer": {
"note": "Примечание",
"running": "Запустите проект, выполнив команду:",
"start": "Название вашего PR должно начинаться со слов",
"reminder": "Не забудьте",
"communityAnswers": "Решения сообщества",
"authorAnswer": "Решение автора",
"blogPost": "Статья",
"gettingStarted": {
"title": "Чтобы пройти это испытание, прочитайте:",
"link": "Первые шаги"
}
}
"challenge.footer.note": "Примечание",
"challenge.footer.running": "Запустите проект, выполнив команду:",
"challenge.footer.start": "Название вашего PR должно начинаться со слов",
"challenge.footer.reminder": "Не забудьте",
"challenge.footer.communityAnswers": "Решения сообщества",
"challenge.footer.authorAnswer": "Решение автора",
"challenge.footer.blogPost": "Статья",
"challenge.footer.gettingStarted.title": "Чтобы пройти это испытание, прочитайте:",
"challenge.footer.gettingStarted.link": "Первые шаги"
}