mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 15:47:24 +02:00
feat(dataLogs): show data logs help info
This commit is contained in:
@@ -1473,7 +1473,9 @@
|
||||
SERIES_SCORE: 'score',
|
||||
SERIES_UPLOADED: 'uploaded',
|
||||
SERIES_DOWNLOADED: 'downloaded',
|
||||
LEGEND_UNIT: ' (unit: GB)'
|
||||
LEGEND_UNIT: ' (unit: GB)',
|
||||
UPLOADED_LOGS_HELP: 'Only list uploaded data by client announced',
|
||||
DOWNLOADED_LOGS_HELP: 'Only list downloaded data by client announced'
|
||||
},
|
||||
|
||||
//score log
|
||||
@@ -1499,7 +1501,7 @@
|
||||
ACTIVE_IDLE_ACCOUNT: 'Active account idle status',
|
||||
DAILY_CHECK_IN: 'Daily check in',
|
||||
SEED_TIMED: 'Torrent seeding timed increased score <a href=/torrents/{{tid}}>{{tid}}',
|
||||
SEED_UP_DOWNLOAD: 'Torrent seeding and leeching data transfer score <a href=/torrents/{{tid}}>{{tid}}'
|
||||
SEED_UP_DOWNLOAD: 'Torrent seeding and leeching data transfer score <a href=/torrents/{{tid}}>{{tid}}',
|
||||
ANNOUNCE_UPLOAD_LOGS: 'Client announce uploaded data',
|
||||
ANNOUNCE_DOWNLOAD_LOGS: 'Client announce downloaded data'
|
||||
},
|
||||
|
||||
@@ -1473,7 +1473,9 @@
|
||||
SERIES_SCORE: '積分',
|
||||
SERIES_UPLOADED: '上傳量',
|
||||
SERIES_DOWNLOADED: '下載量',
|
||||
LEGEND_UNIT: ' (單位: GB)'
|
||||
LEGEND_UNIT: ' (單位: GB)',
|
||||
UPLOADED_LOGS_HELP: '只列出通過客戶端軟件上報的上傳量數據',
|
||||
DOWNLOADED_LOGS_HELP: '只列出通過客戶端軟件上報的下載量數據'
|
||||
},
|
||||
|
||||
//score log
|
||||
|
||||
@@ -1473,7 +1473,9 @@
|
||||
SERIES_SCORE: '积分',
|
||||
SERIES_UPLOADED: '上传量',
|
||||
SERIES_DOWNLOADED: '下载量',
|
||||
LEGEND_UNIT: ' (单位: GB)'
|
||||
LEGEND_UNIT: ' (单位: GB)',
|
||||
UPLOADED_LOGS_HELP: '只列出通过客户端软件上报的上传量数据',
|
||||
DOWNLOADED_LOGS_HELP: '只列出通过客户端软件上报的下载量数据'
|
||||
},
|
||||
|
||||
//score log
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@import (reference) "mt-var.less";
|
||||
|
||||
.tooltip {
|
||||
min-width: 100px;
|
||||
.tooltip-inner {
|
||||
min-width: 100px;
|
||||
background-color: @mt-body-background-color;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user