diff --git a/resources/lang/en/label.php b/resources/lang/en/label.php index 5797ef50..9de3576a 100644 --- a/resources/lang/en/label.php +++ b/resources/lang/en/label.php @@ -184,6 +184,7 @@ return [ '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', + 'max_price_help' => 'Maximum::max_price', ], 'hit_and_run' => [ 'label' => 'User H&R', diff --git a/resources/lang/zh_TW/label.php b/resources/lang/zh_TW/label.php index 7aea1023..bdef1bf4 100644 --- a/resources/lang/zh_TW/label.php +++ b/resources/lang/zh_TW/label.php @@ -183,6 +183,7 @@ return [ 'size_end' => '體積小於', 'price' => '價格', 'price_help' => '用戶下載種子時,發布者將獲得收入,但要扣除相應稅率,當前稅率::tax_factor', + 'max_price_help' => '允許最大值::max_price', ], 'hit_and_run' => [ 'label' => '用戶 H&R',