[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/fa/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/fa/associate.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ارتباط',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ارتباط :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'رکورد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'ارتباط',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'ارتباط و ارتباط دیگر',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'مرتبط شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
vendor/filament/actions/resources/lang/fa/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/fa/attach.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'افزودن',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'افزودن :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'رکورد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'افزودن',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'افزودن و افزودن یکی دیگر',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'افزوده شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/fa/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/fa/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ایجاد :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ایجاد :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'ایجاد',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'ایجاد و ایجاد یکی دیگر',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'ایجاد شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/fa/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/fa/delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'حذف',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'حذف شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'حذف انتخاب شده',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف :label انتخاب شده',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف انتخاب شده',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'حذف شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/fa/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/fa/detach.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'جدا کردن',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'جدا کردن :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'جدا کردن',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'جدا شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'جدا کردن انتخاب شده',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'جدا کردن :label انتخاب شده',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'جدا کردن انتخاب شده',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'جدا شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/fa/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/fa/dissociate.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'جداکردن',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'جداکردن :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'جداکردن',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'جداکردن',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'جداکردن انتخاب شده',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'جداکردن :label انتخاب شده',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'جداکردن انتخاب شده',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'جدا شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/fa/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/fa/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ویرایش',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ویرایش :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'ذخیره',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'ذخیره شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/fa/export.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/fa/export.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'اکسپورت :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'اکسپورت :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'ستون ها',
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':ستون فعال است',
|
||||
],
|
||||
|
||||
'label' => [
|
||||
'label' => ':برچسب ستونی',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
'label' => 'اکسپورت',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'اکسپورت انجام شد',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
'label' => 'دانلود csv.',
|
||||
],
|
||||
|
||||
'download_xlsx' => [
|
||||
'label' => 'دانلود xlsx.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'اکسپورت خیلی بزرگ است',
|
||||
'body' => 'شما نمی توانید بیش از 1 ردیف را به طور همزمان صادر کنید.|شما نمی توانید بیش از :count ردیف ها را همزمان صادر کنید.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'اکسپورت آغاز شد',
|
||||
'body' => 'اکسپورت شما آغاز شده است و 1 ردیف در پسزمینه پردازش میشود.|اکسپورت شما آغاز شده است و ردیفهای :count در پسزمینه پردازش میشوند.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/fa/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/fa/force-delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'حذف دائمی',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف دائمی :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'رکورد حذف شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'حذف دائمی انتخاب شده',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف دائمی :label انتخاب شده',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'رکوردها حذف شدند',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
vendor/filament/actions/resources/lang/fa/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/fa/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'عملیات',
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/fa/import.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/fa/import.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'ایمپورت :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ایمپورت :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'پرونده',
|
||||
'placeholder' => 'آپلود یک فایل CSV',
|
||||
],
|
||||
|
||||
'columns' => [
|
||||
'label' => 'ستون ها',
|
||||
'placeholder' => 'یک ستون را انتخاب کنید',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
'label' => 'دانلود نمونه فایل CSV',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'label' => 'ایمپورت',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'ایمپورت تکمیل شد',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
'label' => 'دانلود اطلاعات در مورد ردیف ناموفق|دانلود اطلاعات در مورد ردیف های ناموفق',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'فایل CSV آپلود شده خیلی بزرگ است',
|
||||
'body' => 'شما نمی توانید بیش از 1 ردیف را به طور همزمان وارد کنید.|شما نمی توانید بیش از :count ردیف ها را در یک زمان وارد کنید.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'ایمپورت آغاز شد',
|
||||
'body' => 'ایمپورت شما شروع شده است و 1 ردیف در پسزمینه پردازش میشود.|ایمپورت شما آغاز شده است و ردیفهای :count در پسزمینه پردازش میشوند.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'example_csv' => [
|
||||
'file_name' => ':importer-example',
|
||||
],
|
||||
|
||||
'failure_csv' => [
|
||||
'file_name' => 'import-:import_id-:csv_name-failed-rows',
|
||||
'error_header' => 'خطا',
|
||||
'system_error' => 'خطای سیستمی, لطفا با پشتیبانی تماس بگیرید.',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/fa/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/fa/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'آیا برای انجام این کار مطمئن هستید؟',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'لغو',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'تایید',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'ثبت',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/fa/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/fa/replicate.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'تکثیر',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'تکثیر :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'تکثیر',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'رکورد تکثیر شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/fa/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/fa/restore.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'بازگردانی',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'بازگردانی :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'بازگردانی',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'رکورد بازگردانی شد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'بازگردانی انتخاب شده',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'بازگردانی :label انتخاب شده',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'بازگردانی',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'رکوردها بازگردانی شدند',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/fa/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/fa/view.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'نمایش',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'نمایش :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'بستن',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user