mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): more translations (#11167)
* item(s) * search_by_filename * filename example * memory lane
This commit is contained in:
parent
e3fd766e9b
commit
a78365faab
4 changed files with 8 additions and 5 deletions
|
|
@ -41,8 +41,7 @@
|
|||
{/if}
|
||||
</td>
|
||||
<td class="text-md text-ellipsis text-center sm:w-2/12 md:w-2/12 xl:w-[15%] 2xl:w-[12%]">
|
||||
{album.assetCount}
|
||||
{album.assetCount > 1 ? `items` : `item`}
|
||||
{$t('items_count', { values: { count: album.assetCount } })}
|
||||
</td>
|
||||
<td class="text-md hidden text-ellipsis text-center sm:block w-3/12 xl:w-[15%] 2xl:w-[12%]">
|
||||
{dateLocaleString(album.updatedAt)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue