diff --git a/config/locales/backend/backend.nl.yml b/config/locales/backend/backend.nl.yml index 4dbf0383..2a18ca31 100644 --- a/config/locales/backend/backend.nl.yml +++ b/config/locales/backend/backend.nl.yml @@ -78,6 +78,9 @@ nl: user: one: 'User' other: 'Users' + webhook: + one: 'Webhook' + other: 'Webhooks' attributes: board: name: 'Name' @@ -154,6 +157,15 @@ nl: role: 'Role' notifications_enabled: 'Notifications enabled' recap_notification_frequency: 'Recap notification frequency' + webhook: + name: 'Name' + description: 'Description' + is_enabled: 'Enabled' + trigger: 'Trigger' + url: 'URL' + http_body: 'HTTP request body' + http_method: 'HTTP method' + http_headers: 'HTTP request headers' errors: messages: invalid: 'is invalid'