first commit
This commit is contained in:
39
lang/zh_TW/backend.php
Normal file
39
lang/zh_TW/backend.php
Normal 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',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user