Skip to content

Commit 914bf28

Browse files
Merge pull request #2273 from suraj-webkul/issue#2242
Issue #2242 has been fixed.
2 parents 25a57b2 + bfdc4dc commit 914bf28

File tree

7 files changed

+111
-69
lines changed

7 files changed

+111
-69
lines changed

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,16 +1503,22 @@
15031503
'warehouses' => 'المستودعات',
15041504
],
15051505

1506-
'types' => [
1507-
'address' => 'عنوان',
1508-
'date' => 'تاريخ',
1509-
'email' => 'بريد إلكتروني',
1510-
'lookup' => 'بحث',
1511-
'phone' => 'هاتف',
1512-
'price' => 'سعر',
1513-
'select' => 'اختيار',
1514-
'text' => 'نص',
1515-
'textarea' => 'منطقة نص',
1506+
'types' => [
1507+
'text' => 'نص',
1508+
'textarea' => 'منطقة نصية',
1509+
'price' => 'سعر',
1510+
'boolean' => 'قيمة منطقية',
1511+
'select' => 'قائمة منسدلة',
1512+
'multiselect' => 'اختيار متعدد',
1513+
'checkbox' => 'مربع اختيار',
1514+
'email' => 'بريد إلكتروني',
1515+
'address' => 'عنوان',
1516+
'phone' => 'هاتف',
1517+
'lookup' => 'بحث',
1518+
'datetime' => 'تاريخ ووقت',
1519+
'date' => 'تاريخ',
1520+
'image' => 'صورة',
1521+
'file' => 'ملف',
15161522
],
15171523
],
15181524
],

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

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,15 +1506,21 @@
15061506
],
15071507

15081508
'types' => [
1509-
'address' => 'Address',
1510-
'date' => 'Date',
1511-
'email' => 'Email',
1512-
'lookup' => 'Lookup',
1513-
'phone' => 'Phone',
1514-
'price' => 'Price',
1515-
'select' => 'Select',
1516-
'text' => 'Text',
1517-
'textarea' => 'Textarea',
1509+
'text' => 'Text',
1510+
'textarea' => 'Textarea',
1511+
'price' => 'Price',
1512+
'boolean' => 'Boolean',
1513+
'select' => 'Select',
1514+
'multiselect' => 'Multiselect',
1515+
'checkbox' => 'Checkbox',
1516+
'email' => 'Email',
1517+
'address' => 'Address',
1518+
'phone' => 'Phone',
1519+
'lookup' => 'Lookup',
1520+
'datetime' => 'Datetime',
1521+
'date' => 'Date',
1522+
'image' => 'Image',
1523+
'file' => 'File',
15181524
],
15191525
],
15201526
],

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,16 +1506,22 @@
15061506
'warehouses' => 'Almacenes',
15071507
],
15081508

1509-
'types' => [
1510-
'address' => 'Dirección',
1511-
'date' => 'Fecha',
1512-
'email' => 'Correo Electrónico',
1513-
'lookup' => 'Búsqueda',
1514-
'phone' => 'Teléfono',
1515-
'price' => 'Precio',
1516-
'select' => 'Seleccionar',
1517-
'text' => 'Texto',
1518-
'textarea' => 'Área de Texto',
1509+
'types' => [
1510+
'text' => 'Texto',
1511+
'textarea' => 'Área de texto',
1512+
'price' => 'Precio',
1513+
'boolean' => 'Booleano',
1514+
'select' => 'Seleccionar',
1515+
'multiselect' => 'Selección múltiple',
1516+
'checkbox' => 'Casilla de verificación',
1517+
'email' => 'Correo electrónico',
1518+
'address' => 'Dirección',
1519+
'phone' => 'Teléfono',
1520+
'lookup' => 'Búsqueda',
1521+
'datetime' => 'Fecha y hora',
1522+
'date' => 'Fecha',
1523+
'image' => 'Imagen',
1524+
'file' => 'Archivo',
15191525
],
15201526
],
15211527
],

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,16 +1508,22 @@
15081508
'warehouses' => 'انبارها',
15091509
],
15101510

