From 14e4fed321634dc014ad2f15cafef3ed0123855e Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 23 Feb 2025 22:50:12 +0000 Subject: feat: Add a setting page to manage assets. Fixes #730 --- apps/web/lib/i18n/locales/en/translation.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/web/lib/i18n') diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 81ef942f..a12b703f 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -9,6 +9,8 @@ "created_at": "Created At", "key": "Key", "role": "Role", + "type": "Type", + "size": "Size", "roles": { "user": "User", "admin": "Admin" @@ -150,6 +152,15 @@ "last_crawled_at": "Last Crawled At", "crawling_status": "Crawling Status", "crawling_failed": "Crawling Failed" + }, + "manage_assets": { + "manage_assets": "Manage Assets", + "no_assets": "You don't have any assets yet.", + "asset_type": "Asset Type", + "bookmark_link": "Bookmark Link", + "asset_link": "Asset Link", + "delete_asset": "Delete Asset", + "delete_asset_confirmation": "Are you sure you want to delete this asset?" } }, "admin": { -- cgit v1.2.3-70-g09d2