Files
nexusphp/resources/lang/ja/search.php
2025-05-05 21:27:48 +07:00

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' => '正確な',
],
];