Skip to content

Commit 486e692

Browse files
committed
Add missing translation.
1 parent 3786d98 commit 486e692

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -643,28 +643,28 @@
643643
'update-success' => 'تم تحديث سير العمل بنجاح.',
644644
'delete-success' => 'تم حذف سير العمل بنجاح.',
645645
'delete-failed' => 'لا يمكن حذف سير العمل.',
646-
'add-webhook' => 'Trigger webhook',
647-
'webhook_heading' => 'Webhook settings',
648-
'webhook_url' => 'Enter URL',
649-
'webhook_request_method' => 'Request method',
646+
'add-webhook' => 'تفعيل الويب هوك',
647+
'webhook_heading' => 'إعدادات الويب هوك',
648+
'webhook_url' => 'أدخل الرابط',
649+
'webhook_request_method' => 'طريقة الطلب',
650650
'get_method' => 'GET',
651651
'post_method' => 'POST',
652652
'put_method' => 'PUT',
653653
'patch_method' => 'PATCH',
654654
'delete_method' => 'DELETE',
655-
'webhook_encoding' => 'Select encoding',
655+
'webhook_encoding' => 'اختر الترميز',
656656
'encoding_json' => 'JSON',
657657
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'Request body',
659-
'simple_body' => 'Simple',
660-
'custom_body' => 'Custom',
661-
'lead' => 'Lead',
662-
'person' => 'Person',
663-
'quote' => 'Quote',
664-
'activity' => 'Activity',
665-
'add_header' => 'Add header',
666-
'header_key' => 'Key',
667-
'header_value' => 'Value',
658+
'request_body' => 'جسم الطلب',
659+
'simple_body' => 'بسيط',
660+
'custom_body' => 'مخصص',
661+
'lead' => 'رصيد',
662+
'person' => 'شخص',
663+
'quote' => 'اقتباس',
664+
'activity' => 'نشاط',
665+
'add_header' => 'إضافة رأس',
666+
'header_key' => 'المفتاح',
667+
'header_value' => 'القيمة',
668668
],
669669

670670
'tags' => [

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -643,28 +643,28 @@
643643
'update-success' => 'Flujo de Trabajo actualizado con éxito.',
644644
'delete-success' => 'Flujo de Trabajo eliminado con éxito.',
645645
'delete-failed' => 'Flujo de Trabajo no pudo ser eliminado.',
646-
'add-webhook' => 'Trigger webhook',
647-
'webhook_heading' => 'Webhook settings',
648-
'webhook_url' => 'Enter URL',
649-
'webhook_request_method' => 'Request method',
646+
'add-webhook' => 'Disparar webhook',
647+
'webhook_heading' => 'Configuración del webhook',
648+
'webhook_url' => 'Ingresar URL',
649+
'webhook_request_method' => 'Método de solicitud',
650650
'get_method' => 'GET',
651651
'post_method' => 'POST',
652652
'put_method' => 'PUT',
653653
'patch_method' => 'PATCH',
654654
'delete_method' => 'DELETE',
655-
'webhook_encoding' => 'Select encoding',
655+
'webhook_encoding' => 'Seleccionar codificación',
656656
'encoding_json' => 'JSON',
657657
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'Request body',
658+
'request_body' => 'Cuerpo de la solicitud',
659659
'simple_body' => 'Simple',
660-
'custom_body' => 'Custom',
661-
'lead' => 'Lead',
662-
'person' => 'Person',
663-
'quote' => 'Quote',
664-
'activity' => 'Activity',
665-
'add_header' => 'Add header',
666-
'header_key' => 'Key',
667-
'header_value' => 'Value',
660+
'custom_body' => 'Personalizado',
661+
'lead' => 'Prospecto',
662+
'person' => 'Persona',
663+
'quote' => 'Cita',
664+
'activity' => 'Actividad',
665+
'add_header' => 'Agregar encabezado',
666+
'header_key' => 'Clave',
667+
'header_value' => 'Valor',
668668
],
669669

670670
'tags' => [

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -643,28 +643,28 @@
643643
'update-success' => 'İş akışı başarıyla güncellendi.',
644644
'delete-success' => 'İş akışı başarıyla silindi.',
645645
'delete-failed' => 'İş akışı silinemez.',
646-
'add-webhook' => 'Trigger webhook',
647-
'webhook_heading' => 'Webhook settings',
648-
'webhook_url' => 'Enter URL',
649-
'webhook_request_method' => 'Request method',
646+
'add-webhook' => 'Web kancası tetikle',
647+
'webhook_heading' => 'Web kancası ayarları',
648+
'webhook_url' => 'URL girin',
649+
'webhook_request_method' => 'İstek yöntemi',
650650
'get_method' => 'GET',
651651
'post_method' => 'POST',
652652
'put_method' => 'PUT',
653653
'patch_method' => 'PATCH',
654654
'delete_method' => 'DELETE',
655-
'webhook_encoding' => 'Select encoding',
655+
'webhook_encoding' => 'Kodlamayı seçin',
656656
'encoding_json' => 'JSON',
657657
'encoding_http_query' => 'X-www-form-urlencoded',
658-
'request_body' => 'Request body',
659-
'simple_body' => 'Simple',
660-
'custom_body' => 'Custom',
661-
'lead' => 'Lead',
662-
'person' => 'Person',
663-
'quote' => 'Quote',
664-
'activity' => 'Activity',
665-
'add_header' => 'Add header',
666-
'header_key' => 'Key',
667-
'header_value' => 'Value',
658+
'request_body' => 'İstek gövdesi',
659+
'simple_body' => 'Basit',
660+
'custom_body' => 'Özel',
661+
'lead' => 'Potansiyel müşteri',
662+
'person' => 'Kişi',
663+
'quote' => 'Alıntı',
664+
'activity' => 'Etkinlik',
665+
'add_header' => 'Başlık ekle',
666+
'header_key' => 'Anahtar',
667+
'header_value' => 'Değer',
668668
],
669669

670670
'tags' => [

0 commit comments

Comments
 (0)