mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
20 lines
456 B
PHP
20 lines
456 B
PHP
<?php
|
|
|
|
return [
|
|
'edit_ban_reason' => 'Disable by administrator',
|
|
'deleted_username' => 'user not exists',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => 'User list'
|
|
]
|
|
],
|
|
'labels' => [
|
|
'seedbonus' => 'Bonus',
|
|
'seed_points' => 'Seed points',
|
|
'uploaded' => 'Uploaded',
|
|
'downloaded' => 'Downloaded',
|
|
'invites' => 'Invites',
|
|
'attendance_card' => 'Attend card',
|
|
],
|
|
];
|