[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
15
vendor/filament/actions/resources/lang/ne/widgets/account-widget.php
vendored
Normal file
15
vendor/filament/actions/resources/lang/ne/widgets/account-widget.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'साइन आउट गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'स्वागत छ',
|
||||
|
||||
];
|
||||
17
vendor/filament/actions/resources/lang/ne/widgets/filament-info-widget.php
vendored
Normal file
17
vendor/filament/actions/resources/lang/ne/widgets/filament-info-widget.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Documentation',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user