From b4132b3d824d8d7ef9f4824c508641816d331793 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sat, 29 Apr 2023 13:22:24 +0800 Subject: [PATCH] add the missing translation about the maximum price --- resources/lang/en/label.php | 1 + resources/lang/zh_TW/label.php | 1 + 2 files changed, 2 insertions(+) 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',