mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
Merge pull request #552 from kabrunko-dev/docs/translate-subscribe-form
docs: update subscription form component
This commit is contained in:
@@ -49,6 +49,9 @@ const i18n = defineCollection({
|
||||
'challenge.footer.blogPost': z.string(),
|
||||
'challenge.footer.gettingStarted.title': z.string(),
|
||||
'challenge.footer.gettingStarted.link': z.string(),
|
||||
'subscription.button': z.string(),
|
||||
'subscription.note.title': z.string(),
|
||||
'subscription.note.description': z.string(),
|
||||
})
|
||||
.partial(),
|
||||
}),
|
||||
|
||||
@@ -32,7 +32,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
|
||||
</Card>
|
||||
|
||||
<Card title="Subscribe to get notify of latest challenges">
|
||||
<SubscriptionForm isNote={false}/>
|
||||
<SubscriptionForm isNote={false} lang="es"/>
|
||||
</Card>
|
||||
|
||||
<Card title="Conviértete en un Contribuidor de OSS">
|
||||
|
||||
@@ -33,7 +33,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
|
||||
</Card>
|
||||
|
||||
<Card title="Subscribe to get notify of latest challenges">
|
||||
<SubscriptionForm isNote={false}/>
|
||||
<SubscriptionForm isNote={false} lang="fr"/>
|
||||
</Card>
|
||||
|
||||
<Card title="Devenir un Mainteneur OSS">
|
||||
|
||||
@@ -33,8 +33,8 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
|
||||
melhorar suas habilidades.
|
||||
</Card>
|
||||
|
||||
<Card title="Subscribe to get notify of latest challenges">
|
||||
<SubscriptionForm isNote={false}/>
|
||||
<Card title="Inscreva-se para ser notificado do desafio mais recente">
|
||||
<SubscriptionForm isNote={false} lang="pt"/>
|
||||
</Card>
|
||||
|
||||
{' '}
|
||||
|
||||
@@ -32,7 +32,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
|
||||
</Card>
|
||||
|
||||
<Card title="Subscribe to get notify of latest challenges">
|
||||
<SubscriptionForm isNote={false}/>
|
||||
<SubscriptionForm isNote={false} lang="ru"/>
|
||||
</Card>
|
||||
|
||||
<Card title="Станьте мейнтейнером открытого программного обеспечения (OSS)">
|
||||
|
||||
@@ -11,5 +11,9 @@
|
||||
"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"
|
||||
"challenge.footer.gettingStarted.link": "Comment Démarrer",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -51,5 +51,9 @@
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,9 @@
|
||||
"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"
|
||||
"challenge.footer.gettingStarted.link": "Getting Started",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,9 @@
|
||||
"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"
|
||||
"challenge.footer.gettingStarted.link": "Começando",
|
||||
"subscription.button": "Inscrever-se",
|
||||
"subscription.email": "usuario@gmail.com",
|
||||
"subscription.note.title": "Notas",
|
||||
"subscription.note.description": "Este email será apenas usado para enviar atualizações de novos desafios"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,9 @@
|
||||
"challenge.footer.authorAnswer": "Решение автора",
|
||||
"challenge.footer.blogPost": "Статья",
|
||||
"challenge.footer.gettingStarted.title": "Чтобы пройти это испытание, прочитайте:",
|
||||
"challenge.footer.gettingStarted.link": "Первые шаги"
|
||||
"challenge.footer.gettingStarted.link": "Первые шаги",
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user