mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
add the missing translation about the maximum price
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -183,6 +183,7 @@ return [
|
||||
'size_end' => '體積小於',
|
||||
'price' => '價格',
|
||||
'price_help' => '用戶下載種子時,發布者將獲得收入,但要扣除相應稅率,當前稅率::tax_factor',
|
||||
'max_price_help' => '允許最大值::max_price',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
'label' => '用戶 H&R',
|
||||
|
||||
Reference in New Issue
Block a user