release
This commit is contained in:
@ -4,7 +4,35 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'columnName' => [
|
||||
'seo_keyword' => 'SEO Keyword',
|
||||
'seo_description' => 'SEO Description',
|
||||
'name' => '名稱',
|
||||
'catalog' => '分類',
|
||||
'application' => '應用',
|
||||
'is_front_show' => '前台顯示',
|
||||
'post_at' => '發佈時間',
|
||||
'title' => '標題',
|
||||
'body' => '內文',
|
||||
'description' => '短述',
|
||||
'venue' => '地點',
|
||||
'contact' => '聯絡方式',
|
||||
'source_links' => '來源連結',
|
||||
'cover' => '封面',
|
||||
'website' => '網站連結',
|
||||
'link' => '連結',
|
||||
'link_target' => '連結目標',
|
||||
'tip' => '提示',
|
||||
'feature_overview' => '概觀',
|
||||
'feature_spec' => '規格',
|
||||
'photos' => '圖片',
|
||||
'slug' => 'Slug',
|
||||
'product_related' => '相關產品',
|
||||
'company' => '公司',
|
||||
'phone' => '電話',
|
||||
'job_title' => '職稱',
|
||||
'country' => '國家/地區',
|
||||
'feature_resource' => '資源',
|
||||
'feature_related_part' => '相關部份',
|
||||
],
|
||||
'account' => [
|
||||
'title' => '帳戶',
|
||||
@ -18,22 +46,100 @@ return [
|
||||
'title' => '權限管理',
|
||||
],
|
||||
],
|
||||
'home_carousel' => [
|
||||
'title' => '首頁輪播管理',
|
||||
'content' => [
|
||||
'title' => '首頁輪播',
|
||||
'item' => '首頁輪播項目',
|
||||
'items' => '輪播項目'
|
||||
],
|
||||
],
|
||||
'news' => [
|
||||
'title' => '新聞管理',
|
||||
'catalog' => [
|
||||
'title' => '新聞分類',
|
||||
'title' => '類別',
|
||||
'item' => '新聞類別',
|
||||
'items' => '新聞類別',
|
||||
],
|
||||
'article' => [
|
||||
'title' => '文章管理',
|
||||
'content' => [
|
||||
'title' => '新聞',
|
||||
'item' => '新聞',
|
||||
'items' => '新聞',
|
||||
],
|
||||
],
|
||||
'event' => [
|
||||
'title' => '活動管理',
|
||||
'catalog' => [
|
||||
'title' => '活動分類',
|
||||
'title' => '分類',
|
||||
'item' => '活動分類',
|
||||
'items' => '活動分類',
|
||||
],
|
||||
'article' => [
|
||||
'title' => '活動管理',
|
||||
'content' => [
|
||||
'title' => '活動',
|
||||
'item' => '活動',
|
||||
'items' => '活動',
|
||||
],
|
||||
],
|
||||
'product' => [
|
||||
'title' => '產品管理',
|
||||
'catalog' => [
|
||||
'title' => '分類',
|
||||
'item' => '產品分類',
|
||||
'items' => '產品分類',
|
||||
],
|
||||
'application' => [
|
||||
'title' => '應用',
|
||||
'item' => '產品應用',
|
||||
'items' => '產品應用',
|
||||
],
|
||||
'content' => [
|
||||
'title' => '產品',
|
||||
'item' => '產品',
|
||||
'items' => '產品',
|
||||
],
|
||||
'tip_options' => [
|
||||
'none' => '無',
|
||||
'new' => 'New',
|
||||
'on_sale' => 'On Sale',
|
||||
]
|
||||
],
|
||||
'support' => [
|
||||
'title' => '支援管理',
|
||||
'technical' => [
|
||||
'title' => '技術支援',
|
||||
'item' => '技術支援',
|
||||
'items' => '技術支援',
|
||||
],
|
||||
'sales_inquiry' => [
|
||||
'title' => ' 銷售需求',
|
||||
'item' => '銷售需求',
|
||||
'items' => '銷售需求',
|
||||
],
|
||||
'distribution_partner' => [
|
||||
'title' => '經銷合作夥伴',
|
||||
'catalog' => [
|
||||
'title' => '分類',
|
||||
'item' => '經銷合作夥伴分類',
|
||||
'items' => '經銷合作夥伴分類',
|
||||
],
|
||||
'content' => [
|
||||
'title' => '經銷合作夥伴',
|
||||
'item' => '經銷合作夥伴',
|
||||
'items' => '經銷合作夥伴',
|
||||
],
|
||||
],
|
||||
'ecosystem_partner' => [
|
||||
'title' => '生態系合作夥伴',
|
||||
'catalog' => [
|
||||
'title' => '分類',
|
||||
'item' => '生態系合作夥伴分類',
|
||||
'items' => '生態系合作夥伴分類',
|
||||
],
|
||||
'content' => [
|
||||
'title' => '生態系合作夥伴',
|
||||
'item' => '生態系合作夥伴',
|
||||
'items' => '生態系合作夥伴',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user