mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
UserResource show donor status
This commit is contained in:
@@ -210,6 +210,7 @@ return [
|
||||
'parked' => 'Parked',
|
||||
'offer_allowed_count' => 'Offer allowed count',
|
||||
'tmp_invites' => 'Temporary invite',
|
||||
'is_donating' => 'Donor',
|
||||
],
|
||||
'medal' => [
|
||||
'label' => 'Medal',
|
||||
|
||||
@@ -250,6 +250,7 @@ return [
|
||||
'parked' => '挂起',
|
||||
'offer_allowed_count' => '候选通过数',
|
||||
'tmp_invites' => '临时邀请',
|
||||
'is_donating' => '捐赠',
|
||||
],
|
||||
'medal' => [
|
||||
'label' => '勋章',
|
||||
|
||||
@@ -209,6 +209,7 @@ return [
|
||||
'parked' => '掛起',
|
||||
'offer_allowed_count' => '候選通過數',
|
||||
'tmp_invites' => '臨時邀請',
|
||||
'is_donating' => '捐贈',
|
||||
],
|
||||
'medal' => [
|
||||
'label' => '勛章',
|
||||
|
||||
Reference in New Issue
Block a user