Files
nexusphp/resources/lang/zh_TW/user.php
2022-11-08 19:06:37 +08:00

42 lines
1.4 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 天',
'destroy_by_admin' => '被管理員物理刪除',
'disable_by_admin' => '被管理员封禁',
'genders' => [
\App\Models\User::GENDER_MALE => '男',
\App\Models\User::GENDER_FEMALE => '女',
\App\Models\User::GENDER_UNKNOWN => '未知',
],
'grant_props_notification' => [
'subject' => '獲得道具::name',
'body' => ':operator 授予你 :name 有效期::duration。',
],
];