Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-07 21:24:40 +02:00
parent b127c9fa82
commit 1ff28c5ed4
4 changed files with 4 additions and 3 deletions

View File

@@ -68,7 +68,7 @@
<fieldset>
<legend>
{t('projects')}
<button onclick={() => router.navigate('/project/add')}><span class="symbol"></span> {t('create_new_project')}</button>
<button onclick={() => router.navigate('/project/add')}><span class="symbol"></span> {t('create_new_object',{object:t('project')})}</button>
<button onclick={toggleClosed}><span class="symbol"></span> {t(showClosed?'hide_closed':'show_closed')}</button>
</legend>
{#if projects}

View File

@@ -124,7 +124,7 @@
<fieldset>
<legend>{t('add_task')}</legend>
<legend>{t('add_object',{object:t('task')})}</legend>
{#if error}
<span class="error">{error}</span>
{/if}

View File

@@ -284,7 +284,7 @@
<tr>
<th>
{t('subtasks')}
<button onclick={addChild} >{t('add_subtask')}</button>
<button onclick={addChild} >{t('add_object',{object:t('subtask')})}</button>
</th>
<td class="children">
{#if children}

View File

@@ -218,6 +218,7 @@
},
"stock": "Inventar",
"subject": "Betreff",
"subtask": "Unteraufgabe",
"subtasks": "Unteraufgaben",
"tag_uses": "Verwendung des Tags „{tag}“",