fix some persian translations in admin panel
This commit is contained in:
parent
7cd34d0a03
commit
2ce1a4e2c2
|
|
@ -150,7 +150,7 @@ return [
|
||||||
'order-count' => 'سفارش :count',
|
'order-count' => 'سفارش :count',
|
||||||
'revenue' => ':total درآمد',
|
'revenue' => ':total درآمد',
|
||||||
'stock-threshold' => 'تعداد کالای موجود',
|
'stock-threshold' => 'تعداد کالای موجود',
|
||||||
'qty-left' => ':qty سمت چپ',
|
'qty-left' => ':qty باقی مانده',
|
||||||
],
|
],
|
||||||
|
|
||||||
'datagrid' => [
|
'datagrid' => [
|
||||||
|
|
@ -575,12 +575,12 @@ return [
|
||||||
'multiselect' => 'Multiselect',
|
'multiselect' => 'Multiselect',
|
||||||
'new-option' => 'New Option',
|
'new-option' => 'New Option',
|
||||||
'is-default' => 'Is Default',
|
'is-default' => 'Is Default',
|
||||||
'remove-image-btn-title' => 'Remove Image',
|
'remove-image-btn-title' => 'حذف عکس',
|
||||||
'videos' => 'Videos',
|
'videos' => 'فیلم ها',
|
||||||
'video' => 'Video',
|
'video' => 'فیلم',
|
||||||
'add-video-btn-title' => 'Add Video',
|
'add-video-btn-title' => 'اضافه کردن فیلم',
|
||||||
'remove-video-btn-title' => 'Remove Video',
|
'remove-video-btn-title' => 'حذف فیلم',
|
||||||
'not-support-video' => 'Your browser does not support the video tag.',
|
'not-support-video' => 'مرورگر شما تگ ویدیو را پشتیبانی نمی کند',
|
||||||
],
|
],
|
||||||
|
|
||||||
'attributes' => [
|
'attributes' => [
|
||||||
|
|
@ -593,7 +593,7 @@ return [
|
||||||
'type' => 'نوع ویژگی',
|
'type' => 'نوع ویژگی',
|
||||||
'text' => 'Text',
|
'text' => 'Text',
|
||||||
'textarea' => 'Textarea',
|
'textarea' => 'Textarea',
|
||||||
'price' => 'Price',
|
'price' => 'قیمت',
|
||||||
'boolean' => 'Boolean',
|
'boolean' => 'Boolean',
|
||||||
'select' => 'Select',
|
'select' => 'Select',
|
||||||
'multiselect' => 'Multiselect',
|
'multiselect' => 'Multiselect',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue