You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
<?php |
|
|
|
return [ |
|
'fields' => [ |
|
'id' => 'ID', |
|
'name' => '名稱', |
|
'username' => '用戶名', |
|
'email' => '信箱', |
|
'http_path' => 'HTTP路徑', |
|
'password' => '密碼', |
|
'password_confirmation' => '確認密碼', |
|
'created_at' => '建立時間', |
|
'updated_at' => '更新時間', |
|
'permissions' => '權限', |
|
'slug' => '標示', |
|
'user' => '用戶', |
|
'order' => '排序', |
|
'ip' => 'IP', |
|
'method' => '方法', |
|
'uri' => 'URI', |
|
'roles' => '角色', |
|
'path' => '路徑', |
|
'input' => '輸入', |
|
'type' => '类型', |
|
], |
|
'labels' => [ |
|
'list' => '列表', |
|
'edit' => '編輯', |
|
'detail' => '詳細', |
|
'create' => '創建', |
|
'root' => 'root', |
|
'scaffold' => '代碼生成器', |
|
], |
|
|
|
'options' => [ |
|
'permissions' => [ |
|
|
|
], |
|
], |
|
|
|
];
|
|
|