Add vote finalize UX and missing-vote warning placement

This commit is contained in:
2026-02-04 23:02:09 +01:00
parent 0571877f3a
commit 58159119cf
5 changed files with 31 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ const translations = {
"vote.saved": "Saved vote",
"vote.missing": "Missing",
"vote.missingWarn": "You havent voted yet. Slide to set a score.",
"vote.finalize": "Finalize votes",
"vote.unfinalize": "Edit votes",
"vote.finalHint": "Finalize when youre done. You can unfinalize to change scores.",
"results.rank": "Rank",
"results.game": "Game",
@@ -197,6 +200,9 @@ const translations = {
"vote.saved": "Stimme gespeichert",
"vote.missing": "Fehlt",
"vote.missingWarn": "Du hast hier noch nicht abgestimmt. Schiebe den Regler.",
"vote.finalize": "Abstimmung abschließen",
"vote.unfinalize": "Abstimmung bearbeiten",
"vote.finalHint": "Schließe ab, wenn du fertig bist. Zum Ändern wieder öffnen.",
"results.rank": "Rang",
"results.game": "Spiel",