diff --git a/front/i18n/locales/de.json b/front/i18n/locales/de.json index 71c0345..4c595b9 100644 --- a/front/i18n/locales/de.json +++ b/front/i18n/locales/de.json @@ -111,6 +111,26 @@ "1day": "1 Tag", "3days": "3 Tage" } + }, + "notify": { + "notifyVia": "Benachrichtigen per", + "email": "E-Mail", + "webhook": "Webhook", + "emailPlaceholder": "E-Mail-Adresse eingeben", + "emailInvalid": "Ungueltige E-Mail-Adresse", + "webhookUrl": "URL", + "webhookUrlInvalid": "Ungueltige URL", + "webhookMethod": "Methode", + "webhookHeaders": "Header", + "webhookBody": "Body", + "webhookAdvanced": "Erweiterte Optionen", + "webhookBodyType": "Body-Typ", + "webhookBodyTypeNone": "Kein Body", + "webhookBodyTypeFormData": "Formulardaten", + "webhookBodyTypeRaw": "Raw", + "webhookHeaderKey": "Schluessel", + "webhookHeaderValue": "Wert", + "addWebhook": "Webhook hinzufügen" } }, "progress": { diff --git a/front/i18n/locales/en.json b/front/i18n/locales/en.json index d2ab626..5373cb3 100644 --- a/front/i18n/locales/en.json +++ b/front/i18n/locales/en.json @@ -111,6 +111,26 @@ "1day": "1 day", "3days": "3 days" } + }, + "notify": { + "notifyVia": "Notify via", + "email": "Email", + "webhook": "Webhook", + "emailPlaceholder": "Enter email address", + "emailInvalid": "Invalid email address", + "webhookUrl": "URL", + "webhookUrlInvalid": "Invalid URL", + "webhookMethod": "Method", + "webhookHeaders": "Headers", + "webhookBody": "Body", + "webhookAdvanced": "Advanced options", + "webhookBodyType": "Body type", + "webhookBodyTypeNone": "None", + "webhookBodyTypeFormData": "Form data", + "webhookBodyTypeRaw": "Raw", + "webhookHeaderKey": "Key", + "webhookHeaderValue": "Value", + "addWebhook": "Add Webhook" } }, "progress": { diff --git a/front/i18n/locales/fr.json b/front/i18n/locales/fr.json index 9d592b3..0b12a3e 100644 --- a/front/i18n/locales/fr.json +++ b/front/i18n/locales/fr.json @@ -111,6 +111,26 @@ "1day": "1 jour", "3days": "3 jours" } + }, + "notify": { + "notifyVia": "Notifier par", + "email": "E-mail", + "webhook": "Webhook", + "emailPlaceholder": "Entrez l'adresse e-mail", + "emailInvalid": "Adresse e-mail invalide", + "webhookUrl": "URL", + "webhookUrlInvalid": "URL invalide", + "webhookMethod": "Méthode", + "webhookHeaders": "En-têtes", + "webhookBody": "Corps", + "webhookAdvanced": "Options avancées", + "webhookBodyType": "Type de corps", + "webhookBodyTypeNone": "Aucun", + "webhookBodyTypeFormData": "Donnees de formulaire", + "webhookBodyTypeRaw": "Brut", + "webhookHeaderKey": "Cle", + "webhookHeaderValue": "Valeur", + "addWebhook": "Ajouter un Webhook" } }, "progress": { diff --git a/front/i18n/locales/ja.json b/front/i18n/locales/ja.json index 9dab059..fcd1455 100644 --- a/front/i18n/locales/ja.json +++ b/front/i18n/locales/ja.json @@ -111,6 +111,26 @@ "1day": "1日", "3days": "3日" } + }, + "notify": { + "notifyVia": "通知方法", + "email": "メール", + "webhook": "Webhook", + "emailPlaceholder": "メールアドレスを入力", + "emailInvalid": "メールアドレスの形式が正しくありません", + "webhookUrl": "URL", + "webhookUrlInvalid": "URL の形式が正しくありません", + "webhookMethod": "メソッド", + "webhookHeaders": "ヘッダー", + "webhookBody": "ボディ", + "webhookAdvanced": "詳細オプション", + "webhookBodyType": "ボディタイプ", + "webhookBodyTypeNone": "なし", + "webhookBodyTypeFormData": "フォームデータ", + "webhookBodyTypeRaw": "Raw", + "webhookHeaderKey": "キー", + "webhookHeaderValue": "値", + "addWebhook": "Webhook を追加" } }, "progress": { diff --git a/front/i18n/locales/ko.json b/front/i18n/locales/ko.json index a86e7e3..e51eda5 100644 --- a/front/i18n/locales/ko.json +++ b/front/i18n/locales/ko.json @@ -36,6 +36,9 @@ "submit": "제출", "backToHome": "홈으로 돌아가기" }, + "common": { + "copySuccess": "복사되었습니다" + }, "page": { "upload": { "file": { @@ -108,6 +111,26 @@ "1day": "1일", "3days": "3일" } + }, + "notify": { + "notifyVia": "알림 방법", + "email": "이메일", + "webhook": "Webhook", + "emailPlaceholder": "이메일 주소를 입력하세요", + "emailInvalid": "이메일 주소 형식이 올바르지 않습니다", + "webhookUrl": "URL", + "webhookUrlInvalid": "URL 형식이 올바르지 않습니다", + "webhookMethod": "메서드", + "webhookHeaders": "헤더", + "webhookBody": "본문", + "webhookAdvanced": "고급 옵션", + "webhookBodyType": "본문 유형", + "webhookBodyTypeNone": "없음", + "webhookBodyTypeFormData": "폼 데이터", + "webhookBodyTypeRaw": "Raw", + "webhookHeaderKey": "키", + "webhookHeaderValue": "값", + "addWebhook": "Webhook 추가" } }, "progress": { diff --git a/front/i18n/locales/zh-CN.json b/front/i18n/locales/zh-CN.json index 6b507e3..dc2e3a1 100644 --- a/front/i18n/locales/zh-CN.json +++ b/front/i18n/locales/zh-CN.json @@ -111,6 +111,26 @@ "1day": "1天", "3days": "3天" } + }, + "notify": { + "notifyVia": "通知方式", + "email": "邮件", + "webhook": "Webhook", + "emailPlaceholder": "请输入邮箱地址", + "emailInvalid": "邮箱格式不正确", + "webhookUrl": "URL", + "webhookUrlInvalid": "URL 格式不正确", + "webhookMethod": "请求方法", + "webhookHeaders": "请求头", + "webhookBody": "请求体", + "webhookAdvanced": "高级选项", + "webhookBodyType": "请求体类型", + "webhookBodyTypeNone": "无", + "webhookBodyTypeFormData": "表单数据", + "webhookBodyTypeRaw": "原始内容", + "webhookHeaderKey": "键", + "webhookHeaderValue": "值", + "addWebhook": "添加 Webhook" } }, "progress": { diff --git a/front/i18n/locales/zh-TW.json b/front/i18n/locales/zh-TW.json index 1d90bb0..b5fc0df 100644 --- a/front/i18n/locales/zh-TW.json +++ b/front/i18n/locales/zh-TW.json @@ -111,6 +111,26 @@ "1day": "1 天", "3days": "3 天" } + }, + "notify": { + "notifyVia": "通知方式", + "email": "郵件", + "webhook": "Webhook", + "emailPlaceholder": "請輸入郵箱地址", + "emailInvalid": "郵箱格式不正確", + "webhookUrl": "URL", + "webhookUrlInvalid": "URL 格式不正確", + "webhookMethod": "請求方法", + "webhookHeaders": "請求頭", + "webhookBody": "請求體", + "webhookAdvanced": "進階選項", + "webhookBodyType": "請求體類型", + "webhookBodyTypeNone": "無", + "webhookBodyTypeFormData": "表單資料", + "webhookBodyTypeRaw": "原始內容", + "webhookHeaderKey": "鍵", + "webhookHeaderValue": "值", + "addWebhook": "新增 Webhook" } }, "progress": {