From d2f10e8c1204ecb3e7bd73bfc923fc2f248a8c59 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 26 May 2018 22:30:55 +0800 Subject: [PATCH] fix(translate): fixed translate string --- modules/core/client/app/trans-string-en.js | 1 + modules/core/client/app/trans-string-zh-tw.js | 1 + modules/core/client/app/trans-string-zh.js | 1 + 3 files changed, 3 insertions(+) diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 582229f0..92f3cfe1 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -1781,6 +1781,7 @@ TITLE_HNR_WARNING_ADD: 'New H&R warning', CONTENT_HNR_WARNING_ADD: '### H&R warning! \n You just got a h&r warning on torrent [{{torrent_file_name}}](/torrents/{{torrent_id}}), please continue to seeding, the warning will be auto cleanup when the seed ratio more than {{hnr_ratio}} or seed time more than {{hnr_days}} days or clean up manually at [warning list](/status/warning).', + TITLE_HNR_WARNING_REMOVE: 'H&R warning removed', CONTENT_HNR_WARNING_REMOVE: '### H&R warning removed! \n Congratulate, your h&r warning on torrent [{{torrent_file_name}}](/torrents/{{torrent_id}}) already clean up.', diff --git a/modules/core/client/app/trans-string-zh-tw.js b/modules/core/client/app/trans-string-zh-tw.js index 9b9969c6..5cfd6a39 100644 --- a/modules/core/client/app/trans-string-zh-tw.js +++ b/modules/core/client/app/trans-string-zh-tw.js @@ -1781,6 +1781,7 @@ TITLE_HNR_WARNING_ADD: '新的 H&R 警告', CONTENT_HNR_WARNING_ADD: '### H&R 警告! \n 您剛剛得到一個 h&r 警告在種子 [{{torrent_file_name}}](/torrents/{{torrent_id}}), 您需要繼續做種, 這個警告會在該種分享率大於 {{hnr_ratio}} 或做種時間大於 {{hnr_days}} 天時自動清除,您也可以從這裡 [warning list](/status/warning) 使用系統積分手動清除.', + TITLE_HNR_WARNING_REMOVE: 'H&R 警告移除', CONTENT_HNR_WARNING_REMOVE: '### H&R 警告已移除! \n 恭喜您, 您在種子 [{{torrent_file_name}}](/torrents/{{torrent_id}}) 上的 h&r 警告已經移除.', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 6e70362d..086a1fee 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -1781,6 +1781,7 @@ TITLE_HNR_WARNING_ADD: '新的 H&R 警告', CONTENT_HNR_WARNING_ADD: '### H&R 警告! \n 您刚刚得到一个 h&r 警告在种子 [{{torrent_file_name}}](/torrents/{{torrent_id}}), 您需要继续做种, 这个警告会在该种分享率大于 {{hnr_ratio}} 或做种时间大于 {{hnr_days}} 天时自动清除,您也可以从这里 [warning list](/status/warning) 使用系统积分手动清除.', + TITLE_HNR_WARNING_REMOVE: 'H&R 警告移除', CONTENT_HNR_WARNING_REMOVE: '### H&R 警告已移除! \n 恭喜您, 您在种子 [{{torrent_file_name}}](/torrents/{{torrent_id}}) 上的 h&r 警告已经移除.',