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
+15
View File
@@ -0,0 +1,15 @@
<?php
return array (
'change_type' =>
array (
1 => 'ユーザー',
2 => '管理者',
),
'labels' =>
array (
'username_old' => '古いユーザー名',
'username_new' => '新しいユーザー名',
'change_type' => 'タイプを変更します',
),
);