Files
nexusphp/resources/lang/ja/seedbox.php

9 lines
173 B
PHP
Raw Normal View History

2025-05-05 21:27:48 +07:00
<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => 'ユーザー',
\App\Models\SeedBoxRecord::TYPE_ADMIN => '管理者',
],
];