mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 03:17:59 +03:00
chore: i18n pass on table
This commit is contained in:
@@ -1192,7 +1192,6 @@
|
||||
"filters": "Filters",
|
||||
"find_them_fast": "Find them fast by name with search",
|
||||
"first": "First",
|
||||
"first_page": "First page",
|
||||
"fix_incorrect_match": "Fix incorrect match",
|
||||
"folder": "Folder",
|
||||
"folder_not_found": "Folder not found",
|
||||
@@ -1359,6 +1358,7 @@
|
||||
"link_to_oauth": "Link to OAuth",
|
||||
"linked_oauth_account": "Linked OAuth account",
|
||||
"list": "List",
|
||||
"load_more": "Load More",
|
||||
"loading": "Loading",
|
||||
"loading_search_results_failed": "Loading search results failed",
|
||||
"local": "Local",
|
||||
@@ -1532,7 +1532,6 @@
|
||||
"newest_first": "Newest first",
|
||||
"next": "Next",
|
||||
"next_memory": "Next memory",
|
||||
"next_page": "Next page",
|
||||
"no": "No",
|
||||
"no_actions_added": "No actions added yet",
|
||||
"no_albums_message": "Create an album to organize your photos and videos",
|
||||
@@ -1709,7 +1708,6 @@
|
||||
"previous_or_next_month": "Month forward/back",
|
||||
"previous_or_next_photo": "Photo forward/back",
|
||||
"previous_or_next_year": "Year forward/back",
|
||||
"previous_page": "Previous page",
|
||||
"primary": "Primary",
|
||||
"privacy": "Privacy",
|
||||
"profile": "Profile",
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
{#if integrityReport.nextCursor}
|
||||
<tfoot>
|
||||
<HStack class="mt-4 items-center justify-center">
|
||||
<Button color="primary" onclick={() => loadMore()}>Load More</Button>
|
||||
<Button color="primary" onclick={() => loadMore()}>{$t('load_more')}</Button>
|
||||
</HStack>
|
||||
</tfoot>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user