Files
nexusphp/resources/lang/zh_CN/seedbox.php
T

9 lines
167 B
PHP
Raw Normal View History

2022-07-21 15:42:12 +08:00
<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => '用户',
\App\Models\SeedBoxRecord::TYPE_ADMIN => '管理员',
],
];