mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-17 20:10:53 +02:00
fix(torrents): fixed 'ABBR_SEEDS_LEECHERS_FINISHED' translate string
This commit is contained in:
2
config/env/torrents.js
vendored
2
config/env/torrents.js
vendored
@@ -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: {
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -101,6 +101,7 @@
|
||||
SIZE: '大小',
|
||||
SEEDS_LEECHERS_FINISHED: '种/下/完',
|
||||
TITLE_SEEDS_LEECHERS_FINISHED: '按 做种用户数/下载用户数/完成用户数 进行排序',
|
||||
ABBR_SEEDS_LEECHERS_FINISHED: '做种/下载/完成',
|
||||
SORT_S: '种',
|
||||
SORT_L: '下',
|
||||
SORT_F: '完',
|
||||
|
||||
Reference in New Issue
Block a user