Skip to content

Commit

Permalink
minor changes (hexmap), pull from google sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
saparagus committed Jan 2, 2025
1 parent 98ee727 commit ee22794
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
5 changes: 3 additions & 2 deletions client/components/GridHexagon/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ svg g.hexagon {
}

svg g.hexagon-general g.hexagon {
fill: #add8e6;
/* fill: #add8e6; */
fill: cyan;
}

svg g.hexagon-root g.hexagon {
Expand Down Expand Up @@ -158,4 +159,4 @@ g.score96 g { fill: #98ef96 }
g.score97 g { fill: #96ef94 }
g.score98 g { fill: #94ef93 }
g.score99 g { fill: #92ef91 }
g.score100 g { fill: #90ef90 }
g.score100 g { fill: #90ef90 }
5 changes: 3 additions & 2 deletions client/components/GridHexagon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ const ConstructionHexagon = ({ name, position, statistics, overallTotal, general
<div>{name}</div>
{stat_total > 0 && (
<div>
{stat_correct}/{stat_total} {intl.formatMessage({ id: 'correct' })}:{' '}
{percentageCorrect}%
<br/>{intl.formatMessage({ id: 'correct-performance' })}:{' '}
{percentageCorrect}%
<br/>{stat_correct}/{stat_total}
</div>
)}
</span>
Expand Down
3 changes: 2 additions & 1 deletion client/util/translations/revita/en/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1711,5 +1711,6 @@
"notes-header": "Notes",
"story-top-topics-explain": "Working with this story helps you master especially these topics.\n<br/>\n<br/>\nNB: When you practice, only topics suitable for <b>your level</b> will be selected for exercises.",
"click-on-words-near-the-exercises-to-explore-their-meaning-SHORT": "Click any <u>unfamiliar</u> word to see its translations!",
"dictionary-header": "Dictionary"
"dictionary-header": "Dictionary",
"correct-performance": "correct"
}
3 changes: 2 additions & 1 deletion client/util/translations/revita/fi/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,5 +1710,6 @@
"notes-header": "Muistiinpanot",
"story-top-topics-explain": "Tämän tarinan avulla harjoittelet erityisesti näitä kielioppiasioita.\n<br/>\n<br/>\nHUOM: Kun harjoittelet, vain <b>tasosi</b> sopivat aiheet valitaan harjoituksiin.",
"click-on-words-near-the-exercises-to-explore-their-meaning-SHORT": "Klikkaa niitä tarinan sanoja, joita et tunne — saat niihin käännökset!",
"dictionary-header": "Sanasto"
"dictionary-header": "Sanasto",
"correct-performance": "oikein"
}
3 changes: 2 additions & 1 deletion client/util/translations/revita/it/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,5 +1709,6 @@
"notes-header": "Appunti",
"story-top-topics-explain": "Praticare con questa storia ti aiuta ad apprendere questi argomenti.\n<br/>\n<br/>\nNB: Durante la pratica verranno selezionati per gli esercizi solo gli argomenti adatti al <b>tuo livello</b>.",
"click-on-words-near-the-exercises-to-explore-their-meaning-SHORT": "Clicca sulle parole sconosciute per ottenerne la traduzione!",
"dictionary-header": "Dizionario"
"dictionary-header": "Dizionario",
"correct-performance": "corretto"
}
3 changes: 2 additions & 1 deletion client/util/translations/revita/ru/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1712,5 +1712,6 @@
"notes-header": "Заметки",
"story-top-topics-explain": "Работа с этой историей поможет тебе освоить эти темы.\n<br/>\n<br/>\nNB: Во время практики в упражнения будут попадать только те темы, которые подходят для <b>твоего уровня</b>.",
"click-on-words-near-the-exercises-to-explore-their-meaning-SHORT": "Нажми на любое <u>незнакомое</u> слово, чтобы увидеть его перевод!",
"dictionary-header": "Словарь"
"dictionary-header": "Словарь",
"correct-performance": "правильно"
}
3 changes: 2 additions & 1 deletion client/util/translations/revita/zh/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,5 +1084,6 @@
"notes-header": "注释",
"story-top-topics-explain": "通过练习这篇文章,你将掌握这些概念",
"click-on-words-near-the-exercises-to-explore-their-meaning-SHORT": "单击任意生词以获取翻译⇒ 该单词将保存至你的卡片中!",
"dictionary-header": "词典"
"dictionary-header": "词典",
"correct-performance": "正确"
}

0 comments on commit ee22794

Please sign in to comment.