From fa871b72474f95d189567bc0c7b39f0041cf07af Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:34:53 +0100 Subject: [PATCH] New translations backend.en.yml (Korean) --- config/locales/backend/backend.ko.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/locales/backend/backend.ko.yml b/config/locales/backend/backend.ko.yml index 2545eb96..404916bd 100644 --- a/config/locales/backend/backend.ko.yml +++ b/config/locales/backend/backend.ko.yml @@ -71,6 +71,8 @@ ko: other: 'Posts' user: other: 'Users' + webhook: + other: 'Webhooks' attributes: board: name: 'Name' @@ -147,6 +149,15 @@ ko: 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'