Skip to content

Commit

Permalink
fix faild test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Aug 23, 2024
1 parent 95f908e commit 4106172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/Webkul/Admin/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
],

'table' => [
'actions' => 'الإجراءات',
'actions' => 'الإجراءات',
'no-records-available' => 'لا توجد سجلات متاحة.',
],
],
Expand Down Expand Up @@ -411,7 +411,7 @@
'update-success' => 'تم تحديث عرض السعر بنجاح.',
'delete-success' => 'تم حذف عرض السعر بنجاح.',
'delete-failed' => 'لا يمكن حذف عرض السعر.',

'datagrid' => [
'subject' => 'الموضوع',
'sales-person' => 'مندوب المبيعات',
Expand All @@ -428,7 +428,7 @@
'delete' => 'حذف',
'print' => 'طباعة',
],

'pdf' => [
'title' => 'عرض السعر',
'grand-total' => 'المجموع الكلي',
Expand All @@ -449,7 +449,7 @@
'quote-id' => 'رقم عرض السعر',
],
],

'create' => [
'title' => 'إنشاء عرض سعر',
'save-btn' => 'حفظ عرض السعر',
Expand Down Expand Up @@ -480,7 +480,7 @@
'product-name' => 'اسم المنتج',
'action' => 'الإجراء',
],

'edit' => [
'title' => 'تعديل عرض السعر',
'save-btn' => 'حفظ عرض السعر',
Expand Down
4 changes: 2 additions & 2 deletions packages/Webkul/Admin/src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'acl' => [
'acl' => [
'leads' => 'Clientes potenciales',
'lead' => 'Cliente potencial',
'quotes' => 'Cotizaciones',
Expand Down Expand Up @@ -1298,7 +1298,7 @@
'update-success' => 'Almacén actualizado con éxito.',
'delete-success' => 'Almacén eliminado con éxito.',
'delete-failed' => 'No se puede eliminar el almacén.',

'datagrid' => [
'id' => 'ID',
'name' => 'Nombre',
Expand Down

0 comments on commit 4106172

Please sign in to comment.