Files
nexusphp/resources/lang/zh_CN/search.php
2023-05-11 02:23:19 +08:00

18 lines
354 B
PHP

<?php
return [
'global_search' => '全站搜索',
'search_keyword' => '关键字',
'search_area' => '范围',
'search_area_options' => [
'0' => '标题',
'1' => '简介',
'3' => '发布者',
'4' => 'IMDB链接'
],
'search_modes' => [
'and' => '与',
'exact' => '准确',
],
];