mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
custom fields add priority + display
This commit is contained in:
@@ -33,6 +33,7 @@ return [
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'reset' => 'Reset',
|
||||
'anonymous' => 'Anonymous',
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
|
||||
@@ -33,6 +33,7 @@ return [
|
||||
'submit' => '提交',
|
||||
'cancel' => '取消',
|
||||
'reset' => '重置',
|
||||
'anonymous' => '匿名',
|
||||
'setting' => [
|
||||
'nav_text' => '设置',
|
||||
'backup' => [
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
return [
|
||||
'invalid_argument' => '参数错误',
|
||||
'require_argument' => ':argument 不能为空',
|
||||
];
|
||||
|
||||
@@ -33,6 +33,7 @@ return [
|
||||
'submit' => '提交',
|
||||
'cancel' => '取消',
|
||||
'reset' => '重置',
|
||||
'anonymous' => '匿名',
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
|
||||
Reference in New Issue
Block a user