aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json18
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",