[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/ckb/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/ckb/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/ckb/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/ckb/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/ckb/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/ckb/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/ckb/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ckb/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/ckb/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ckb/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/ckb/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ckb/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/ckb/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/ckb/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'دەستکارکردن',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'دەستکارکردنی :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'نوێکردنەوە',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'نوێکرایەوە',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/ckb/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ckb/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/ckb/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/ckb/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'کردارەکان',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/ckb/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/ckb/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/ckb/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/ckb/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/ckb/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ckb/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/ckb/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/ckb/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