Skip to content

Commit

Permalink
Add prize text for L2 collection
Browse files Browse the repository at this point in the history
  • Loading branch information
17luke committed Sep 10, 2024
1 parent 558bae3 commit 8e6c42f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/static/locales/eng/l2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"sign-in-hello": "You can track your recordings by signing in or creating an account.",
"sign-in-hello-link": "Click here to sign in or create an account.",
"l2-explanation-long": "Calling people who speak Icelandic as a second language! This collection aims to increase diversity in Icelandic language technology data. While language technology for Icelandic has made great strides in recent years, many speech recognition systems still struggle with Icelandic spoken by those who learned it as a second language. Everyone is encouraged to take part! Whether your Icelandic is excellent or you've recently started learning, the goal of this collection is to cover all kinds of Icelandic."
"l2-explanation-long": "Calling people who speak Icelandic as a second language! This collection aims to increase diversity in Icelandic language technology data. While language technology for Icelandic has made great strides in recent years, many speech recognition systems still struggle with Icelandic spoken by those who learned it as a second language. Everyone is encouraged to take part! Whether your Icelandic is excellent or you've recently started learning, the goal of this collection is to cover all kinds of Icelandic.",
"l2-september-prize-intro": "September gifts for volunteers:",
"l2-september-prize-300": "Those who record over 300 sentences in September will receive 1 month free subscription to Storytel and 1 Smárabíó movie voucher.",
"l2-september-prize-700": "Those who record over 300 sentences in September will receive 1 month free subscription to Storytel and a 5.000 ISK Dineout voucher."
}
5 changes: 4 additions & 1 deletion public/static/locales/isl/l2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"sign-in-hello": "Þú getur fylgst með framvindu þinni með því að búa til aðgang.",
"sign-in-hello-link": "Smelltu hér til að skrá þig inn eða búa til aðgang.",
"l2-explanation-long": "Þessi söfnun hefur sem markmið að auka fjölbreytni í íslenskum máltæknigögnum. Máltækni hefur náð langt á undanförnum árum en mörg talgreiningarkerfi eiga enn erfitt með að skilja íslensku innflytjenda. Við hvetjum alla sem eiga íslensku sem annað tungumál að taka þátt, jafnt byrjendum sem þeim sem tala reiprennandi íslensku. Þetta safn ætti að ná yfir alls kyns íslensku."
"l2-explanation-long": "Þessi söfnun hefur sem markmið að auka fjölbreytni í íslenskum máltæknigögnum. Máltækni hefur náð langt á undanförnum árum en mörg talgreiningarkerfi eiga enn erfitt með að skilja íslensku innflytjenda. Við hvetjum alla sem eiga íslensku sem annað tungumál að taka þátt, jafnt byrjendum sem þeim sem tala reiprennandi íslensku. Þetta safn ætti að ná yfir alls kyns íslensku.",
"l2-september-prize-intro": "Gjafir fyrir sjálfboðaliða í september:",
"l2-september-prize-300": "Fólk sem tekur upp yfir 300 setningar í september fær 1 mánuð ókeypis áskrift hjá Storytel og 1 almennt gjafabréf í Smárabíó.",
"l2-september-prize-700": "Fólk sem tekur upp yfir 700 setningar í septemberfær 1 mánuð ókeypis áskrift hjá Storytel og 5.000 kr. Dineout gjafakort."
}
5 changes: 5 additions & 0 deletions src/components/subpages/l2-sign-in-hello.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ export const L2SignInHello: React.FC<Props> = (props) => {
{t('l2-explanation-long')}
<br></br>
<br></br>
{t('l2-september-prize-intro')}
<ul>
<li>{t('l2-september-prize-300')}</li>
<li>{t('l2-september-prize-700')}</li>
</ul>
{t('sign-in-hello')}
<br></br>
<Link href={'/innskraning'} passHref>
Expand Down

0 comments on commit 8e6c42f

Please sign in to comment.