@@ -68,7 +68,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
{t('projects')}
|
{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>
|
<button onclick={toggleClosed}><span class="symbol"></span> {t(showClosed?'hide_closed':'show_closed')}</button>
|
||||||
</legend>
|
</legend>
|
||||||
{#if projects}
|
{#if projects}
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{t('add_task')}</legend>
|
<legend>{t('add_object',{object:t('task')})}</legend>
|
||||||
{#if error}
|
{#if error}
|
||||||
<span class="error">{error}</span>
|
<span class="error">{error}</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -284,7 +284,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
{t('subtasks')}
|
{t('subtasks')}
|
||||||
<button onclick={addChild} >{t('add_subtask')}</button>
|
<button onclick={addChild} >{t('add_object',{object:t('subtask')})}</button>
|
||||||
</th>
|
</th>
|
||||||
<td class="children">
|
<td class="children">
|
||||||
{#if children}
|
{#if children}
|
||||||
|
|||||||
@@ -218,6 +218,7 @@
|
|||||||
},
|
},
|
||||||
"stock": "Inventar",
|
"stock": "Inventar",
|
||||||
"subject": "Betreff",
|
"subject": "Betreff",
|
||||||
|
"subtask": "Unteraufgabe",
|
||||||
"subtasks": "Unteraufgaben",
|
"subtasks": "Unteraufgaben",
|
||||||
|
|
||||||
"tag_uses": "Verwendung des Tags „{tag}“",
|
"tag_uses": "Verwendung des Tags „{tag}“",
|
||||||
|
|||||||
Reference in New Issue
Block a user