aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2024-11-30 19:12:45 +0000
committerMohamed Bassem <me@mbassem.com>2024-12-08 20:59:42 +0000
commit705d539c8e9c6a86882825ee4dabeff3027ba827 (patch)
tree9ac5d1c048393213d1302d005630a64a4789178c /apps/web/lib
parenta7b13869b149edbea9bdb220614c69c9a05d79b5 (diff)
downloadkarakeep-705d539c8e9c6a86882825ee4dabeff3027ba827.tar.zst
feature: Store crawling status code and allow users to find broken links. Fixes #169
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json7
1 files changed, 7 insertions, 0 deletions
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": {