Files
nexusphp/resources/lang/zh_CN/user.php
2022-08-11 22:55:17 +08:00

31 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'edit_ban_reason' => '被管理人员禁用',
'deleted_username' => '无此账号',
'admin' => [
'list' => [
'page_title' => '用户列表'
]
],
'labels' => [
'seedbonus' => '魔力',
'seed_points' => '做种积分',
'uploaded' => '上传量',
'downloaded' => '下载量',
'invites' => '邀请',
'attendance_card' => '补签卡',
'props' => '道具',
],
'class_names' => [
\App\Models\User::CLASS_VIP => '贵宾',
\App\Models\User::CLASS_RETIREE => '养老族',
\App\Models\User::CLASS_UPLOADER => '发布员',
\App\Models\User::CLASS_MODERATOR => '总版主',
\App\Models\User::CLASS_ADMINISTRATOR => '管理员',
\App\Models\User::CLASS_SYSOP => '维护开发员',
\App\Models\User::CLASS_STAFF_LEADER => '主管',
],
'change_username_lte_min_interval' => '上次修改时间::last_change_time未满足最小间隔:interval 天',
];