bugfix in histogram CSS, extended translations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-10 12:05:47 +01:00
parent b6a025a55b
commit 779488ab1f
5 changed files with 23 additions and 23 deletions

View File

@@ -13,11 +13,10 @@
} }
.bar { .bar {
display: flex; /* flexbox for text alignment */ display: flex;
align-items: flex-end; /* text sticks to bottom of bar */ align-items: flex-end;
height: 100%; /* full height of flex item */ padding: 0 2px;
padding: 0 2px; /* space for text */ box-sizing: border-box;
box-sizing: border-box; /* include padding in height */
} }
</style> </style>

View File

@@ -176,7 +176,7 @@
{/each} {/each}
<tr> <tr>
<td class="new_option"> <td class="new_option">
{t('add element',{element:t('options')})} {t('add_object',{object:t('option')})}
<input type="text" bind:value={new_option.name} /> <input type="text" bind:value={new_option.name} />
</td> </td>
<td> <td>

View File

@@ -33,23 +33,6 @@
onMount(load); onMount(load);
</script> </script>
<style>
.histogram > span{
display: inline-block;
border: 1px solid lime;
vertical-align: bottom;
position: relative;
width: 20px;
}
.histogram{
height: 60px;
}
.histogram span span{
position: absolute;
bottom: 0;
}
</style>
{#if poll} {#if poll}
<fieldset> <fieldset>
<legend>{poll.name}</legend> <legend>{poll.name}</legend>

View File

@@ -23,6 +23,7 @@
"allowed_states": "zulässige Status", "allowed_states": "zulässige Status",
"amount": "Menge", "amount": "Menge",
"archive": "archivieren", "archive": "archivieren",
"average": "Durchschnitt",
"bank_account": "Bankverbindung", "bank_account": "Bankverbindung",
"base_url": "Basis-URL", "base_url": "Basis-URL",
@@ -116,6 +117,7 @@
"end": "Ende", "end": "Ende",
"estimated_time": "geschätzte Zeit", "estimated_time": "geschätzte Zeit",
"estimated_times": "geschätzte Zeiten", "estimated_times": "geschätzte Zeiten",
"evaluate": "auswerten",
"expand_on_click": "Anklicken zum Anzeigen", "expand_on_click": "Anklicken zum Anzeigen",
"extended_settings": "erweiterte Einstellungen", "extended_settings": "erweiterte Einstellungen",
@@ -169,6 +171,7 @@
"hide": "ausblenden", "hide": "ausblenden",
"hide_closed": "geschlossene ausblenden", "hide_closed": "geschlossene ausblenden",
"hide_on_index_page": "nicht in der Aufgabenübersicht anzeigen", "hide_on_index_page": "nicht in der Aufgabenübersicht anzeigen",
"histogram": "Histogramm",
"hours": "Stunden", "hours": "Stunden",
"id": "Id", "id": "Id",
@@ -263,8 +266,11 @@
"oidc_Login" : "Anmeldung mit OIDC", "oidc_Login" : "Anmeldung mit OIDC",
"old_password": "altes Passwort", "old_password": "altes Passwort",
"option": "Option",
"options": "Optionen",
"organization": "Organisation", "organization": "Organisation",
"other_tags": "andere Tags", "other_tags": "andere Tags",
"owner": "Eigentümer",
"page": "Seite", "page": "Seite",
"parent_task": "übergeordnete Aufgabe", "parent_task": "übergeordnete Aufgabe",
@@ -281,6 +287,7 @@
"permission_read_only": "lesen", "permission_read_only": "lesen",
"phone": "Telefon", "phone": "Telefon",
"pieces": "Stück", "pieces": "Stück",
"poll": "Umfrage",
"polls": "Umfragen", "polls": "Umfragen",
"pos": "Pos", "pos": "Pos",
"position": "Position", "position": "Position",
@@ -422,6 +429,8 @@
"voted {count} times": "{count} mal gewählt", "voted {count} times": "{count} mal gewählt",
"website": "Website", "website": "Website",
"weight": "Gewichtung",
"weights": "Gewichtungen",
"welcome" : "Willkommen, {0}", "welcome" : "Willkommen, {0}",
"When shall messages be delivered?": "Wann sollen Nachrichten zugestellt werden?", "When shall messages be delivered?": "Wann sollen Nachrichten zugestellt werden?",
"wiki": "Wiki", "wiki": "Wiki",

View File

@@ -23,6 +23,7 @@
"allowed_states": "allowed states", "allowed_states": "allowed states",
"amount": "amount", "amount": "amount",
"archive": "archive", "archive": "archive",
"average": "average",
"bank_account": "bank account", "bank_account": "bank account",
"base_url": "base URL", "base_url": "base URL",
@@ -116,6 +117,7 @@
"end": "end", "end": "end",
"estimated_time": "estimated duration", "estimated_time": "estimated duration",
"estimated_times": "estimated durations", "estimated_times": "estimated durations",
"evaluate": "evaluate",
"expand_on_click": "click to expand", "expand_on_click": "click to expand",
"extended_settings": "extended settings", "extended_settings": "extended settings",
@@ -169,6 +171,7 @@
"hide": "hide", "hide": "hide",
"hide_closed": "hide closed", "hide_closed": "hide closed",
"hide_on_index_page": "hide on index page", "hide_on_index_page": "hide on index page",
"histogram": "histogram",
"hours": "hours", "hours": "hours",
"id": "ID", "id": "ID",
@@ -263,8 +266,11 @@
"oidc_Login" : "Login via OIDC", "oidc_Login" : "Login via OIDC",
"old_password": "old password", "old_password": "old password",
"option": "option",
"options": "options",
"organization": "organization", "organization": "organization",
"other_tags": "other tags", "other_tags": "other tags",
"owner": "owner",
"page": "page", "page": "page",
"parent_task": "parent task", "parent_task": "parent task",
@@ -281,6 +287,7 @@
"permission_read_only": "read-only", "permission_read_only": "read-only",
"phone": "phone", "phone": "phone",
"pieces": "pieces", "pieces": "pieces",
"poll": "poll",
"polls": "polls", "polls": "polls",
"pos": "pos", "pos": "pos",
"position": "position", "position": "position",
@@ -422,6 +429,8 @@
"voted {count} times": "voted {count} times", "voted {count} times": "voted {count} times",
"website": "website", "website": "website",
"weight": "weight",
"weights": "weights",
"welcome" : "Welcome, {0}", "welcome" : "Welcome, {0}",
"When shall messages be delivered?": "When shall messages be delivered?", "When shall messages be delivered?": "When shall messages be delivered?",
"wiki": "Wiki", "wiki": "Wiki",