Add an English translation of the corralito training-courses page
It was deliberately left Italian-only when /en support was first added; now translated and following the same thin-page + shared-view pattern as every other route, with the nav link and language switch no longer special-casing it.
This commit is contained in:
@@ -62,6 +62,27 @@ export const STRINGS = {
|
||||
byAuthor: 'Di {author}',
|
||||
backToArticles: 'Torna a tutti gli articoli',
|
||||
},
|
||||
corralito: {
|
||||
metaTitle: 'Corsi di formazione sulle criptovalute',
|
||||
metaDescription: 'Corsi pratici, individuali o di gruppo, per capire come funzionano le criptovalute e difendersi dal corralito.',
|
||||
coverAlt: 'Manifesti e scritte contro le banche durante una crisi bancaria',
|
||||
p1: 'Stai pensando di avvicinarti al mondo delle criptovalute (un mercato parallelo al mercato tradizionale finanziario), ma non sai da dove cominciare?',
|
||||
p2: "È possibile organizzare corsi individuali o di gruppo dedicati alla conoscenza e al funzionamento delle criptovalute, con un approccio prevalentemente pratico e senza fornire consigli o raccomandazioni finanziarie.",
|
||||
topicsIntro: 'Durante il corso possiamo affrontare, tra gli altri, questi argomenti:',
|
||||
topics: [
|
||||
'quali sono i principali tipi di criptovalute e quali differenze esistono tra loro;',
|
||||
'come funziona una blockchain e cosa significa realmente effettuare una transazione;',
|
||||
'dove e come vengono conservate le criptovalute: wallet, exchange e sistemi di custodia;',
|
||||
'come acquistare e vendere criptovalute e quali sono le principali modalità disponibili;',
|
||||
'come utilizzare un wallet e gestire correttamente le proprie chiavi;',
|
||||
'quali sono i principali rischi legati alla sicurezza e alla custodia;',
|
||||
'come orientarsi nel vastissimo universo delle criptovalute e dei token.',
|
||||
],
|
||||
disclaimer: "Non si tratta di consulenza finanziaria e non verranno fornite indicazioni su quali criptovalute acquistare o vendere. L'obiettivo è fornire conoscenze e strumenti per comprendere questo nuovo mondo e muoversi al suo interno con maggiore consapevolezza.",
|
||||
contactKicker: 'Per informazioni sui corsi, modalità e disponibilità',
|
||||
emailLink: 'Scrivimi via email',
|
||||
telegramLink: 'Scrivimi su Telegram',
|
||||
},
|
||||
},
|
||||
en: {
|
||||
skipLink: 'Skip to content',
|
||||
@@ -69,7 +90,7 @@ export const STRINGS = {
|
||||
navAriaLabel: 'Main navigation',
|
||||
navHome: 'Home',
|
||||
navBlog: 'All articles',
|
||||
navCorralito: '',
|
||||
navCorralito: 'How to protect yourself from the corralito',
|
||||
footerNavAriaLabel: 'Navigate',
|
||||
footerNavigaKicker: 'Navigate',
|
||||
footerSeguiciKicker: 'Follow us',
|
||||
@@ -118,6 +139,27 @@ export const STRINGS = {
|
||||
byAuthor: 'By {author}',
|
||||
backToArticles: 'Back to all articles',
|
||||
},
|
||||
corralito: {
|
||||
metaTitle: 'Cryptocurrency training courses',
|
||||
metaDescription: 'Practical, individual or group courses to understand how cryptocurrencies work and protect yourself from the corralito.',
|
||||
coverAlt: 'Banners and graffiti against banks during a banking crisis',
|
||||
p1: "Are you thinking about getting into the world of cryptocurrencies (a market parallel to the traditional financial market), but don't know where to start?",
|
||||
p2: 'I can organize individual or group courses dedicated to understanding how cryptocurrencies work, with a mostly hands-on approach and without giving financial advice or recommendations.',
|
||||
topicsIntro: 'During the course we can cover, among others, these topics:',
|
||||
topics: [
|
||||
'the main types of cryptocurrencies and the differences between them;',
|
||||
'how a blockchain works and what actually happens when you make a transaction;',
|
||||
'where and how cryptocurrencies are stored: wallets, exchanges and custody systems;',
|
||||
'how to buy and sell cryptocurrencies and the main methods available;',
|
||||
'how to use a wallet and correctly manage your own keys;',
|
||||
'the main risks related to security and custody;',
|
||||
'how to find your way around the vast universe of cryptocurrencies and tokens.',
|
||||
],
|
||||
disclaimer: 'This is not financial advice, and no indications will be given on which cryptocurrencies to buy or sell. The goal is to provide knowledge and tools to understand this new world and navigate it with greater awareness.',
|
||||
contactKicker: 'For information on courses, format and availability',
|
||||
emailLink: 'Email me',
|
||||
telegramLink: 'Message me on Telegram',
|
||||
},
|
||||
},
|
||||
} as const satisfies Record<Locale, unknown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user