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 (
'admin' =>
array (
'list' =>
array (
'page_title' => '評価ユーザーリスト',
),
),
'status' =>
array (
1 => '終了しました',
-1 => '免除',
0 => 'アンダー評価',
),
'end_can_not_before_begin' => '終了時間::終了は開始時間前にできません:: begin',
'status_not_allow_update_end' => '現在のステータスは:: status_textではありません、終了時間は変更できません',
);