mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'change_type' =>
|
||||
array (
|
||||
1 => 'ユーザー',
|
||||
2 => '管理者',
|
||||
),
|
||||
'labels' =>
|
||||
array (
|
||||
'username_old' => '古いユーザー名',
|
||||
'username_new' => '新しいユーザー名',
|
||||
'change_type' => 'タイプを変更します',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user