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