Add poll stats by channel

Note we currently don't have a way to get the votes by mail, so that
section is always blank.
This commit is contained in:
Javi Martín
2019-01-04 17:41:23 +01:00
parent 8f0bccf5b3
commit 553af8e95b
7 changed files with 37 additions and 0 deletions

View File

@@ -15,4 +15,8 @@ en:
geozone: "District"
geozone_participation: "% District population participation"
polls:
by_channel: "Participants by channel"
vote_by_channel: "Vote type by channel"
web_percentage: "%{percentage} Web"
booth_percentage: "%{percentage} Booths"
mail_percentage: "%{percentage} Mail"

View File

@@ -15,4 +15,8 @@ es:
geozone: "Distrito"
geozone_participation: "% Partipación población del distrito"
polls:
by_channel: "Participación por medio"
vote_by_channel: "Votos emitidos por medio"
web_percentage: "%{percentage} Web"
booth_percentage: "%{percentage} Urnas"
mail_percentage: "%{percentage} Correo"