UserResource show donor status

This commit is contained in:
xiaomlove
2025-10-20 17:16:19 +07:00
parent 8d10cf7970
commit ca8edf8a6a
5 changed files with 37 additions and 7 deletions

View File

@@ -210,6 +210,7 @@ return [
'parked' => 'Parked',
'offer_allowed_count' => 'Offer allowed count',
'tmp_invites' => 'Temporary invite',
'is_donating' => 'Donor',
],
'medal' => [
'label' => 'Medal',

View File

@@ -250,6 +250,7 @@ return [
'parked' => '挂起',
'offer_allowed_count' => '候选通过数',
'tmp_invites' => '临时邀请',
'is_donating' => '捐赠',
],
'medal' => [
'label' => '勋章',

View File

@@ -209,6 +209,7 @@ return [
'parked' => '掛起',
'offer_allowed_count' => '候選通過數',
'tmp_invites' => '臨時邀請',
'is_donating' => '捐贈',
],
'medal' => [
'label' => '勛章',