Merge branch 'main' into dev

This commit is contained in:
2025-10-17 15:24:36 +02:00
3 changed files with 3 additions and 0 deletions

View File

@@ -150,6 +150,7 @@
{#if task.estimated_time}
<span class="estimated_time">({+task.estimated_time}&nbsp;h)</span>
{/if}
<button class="symbol" title={t('drag_n_drop')}></button>
{#if states[task.status] != 'PENDING'}
<button class="symbol" title={t('postpone')} onclick={() => patchTask(map_state('PENDING'))}></button>
{/if}

View File

@@ -75,6 +75,7 @@
"do_login" : "anmelden",
"do_open" : "öffnen",
"do_send" : "versenden",
"drag_n_drop": "Drag & Drop",
"due_date": "Fälligkeitsdatum",
"duration": "Dauer",

View File

@@ -76,6 +76,7 @@
"do_open" : "open",
"do_send" : "send",
"due_date": "due date",
"drag_n_drop": "drag & drop",
"duration": "duration",
"edit": "edit",