diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 1999e86a..1fda36ff 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -79,7 +79,6 @@ INFO: 'Torrent info', SIZE: 'Size', SEEDS_LEECHERS_FINISHED: 'S/L/F', - SEEDS_LEECHERS: 'S/L', PUBLISHER: 'Uploader', ADMIN_TOOLS: 'Admin Tools', LIFETIME: 'Life', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index e79c86b6..c0101312 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -79,7 +79,6 @@ INFO: '种子信息', SIZE: '大小', SEEDS_LEECHERS_FINISHED: '上/下/完', - SEEDS_LEECHERS: '上/下', PUBLISHER: '发布者', ADMIN_TOOLS: '管理工具', LIFETIME: '存活时间', diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index cab2ea75..568202aa 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -110,11 +110,11 @@ {{item.torrent_seeds}} - + {{item.torrent_leechers}} - + {{item.torrent_finished}} @@ -165,11 +165,11 @@ {{nt.torrent_seeds}} - + {{nt.torrent_leechers}} - + {{nt.torrent_finished}} @@ -318,11 +318,11 @@ {{item.torrent_seeds}} - + {{item.torrent_leechers}} - + {{item.torrent_finished}} @@ -373,11 +373,11 @@ {{nt.torrent_seeds}} - + {{nt.torrent_leechers}} - + {{nt.torrent_finished}} diff --git a/modules/torrents/client/views/admin/admin-list.client.view.html b/modules/torrents/client/views/admin/admin-list.client.view.html index 65fc7df9..6316066a 100644 --- a/modules/torrents/client/views/admin/admin-list.client.view.html +++ b/modules/torrents/client/views/admin/admin-list.client.view.html @@ -158,8 +158,7 @@ {{ 'TABLE_FIELDS.VOTES' | translate}} {{ 'TABLE_FIELDS.LIFETIME' | translate}} {{ 'TABLE_FIELDS.SIZE' | translate}} - {{ 'TABLE_FIELDS.SEEDS_LEECHERS_FINISHED' | translate}} - {{ 'TABLE_FIELDS.SEEDS_LEECHERS' | translate}} + {{ 'TABLE_FIELDS.SEEDS_LEECHERS_FINISHED' | translate}} {{ 'TABLE_FIELDS.ADMIN_TOOLS' | translate}} @@ -244,7 +243,7 @@ {{item.torrent_leechers}}

-

+

{{item.torrent_finished}}

diff --git a/modules/torrents/client/views/movie-list.client.view.html b/modules/torrents/client/views/movie-list.client.view.html index a69cae48..acfeb2a5 100644 --- a/modules/torrents/client/views/movie-list.client.view.html +++ b/modules/torrents/client/views/movie-list.client.view.html @@ -17,11 +17,11 @@ {{item.torrent_seeds}} - + {{item.torrent_leechers}} - + {{item.torrent_finished}} @@ -133,8 +133,7 @@ {{ 'TABLE_FIELDS.VOTES' | translate}} {{ 'TABLE_FIELDS.LIFETIME' | translate}} {{ 'TABLE_FIELDS.SIZE' | translate}} - {{ 'TABLE_FIELDS.SEEDS_LEECHERS_FINISHED' | translate}} - {{ 'TABLE_FIELDS.SEEDS_LEECHERS' | translate}} + {{ 'TABLE_FIELDS.SEEDS_LEECHERS_FINISHED' | translate}} {{ 'TABLE_FIELDS.PUBLISHER' | translate}} @@ -218,7 +217,7 @@ {{item.torrent_leechers}}

-

+

{{item.torrent_finished}}