From 705d539c8e9c6a86882825ee4dabeff3027ba827 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 30 Nov 2024 19:12:45 +0000 Subject: feature: Store crawling status code and allow users to find broken links. Fixes #169 --- apps/web/lib/i18n/locales/en/translation.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/web/lib') diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 530d489a..9f12487f 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -38,6 +38,7 @@ "unfavorite": "Unfavorite", "delete": "Delete", "refresh": "Refresh", + "recrawl": "Recrawl", "download_full_page_archive": "Download Full Page Archive", "edit_tags": "Edit Tags", "add_to_list": "Add to List", @@ -103,6 +104,12 @@ "new_api_key_desc": "Give your API key a unique name", "key_success": "Key was successfully created", "key_success_please_copy": "Please copy the key and store it somewhere safe. Once you close the dialog, you won't be able to access it again." + }, + "broken_links": { + "broken_links": "Broken Links", + "last_crawled_at": "Last Crawled At", + "crawling_status": "Crawling Status", + "crawling_failed": "Crawling Failed" } }, "admin": { -- cgit v1.2.3-70-g09d2