chore: i18n pass on table

This commit is contained in:
izzy
2026-01-13 09:53:51 +00:00
parent 26d2b41e05
commit 259e93d2c6
2 changed files with 2 additions and 4 deletions

View File

@@ -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",

View File

@@ -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}