mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-14 03:12:21 +01:00
fix(torrents): fixed Documentary torrents label translate string
This commit is contained in:
@@ -920,6 +920,7 @@
|
||||
TORRENT_TYPE_LABEL: {
|
||||
MOVIE: 'Movie',
|
||||
TVSERIAL: 'TVSerial',
|
||||
DOCUMENTARY: 'Documentary',
|
||||
MUSIC: 'Music',
|
||||
SPORTS: 'Sports',
|
||||
VARIETY: 'Variety',
|
||||
|
||||
@@ -920,6 +920,7 @@
|
||||
TORRENT_TYPE_LABEL: {
|
||||
MOVIE: '电影',
|
||||
TVSERIAL: '电视剧',
|
||||
DOCUMENTARY: '记录片',
|
||||
MUSIC: '音乐',
|
||||
SPORTS: '体育',
|
||||
VARIETY: '综艺',
|
||||
|
||||
Reference in New Issue
Block a user