mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-13 11:50:53 +08:00
18 lines
388 B
PHP
18 lines
388 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'グローバル検索',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'タイトル',
|
|
'1' => '説明',
|
|
'3' => 'アップローダー',
|
|
'4' => 'IMDB URL'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'そして、',
|
|
'exact' => '正確な',
|
|
],
|
|
];
|