feat(i18n): update webhook body translations in multiple languages for consistency and clarity

This commit is contained in:
keven1024
2026-05-01 21:13:20 +08:00
parent 46c6cd84b5
commit a63d55b61d
6 changed files with 6 additions and 5 deletions

View File

@@ -122,7 +122,7 @@
"webhookUrlInvalid": "Ungueltige URL",
"webhookMethod": "Methode",
"webhookHeaders": "Header",
"webhookBody": "Body",
"webhookBody": "Anfrage-Body",
"webhookAdvanced": "Erweiterte Optionen",
"webhookBodyType": "Body-Typ",
"webhookBodyTypeNone": "Kein Body",

View File

@@ -122,7 +122,7 @@
"webhookUrlInvalid": "Invalid URL",
"webhookMethod": "Method",
"webhookHeaders": "Headers",
"webhookBody": "Body",
"webhookBody": "Request Body",
"webhookAdvanced": "Advanced options",
"webhookBodyType": "Body type",
"webhookBodyTypeNone": "None",

View File

@@ -122,7 +122,7 @@
"webhookUrlInvalid": "URL invalide",
"webhookMethod": "Méthode",
"webhookHeaders": "En-têtes",
"webhookBody": "Corps",
"webhookBody": "Corps de la requête",
"webhookAdvanced": "Options avancées",
"webhookBodyType": "Type de corps",
"webhookBodyTypeNone": "Aucun",

View File

@@ -122,7 +122,7 @@
"webhookUrlInvalid": "URL の形式が正しくありません",
"webhookMethod": "メソッド",
"webhookHeaders": "ヘッダー",
"webhookBody": "ボディ",
"webhookBody": "リクエストボディ",
"webhookAdvanced": "詳細オプション",
"webhookBodyType": "ボディタイプ",
"webhookBodyTypeNone": "なし",

View File

@@ -122,7 +122,7 @@
"webhookUrlInvalid": "URL 형식이 올바르지 않습니다",
"webhookMethod": "메서드",
"webhookHeaders": "헤더",
"webhookBody": "본문",
"webhookBody": "요청 본문",
"webhookAdvanced": "고급 옵션",
"webhookBodyType": "본문 유형",
"webhookBodyTypeNone": "없음",

View File

@@ -52,6 +52,7 @@
"qrcode": "^1.5.4",
"reka-ui": "^2.9.3",
"shadcn-nuxt": "2.0.1",
"sweet-curl-parser": "^1.0.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tiptap-markdown": "^0.9.0",