[admin] change uploaded & downloaded unit: GB

This commit is contained in:
xiaomlove
2022-05-10 22:08:41 +08:00
parent 3b9125d236
commit e7e708fd91
10 changed files with 91 additions and 26 deletions
+3 -1
View File
@@ -7,5 +7,7 @@ return [
],
'show' => [
'page_title' => '私信详情',
]
],
'field_value_change_message_body' => ':field 被管理员 :operator 从 :old 改为 :new。理由::reason。',
'field_value_change_message_subject' => ':field 改变',
];
+8 -1
View File
@@ -7,5 +7,12 @@ return [
'list' => [
'page_title' => '用户列表'
]
]
],
'labels' => [
'seedbonus' => '魔力',
'seed_points' => '做种积分',
'uploaded' => '上传量',
'downloaded' => '下载量',
'invites' => '邀请',
],
];