From 23e89a47f9665e0291d3a9a99f6c6c05d08ec6fb Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:34:42 +0100 Subject: [PATCH] New translations backend.en.yml (Czech) --- config/locales/backend/backend.cs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/locales/backend/backend.cs.yml b/config/locales/backend/backend.cs.yml index 9b655055..c472a673 100644 --- a/config/locales/backend/backend.cs.yml +++ b/config/locales/backend/backend.cs.yml @@ -92,6 +92,11 @@ cs: few: 'Users' many: 'Users' other: 'Users' + webhook: + one: 'Webhook' + few: 'Webhooks' + many: 'Webhooks' + other: 'Webhooks' attributes: board: name: 'Name' @@ -168,6 +173,15 @@ cs: 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'