diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 597c3ffc..011612b7 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -146,6 +146,7 @@ STATUS_UPLOADED: 'Uploaded', STATUS_SEEDING: 'Seeding', STATUS_DOWNLOADING: 'Downloading', + STATUS_WARNING: 'Warning', SCORE_DETAIL: 'Score detail', INVITATIONS: 'Invitations', INVITE_INVALID: 'invalid invitation' @@ -418,6 +419,7 @@ STATUS_UPLOADED: 'Uploaded torrents', STATUS_SEEDING: 'Seeding torrents', STATUS_DOWNLOADING: 'Downloading torrents', + STATUS_WARNING: 'Warning torrents', UPLOADED_LIST_ERROR: 'Get uploaded list info failed', SEEDING_LIST_ERROR: 'Get seeding list info failed', DOWNLOADING_LIST_ERROR: 'Get downloading list info failed', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 3e8a3b37..62d23d9b 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -146,6 +146,7 @@ STATUS_UPLOADED: '我的种子', STATUS_SEEDING: '正在做种', STATUS_DOWNLOADING: '正在下载', + STATUS_WARNING: '正被警告', SCORE_DETAIL: '积分详情', INVITATIONS: '我的邀请', INVITE_INVALID: '无效的邀请' @@ -418,6 +419,7 @@ STATUS_UPLOADED: '我上传的种子', STATUS_SEEDING: '正在做种的种子', STATUS_DOWNLOADING: '正在下载的种子', + STATUS_WARNING: '正被警告的种子', UPLOADED_LIST_ERROR: '获取我上传的种子列表失败', SEEDING_LIST_ERROR: '获取我正做种的列表失败', DOWNLOADING_LIST_ERROR: '获取我正下载的列表失败', diff --git a/modules/invitations/client/views/detail.client.view.html b/modules/invitations/client/views/detail.client.view.html index 6ae1ce37..77f847b5 100644 --- a/modules/invitations/client/views/detail.client.view.html +++ b/modules/invitations/client/views/detail.client.view.html @@ -152,6 +152,9 @@