Files
nexusphp/resources/lang/zh_CN/reward.php
T
2022-03-30 15:37:11 +08:00

12 lines
149 B
PHP

<?php
return [
'index' => [
'page_title' => '赠魔者列表',
],
'show' => [
'page_title' => '私信详情',
]
];