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
+14
View File
@@ -0,0 +1,14 @@
<?php
$lang_checkuser = array (
'std_error' => '間違い',
'std_no_user_id' => 'このIDのないユーザー!',
'std_no_permission' => '許可はありません',
'head_detail_for' => 'ユーザーの詳細 - ',
'text_account_disabled' => '<p> <b>このアカウントは無効です! </b> </p>',
'row_join_date' => '参加日',
'row_gender' => '性別',
'row_email' => '郵便',
'row_ip' => 'IP',
'submit_confirm_this_user' => 'このユーザーを確認してください',
);