add the missing translation about the maximum price

This commit is contained in:
xiaomlove
2023-04-29 13:22:24 +08:00
parent 73871a51ba
commit b4132b3d82
2 changed files with 2 additions and 0 deletions

View File

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

View File

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