fix(torrents): fixed 'ABBR_SEEDS_LEECHERS_FINISHED' translate string

This commit is contained in:
OldHawk
2017-11-19 22:07:02 +08:00
parent 031656c059
commit 85b5f8fd38
3 changed files with 4 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ module.exports = {
* @name: type name
* @value: type value
* @checkUnreadInterval: set check unread message interval, default 2 minutes
*
* NOTE: the first value 'user' cannot be deleted
*/
messages: {
type: {

View File

@@ -101,6 +101,7 @@
SIZE: 'Size',
SEEDS_LEECHERS_FINISHED: 'S/L/F',
TITLE_SEEDS_LEECHERS_FINISHED: 'orderBy Seeders/Leechers/Finished',
ABBR_SEEDS_LEECHERS_FINISHED: 'Seeders/Leechers/Finished',
SORT_S: 'S',
SORT_L: 'L',
SORT_F: 'F',

View File

@@ -101,6 +101,7 @@
SIZE: '大小',
SEEDS_LEECHERS_FINISHED: '种/下/完',
TITLE_SEEDS_LEECHERS_FINISHED: '按 做种用户数/下载用户数/完成用户数 进行排序',
ABBR_SEEDS_LEECHERS_FINISHED: '做种/下载/完成',
SORT_S: '种',
SORT_L: '下',
SORT_F: '完',