add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
return array (
'global_search' => 'サイト全体を検索します',
'search_keyword' => 'キーワード',
'search_area' => '範囲',
'search_area_options' =>
array (
0 => 'タイトル',
1 => '導入',
3 => '発行',
4 => 'IMDBリンク',
),
'search_modes' =>
array (
'and' => 'そして',
'exact' => '正確な',
),
);