Files
nexusphp/resources/lang/zh_TW/search.php
2022-10-22 20:52:08 +08:00

14 lines
270 B
PHP

<?php
return [
'global_search' => '全站搜索',
'search_keyword' => '關鍵字',
'search_area' => '範圍',
'search_area_options' => [
'0' => '標題',
'1' => '簡介',
'3' => '發布者',
'4' => 'IMDB鏈接'
],
];