improved evaluation gui
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="histogram">
|
<td class="histogram">
|
||||||
{#each Object.entries(hist).sort((a,b) => a[0] - b[0]) as [weight,count]}
|
{#each Object.entries(hist).sort((a,b) => a[0] - b[0]) as [weight,count]}
|
||||||
<span style="height: {100*count/max_val(hist)}%">
|
<span style="height: {100*count/max_val(hist)}%" title={t('voted {count} times',{count:count})}>
|
||||||
<span>{weight}</span>
|
<span>{weight}</span>
|
||||||
</span>
|
</span>
|
||||||
{/each}
|
{/each}
|
||||||
|
|||||||
@@ -418,6 +418,7 @@
|
|||||||
"version": "Version",
|
"version": "Version",
|
||||||
"version_of": "Version {version} von {element}",
|
"version_of": "Version {version} von {element}",
|
||||||
"visible_to_guests": "Für Besucher sichtbar",
|
"visible_to_guests": "Für Besucher sichtbar",
|
||||||
|
"voted {count} times": "{count} mal gewählt",
|
||||||
|
|
||||||
"website": "Website",
|
"website": "Website",
|
||||||
"welcome" : "Willkommen, {0}",
|
"welcome" : "Willkommen, {0}",
|
||||||
|
|||||||
@@ -418,6 +418,7 @@
|
|||||||
"version": "version",
|
"version": "version",
|
||||||
"version_of": "version {version} of {element}",
|
"version_of": "version {version} of {element}",
|
||||||
"visible_to_guests": "visible to guests",
|
"visible_to_guests": "visible to guests",
|
||||||
|
"voted {count} times": "voted {count} times",
|
||||||
|
|
||||||
"website": "website",
|
"website": "website",
|
||||||
"welcome" : "Welcome, {0}",
|
"welcome" : "Welcome, {0}",
|
||||||
|
|||||||
Reference in New Issue
Block a user