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

9 lines
167 B
PHP
Raw Normal View History

<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => '用戶',
\App\Models\SeedBoxRecord::TYPE_ADMIN => '管理員',
],
];