first commit

This commit is contained in:
Eric Li
2025-06-13 12:09:50 +08:00
commit b12cd07419
545 changed files with 39389 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' => [
'seo_keyword' => 'SEO 關鍵字',
'seo_description' => 'SEO 說明',
'name' => '名稱',
'catalog' => '分類',
'application' => '應用',
'is_front_show' => '前台顯示',
'post_at' => '發佈時間',
'title' => '標題',
'body' => '內文',
'description' => '簡述',
'venue' => 'Venue',
'contact' => 'Contact',
'source_links' => 'Source Links',
'cover' => '主要圖片',
'website' => 'Website',
'link' => 'Link',
'link_target' => 'Link Target',
'tip' => 'Tip',
'feature_overview' => 'Overview',
'feature_spec' => 'Specifications',
'photos' => 'Photos',
'slug' => 'Slug',
'product_related' => 'Product Related',
'company' => 'Company',
'phone' => 'Phone',
'job_title' => 'Job Title',
'country' => 'Country',
'feature_resource' => 'Resource',
'feature_related_part' => 'Related Part',
'featured_img' => 'Featured Image',
'event_at' => 'Event Datetime',
],
];