mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
medal
This commit is contained in:
@@ -12,4 +12,13 @@ return [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => '兑换',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => '授予',
|
||||
],
|
||||
'fields' => [
|
||||
'get_type' => '获取方式',
|
||||
'description' => '描述',
|
||||
'image_large' => '图片',
|
||||
'price' => '价格',
|
||||
'duration' => '购买后有效期(天)',
|
||||
],
|
||||
'buy_already' => '已经购买',
|
||||
'but_btn' => '购买',
|
||||
];
|
||||
|
||||
@@ -12,4 +12,5 @@ return [
|
||||
'unselect_all' => '全不选',
|
||||
'increment' => '增加',
|
||||
'decrement' => '减少',
|
||||
'action' => '操作',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user