1511-
'types' => [
1512-
'address' => 'آدرس',
1513-
'date' => 'تاریخ',
1514-
'email' => 'ایمیل',
1515-
'lookup' => 'جستجو',
1516-
'phone' => 'تلفن',
1517-
'price' => 'قیمت',
1518-
'select' => 'انتخاب',
1519-
'text' => 'متن',
1520-
'textarea' => 'میدان متن',
1511+
'types' => [
1512+
'text' => 'متن',
1513+
'textarea' => 'ناحیه متنی',
1514+
'price' => 'قیمت',
1515+
'boolean' => 'بولی',
1516+
'select' => 'انتخاب',
1517+
'multiselect' => 'چند انتخابی',
1518+
'checkbox' => 'چک‌باکس',
1519+
'email' => 'ایمیل',
1520+
'address' => 'آدرس',
1521+
'phone' => 'تلفن',
1522+
'lookup' => 'جستجو',
1523+
'datetime' => 'تاریخ و زمان',
1524+
'date' => 'تاریخ',
1525+
'image' => 'تصویر',
1526+
'file' => 'فایل',
15211527
],
15221528
],
15231529
],

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,16 +1500,22 @@
15001500
'warehouses' => 'Depósitos',
15011501
],
15021502

1503-
'types' => [
1504-
'address' => 'Endereço',
1505-
'date' => 'Data',
1506-
'email' => 'E-mail',
1507-
'lookup' => 'Pesquisa',
1508-
'phone' => 'Telefone',
1509-
'price' => 'Preço',
1510-
'select' => 'Seleção',
1511-
'text' => 'Texto',
1512-
'textarea' => 'Área de Texto',
1503+
'types' => [
1504+
'text' => 'Texto',
1505+
'textarea' => 'Área de texto',
1506+
'price' => 'Preço',
1507+
'boolean' => 'Booleano',
1508+
'select' => 'Selecionar',
1509+
'multiselect' => 'Seleção múltipla',
1510+
'checkbox' => 'Caixa de seleção',
1511+
'email' => 'Email',
1512+
'address' => 'Endereço',
1513+
'phone' => 'Telefone',
1514+
'lookup' => 'Busca',
1515+
'datetime' => 'Data e hora',
1516+
'date' => 'Data',
1517+
'image' => 'Imagem',
1518+
'file' => 'Arquivo',
15131519
],
15141520
],
15151521
],

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,16 +1507,22 @@
15071507
'warehouses' => 'Depolar',
15081508
],
15091509

1510-
'types' => [
1511-
'address' => 'Adres',
1512-
'date' => 'Tarih',
1513-
'email' => 'E-posta',
1514-
'lookup' => 'Arama',
1515-
'phone' => 'Telefon',
1516-
'price' => 'Fiyat',
1517-
'select' => 'Seç',
1518-
'text' => 'Metin',
1519-
'textarea' => 'Metin Alanı',
1510+
'types' => [
1511+
'text' => 'Metin',
1512+
'textarea' => 'Metin alanı',
1513+
'price' => 'Fiyat',
1514+
'boolean' => 'Mantıksal',
1515+
'select' => 'Seçim',
1516+
'multiselect' => 'Çoklu seçim',
1517+
'checkbox' => 'Onay kutusu',
1518+
'email' => 'E-posta',
1519+
'address' => 'Adres',
1520+
'phone' => 'Telefon',
1521+
'lookup' => 'Arama',
1522+
'datetime' => 'Tarih ve saat',
1523+
'date' => 'Tarih',
1524+
'image' => 'Görsel',
1525+
'file' => 'Dosya',
15201526
],
15211527
],
15221528
],

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,16 +1503,22 @@
15031503
'warehouses' => 'Kho hàng',
15041504
],
15051505

1506-
'types' => [
1507-
'address' => 'Địa chỉ',
1508-
'date' => 'Ngày',
1509-
'email' => 'Email',
1510-
'lookup' => 'Tra cứu',
1511-
'phone' => 'Điện thoại',
1512-
'price' => 'Giá',
1513-
'select' => 'Chọn',
1514-
'text' => 'Văn bản',
1515-
'textarea' => 'Khung văn bản',
1506+
'types' => [
1507+
'text' => 'Văn bản',
1508+
'textarea' => 'Vùng văn bản',
1509+
'price' => 'Giá',
1510+
'boolean' => 'Boolean',
1511+
'select' => 'Chọn',
1512+
'multiselect' => 'Chọn nhiều',
1513+
'checkbox' => 'Hộp kiểm',
1514+
'email' => 'Email',
1515+
'address' => 'Địa chỉ',
1516+
'phone' => 'Điện thoại',
1517+
'lookup' => 'Tìm kiếm',
1518+
'datetime' => 'Ngày giờ',
1519+
'date' => 'Ngày',
1520+
'image' => 'Hình ảnh',
1521+
'file' => 'Tệp tin',
15161522
],
15171523
],
15181524
],

0 commit comments

Comments
 (0)