first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

39
lang/zh-TW/backend.php Normal file
View File

@ -0,0 +1,39 @@
<?php
declare(strict_types=1);
return [
'columnName' => [
'name' => '名稱',
],
'account' => [
'title' => '帳戶',
'user' => [
'title' => '會員管理',
],
'role' => [
'title' => '角色管理',
],
'permission' => [
'title' => '權限管理',
],
],
'news' => [
'title' => '新聞管理',
'catalog' => [
'title' => '新聞分類',
],
'article' => [
'title' => '文章管理',
],
],
'event' => [
'title' => '活動管理',
'catalog' => [
'title' => '活動分類',
],
'article' => [
'title' => '活動管理',
],
],
];