mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix grant props
This commit is contained in:
@@ -29,4 +29,6 @@ return [
|
||||
'add_claim_confirm' => 'Confirm to claim?',
|
||||
'remove_claim' => 'Give up',
|
||||
'remove_claim_confirm' => 'Confirm to give up the claim?',
|
||||
'already_claimed' => 'Claimed',
|
||||
'not_claim_yet' => 'Unclaimed',
|
||||
];
|
||||
|
||||
@@ -29,4 +29,6 @@ return [
|
||||
'add_claim_confirm' => '确认要认领?',
|
||||
'remove_claim' => '放弃',
|
||||
'remove_claim_confirm' => '确认要放弃认领?',
|
||||
'already_claimed' => '已认领',
|
||||
'not_claim_yet' => '未认领',
|
||||
];
|
||||
|
||||
@@ -28,4 +28,6 @@ return [
|
||||
'add_claim_confirm' => '確認要認領?',
|
||||
'remove_claim' => '放棄',
|
||||
'remove_claim_confirm' => '確認要放棄認領?',
|
||||
'already_claimed' => '已認領',
|
||||
'not_claim_yet' => '未認領',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user