From 439cbd6d874549395bc525a42e71e65d27eea89e Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sat, 11 Feb 2023 16:18:50 +0800 Subject: [PATCH] paid torrent trans --- lang/chs/lang_functions.php | 2 +- lang/cht/lang_functions.php | 2 +- lang/en/lang_functions.php | 2 +- resources/lang/en/label.php | 2 ++ resources/lang/en/torrent.php | 1 + resources/lang/zh_TW/label.php | 2 ++ resources/lang/zh_TW/torrent.php | 1 + 7 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lang/chs/lang_functions.php b/lang/chs/lang_functions.php index b4188be8..c7249ed1 100644 --- a/lang/chs/lang_functions.php +++ b/lang/chs/lang_functions.php @@ -313,7 +313,7 @@ $lang_functions = array 'text_required' => '不能为空', 'text_invalid' => '非法', 'text_technical_info' => 'MediaInfo', - 'text_technical_info_help_text' => 'MediaInfo 来自软件 MediaInfo,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。', + 'text_technical_info_help_text' => 'MediaInfo 来自软件 MediaInfo,用该软件打开文件,语言选择英语,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。', 'text_management_system' => '管理系统', 'text_seed_points' => '做种积分', 'spoiler_expand_collapse' => '点击展开/收缩', diff --git a/lang/cht/lang_functions.php b/lang/cht/lang_functions.php index 7d23af48..4b8bba22 100644 --- a/lang/cht/lang_functions.php +++ b/lang/cht/lang_functions.php @@ -320,7 +320,7 @@ $lang_functions = array 'text_required' => '不能為空', 'text_invalid' => '非法', 'text_technical_info' => 'MediaInfo', - 'text_technical_info_help_text' => 'MediaInfo 來自軟件 MediaInfo,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。', + 'text_technical_info_help_text' => 'MediaInfo 來自軟件 MediaInfo,用該軟件打開文件,語言選擇英語,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。', 'text_management_system' => '管理系統', 'text_seed_points' => '做種積分', 'spoiler_expand_collapse' => '點擊展開/收縮', diff --git a/lang/en/lang_functions.php b/lang/en/lang_functions.php index c9febfd7..0c0183e5 100644 --- a/lang/en/lang_functions.php +++ b/lang/en/lang_functions.php @@ -321,7 +321,7 @@ $lang_functions = array 'text_required' => 'Required', 'text_invalid' => 'Invalid', 'text_technical_info' => 'MediaInfo', - 'text_technical_info_help_text' => 'MediaInfo comes from software MediaInfo,open file, click the view menu > text > right click in the box > select all > copy > past into this box.', + 'text_technical_info_help_text' => 'MediaInfo comes from software MediaInfo,open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.', 'text_management_system' => 'Management', 'text_seed_points' => 'Seed points', 'spoiler_expand_collapse' => 'Click to expand/collapse', diff --git a/resources/lang/en/label.php b/resources/lang/en/label.php index 0c401070..eed079fc 100644 --- a/resources/lang/en/label.php +++ b/resources/lang/en/label.php @@ -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', diff --git a/resources/lang/en/torrent.php b/resources/lang/en/torrent.php index 4bc2704e..b8610877 100644 --- a/resources/lang/en/torrent.php +++ b/resources/lang/en/torrent.php @@ -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', ]; diff --git a/resources/lang/zh_TW/label.php b/resources/lang/zh_TW/label.php index 24655659..9d868d09 100644 --- a/resources/lang/zh_TW/label.php +++ b/resources/lang/zh_TW/label.php @@ -174,6 +174,8 @@ return [ 'added_end' => '發布時間小於', 'size_begin' => '體積大於', 'size_end' => '體積小於', + 'price' => '價格', + 'price_help' => '用戶下載種子時,發布者將獲得收入,但要扣除相應稅率,當前稅率::tax_factor', ], 'hit_and_run' => [ 'label' => '用戶 H&R', diff --git a/resources/lang/zh_TW/torrent.php b/resources/lang/zh_TW/torrent.php index 008bb2f2..509d7a40 100644 --- a/resources/lang/zh_TW/torrent.php +++ b/resources/lang/zh_TW/torrent.php @@ -91,4 +91,5 @@ return [ \App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久', \App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => '直到', ], + 'paid_torrent' => '收費種子', ];