Add voter tooltips across results emojis and average
This commit is contained in:
@@ -146,6 +146,10 @@ Die Ergebnisse bleiben verborgen, bis ein Admin sie freigibt. Danach werden alle
|
||||
|
||||
Nein. Vorschläge und Bewertungen sind schreibgeschützt. Wende dich bei Bedarf an einen Admin.
|
||||
|
||||
### Wie sehe ich, wer für ein Spiel abgestimmt hat?
|
||||
|
||||
Fahre mit der Maus über den Durchschnittswert oder ein Bewertungs-Emoji in der Ergebniszeile, um die alphabetisch sortierte Liste der Abstimmenden zu sehen.
|
||||
|
||||
## Admin-Tools (Für Hosts)
|
||||
|
||||
### Was können Admin-Konten tun?
|
||||
|
||||
@@ -150,6 +150,10 @@ If needed, an admin can close the Results: players with at least one own suggest
|
||||
|
||||
No. Suggestions and votes are read-only. Contact an admin for assistance.
|
||||
|
||||
### How can I see who voted for a game?
|
||||
|
||||
Hover the average score or any score emoji in that result row to see the voter list (sorted alphabetically).
|
||||
|
||||
## Admin Tools (For Hosts)
|
||||
|
||||
### What can admin accounts do?
|
||||
|
||||
@@ -91,6 +91,8 @@
|
||||
"results.average": "Ø",
|
||||
"results.votesList": "All votes",
|
||||
"results.myVote": "Your vote",
|
||||
"results.votersTooltip": "Voted by: {users}",
|
||||
"results.votersTooltipEmpty": "No votes yet",
|
||||
"results.links": "Links",
|
||||
"results.link.site": "Site ↗",
|
||||
"results.link.youtube": "YouTube ↗",
|
||||
@@ -264,6 +266,8 @@
|
||||
"results.average": "Ø",
|
||||
"results.votesList": "Alle Stimmen",
|
||||
"results.myVote": "Deine Stimme",
|
||||
"results.votersTooltip": "Abgestimmt von: {users}",
|
||||
"results.votersTooltipEmpty": "Noch keine Stimmen",
|
||||
"results.links": "Links",
|
||||
"results.link.site": "Webseite ↗",
|
||||
"results.link.youtube": "YouTube ↗",
|
||||
|
||||
Reference in New Issue
Block a user