paid torrent trans

This commit is contained in:
xiaomlove
2023-02-11 16:18:50 +08:00
parent 3c64e76011
commit 439cbd6d87
7 changed files with 9 additions and 3 deletions

View File

@@ -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',

View File

@@ -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',
];

View File

@@ -174,6 +174,8 @@ return [
'added_end' => '發布時間小於',
'size_begin' => '體積大於',
'size_end' => '體積小於',
'price' => '價格',
'price_help' => '用戶下載種子時,發布者將獲得收入,但要扣除相應稅率,當前稅率::tax_factor',
],
'hit_and_run' => [
'label' => '用戶 H&R',

View File

@@ -91,4 +91,5 @@ return [
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久',
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => '直到',
],
'paid_torrent' => '收費種子',
];