From 8e0420a164e2d5def46f7e66ea0a4a8d9867f00b Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:34:38 +0100 Subject: [PATCH] New translations backend.en.yml (French) --- config/locales/backend/backend.fr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/locales/backend/backend.fr.yml b/config/locales/backend/backend.fr.yml index eaf23cee..0e03cb92 100644 --- a/config/locales/backend/backend.fr.yml +++ b/config/locales/backend/backend.fr.yml @@ -78,6 +78,9 @@ fr: user: one: 'Utilisateur' other: 'Utilisateurs' + webhook: + one: 'Webhook' + other: 'Webhooks' attributes: board: name: 'Nom' @@ -154,6 +157,15 @@ fr: role: 'Rôle' notifications_enabled: 'Notifications activées' 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: 'est invalide'