Skip to content

Commit

Permalink
Update and rename 2 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
littleshaoye authored Mar 5, 2024
1 parent dfe6bed commit cfb4242
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 22 deletions.
22 changes: 0 additions & 22 deletions theme/aurora/2

This file was deleted.

37 changes: 37 additions & 0 deletions theme/aurora/6
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?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' => '顶级',
'scaffold' => '代码生成器',
],
'options' => [
//
],
];

0 comments on commit cfb4242

Please sign in to comment.