mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
paid torrent trans
This commit is contained in:
@@ -174,6 +174,8 @@ return [
|
||||
'added_end' => 'Added less than',
|
||||
'size_begin' => 'Size greater than',
|
||||
'size_end' => 'Size less than',
|
||||
'price' => 'Price',
|
||||
'price_help' => 'When a user downloads a torrent, the uploader will receive revenue, less the corresponding tax rate, the current tax rate: :tax_factor',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
'label' => 'User H&R',
|
||||
|
||||
@@ -91,4 +91,5 @@ return [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => 'Until',
|
||||
],
|
||||
'paid_torrent' => 'Paid torrent',
|
||||
];
|
||||
|
||||
@@ -174,6 +174,8 @@ return [
|
||||
'added_end' => '發布時間小於',
|
||||
'size_begin' => '體積大於',
|
||||
'size_end' => '體積小於',
|
||||
'price' => '價格',
|
||||
'price_help' => '用戶下載種子時,發布者將獲得收入,但要扣除相應稅率,當前稅率::tax_factor',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
'label' => '用戶 H&R',
|
||||
|
||||
@@ -91,4 +91,5 @@ return [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => '直到',
|
||||
],
|
||||
'paid_torrent' => '收費種子',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user