aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales/en
diff options
context:
space:
mode:
authorBrandon Wong <29965003+brandonw3612@users.noreply.github.com>2025-04-13 22:50:45 +0200
committerGitHub <noreply@github.com>2025-04-13 21:50:45 +0100
commit95f504c0bc0b9ec0930b6c6facefc1a8ea093192 (patch)
tree967221d7f4f5b716cc8fd3d92b5869bacf1d6089 /apps/web/lib/i18n/locales/en
parent5bdb2d944a08f63772497e203f47533ffb640d82 (diff)
downloadkarakeep-95f504c0bc0b9ec0930b6c6facefc1a8ea093192.tar.zst
feat: add support for filtering by bookmark age (#1228)
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index f76d0f33..4cce6295 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -258,6 +258,16 @@
"not_created_on_or_after": "Not Created on or After",
"created_on_or_before": "Created on or Before",
"not_created_on_or_before": "Not Created on or Before",
+ "created_within": "Created Within",
+ "created_earlier_than": "Created Earlier Than",
+ "day_s": " Day(s)",
+ "week_s": " Week(s)",
+ "month_s": " Month(s)",
+ "year_s": " Year(s)",
+ "day_s_ago": " Day(s) Ago",
+ "week_s_ago": " Week(s) Ago",
+ "month_s_ago": " Month(s) Ago",
+ "year_s_ago": " Year(s) Ago",
"url_contains": "URL Contains",
"url_does_not_contain": "URL Does Not Contain",
"is_in_list": "Is In List",