mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
19 lines
410 B
PHP
19 lines
410 B
PHP
<?php
|
|
|
|
return [
|
|
'edit_ban_reason' => '被管理人員禁用',
|
|
'deleted_username' => '無此賬號',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => '用戶列表'
|
|
]
|
|
],
|
|
'labels' => [
|
|
'seedbonus' => '魔力',
|
|
'seed_points' => '做種積分',
|
|
'uploaded' => '上傳量',
|
|
'downloaded' => '下載量',
|
|
'invites' => '邀請',
|
|
],
|
|
];
|