@@ -123,7 +123,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>{t('files')} – {children?.title}</h1>
|
<h1>{t('files')} – {children?.title}</h1>
|
||||||
parent: {parent}
|
|
||||||
<ul>
|
<ul>
|
||||||
{#if parent}
|
{#if parent}
|
||||||
<li class="dir parent">
|
<li class="dir parent">
|
||||||
@@ -136,6 +136,7 @@ parent: {parent}
|
|||||||
<li class="dir">
|
<li class="dir">
|
||||||
<span class="symbol"></span>
|
<span class="symbol"></span>
|
||||||
<a href={'/files'+k} {onclick}>{v}</a>
|
<a href={'/files'+k} {onclick}>{v}</a>
|
||||||
|
<button class="symbol">x</button>
|
||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
@@ -144,7 +145,7 @@ parent: {parent}
|
|||||||
<form onsubmit={create_dir} >
|
<form onsubmit={create_dir} >
|
||||||
<span class="symbol">+</span>
|
<span class="symbol">+</span>
|
||||||
<input type="text" bind:value={new_dir} />
|
<input type="text" bind:value={new_dir} />
|
||||||
<button type="submit" disabled={!available} >{t('create_directory')}</button>
|
<button type="submit" disabled={!available} >{t('create_new_object',{object:t('directory')})}</button>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
"depends_on": "hängt ab von",
|
"depends_on": "hängt ab von",
|
||||||
"description": "Beschreibung",
|
"description": "Beschreibung",
|
||||||
"detail": "Details",
|
"detail": "Details",
|
||||||
|
"directory": "Verzeichnis",
|
||||||
"display_closed": "abgeschlossene anzeigen",
|
"display_closed": "abgeschlossene anzeigen",
|
||||||
"display_closed_tasks": "abgeschlossene Aufgaben anzeigen",
|
"display_closed_tasks": "abgeschlossene Aufgaben anzeigen",
|
||||||
"docs_of_company": "Dokumente von {company}",
|
"docs_of_company": "Dokumente von {company}",
|
||||||
@@ -266,6 +267,7 @@
|
|||||||
"unlink": "Trennen",
|
"unlink": "Trennen",
|
||||||
"update": "aktualisieren",
|
"update": "aktualisieren",
|
||||||
"UPDATE_USERS" : "Nutzer aktualisieren",
|
"UPDATE_USERS" : "Nutzer aktualisieren",
|
||||||
|
"upload_file": "Datei hochladen",
|
||||||
"user": "Benutzer",
|
"user": "Benutzer",
|
||||||
"user_list": "Benutzer-Liste",
|
"user_list": "Benutzer-Liste",
|
||||||
"user_module" : "Umbrella User-Verwaltung",
|
"user_module" : "Umbrella User-Verwaltung",
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
"depends_on": "depends on",
|
"depends_on": "depends on",
|
||||||
"description": "description",
|
"description": "description",
|
||||||
"detail": "detail",
|
"detail": "detail",
|
||||||
|
"directory": "directory",
|
||||||
"display_closed": "display closed",
|
"display_closed": "display closed",
|
||||||
"display_closed_tasks": "display closed tasks",
|
"display_closed_tasks": "display closed tasks",
|
||||||
"docs_of_company": "documents of {company}",
|
"docs_of_company": "documents of {company}",
|
||||||
@@ -266,6 +267,7 @@
|
|||||||
"unlink": "unlink",
|
"unlink": "unlink",
|
||||||
"update": "update",
|
"update": "update",
|
||||||
"UPDATE_USERS" : "update users",
|
"UPDATE_USERS" : "update users",
|
||||||
|
"upload_file": "upload file",
|
||||||
"user": "user",
|
"user": "user",
|
||||||
"user_list": "user list",
|
"user_list": "user list",
|
||||||
"user_module" : "Umbrella user management",
|
"user_module" : "Umbrella user management",
|
||||||
|
|||||||
Reference in New Issue
Block a user