Skip to content

Commit 7e5e51d

Browse files
committed
workflow ui fixed.
1 parent c8216e8 commit 7e5e51d

File tree

9 files changed

+170
-77
lines changed

9 files changed

+170
-77
lines changed

packages/Webkul/Admin/src/Resources/lang/ar/app.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
'add-webhook' => 'تفعيل الويب هوك',
647647
'webhook_heading' => 'إعدادات الويب هوك',
648648
'webhook_url' => 'أدخل الرابط',
649+
'request-headers' => 'عناوين الجسم',
649650
'webhook_request_method' => 'طريقة الطلب',
650651
'get_method' => 'GET',
651652
'post_method' => 'POST',
@@ -655,9 +656,10 @@
655656
'webhook_encoding' => 'اختر الترميز',
656657
'encoding_json' => 'JSON',
657658
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'جسم الطلب',
659+
'request_body' => 'مفتاح وقيمة',
660+
'request_body_info' => 'أضف زوج مفتاح وقيمة في سطر جديد، أي، مفتاح=قيمة',
659661
'simple_body' => 'بسيط',
660-
'custom_body' => 'مخصص',
662+
'raw' => 'خام',
661663
'lead' => 'رصيد',
662664
'person' => 'شخص',
663665
'quote' => 'اقتباس',

packages/Webkul/Admin/src/Resources/lang/en/app.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
'add-webhook' => 'Trigger webhook',
647647
'webhook_heading' => 'Webhook settings',
648648
'webhook_url' => 'Enter URL',
649+
'request-headers' => 'Request Headers',
649650
'webhook_request_method' => 'Request method',
650651
'get_method' => 'GET',
651652
'post_method' => 'POST',
@@ -655,9 +656,10 @@
655656
'webhook_encoding' => 'Select encoding',
656657
'encoding_json' => 'JSON',
657658
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'Request body',
659+
'request_body' => 'Request Body',
660+
'request_body_info' => 'Add key value pair in new line, i.e., key=value',
659661
'simple_body' => 'Simple',
660-
'custom_body' => 'Custom',
662+
'raw' => 'Raw',
661663
'lead' => 'Lead',
662664
'person' => 'Person',
663665
'quote' => 'Quote',

packages/Webkul/Admin/src/Resources/lang/es/app.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
'add-webhook' => 'Disparar webhook',
647647
'webhook_heading' => 'Configuración del webhook',
648648
'webhook_url' => 'Ingresar URL',
649+
'request-headers' => 'Encabezados del cuerpo',
649650
'webhook_request_method' => 'Método de solicitud',
650651
'get_method' => 'GET',
651652
'post_method' => 'POST',
@@ -655,9 +656,10 @@
655656
'webhook_encoding' => 'Seleccionar codificación',
656657
'encoding_json' => 'JSON',
657658
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'Cuerpo de la solicitud',
659+
'request_body' => 'Clave y Valor',
660+
'request_body_info' => 'Agregar par clave-valor en una nueva línea, es decir, clave=valor',
659661
'simple_body' => 'Simple',
660-
'custom_body' => 'Personalizado',
662+
'raw' => 'kruda',
661663
'lead' => 'Prospecto',
662664
'person' => 'Persona',
663665
'quote' => 'Cita',

packages/Webkul/Admin/src/Resources/lang/fa/app.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
'add-webhook' => 'فعال‌سازی وب‌هوک',
647647
'webhook_heading' => 'تنظیمات وب‌هوک',
648648
'webhook_url' => 'آدرس URL را وارد کنید',
649+
'request-headers' => 'سربرگ‌های بدن',
649650
'webhook_request_method' => 'روش درخواست',
650651
'get_method' => 'GET',
651652
'post_method' => 'POST',
@@ -655,9 +656,10 @@
655656
'webhook_encoding' => 'انتخاب رمزگذاری',
656657
'encoding_json' => 'JSON',
657658
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'بدنه درخواست',
659-
'simple_body' => 'ساده',
660-
'custom_body' => 'سفارشی',
659+
'request_body' => 'کلید و مقدار',
660+
'request_body_info' => 'افزودن زوج کلید و مقدار در خط جدید، یعنی، کلید=مقدار',
661+
'simple_body' => 'خام',
662+
'raw' => '',
661663
'lead' => 'سرنخ',
662664
'person' => 'شخص',
663665
'quote' => 'پیشنهاد',

packages/Webkul/Admin/src/Resources/lang/tr/app.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
'add-webhook' => 'Web kancası tetikle',
647647
'webhook_heading' => 'Web kancası ayarları',
648648
'webhook_url' => 'URL girin',
649+
'request-headers' => 'Vücut Başlıkları',
649650
'webhook_request_method' => 'İstek yöntemi',
650651
'get_method' => 'GET',
651652
'post_method' => 'POST',
@@ -655,9 +656,10 @@
655656
'webhook_encoding' => 'Kodlamayı seçin',
656657
'encoding_json' => 'JSON',
657658
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'İstek gövdesi',
659+
'request_body' => 'Anahtar ve Değer',
660+
'request_body_info' => 'Yeni bir satırda anahtar-değer çifti ekleyin, yani, anahtar=değer',
659661
'simple_body' => 'Basit',
660-
'custom_body' => 'Özel',
662+
'raw' => 'çiğ',
661663
'lead' => 'Potansiyel müşteri',
662664
'person' => 'Kişi',
663665
'quote' => 'Alıntı',

0 commit comments

Comments
 (0)