mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
parent
827136fc8b
commit
a321db9f48
@ -86,7 +86,8 @@
|
|||||||
<Icon path={mdiPlus} size="30" />
|
<Icon path={mdiPlus} size="30" />
|
||||||
</div>
|
</div>
|
||||||
<p class="">
|
<p class="">
|
||||||
New Album {#if search.length > 0}<b>{search}</b>{/if}
|
{$t('new_album')}
|
||||||
|
{#if search.length > 0}<b>{search}</b>{/if}
|
||||||
</p>
|
</p>
|
||||||
</button>
|
</button>
|
||||||
{#if filteredAlbums.length > 0}
|
{#if filteredAlbums.length > 0}
|
||||||
|
@ -812,6 +812,7 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"name_or_nickname": "Name or nickname",
|
"name_or_nickname": "Name or nickname",
|
||||||
"never": "Never",
|
"never": "Never",
|
||||||
|
"new_album": "New Album",
|
||||||
"new_api_key": "New API Key",
|
"new_api_key": "New API Key",
|
||||||
"new_password": "New password",
|
"new_password": "New password",
|
||||||
"new_person": "New person",
|
"new_person": "New person",
|
||||||
|
Loading…
Reference in New Issue
Block a user