mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-04 16:09:59 +02:00
fix(template): fixed some translate string
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
 
|
||||
|
||||
#### :white_small_square: Score increase rules
|
||||
* Check-in every day to get `%(scoreConfig.action.checkInEveryDay.value)d` scores, continuous check-in to get additional `%(scoreConfig.action.checkInConsDay.value)d` scores per day.
|
||||
* Check-in every day to get `%(scoreConfig.action.dailyCheckIn.dailyBasicScore)d` scores, continuous check-in to get additional `%(scoreConfig.action.dailyCheckIn.dailyStepScore)d` scores per day, and the max value is `%(scoreConfig.action.dailyCheckIn.dailyMaxScore)d`.
|
||||
* Upload a torrent resource to get `%(scoreConfig.action.uploadTorrent.value)d` scores.
|
||||
* The uploaded torrent resource is set as a recommendation by the administrator to get `%(scoreConfig.action.uploadTorrentBeRecommend.value)d` scores.
|
||||
* Upload a resource subtitle to get `%(scoreConfig.action.uploadSubtitle.value)d` scores.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
 
|
||||
|
||||
#### :white_small_square: 積分增加規則
|
||||
* 每日簽到獲得 `%(scoreConfig.action.checkInEveryDay.value)d` 積分,連續登記,每天額外增加 `%(scoreConfig.action.checkInConsDay.value)d` 累計積分。
|
||||
* 每日簽到獲得 `%(scoreConfig.action.dailyCheckIn.dailyBasicScore)d` 積分,連續簽到,每天額外增加 `%(scoreConfig.action.dailyCheckIn.dailyStepScore)d` 累計積分,`%(scoreConfig.action.dailyCheckIn.dailyMaxScore)d` 積分封頂。
|
||||
* 每釋出一條種子資源可獲得 `%(scoreConfig.action.uploadTorrent.value)d` 積分。
|
||||
* 釋出的種子資源被管理員設定為推薦可獲得 `%(scoreConfig.action.uploadTorrentBeRecommend.value)d` 積分。
|
||||
* 每上傳一條資源字幕可獲得 `%(scoreConfig.action.uploadSubtitle.value)d` 積分。
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
 
|
||||
|
||||
#### :white_small_square: 积分增加规则
|
||||
* 每日签到获得 `%(scoreConfig.action.checkInEveryDay.value)d` 积分,连续登记,每天额外增加 `%(scoreConfig.action.checkInConsDay.value)d` 累计积分。
|
||||
* 每日签到获得 `%(scoreConfig.action.dailyCheckIn.dailyBasicScore)d` 积分,连续签到,每天额外增加 `%(scoreConfig.action.dailyCheckIn.dailyStepScore)d` 累计积分,`%(scoreConfig.action.dailyCheckIn.dailyMaxScore)d` 积分封顶。
|
||||
* 每发布一条种子资源可获得 `%(scoreConfig.action.uploadTorrent.value)d` 积分。
|
||||
* 发布的种子资源被管理员设置为推荐可获得 `%(scoreConfig.action.uploadTorrentBeRecommend.value)d` 积分。
|
||||
* 每上传一条资源字幕可获得 `%(scoreConfig.action.uploadSubtitle.value)d` 积分。
|
||||
|
||||
Reference in New Issue
Block a user