diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-01-19 13:55:40 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-01-19 19:06:48 +0000 |
| commit | cddaefd9420507318d71f56355ff5a6648dcd951 (patch) | |
| tree | cf196ef12c36fdb0502b5ebf0f722ab32de8e2c0 /apps/web/lib/i18n | |
| parent | 64f24acb9a1835ea7f0bec241c233c3e4a202d46 (diff) | |
| download | karakeep-cddaefd9420507318d71f56355ff5a6648dcd951.tar.zst | |
feat: Change webhooks to be configurable by users
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 1e9f8e4d..eec48ec4 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -109,6 +109,24 @@ "rss_subscriptions": "RSS Subscriptions", "add_a_subscription": "Add a Subscription" }, + "webhooks": { + "webhooks": "Webhooks", + "description": "You can use webhooks to trigger actions when bookmarks are created, changed or crawled.", + "events": { + "title": "Events", + "crawled": "Crawled", + "created": "Created", + "edited": "Edited" + }, + "auth_token": "Auth Token", + "add_auth_token": "Add Auth Token", + "edit_auth_token": "Edit Auth Token", + "create_webhook": "Create Webhook", + "delete_webhook": "Delete Webhook", + "delete_webhook_confirmation": "Are you sure you want to delete this webhook?", + "edit_webhook": "Edit Webhook", + "webhook_url": "Webhook URL" + }, "import": { "import_export": "Import / Export", "import_export_bookmarks": "Import / Export Bookmarks", |
