[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/sw/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/sw/associate.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Unganisha',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Unganisha :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Rekodi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'Unganisha',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'Unganisha na unganisha tena',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'Imeunganishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
vendor/filament/actions/resources/lang/sw/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/sw/attach.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Pakia',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Pakia :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Rekodi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'Pakia',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'Pakia na pakia tena',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'Imepakiwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/sw/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/sw/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => ':label mpya',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Tengeneza :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Tengeneza',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Tengeneza na tengeneza nyingine',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Imetengenezwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/sw/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/sw/delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Futa',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Futa :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Futa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Imefutwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Futa chaguo',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Futa chaguo :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Futa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Imefutwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/sw/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/sw/detach.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Tenganisha',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Tenganisha :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Tenganisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Imetenganishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Tenganisha chaguo',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Tenganisha chaguo :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Tenganisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Imetenganishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/sw/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/sw/dissociate.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Tenganisha',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Tenganisha :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Tenganisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Imetenganishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Tenganisha chaguo',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Tenganisha chaguo :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Tenganisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Imetenganishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/sw/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/sw/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Hariri',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Hariri :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Hifadhi mabadiliko',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Imehifadhiwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/sw/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/sw/force-delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Futa kwa lazima',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Futa kwa lazima :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Futa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Imefutwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Futa kwa lazima chaguo',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Futa kwa lazima chaguo :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Futa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Imefutwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
vendor/filament/actions/resources/lang/sw/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/sw/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Vitendo',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/sw/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/sw/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Unahakika unataka kufanya hili?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Ghairi',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Thibitisha',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Wasilisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/sw/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/sw/replicate.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Iga',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Iga :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Iga',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Imeigwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/sw/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/sw/restore.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Rudisha',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Rudisha :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Rudisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Imerudishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Rudisha chaguo',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Rudisha chaguo :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Rudisha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Imerudishwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/sw/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/sw/view.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Angalia',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Angalia :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Funga',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user